html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}




* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px\0;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
  > .dropdown-toggle
  .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-50 {
  background-image: linear-gradient(
      -90deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-55 {
  background-image: linear-gradient(
      -72deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-60 {
  background-image: linear-gradient(
      -54deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-65 {
  background-image: linear-gradient(
      -36deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-70 {
  background-image: linear-gradient(
      -18deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-75 {
  background-image: linear-gradient(
      0deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-80 {
  background-image: linear-gradient(
      18deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-85 {
  background-image: linear-gradient(
      36deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-90 {
  background-image: linear-gradient(
      54deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-95 {
  background-image: linear-gradient(
      72deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-100 {
  background-image: linear-gradient(
      90deg,
      #32b3c7 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}

.pdf-quiz .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-75 {
  background-image: linear-gradient(
      0deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-80 {
  background-image: linear-gradient(
      18deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-85 {
  background-image: linear-gradient(
      36deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-90 {
  background-image: linear-gradient(
      54deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-95 {
  background-image: linear-gradient(
      72deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}
.pdf-quiz .progress-100 {
  background-image: linear-gradient(
      90deg,
      #1B72E8 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1B72E8 50%, #f5f5f5 50%, #f5f5f5);
}

.green .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-75 {
  background-image: linear-gradient(
      0deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-80 {
  background-image: linear-gradient(
      18deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-85 {
  background-image: linear-gradient(
      36deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-90 {
  background-image: linear-gradient(
      54deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-95 {
  background-image: linear-gradient(
      72deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.green .progress-100 {
  background-image: linear-gradient(
      90deg,
      #265a35 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}



.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.carousel {
  position: relative;
  margin: 0 auto;
  height: auto;
  border: none;
  overflow: hidden;
}
.carousel .slides {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  position: relative;
  overflow: visible;
}
.carousel .slides .slideItem {
  position: absolute;
  cursor: pointer;
  overflow: visible;
  padding: 0;
  margin: 0;
  border: none;
}
.carousel .slides .slideItem a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.carousel .slides .slideItem img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.carousel .nextButton {
  position: absolute;
  right: 10px;
  top: 133px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9999;
}
.carousel .prevButton {
  position: absolute;
  left: 10px;
  top: 133px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9999;
}
.carousel .buttonNav {
  position: relative;
  margin: 0 auto;
}
.carousel .buttonNav .numbers {
  position: relative;
  float: left;
  margin: 5px;
  color: #828282;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  font-family: Arial, Verdana;
}
.carousel .buttonNav .numbers:hover {
  color: #000;
  text-decoration: underline;
}
.carousel .buttonNav .numberActive {
  background: none;
  color: #000;
  cursor: default;
}
.carousel .buttonNav .bullet {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin: 5px;
  float: left;
  cursor: pointer;
}
.carousel .buttonNav .bullet:hover {
}
.carousel .buttonNav .bulletActive {
  cursor: default;
}
.carousel .slides .videoOverlay {
}
.carousel .slides .spinner {
}
.carousel .description {
}
.carousel .description div {
}
.carousel .gradient {
}
html {
  --plyr-audio-control-color: #fff;
}
::-moz-selection {
  color: #fff !important;
  background: var(--main-color) !important;
}
::selection {
  color: #fff !important;
  background: var(--main-color) !important;
}
body.disabled-controls * {
  pointer-events: none !important;
}
body.disabled-controls .take-test__click-play {
  pointer-events: auto !important;
}
body.disabled-controls .take-test__click-play * {
  pointer-events: auto !important;
}
body.uploading .uploading-overlay {
  display: flex;
}
body.font-large .take-test,
body.font-large .ckeditor-wrapper {
  font-size: 24px;
}
body.font-medium .take-test,
body.font-medium .ckeditor-wrapper {
  font-size: 16px;
}
body.font-small .take-test,
body.font-small .ckeditor-wrapper {
  font-size: 14px;
}
body.part-recording .speaking-box__wave-line {
  visibility: visible;
  opacity: 1;
}
body.notepad-open .notepad {
  transform: translateX(0);
}
body.transitioning .nicescroll-rails {
  opacity: 0 !important;
}
footer.footer {
  display: none;
}
.listen-from-here {
  display: inline-flex;
  margin-left: 1rem;
  height: 32px;
  padding: 0px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 100px;
  border: 1px solid #eaecef;
  font-size: 12px;
  font-weight: 600;
  color: #294563;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.listen-from-here:hover {
  border-color: var(--main-color);
}
.listen-from-here:before {
  content: "\e905";
  font-size: 22px;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align: middle;
}
.practice-nav {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 20px;
  overflow: visible;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-transform: none;
  border: 0;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .practice-nav {
    order: 9;
  }
}
@media (max-width: 767px) {
  .practice-nav {
    order: 9;
  }
}
.practice-nav.is-active .practice-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 15px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .practice-nav.is-active .practice-menu {
    transform: translate(calc(-100% + 30px), 15px);
  }
}
@media (max-width: 767px) {
  .practice-nav.is-active .practice-menu {
    transform: translate(calc(-100% + 36px), 15px);
  }
}
.practice-nav.is-active .practice-nav__stick {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.practice-nav.is-active .practice-nav__stick:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.practice-nav.is-active .practice-nav__stick:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.practice-nav__stick {
  position: absolute;
  width: 22px;
  height: 1px;
  transition-timing-function: ease;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #294563;
  top: 2px;
  display: block;
  margin-top: -2px;
}
.practice-nav__stick:after,
.practice-nav__stick:before {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  transition-timing-function: ease;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #294563;
}
.practice-nav__stick:before {
  top: 10px;
  transition-timing-function: ease;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  transition-property: transform, opacity;
}
.practice-nav__stick:after {
  top: 20px;
  bottom: -10px;
}
.fontsize-menu__font-link {
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0 0 0 5rem;
  color: #294563;
  background-color: #fff;
  height: 36px;
  line-height: 36px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.fontsize-menu__font-link:hover {
  background-color: #f3f3f3;
  color: #294563;
}
.fontsize-menu__font-item:nth-child(1) a {
  font-size: 24px;
}
.fontsize-menu__font-item:nth-child(2) a {
  font-size: 18px;
}
.fontsize-menu__font-item:nth-child(3) a {
  font-size: 13px;
}
.fontsize-menu__font-item:nth-child(3) a:after {
  content: normal;
}
.practice-menu {
  display: flex;
  width: 265px;
  padding: 20px 0;
  flex-direction: column;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: absolute;
  left: 0;
  transform: translate(-50%, 20px);
  top: 100%;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .practice-menu {
    transform: translate(-50%, 15px);
  }
}
.practice-menu__sub-menu {
  display: none;
}
.practice-menu__item.-has-child.active .practice-menu__item-link:after {
  transform: rotate(180deg);
}
.practice-menu__item.-has-child .practice-menu__item-link:after {
  content: "\e9d2";
  position: absolute;
  display: inline-block;
  font-size: 25px;
  right: 3rem;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.practice-menu__item-link {
  display: flex;
  height: 44px;
  padding: 0px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
  position: relative;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.practice-menu__item-link.-hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .practice-menu__item-link.-hidden {
    display: flex;
  }
}
@media (max-width: 767px) {
  .practice-menu__item-link.-hidden {
    display: flex;
  }
}
.practice-menu__item-link:hover {
  color: #dd1804;
}
.practice-menu__item-link span {
  display: inline-block;
  font-size: 25px;
}
.highlight-box {
  position: fixed;
  border-radius: 5px;
  background: linear-gradient(180deg, #294563 0%, #172636 100%);
  display: flex;
  padding: 0;
  align-items: center;
  gap: 8px;
  z-index: 1500;
  border: 1px solid #294563;
  display: none;
  font-size: 0;
  white-space: nowrap;
}
.highlight-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #172636;
}
.highlight-box.reactive #js-btn-highlight {
  display: none;
}
.highlight-box.reactive #js-remove-highlight {
  display: inline-block;
}
.highlight-box.reactive-note #js-btn-note {
  display: none;
}
.highlight-box.reactive-note #js-remove-note {
  display: inline-block;
}
.highlight-box.no-range #js-btn-note,
.highlight-box.no-range #js-btn-highlight {
  display: none;
}
.highlight-box.left .highlight-box__note-content {
  left: 0;
  transform: none;
}
.highlight-box.right .highlight-box__note-content {
  left: initial;
  right: 0;
  transform: none;
}
.highlight-box__btn {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 8px;
  position: relative;
}
.highlight-box__btn:hover {
  text-decoration: underline;
}
.highlight-box__btn:first-child:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #7a7a7a;
}
.highlight-box__btn.-remove,
.highlight-box__btn.-remove-note {
  display: none;
}
.highlight-box__note-content {
  position: absolute;
  top: 100%;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
}
.highlight-box__textarea {
  box-shadow: none;
}
.highlight-box__note-buttons {
  margin-top: 10px;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.highlight-box__note-btn {
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.highlight-box__note-btn:hover {
  background-color: var(--main-color);
  color: #fff;
}
.notepad {
  display: flex;
  width: 366px;
  height: 810px;
  padding: 20px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  position: fixed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08);
  top: 70px;
  right: 0;
  z-index: 999;
  transform: translateX(calc(100% + 10px));
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
}
.notepad__item-wrap {
  width: 100%;
}
.notepad__item-content[contenteditable="true"] {
  outline: 0px solid transparent;
  border-radius: 5px;
  border: 1px solid #bdc5cf;
  padding: 8px;
}
.notepad__item-content[contenteditable="true"]:focus,
.notepad__item-content[contenteditable="true"]:focus-visible {
  border: 1px solid #bdc5cf;
}
.notepad__close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  color: #294563;
  cursor: pointer;
}
.notepad__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1.5rem;
  width: 100%;
}
.notepad__search-form {
  width: 100%;
}
.notepad__search {
  width: 100%;
  position: relative;
}
.notepad__search-icon {
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  color: #294563;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.notepad__input {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #bdc5cf;
  background: #fff;
  box-shadow: none;
}
.notepad__item {
  display: flex;
  padding: 10px 0px;
  flex-direction: column;
  gap: 5px;
  align-self: stretch;
  border-bottom: 1px solid var(--primary-primary-50, #eaecef);
  position: relative;
}
.notepad__item:last-child {
  border-bottom: none;
}
.notepad__item-title {
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  color: #294563;
  margin-bottom: 5px;
  padding-right: 4rem;
  cursor: pointer;
}
.notepad__item-title:hover {
  color: #dd1804;
}
.notepad__item-more {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #294563;
  cursor: pointer;
}
.notepad__item-more:hover .notepad__item-more-icon {
  color: #dd1804;
}
.notepad__item-more.active .notepad__more-card {
  display: block;
}
.notepad__btns-edit {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.notepad__btns-edit .iot-grbt {
  margin: 0;
}
.notepad__delete-confirm {
  position: absolute;
  width: 326px;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
  right: 0;
  top: 50%;
  font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial,
    sans-serif;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: default;
  display: none;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}
.notepad__text-confirm-wrap {
  display: flex;
  gap: 1rem;
}
.notepad__text-confirm {
  color: #294563;
  cursor: pointer;
  padding: 2px 6px;
  font-weight: bold;
  font-style: normal;
}
.notepad__text-confirm:hover {
  text-decoration: underline;
}
.notepad__more-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  right: 12px;
  top: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 99;
  display: none;
}
.notepad__more-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: -1;
}
.notepad__more-item-row {
  display: flex;
  width: 120px;
  height: 32px;
  padding: 0px 15px;
  justify-content: space-between;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  align-items: center;
}
.notepad__more-item-row:first-child {
  border-bottom: 1px solid #eaecef;
}
.notepad__more-item-row:hover {
  color: #dd1804;
  font-weight: 500;
}
.notepad__more-item-row.active .notepad__delete-confirm {
  display: flex;
  align-items: center;
}
.notepad__more-item-icon {
  font-size: 25px;
}
.notepad__more-item-icon.ioticon-trash-3 {
  font-size: 22px;
}
.take-test .speaking-box {
  margin-top: 0;
  text-align: center;
}
.take-test .speaking-box__thinking-time {
  font-size: 20px;
  font-weight: 700;
}
.take-test .speaking-box__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1rem;
}
.take-test .speaking-box__qanswer-duration {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #c76378;
  margin-bottom: 1rem;
}
.take-test .speaking-box__caption {
  font-size: 16px;
}
.take-test .speaking-box__body.-grid {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .take-test .speaking-box__body.-grid {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.take-test .speaking-box__body.-grid .plyr--video {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 767px) {
  .take-test .speaking-box__body.-grid .plyr--video {
    max-width: 100%;
  }
}
.take-test .speaking-box__body .speaking-box__video-desc {
  padding: 0;
  width: 40%;
  text-align: initial;
}
@media (max-width: 767px) {
  .take-test .speaking-box__body .speaking-box__video-desc {
    width: 100%;
  }
}
.take-test .speaking-box__body .speaking-box__video-desc h1,
.take-test .speaking-box__body .speaking-box__video-desc h2,
.take-test .speaking-box__body .speaking-box__video-desc h3,
.take-test .speaking-box__body .speaking-box__video-desc h4,
.take-test .speaking-box__body .speaking-box__video-desc h5,
.take-test .speaking-box__body .speaking-box__video-desc h6 {
  font-size: 20px;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #c76378;
}
.take-test .speaking-box__body .speaking-box__video-desc strong {
  font-size: 16px;
  margin-bottom: 1rem;
  color: #294563;
}
.take-test .speaking-box__body .speaking-box__video-desc ul > li:before {
  color: #282828;
}
.take-test .speaking-box video {
  width: 100%;
  max-width: 560px;
  max-height: 350px;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .take-test .speaking-box video {
    max-height: 214px;
    margin: 1rem auto 0;
  }
}
.take-test .speaking-box__icon-wrap {
  margin: 2rem auto;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .take-test .speaking-box__icon-wrap {
    margin: 50px auto 15px;
  }
}
.take-test .speaking-box__speaking-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  margin: 0 auto;
  z-index: 8;
}
.take-test .speaking-box__radial-timer {
  position: relative;
}
.take-test .speaking-box__btn {
  display: inline-flex;
  position: relative;
  z-index: 9;
  min-width: 160px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.take-test .speaking-box__btn.disabled {
  pointer-events: none;
}
.take-test .speaking-box__btn #js-thinking-time {
  font-size: 20px;
  font-weight: 700;
}
.take-test .speaking-box__btn-submit {
  display: none;
  min-width: 180px;
}
.take-test .speaking-box__speaker-radial {
  width: 100%;
  height: 100%;
  display: none;
}
.take-test .speaking-box__wave-line {
  visibility: hidden;
  opacity: 0;
  height: 80%;
  width: 100%;
  max-width: 507px;
  margin: 0 auto;
  left: 0;
  right: 0;
  min-height: 128px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .take-test .speaking-box__wave-line {
    margin: 0 auto 10px;
  }
}
.take-test .speaking-box__wave-line.paused canvas {
  display: none;
}
.take-test .speaking-box .plyr__video-wrapper {
  background: none;
}
.take-test .noted {
  color: #fff;
}
.take-test .noted.saved-note {
  color: #dd1804;
  background: initial !important;
  text-decoration: underline;
  font-weight: bold;
}
.take-test .plyr__controls.disabled-controls {
  cursor: not-allowed;
}
.take-test .plyr__controls.disabled-controls * {
  pointer-events: none;
}
.take-test .table-responsive {
  padding: 1rem;
  border-radius: 10px;
}
.take-test__hamburger {
  display: none;
}
@media (max-width: 767px) {
  .take-test__hamburger {
    display: flex;
  }
}
.take-test__notice {
  position: fixed;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  width: 33%;
  max-width: 500px;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1111;
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 6px 20px #dbdbdb;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test__notice {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .take-test__notice {
    width: 100%;
    max-width: calc(100% - 40px);
    left: 0;
    right: 0;
    transform: none;
  }
}
.take-test__notice:hover {
  border: 1px solid #32b4c8;
  background-color: #f3ffff;
}
.take-test__notice span {
  color: #32b4c8;
  margin: 0 4px;
  text-decoration: underline;
}
.take-test__bottom-palette {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transition: all 0.5s ease-out;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
}
.take-test .footer-test-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 102;
  border-top: solid 1px #ccc;
}
@media (max-width: 767px) {
  .take-test .footer-test-bar {
    z-index: 1100;
    top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    transition: all 0.55s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    opacity: 0;
    border: none;
  }
}
.take-test .footer-test-bar .cmicon-x {
  position: absolute;
  top: 28px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}
.take-test .footer-test-bar__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 8px 15px;
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .take-test .footer-test-bar__container {
    flex-wrap: wrap;
  }
}
.take-test .footer-test-bar__container:after,
.take-test .footer-test-bar__container:before {
  content: normal;
}
.take-test .footer-test-bar__time {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  order: 2;
  text-align: center;
  font-size: 36px;
  color: #294563;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .take-test .footer-test-bar__time {
    position: initial;
    order: initial;
  }
}
.take-test .footer-test-bar__time .icon-clock {
  margin-right: 10px;
  color: #f5bd23;
  font-weight: normal;
}
.take-test .footer-test-bar__buttons {
  margin-left: auto;
  margin-right: 0;
  display: flex;
}
@media (max-width: 767px) {
  .take-test .footer-test-bar__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
  }
}
.take-test .footer-test-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .take-test .footer-test-bar__btn {
    width: 100%;
    max-width: calc(50% - 10px);
    margin-left: 0;
    font-size: 13px;
    padding: 0 15px;
  }
}
.take-test .footer-test-bar__btn.-submit i,
.take-test .footer-test-bar__btn.-next i {
  margin-right: 0;
  margin-left: 6px;
}
.take-test .footer-test-bar__btn + .footer-test-bar__btn {
  margin-left: 10px;
  display: none;
}
@media (max-width: 767px) {
  .take-test .footer-test-bar__btn + .footer-test-bar__btn {
    margin-left: 0;
  }
}
.take-test .footer-test-bar__btn i {
  margin-right: 6px;
}
.take-test__icon-palette {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 50%;
  padding: 11px;
  background: #f7f7f7;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ececec;
  line-height: 1;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.55s;
}
.take-test__icon-palette:after {
  font-size: 18px;
  color: #32b4c8;
  content: "\e075";
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.take-test__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.take-test__col-left {
  width: 100%;
}
@media (max-width: 767px) {
  .take-test__col-left {
    width: 100%;
    order: 2;
  }
}
.take-test__col-right {
  width: calc(29.39% - 25px);
}
@media (max-width: 767px) {
  .take-test__col-right {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }
}
.take-test__board {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  z-index: 100;
  height: calc(100% - 70px);
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-bottom: 8.1rem;
}
@media (max-width: 767px) {
  .take-test__board {
    flex-direction: column;
    height: calc(100% - 50px);
    top: 56px;
    transform: none;
  }
}
.take-test section {
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
}
.take-test .iot-option.-only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .take-test .iot-option.-only-mobile {
    display: inline-flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .iot-option.-only-mobile {
    display: inline-flex;
  }
}
.take-test .test-panel {
  padding: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .take-test .test-panel {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .test-panel {
    padding: 3rem 15px;
  }
}
@media (max-width: 767px) {
  .take-test .test-panel {
    padding: 20px 15px;
  }
}
.take-test .test-panel__big-title {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .take-test .test-panel__big-title {
    font-size: 32px;
  }
}
.take-test .test-panel__question-sm-title {
  font-size: 16px;
  font-weight: bold;
  margin: 1rem 0;
}
.take-test .test-panel__answer {
  margin: 0.5rem 0;
}
.take-test .test-panel__question-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}
.take-test .test-panel__answers-wrap {
  margin: 3rem 0;
}
.take-test .test-panel__drag-answer {
  padding-left: 40px;
}
.take-test .test-panel__drag-answer.-arrow-type {
  display: flex;
  flex-direction: column;
}
.take-test .test-panel__drag-answer.-arrow-type p {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #294563;
  background: #fff;
  position: relative;
  margin: 0 0 6.8rem;
}
.take-test .test-panel__drag-answer.-arrow-type p + p:after {
  content: "\e9ce";
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 48px;
  transform: translate(-50%, calc(-100% - 10px));
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #294563;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .take-test .test-panel__drag-answer {
    padding-left: 0;
  }
}
.take-test .test-panel__drag-answer.-row-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.take-test .test-panel__header {
  margin: -30px -30px 0;
  padding: 10px 30px;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
}
@media (max-width: 767px) {
  .take-test .test-panel__header {
    margin: -20px -30px 0;
  }
}
.take-test .test-panel__title {
  font-size: 24px;
  font-weight: 700;
  color: #294563;
  margin: 0 0 5px;
  text-align: left;
}
.take-test .test-panel__item.removed-drag .drag-panel__drag-answer-input,
.take-test .test-panel__item.removed-drag .drag-panel {
  display: none;
}
.take-test .test-panel__item.removed-drag .drag-panel__suggest strong {
  display: none;
}
.take-test .test-panel__item.removed-drag .iot-option.-only-mobile {
  display: inline-flex;
}
.take-test .test-panel__item.removed-drag .test-panel__answer {
  width: 100%;
  max-width: 793px;
}
.take-test .test-panel__item.removed-drag .drag-panel-wrapper {
  flex-direction: column;
}
.take-test .test-panel__item.-result .radio-cm2 {
  pointer-events: none;
}
.take-test .test-panel__item.-result .radio-cm2 input {
  display: none;
}
.take-test .test-panel__item + .test-panel__item {
  margin-top: 3.5rem;
}
.take-test .test-panel__input-answer {
  text-align: center;
  margin: 0 8px;
  border-radius: 30px;
  border: 1px solid #bdc5cf;
  display: inline-flex;
  width: 200px;
  height: 32px;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.take-test .test-panel__input-answer::placeholder {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.take-test .test-panel__question {
  position: relative;
  margin-bottom: 20px;
}
.take-test .test-panel__question .form-textarea-wrapper,
.take-test .test-panel__question .ckeditor-wrapper {
  width: 100%;
  padding-left: 0;
}
.take-test .test-panel__answer.-inline {
  width: 100%;
  flex: 1;
  padding-left: 0;
}
.take-test .test-panel__answer .form-control {
  min-width: 200px;
  width: auto;
  box-shadow: none;
}
@media (max-width: 767px) {
  .take-test .test-panel__answer .form-control {
    width: 120px;
    min-width: initial;
  }
}
.take-test .test-panel__answer .form-control:focus {
  border: 1px solid var(--main-color);
}
.take-test .test-panel__answer .form-control.cm-textarea__text-area {
  width: 100%;
  max-width: 580px;
}
.take-test .test-panel__answer .checkbox-cm {
  margin-bottom: 0;
}
.take-test .test-panel__num {
  align-self: flex-start;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #294563;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.take-test .test-panel__num.-group {
  font-size: 12px;
  line-height: 1;
  flex-direction: column;
}
.take-test .test-panel__num em {
  display: block;
  width: calc(100% - 4px);
  margin: 1px auto;
  height: 1px;
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.take-test .test-panel__title-wrap {
  flex: 1;
}
.take-test .test-panel__title-img {
  display: block;
  margin: 1rem auto 0;
}
.take-test .test-panel__answer-item {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.take-test .test-panel__answer-item + .test-panel__answer-item {
  margin-top: 10px;
}
.take-test .test-panel__answer-item.-answered {
  width: 100%;
  padding: 8px 60px 8px 12px;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  margin-bottom: 12px;
  min-height: 28px;
}
.take-test .test-panel__answer-item.-answered .test-panel__answer-option {
  background-color: #32b4c8;
  color: #fff;
}
.take-test .test-panel__answer-item .radio-cm2 img {
  margin-bottom: 15px;
}
.take-test .test-panel__answer-item .radio-cm2 img.Wirisformula {
  margin-bottom: 0;
}
.take-test .test-panel__answer-item input {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.take-test .test-panel__answer-item input.test-panel__input-answer {
  width: auto;
  height: 34px;
}
.take-test .test-panel__answer-result {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border-left: solid 1px #d5d5d5;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.take-test .test-panel__answer-result.-true:after {
  content: "\e92f";
  color: #32b4c8;
}
.take-test .test-panel__answer-result:after {
  content: "\ea1d";
  display: inline-block;
  font-family: "cm-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #d52110;
}
.take-test .test-panel__answer-option {
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dfdfdf;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #294563;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.take-test .test-panel__explain {
  padding: 25px;
  border-radius: 4px;
  background-color: #f7f7f7;
  margin-top: 22px;
  width: 100%;
}
@media (max-width: 767px) {
  .take-test .test-panel__explain {
    padding: 15px;
  }
}
.take-test .test-panel__explain-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.take-test .test-panel__explain-title span {
  margin-left: 15px;
  text-transform: uppercase;
}
.take-test .question-palette {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 30px;
  position: relative;
  min-height: 60px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #fff;
  align-items: center;
}
@media (max-width: 767px) {
  .take-test .question-palette {
    padding: 10px;
  }
}
.take-test .question-palette.-horizontal .question-palette__annotation {
  position: relative;
  flex-direction: row;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .take-test .question-palette.-horizontal .question-palette__annotation {
    padding-left: initial;
  }
}
.take-test .question-palette.-horizontal .question-palette__annotation:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #294563;
}
@media (max-width: 767px) {
  .take-test
    .question-palette.-horizontal
    .question-palette__annotation:before {
    content: normal;
  }
}
.take-test
  .question-palette.-horizontal
  .question-palette__annotation-item:last-child {
  margin-top: 0;
  margin-left: 10px;
}
.take-test .question-palette.-horizontal .question-palette__annotation-item {
  display: flex;
  align-items: center;
}
.take-test .question-palette.-horizontal .question-palette__item {
  margin: 0 10px 0 0;
}
.take-test .question-palette.-horizontal .question-palette__item:last-child {
  margin-right: 0;
}
.take-test .question-palette.-horizontal .question-palette__row {
  min-height: 0;
  align-items: center;
}
.take-test .question-palette.-horizontal .question-palette__logo-wrap {
  align-self: auto;
}
.take-test .question-palette.-horizontal .question-palette__logo {
  transform: none;
}
.take-test .question-palette.-horizontal .question-palette__group-center {
  position: absolute;
  left: 50%;
  transform: translateX(-90px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test .question-palette.-horizontal .question-palette__group-center {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette.-horizontal .question-palette__group-center {
    position: initial;
    left: initial;
    transform: initial;
    width: initial;
    justify-content: initial;
    margin-bottom: initial;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .take-test .question-palette.-horizontal .question-palette__group-center {
    position: initial;
    left: initial;
    transform: initial;
    padding-top: 0;
  }
}
.take-test .question-palette.-horizontal .question-palette__list-item {
  margin-left: 0;
}
@media (max-width: 767px) {
  .take-test .question-palette.-horizontal .question-palette__list-item {
    margin-top: -16px;
    margin-bottom: 3rem;
  }
}
.take-test .question-palette.-horizontal .question-palette__btn {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette.-horizontal .question-palette__btn {
    min-width: initial;
  }
}
.take-test .question-palette.affix {
  width: 312.98px;
  top: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette.affix {
    width: 186.59px;
    top: 73px;
  }
}
.take-test .question-palette .cmicon-x {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}
.take-test .question-palette__deadline {
  display: flex;
  padding: 0 10px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  align-items: center;
}
@media (max-width: 767px) {
  .take-test .question-palette__deadline {
    flex-direction: column;
  }
}
.take-test .question-palette__deadline-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  color: #294563;
}
@media (max-width: 767px) {
  .take-test .question-palette__deadline-title {
    font-size: 12px;
    margin: 0 0 6px;
  }
}
.take-test .question-palette__deadline-clock {
  line-height: 1;
  font-size: 18px;
  color: #dd1804;
  white-space: nowrap;
  position: relative;
  top: 4px;
}
@media (max-width: 767px) {
  .take-test .question-palette__deadline-clock {
    position: static;
    font-size: 10px;
  }
}
.take-test .question-palette__time-duration {
  color: #32b4c8;
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette__time-duration {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .take-test .question-palette__time-duration {
    font-size: 16px;
  }
}
.take-test .question-palette__list-item {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .take-test .question-palette__list-item {
    justify-content: start;
    overflow-x: auto;
  }
}
.take-test .question-palette__part {
  flex: 1;
  display: flex;
  white-space: nowrap;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d6e4da;
  cursor: pointer;
  position: relative;
}
.take-test .question-palette__part.-finished.-active:after {
  display: none;
}
.take-test .question-palette__part.-finished:after {
  content: "\e930";
  font-size: 32px;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main-color);
}
.take-test .question-palette__part.-finished .question-palette__part-status {
  display: none;
}
@media (max-width: 767px) {
  .take-test .question-palette__part {
    border-radius: 10px;
  }
}
.take-test .question-palette__part[data-click-active="false"] {
  cursor: default;
}
@media (max-width: 767px) {
  .take-test .question-palette__part {
    display: none;
    white-space: initial;
    padding: 10px 6px;
  }
}
.take-test .question-palette__part.-active {
  border: 1px solid #37854d;
  cursor: default;
}
@media (max-width: 767px) {
  .take-test .question-palette__part.-active {
    display: flex;
    justify-content: space-around;
  }
}
.take-test .question-palette__part.-active .question-palette__part-title span {
  display: none;
}
.take-test .question-palette__part.-active .question-palette {
  display: none;
}
.take-test .question-palette__part.-active .question-palette__part-status {
  display: none;
}
.take-test .question-palette__part.-active .question-palette__items-group {
  display: flex;
}
.take-test .question-palette__part-title {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #294563;
}
@media (max-width: 767px) {
  .take-test .question-palette__part-title {
    position: absolute;
    top: -4px;
    background: #fff;
    padding: 0 6px;
    border-radius: 4px;
    left: 10px;
    transform: translateY(-50%);
    line-height: 1.2;
  }
}
.take-test .question-palette__part-status {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #282828;
}
.take-test .question-palette__items-group {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  display: none;
}
@media (max-width: 767px) {
  .take-test .question-palette__items-group {
    white-space: initial;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px;
  }
}
.take-test .question-palette__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  flex-shrink: 0;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 12px;
  border: 1px solid #eaecef;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette__item {
    width: 28px;
    height: 28px;
  }
}
.take-test .question-palette__item:hover {
  border: 1px solid var(--main-color);
}
@media (max-width: 767px) {
  .take-test .question-palette__item {
    width: 25px;
    height: 25px;
  }
}
.take-test .question-palette__item.-group {
  font-size: 12px;
  line-height: 1;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette__item.-group {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .take-test .question-palette__item.-group {
    font-size: 10px;
  }
}
.take-test .question-palette__item:hover {
  opacity: 0.8;
}
.take-test .question-palette__item.-checked {
  background-color: #d6e4da;
  color: #37854d;
  font-weight: 600;
}
.take-test .question-palette__item em {
  display: block;
  width: calc(100% - 4px);
  margin: 1px auto;
  height: 1px;
  background: none;
  background-color: #37854d;
}
.take-test .question-palette__group-center-top {
  display: flex;
  margin-bottom: 66px;
  min-height: 72px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette__group-center-top {
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .take-test .question-palette__group-center-top {
    min-height: initial;
    flex-direction: column;
  }
}
.take-test .question-palette__logo-wrap {
  flex-basis: 206px;
  align-self: flex-end;
  display: flex;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .take-test .question-palette__logo-wrap {
    flex-basis: initial;
  }
}
@media (max-width: 767px) {
  .take-test .question-palette__logo-wrap {
    flex-basis: initial;
  }
}
.take-test .question-palette__logo {
  width: 120px;
  margin-right: 15px;
  position: relative;
  transform: translateY(-22px);
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test .question-palette__logo {
    position: absolute;
    bottom: 10px;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .question-palette__logo {
    position: absolute;
    bottom: 14px;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .take-test .question-palette__logo {
    display: block;
    top: 18px;
    left: 15px;
    position: fixed;
    transform: translateY(-3px);
    margin-right: 0;
    max-width: 88px;
  }
}
.take-test
  .question-palette__annotation-item
  + .question-palette__annotation-item {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .take-test
    .question-palette__annotation-item
    + .question-palette__annotation-item {
    margin-top: 0;
  }
}
.take-test .answer-result {
  padding: 25px 36px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .answer-result {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .take-test .answer-result {
    position: relative;
    width: 100% !important;
    top: initial !important;
  }
}
.take-test .answer-result.affix {
  width: 312.98px;
  top: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .answer-result.affix {
    width: 186.59px;
    top: 73px;
  }
}
.take-test .answer-result__title {
  font-size: 20px;
  font-weight: 600;
  color: #294563;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .answer-result__title {
    text-align: center;
  }
}
.take-test .answer-result__btn {
  width: 100%;
}
.take-test .answer-result__btn.btn-aqua {
  margin-bottom: 10px;
}
.take-test .result-circle {
  width: 170px;
  height: 170px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .result-circle {
    width: 140px;
    height: 140px;
  }
}
.take-test .result-circle__contents-wrap + div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.take-test .result-circle__circle {
  border: none;
  display: none;
  width: 0px;
  visibility: hidden;
}
.take-test .result-circle__contents-wrap {
  text-align: center;
}
.take-test .result-circle__percent {
  font-size: 36px;
  font-weight: bold;
  color: #32b4c8;
  margin-bottom: 8px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .result-circle__percent {
    font-size: 32px;
    margin-bottom: 2px;
  }
}
.take-test .result-circle__sm-title {
  font-size: 16px;
  color: #294563;
  margin-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .result-circle__sm-title {
    font-size: 14px;
  }
}
.take-test .result-circle__correct-number {
  font-size: 20px;
  font-weight: bold;
  color: #294563;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .result-circle__correct-number {
    font-size: 16px;
  }
}
.take-test .writing-tasks {
  padding: 40px;
}
@media (max-width: 767px) {
  .take-test .writing-tasks {
    padding: 20px 15px;
  }
}
.take-test .writing-tasks__elm + .writing-element {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ececec;
}
.take-test .writing-element__question-wrap {
  position: relative;
  max-height: 253px;
  overflow: hidden;
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  .take-test .writing-element__question-wrap {
    padding: 0 15px 20px;
  }
}
.take-test .writing-element__question-wrap.expanding {
  max-height: none;
}
.take-test .writing-element__title {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .take-test .writing-element__title {
    font-size: 22px;
  }
}
.take-test .writing-box__footer {
  display: flex;
  flex-wrap: wrap;
}
.take-test .writing-box__desc {
  margin-bottom: 1rem;
}
.take-test .writing-box__desc strong {
  font-weight: bold;
}
.take-test .writing-box__answer {
  min-height: 300px;
  max-height: 566px;
  height: 60vh;
  box-shadow: none;
  padding: 15px;
}
.take-test .writing-box__answer:focus,
.take-test .writing-box__answer:active {
  border: 1px solid #f9a95a;
}
.take-test .writing-box__answer-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .take-test .writing-box__answer-title {
    margin: 0 0 10px;
  }
}
.take-test .writing-box__words-count {
  margin-top: 10px;
  margin-right: auto;
}
.take-test .writing-box__words-num {
  font-weight: 600;
}
.take-test.general-test-page .test-panel {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.general-test-page .test-panel {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.general-test-page .test-panel {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .take-test.general-test-page .test-panel {
    margin-top: 2rem;
  }
}
.take-test.general-test-page .test-panel__nav {
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  .take-test.general-test-page .test-panel__nav {
    display: block;
  }
}
.take-test .test-panel {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.take-test .test-panel__nav {
  position: fixed;
  text-align: center;
  margin: 0;
  right: 3rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
  z-index: 9;
  bottom: 10rem;
}
@media (max-width: 767px) {
  .take-test .test-panel__nav {
    bottom: 8rem;
  }
}
.take-test .test-panel .cm-pagination {
  margin: 0;
}
.take-test .test-panel__nav-title {
  font-size: 20px;
  font-weight: 600;
}
.take-test .test-panel__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #37854d;
  width: 50px;
  height: 50px;
  border: 2px solid #37854d;
  border-radius: 50%;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .take-test .test-panel__nav-btn {
    width: 40px;
    height: 40px;
  }
}
.take-test .test-panel__nav-btn.-disabled {
  color: rgba(55, 133, 77, 0.4);
  border: 2px solid rgba(55, 133, 77, 0.4);
}
.take-test .test-panel__nav-btn [class^="ioticon-"],
.take-test .test-panel__nav-btn [class*=" ioticon-"] {
  font-weight: bold;
}
.take-test .test-panel__nav-buttons {
  display: flex;
  gap: 2rem;
}
.take-test__split-item {
  width: 50%;
}
@media (max-width: 767px) {
  .take-test__split-item {
    width: 100%;
    height: 50%;
  }
}
.take-test__split-item > section {
  position: relative;
  border-radius: 0;
  border-bottom: 0;
  border-top: 0;
}
.take-test__split-item > section.test-panel {
  border-right: 0;
  height: 100%;
}
.take-test__split-item > section.test-panel + .test-panel {
  display: none;
}
.take-test__split-item > section.test-panel.show {
  display: block;
}
.take-test__split-item > section.test-contents {
  border-left: 0;
}
.take-test__split-item > section.test-contents + .test-contents {
  display: none;
}
.take-test__split-item > section.test-contents.show {
  display: block;
}
.take-test__questions-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .take-test__questions-wrap {
    height: 50%;
  }
}
.take-test__questions-wrap > section {
  position: relative;
  border-radius: 0;
  border-bottom: 0;
  border-top: 0;
}
.take-test__questions-wrap > section.test-panel {
  border-right: 0;
  padding-bottom: 100px;
  height: 100%;
}
.take-test__questions-wrap > section.test-panel + .test-panel {
  display: none;
}
.take-test__questions-wrap > section.test-panel.show {
  display: block;
}
.take-test__questions-wrap > section.test-contents {
  border-left: 0;
}
.take-test__questions-wrap > section.test-contents + .test-contents {
  display: none;
}
.take-test__questions-wrap > section.test-contents.show {
  display: block;
}
.take-test .container-fluid {
  max-width: 1920px;
  padding: 0;
}
.take-test .test-contents {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 3rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .test-contents {
    padding: 3rem 15px;
  }
}
@media (max-width: 767px) {
  .take-test .test-contents {
    padding: 20px 15px;
  }
}
.take-test .test-contents h1 {
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .take-test .test-contents h1 {
    font-weight: 26px;
  }
}
.take-test .test-contents__header {
  margin: -30px -30px 0;
  padding: 10px 30px;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
}
@media (max-width: 767px) {
  .take-test .test-contents__header {
    margin: -20px -30px 0;
  }
}
.take-test .test-contents__title {
  font-size: 24px;
  font-weight: 700;
  color: #294563;
  margin: 0 0 5px;
  text-align: left;
}
.take-test .split {
  display: flex;
  flex-direction: row;
}
.take-test .gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}
.take-test .gutter {
  position: relative;
  cursor: grab !important;
}
.take-test .gutter.gutter-horizontal {
  background: #f3f3f3;
}
.take-test .gutter.gutter-horizontal:after {
  content: "\e9c5";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #294563;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.take-test.writing-test-page .question-palette__list-item.-vertical {
  flex-direction: column;
  margin-left: 0;
}
@media (max-width: 767px) {
  .take-test.writing-test-page .question-palette__list-item.-vertical {
    flex-direction: row;
    margin-left: -8px;
  }
}
.take-test.writing-test-page
  .question-palette__list-item.-vertical
  .question-palette__item:last-child {
  margin-bottom: 0;
}
.take-test.writing-test-page .question-palette__time-box {
  position: static;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.writing-test-page .question-palette__time-box {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.writing-test-page .question-palette__time-box {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .take-test.writing-test-page .question-palette__time-box {
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.writing-test-page .question-palette__logo {
    transform: translateY(-4px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.writing-test-page .question-palette__annotation {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.writing-test-page .question-palette__annotation {
    margin-top: 0;
  }
}
.take-test.speaking-test-page .question-palette__logo {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .take-test.speaking-test-page .question-palette__logo {
    top: 50%;
    transform: translateY(-50%);
  }
}
.take-test.speaking-test-page .question-palette__group-center {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.speaking-test-page .question-palette__group-center {
    margin-bottom: 0;
  }
}
.take-test.speaking-test-page .question-palette__time-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: row;
  border: none;
}
@media (max-width: 767px) {
  .take-test.speaking-test-page .question-palette__time-box {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.take-test.speaking-test-page .question-palette__title {
  color: #294563;
  padding-left: 10px;
  margin-top: 0;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}
.take-test.speaking-test-page .question-palette__title:before {
  width: 1px;
  height: 100%;
  display: block;
}
.take-test.speaking-test-page .question-palette__time {
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .take-test.speaking-test-page .question-palette__time {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.speaking-test-page .question-palette__time {
    font-size: 22px;
  }
}
.take-test.speaking-test-page .question-palette__title span {
  margin-left: 0;
}
.take-test.speaking-test-page .question-palette__row {
  min-height: 0;
}
.take-test.general-test-page .test-panel__nav-buttons {
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .take-test.general-test-page .test-panel__nav-btn.-submit {
    display: block;
    width: 100%;
  }
}
.take-test.listening-test-page {
  overflow: hidden;
}
.take-test.listening-test-page .test-panel__nav-buttons {
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .take-test.listening-test-page .test-panel__nav-btn.-submit {
    display: block;
    width: 100%;
  }
}
.take-test.listening-test-page .main-header {
  display: none;
}
.take-test.listening-test-page .question-palette__time-box {
  position: absolute;
  top: calc((50% - 19px) / 2);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .take-test.listening-test-page .question-palette__time-box {
    top: 10px;
    transform: translate3d(0, 0, 0);
  }
}
.take-test.listening-test-page .question-palette .icon-clock {
  color: #32b4c8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.listening-test-page .question-palette__time {
    font-size: 22px;
    min-width: 0;
    padding-bottom: 4px;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.listening-test-page .question-palette__time:after {
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .take-test.listening-test-page .question-palette__time-box {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.listening-test-page .question-palette__time-box {
    left: 0;
    right: 0;
    top: auto;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.listening-test-page .question-palette__time-box {
    left: 0;
    flex-direction: column;
    top: auto;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.listening-test-page .question-palette__title {
    font-size: 12px;
    margin: 0;
    justify-content: center;
    min-width: initial;
  }
  .take-test.listening-test-page .question-palette__title span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.listening-test-page .question-palette__btn {
    min-width: 0;
  }
}
.take-test.listening-test-page .question-palette__group-center {
  position: relative;
}
.take-test.listening-test-page .question-palette__logo {
  transform: translateY(-56px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.listening-test-page .question-palette__logo {
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test.listening-test-page .question-palette__logo {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .take-test.listening-test-page .question-palette__logo {
    transform: translateY(-3px);
  }
}
.take-test.listening-test-page .plyr {
  border: 1px solid #ececec;
  border-radius: 4px;
  z-index: 1000;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .take-test.listening-test-page .plyr {
    margin-bottom: 3rem;
  }
}
.take-test.listening-test-page .plyr .plyr__progress .plyr__tooltip {
  bottom: 6px;
}
.take-test.listening-test-page .plyr .plyr__controls {
  padding: 4px;
  background: #294563;
}
.take-test.listening-test-page audio {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.take-test.listening-test-page .plyr__menu__container {
  top: 100%;
  bottom: auto;
}
.take-test.listening-test-page .plyr__menu__container:after {
  bottom: 100%;
  transform: rotate(180deg);
  top: auto;
}
.take-test.listening-test-page .test-panel {
  filter: blur(5px);
}
.take-test.listening-test-page .test-panel:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(247, 247, 247, 0.61);
  z-index: 1100;
}
.take-test.listening-test-page .test-panel__nav {
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  .take-test.listening-test-page .test-panel__nav {
    display: block;
  }
}
.take-test.listening-test-page .take-test__col-left {
  position: relative;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .take-test.listening-test-page .take-test__col-left {
    margin-top: 4rem;
  }
}
.take-test.listening-test-page .question-palette {
  pointer-events: none;
}
@media (max-width: 767px) {
  .take-test .main-header__user-panel {
    display: none;
  }
}
.take-test .main-header {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test .main-header {
    transform: none;
    transition: initial;
  }
}
@media (max-width: 767px) {
  .take-test .main-header {
    transform: none;
    transition: initial;
  }
}
@media (max-width: 767px) {
  .showing-palette .take-test__icon-palette {
    transform: translate3d(100%, 0, 0);
  }
  .showing-palette .question-palette {
    height: 100%;
  }
  .showing-palette .take-test__btn-menu {
    border: 1px solid #ccc;
    background-color: #efefef;
  }
}
.test-panel .cke_top {
  display: none;
}
.test-panel .cke_chrome {
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 4px;
  margin: 10px 0 10px 15px;
  display: inline-flex;
}
.test-panel .test-panel__answer-math-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.test-panel .test-panel__child-answer {
  width: 100%;
  padding-left: 12px;
}
.test-panel .test-panel__break-line {
  width: 100%;
}
.test-panel .cke-math-input {
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 4px;
  margin: 10px 0 10px 15px;
  display: inline-flex;
  width: auto;
  visibility: hidden;
}
.test-panel .test-panel__child-question-title {
  margin: 2rem 0 1rem;
}
.wrs_editor .wrs_tickContainer {
  display: none;
}
.drag-panel-wrapper {
  display: flex;
  gap: 8%;
  flex-wrap: wrap;
}
.drag-panel-wrapper .test-panel__answer {
  max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .drag-panel-wrapper .test-panel__answer {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .drag-panel-wrapper .test-panel__answer {
    max-width: initial;
  }
}
.qselect-type {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
@media (max-width: 767px) {
  .qselect-type {
    flex-direction: column;
    gap: 2rem;
  }
}
.qselect-type__question {
  margin: 1rem 0;
}
.qselect-type__answer {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
.qselect-type__answer p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.qselect-type__answer .test-panel__input-answer {
  margin: 0;
}
.drag-panel {
  display: flex;
}
@media (max-width: 767px) {
  .drag-panel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .drag-panel {
    display: none;
  }
}
.drag-panel__suggest {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .drag-panel__suggest {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .drag-panel__suggest {
    display: none;
  }
}
.drag-panel__suggest-link {
  color: var(--main-color);
}
.drag-panel__suggest-link:hover,
.drag-panel__suggest-link:focus {
  text-decoration: underline;
  color: var(--main-color);
}
.drag-panel__list-answer-wrapper {
  margin: 10px 0;
}
.drag-panel__list-answer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: self-start;
  gap: 1rem;
}
.drag-panel__list-answer .spilled {
  display: none !important;
}
.drag-panel__drag-answer {
  margin-bottom: 2rem;
}
.drag-panel__drag-answer-symbol {
  margin: 0 1.5rem;
}
.drag-panel__drag-answer-input {
  display: inline-flex;
  width: auto;
  min-width: 200px;
  height: 32px;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px dashed #bdc5cf;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .drag-panel__drag-answer-input {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .drag-panel__drag-answer-input {
    display: none;
  }
}
.drag-panel__drag-answer-input.active:after {
  content: initial;
}
.drag-panel__drag-answer-input:after {
  content: attr(data-number);
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .drag-panel__drag-answer-input {
    min-width: 120px;
  }
}
.drag-panel__drag-answer-input .drag-panel__list-group-item {
  border: none;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drag-panel__drag-answer-input .drag-panel__list-group-item.spilled {
  cursor: default;
}
.drag-panel__list-group-item {
  display: flex;
  padding: 5px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #bdc5cf;
  background: #fff;
  cursor: grab;
}
.drag-panel__list-group-item:last-child {
  margin-right: 0;
}
.tooltip {
  opacity: 1;
}
.table-wrapper {
  border: 1px solid #eaecef;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}
.iot-radio-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
table.table-completion {
  border: 1px solid transparent;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #eaecef;
  width: 100%;
}
table.table-completion thead {
  background-color: #fff;
}
table.table-completion thead tr th {
  border: 1px solid #eaecef;
  color: #282828;
  text-align: center;
  font-size: 20px;
  width: 70px;
}
table.table-completion thead tr th:first-child {
  width: 40%;
}
table.table-completion tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.table-completion tbody tr td {
  border: 1px solid #eaecef;
  font-size: 16px;
}
table.table-completion tbody tr td:first-child {
  padding: 12px 15px;
}
table.iot-table-info tbody tr:nth-child(odd) {
  background-color: #eaecef;
}
table.matching-table {
  border: 1px solid transparent;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #eaecef;
  width: 100%;
  max-width: 1000px;
}
table.matching-table thead {
  background-color: #84d1dd;
}
table.matching-table thead tr th {
  border: 1px solid #eaecef;
  color: #282828;
  text-align: center;
  font-size: 20px;
  width: 70px;
}
table.matching-table thead tr th:first-child {
  width: 40%;
}
@media (max-width: 767px) {
  table.matching-table thead tr th:first-child {
    white-space: initial;
    min-width: 200px;
  }
}
table.matching-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.matching-table tbody tr td {
  border: 1px solid #eaecef;
  font-size: 16px;
  height: 50px;
  padding: 0;
}
table.matching-table tbody tr td:first-child {
  padding: 12px 15px;
}
@media (max-width: 767px) {
  table.matching-table tbody tr td:first-child {
    white-space: initial;
  }
}
table.matching-table .iot-radio {
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
table.matching-table .iot-radio.active:after {
  display: block;
}
table.matching-table .iot-radio:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  background-color: var(--bg-color);
  z-index: -1;
}
table.matching-table .iot-radio input[type="radio"]:checked {
  border: 1px solid #32b4c8;
  background-color: #32b4c8;
}
.listening-test.-practice-mode .plyr--audio {
  width: 100%;
  position: initial;
  top: initial;
  right: initial;
  max-width: initial;
}
@media (max-width: 767px) {
  .listening-test .plyr--audio {
    position: absolute;
    top: 100%;
    right: 15px;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .listening-test .take-test__body {
    padding-top: 5.6rem;
  }
}
.listening-test .test-panel__question-title {
  color: #32b4c8;
}
@media (max-width: 767px) {
  .listening-test .take-test__questions-wrap {
    height: initial;
  }
}
@media (max-width: 767px) {
  .listening-test .take-test__board {
    position: initial;
  }
}
.listening-test audio {
  display: none;
}
.listening-test .iot-checkbox2 .checkmark {
  border: 1px solid #32b4c8;
}
.listening-test .iot-checkbox2 input:checked ~ .checkmark {
  background-color: #32b4c8;
}
.listening-test .iot-radio input[type="radio"]:checked {
  border: 1px solid #32b4c8;
  background-color: #32b4c8;
}
.listening-test .question-palette__item.-checked {
  background-color: #d6f0f4;
  color: #32b4c8;
}
.listening-test .question-palette__part {
  border: 1px solid #d6f0f4;
}
.listening-test .question-palette__part.-active {
  border: 1px solid #32b4c8;
}
.listening-test .test-panel__nav-btn {
  color: #32b4c8;
  border: 2px solid #32b4c8;
}
.listening-test .test-panel__nav-btn.-disabled {
  color: rgba(50, 180, 200, 0.4);
  border: 2px solid rgba(50, 180, 200, 0.4);
}
.listening-test .realtest-header__time:before {
  color: #32b4c8;
}
.listening-test .realtest-header__bt-submit {
  background: var(
    --gradient-listening,
    linear-gradient(180deg, #33b2c7 0%, #268695 100%)
  );
}
.listening-test.-practice-mode .plyr--audio .plyr__controls__item:first-child {
  background: initial;
}
.listening-test.-practice-mode .plyr--audio .plyr__controls {
  background: initial;
  position: relative;
  padding: 0;
  left: initial;
  right: initial;
  width: 100%;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test.-practice-mode .plyr--audio .plyr__controls {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .plyr--audio .plyr__controls {
    gap: 0;
  }
}
.listening-test.-practice-mode .plyr button {
  color: #32b4c8;
}
.listening-test.-practice-mode .plyr button[data-plyr="fast-forward"],
.listening-test.-practice-mode .plyr button[data-plyr="rewind"] {
  position: relative;
  padding: 0;
}
.listening-test.-practice-mode .plyr button[data-plyr="fast-forward"]:hover,
.listening-test.-practice-mode .plyr button[data-plyr="rewind"]:hover {
  background: transparent;
}
.listening-test.-practice-mode .plyr button[data-plyr="fast-forward"]:after,
.listening-test.-practice-mode .plyr button[data-plyr="rewind"]:after {
  content: "\e9da";
  display: inline-block;
  font-family: "iot-fonts" !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 26px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #294563;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listening-test.-practice-mode .plyr button[data-plyr="fast-forward"] svg,
.listening-test.-practice-mode .plyr button[data-plyr="rewind"] svg {
  display: none;
}
.listening-test.-practice-mode .plyr button[data-plyr="rewind"]:after {
  content: "\e9d9";
}
.listening-test.-practice-mode .plyr button[data-plyr="play"] {
  border-radius: 50%;
  color: #fff;
  background-color: #32b4c8;
  width: auto;
  height: auto;
}
.listening-test.-practice-mode
  .plyr
  button[data-plyr="play"]
  .icon--not-pressed {
  position: relative;
  right: -2px;
}
.listening-test.-practice-mode .plyr--audio.plyr--full-ui input[type="range"] {
  color: #32b4c8;
}
.listening-test.-practice-mode .plyr--audio .plyr__control.plyr__tab-focus,
.listening-test.-practice-mode .plyr--audio .plyr__control:hover,
.listening-test.-practice-mode
  .plyr--audio
  .plyr__control[aria-expanded="true"] {
  background: #1baabf;
}
.listening-test.-practice-mode .plyr__volume input[type="range"] {
  color: #32b4c8;
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .plyr__volume input[type="range"] {
    display: none;
  }
}
.listening-test.-practice-mode .plyr--video .plyr__controls {
  position: relative;
  background: transparent;
  padding: 0;
  left: initial;
  right: initial;
  width: 100%;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test.-practice-mode .plyr--video .plyr__controls {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .plyr--video .plyr__controls {
    gap: 0;
  }
}
.listening-test.-practice-mode .plyr__video-wrapper {
  display: none;
}
.listening-test.-practice-mode .take-test__player-wrap {
  min-width: initial;
  position: fixed;
  z-index: 998;
  top: 64px;
  height: 62px;
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  padding: 15px 30px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}



.listening-test.-practice-mode .take-test__player-wrap:hover {
  z-index: 1100;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test.-practice-mode .take-test__player-wrap {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .take-test__player-wrap {
    gap: 6px;
    top: 50px;
    padding: 15px;
  }
}
.listening-test.-practice-mode .take-test__audio-source {
  max-width: 108px;
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .take-test__audio-source {
    max-width: 90px;
  }
}
.listening-test.-practice-mode .iot-opselect.-rounded button.dropdown-toggle {
  height: 32px;
  line-height: 32px;
  color: #294563;
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .iot-opselect.-rounded button.dropdown-toggle {
    font-size: 12px;
    padding: 0 10px;
  }
}
.listening-test.-practice-mode
  .bootstrap-select
  button.dropdown-toggle
  .filter-option-inner {
  padding-right: 8px;
}
.listening-test.-practice-mode
  .iot-opselect.-rounded
  button.dropdown-toggle
  .caret {
  font-size: 14px;
}
@media (max-width: 767px) {
  .listening-test.-practice-mode
    .iot-opselect.-rounded
    button.dropdown-toggle
    .caret {
    right: 4px;
    font-size: 12px;
  }
}
.listening-test.-practice-mode .iot-opselect.-rounded ul.dropdown-menu li a {
  font-size: 12px;
  padding: 6px 8px;
}
.listening-test.-practice-mode .plyr--video {
  width: 100%;
}
.listening-test.-practice-mode .plyr__progress input[type="range"] {
  color: #33b2c7;
}
.listening-test.-practice-mode
  .plyr--full-ui.plyr--video
  .plyr__control--overlaid {
  display: none;
}
.listening-test.-practice-mode
  .plyr__controls
  .plyr__controls__item.plyr__time {
  color: #282828;
}
.listening-test.-practice-mode
  .plyr--full-ui.plyr--video
  input[type="range"]::-webkit-slider-runnable-track {
  background-color: #d6f0f4;
}
.listening-test.-practice-mode .plyr--video .plyr__control:focus-visible,
.listening-test.-practice-mode .plyr--video .plyr__control:hover,
.listening-test.-practice-mode
  .plyr--video
  .plyr__control[aria-expanded="true"] {
  background: #1baabf;
  color: #fff;
}
.listening-test.-practice-mode .take-test__board {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .listening-test.-practice-mode .take-test__board {
    padding-top: 6.3rem;
  }
}
.listening-test.-test-mode
  .plyr--audio
  .plyr__controls__item[data-plyr="play"] {
  background: initial;
}
.listening-test.-test-mode .plyr--audio .plyr__controls {
  background: initial;
}
.listening-test.-test-mode .plyr button {
  color: #32b4c8;
}
.listening-test.-test-mode .plyr button[data-plyr="mute"]:hover {
  color: #fff;
}
.listening-test.-test-mode .plyr--audio.plyr--full-ui input[type="range"] {
  color: #32b4c8;
}
@media (max-width: 767px) {
  .listening-test.-test-mode .plyr--audio.plyr--full-ui input[type="range"] {
    margin-right: 0;
  }
}
.listening-test.-test-mode .plyr--audio .plyr__control.plyr__tab-focus,
.listening-test.-test-mode .plyr--audio .plyr__control:hover,
.listening-test.-test-mode .plyr--audio .plyr__control[aria-expanded="true"] {
  background: #1baabf;
}
.listening-test.-test-mode .plyr__volume input[type="range"] {
  color: #32b4c8;
}
@media (max-width: 767px) {
  .listening-test.-test-mode .plyr__volume input[type="range"] {
    margin-right: 0;
  }
}
.listening-test.-test-mode .plyr--video .plyr__controls {
  position: relative;
  background: transparent;
  padding: 0;
  left: initial;
  right: initial;
}
.listening-test.-test-mode .plyr__video-wrapper {
  display: none;
}
.listening-test.-test-mode .plyr--video {
  min-width: initial;
}
@media (max-width: 767px) {
  .listening-test.-test-mode .plyr--video {
    top: 100%;
    position: absolute;
    right: 15px;
  }
}
.listening-test.-test-mode
  .plyr--full-ui.plyr--video
  input[type="range"]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, #c1c8d199)
  );
}
.listening-test.-test-mode .plyr--video .plyr__control:focus-visible,
.listening-test.-test-mode .plyr--video .plyr__control:hover,
.listening-test.-test-mode .plyr--video .plyr__control[aria-expanded="true"] {
  background: #1baabf;
}
.writing-test .question-palette__part.-active.-finished:after {
  display: block;
}
.writing-test .realtest-header__bt-review {
  display: none;
}
.writing-test .question-palette__part-title {
  position: initial;
  transform: none;
}
.writing-test .test-panel__question-title {
  color: #37854d;
}
.writing-test .iot-checkbox2 .checkmark {
  border: 1px solid #f9a95a;
}
.writing-test .iot-checkbox2 input:checked ~ .checkmark {
  background-color: #f9a95a;
}
.writing-test .iot-radio input[type="radio"]:checked {
  border: 1px solid #f9a95a;
  background-color: #f9a95a;
}
.writing-test table.matching-table thead {
  background-color: #f9a95a;
}
.writing-test table.matching-table .iot-radio input[type="radio"]:checked {
  border: 1px solid #f9a95a;
  background-color: #f9a95a;
}
.writing-test
  table.matching-table
  .iot-radio
  input[type="radio"]:checked
  ~ :after {
  background-color: #ccc;
  background-color: #d6f0f4;
}
.writing-test .test-panel__input-answer::placeholder {
  color: #f9a95a;
}
.writing-test .question-palette__part.-active {
  border: 1px solid #f9a95a;
  justify-content: center;
}
.writing-test .realtest-header__bt-submit {
  background: var(
    --gradient-writing,
    linear-gradient(180deg, #faa859 0%, #bb7f44 100%)
  );
}
.writing-test .test-panel__nav-btn {
  color: #f9a95a;
  border: 2px solid #f9a95a;
}
.writing-test .test-panel__nav-btn.-disabled {
  color: rgba(249, 169, 90, 0.4);
  border: 2px solid rgba(249, 169, 90, 0.4);
}
.reading-test .test-panel__question-title {
  color: #37854d;
}
.reading-test .iot-checkbox2 .checkmark {
  border: 1px solid #37854d;
}
.reading-test .iot-checkbox2 input:checked ~ .checkmark {
  background-color: #37854d;
}
.reading-test .iot-radio input[type="radio"]:checked {
  border: 1px solid #37854d;
  background-color: #37854d;
}
.reading-test table.matching-table thead {
  background-color: #37854d;
}
.reading-test table.matching-table .iot-radio input[type="radio"]:checked {
  border: 1px solid #37854d;
  background-color: #37854d;
}
.reading-test
  table.matching-table
  .iot-radio
  input[type="radio"]:checked
  ~ :after {
  background-color: #ccc;
  background-color: #d6f0f4;
}
.reading-test .test-panel__input-answer::placeholder {
  color: #37854d;
}
.plyr--audio {
  min-width: initial;
}
.plyr--audio .plyr__controls__item.plyr__volume {
  width: auto;
  margin: 0;
}
.take-test .table tbody tr td {
  font-size: 16px;
}
.take-test__click-play {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.26);
  z-index: 1111;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
}
.take-test__click-play.-practice {
  position: initial;
  background-color: transparent;
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
}
.take-test__click-play.-practice .take-test__play-btn {
  position: fixed;
  z-index: 1111;
}
.take-test__play-btn {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  width: 33%;
  max-width: 500px;
  border: 1px solid #32b4c8;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 6px 20px #dbdbdb;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-test__play-btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .take-test__play-btn {
    width: 100%;
    max-width: calc(100% - 40px);
    left: 0;
    right: 0;
    transform: none;
  }
}
.take-test__play-btn:hover {
  border: 1px solid #32b4c8;
  background-color: #f3ffff;
}
.take-test__play-btn span {
  color: #32b4c8;
  margin: 0 4px;
  text-decoration: underline;
}
.speaking-test {
  padding-top: 7rem;
}
.speaking-test .uploading-overlay {
  align-items: center;
  justify-content: center;
}
.speaking-test .uploading-overlay__card {
  width: 95%;
  max-width: 460px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
}
.speaking-test .uploading-overlay__progress {
  width: 100%;
  height: 30px;
  border-radius: 50px;
  background: #f4e0e4;
}
.speaking-test .uploading-overlay__progress-bar {
  width: 100%;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaking-test .test-panel__question-title {
  color: #c76378;
}
.speaking-test .question-palette__part-title {
  position: initial;
  transform: none;
}
.speaking-test #test-audio {
  display: none;
  margin-bottom: 60px;
}
.speaking-test #test-audio .btn {
  color: #fff;
  background-color: #c86478;
  border-color: #c86478;
  padding: 6px 12px;
  border-radius: 4px;
}
.speaking-test #test-audio button.btn {
  background-color: #d4dae0;
  color: #294563;
}
.speaking-test .question-palette__part.-active {
  border: 1px solid #c76378;
}
.speaking-test .take-test .test-panel {
  overflow: initial !important;
}
.speaking-test .test-panel__nav-btn {
  color: #c76378;
  border: 2px solid #c76378;
}
.speaking-test .test-panel__nav-btn.-disabled {
  color: rgba(199, 99, 120, 0.4);
  border: 2px solid rgba(199, 99, 120, 0.4);
}
.speaking-test .realtest-header__bt-submit {
  display: none;
}
.speaking-test .waiting-room {
  margin-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .speaking-test .waiting-room {
    margin-top: 2rem;
  }
}
.speaking-test .waiting-room__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 3rem;
}
.speaking-test .waiting-card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 30px;
  background: var(--white, #fff);
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .speaking-test .waiting-card {
    padding: 15px;
  }
}
.speaking-test .waiting-card.-waiting-room.active .ioticon-waiting-target {
  -webkit-animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -ms-animation: rotation 2s linear infinite;
}
.speaking-test .waiting-card:last-child {
  margin-bottom: 3rem;
}
.speaking-test .waiting-card .ioticon-play-solid {
  color: #fff;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  background: #c76378;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.speaking-test .waiting-card .ioticon-recoder {
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
}
.speaking-test .waiting-card .ioticon-recoder:after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #294563;
  border-radius: 50%;
}
.speaking-test .waiting-card__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.speaking-test .waiting-card__title span {
  margin-right: 1rem;
  font-size: 32px;
  color: #c76378;
}
.speaking-test .waiting-card__title span.ioticon-waiting-target {
  position: relative;
}
.speaking-test .waiting-card__title span.ioticon-waiting-target:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e9cf";
  transform: rotate(45deg);
  opacity: 0.5;
}
.speaking-test .waiting-card__player {
  display: none;
}
.speaking-test .waiting-card .plyr--audio {
  width: 100%;
  max-width: 800px;
}
.speaking-test .waiting-card .plyr--audio .plyr__controls {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--speaking-5, #f4e0e4);
  background: #fff;
}
.speaking-test
  .waiting-card
  .plyr--audio
  .plyr__controls
  .plyr__controls__item.plyr__time {
  color: #282828;
  margin-left: 1rem;
}
.speaking-test .waiting-card .plyr--audio .plyr__controls__item.plyr__control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1.6rem;
}
.speaking-test .waiting-card .plyr--audio .plyr__control svg.icon--not-pressed {
  position: relative;
  left: 2px;
}
.speaking-test .waiting-card .plyr--audio .plyr__progress__buffer {
  background-color: #dda2ae;
}
.speaking-test .waiting-card__btn-record {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
}
.speaking-test .waiting-card__btn-record.active:after {
  -webkit-animation-name: alertBlinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.speaking-test .waiting-card__btn-record:after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-color: #294563;
  border-radius: 50%;
}
.speaking-test .waiting-card__test-record {
  display: none;
}
.speaking-test .waiting-card__record-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--speaking-5, #f4e0e4);
  background: #fff;
}
.speaking-test .waiting-card__record-item .plyr--audio .plyr__controls {
  border: none;
  padding: 0;
}
.speaking-test .waiting-card__result-part {
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
}
.speaking-test .waiting-card__result-part.active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 767px) {
  .speaking-test .waiting-card__desc {
    font-size: 14px;
  }
}
.speaking-test .waiting-card__desc.active {
  color: #c76378;
}
.speaking-test .waiting-card__btn-group {
  justify-content: center;
  align-self: center;
  gap: 2rem;
  display: none;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .speaking-test .waiting-card__btn-group {
    flex-direction: column;
  }
}
.speaking-test .waiting-card__btn {
  min-width: 180px;
  gap: 10px;
}
@media (max-width: 767px) {
  .speaking-test .waiting-card__btn {
    width: 100%;
    min-width: auto;
  }
}
@-webkit-keyframes alertBlinker {
  from {
    opacity: 1;
    background-color: #294563;
  }
  to {
    opacity: 0.4;
    background-color: #c76378;
  }
}
.connecting-success {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  top: 0;
  bottom: 0;
}
.connecting-success__btn {
  min-width: 200px;
  height: 40px;
}
#modal-reset-record .modal-reset-record {
  max-width: 520px;
  text-align: center;
  padding: 48px 30px 40px;
}
@media (max-width: 767px) {
  #modal-reset-record .modal-reset-record {
    max-width: 96%;
    padding: 35px 20px 20px;
  }
}
.modal__title {
  font-size: 24px;
  font-weight: bold;
  color: #294563;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.modal__desc {
  font-size: 16px;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .modal__desc {
    font-size: 12px;
    margin: 0 auto 20px;
  }
}
.modal__button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: #c86478;
  border-radius: 4px;
  display: block;
  max-width: 350px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .modal__button {
    height: 40px;
    line-height: 40px;
    max-width: 250px;
  }
}
.modal__button:hover {
  opacity: 0.8;
  color: #fff;
}
.modal__button.-no {
  margin-bottom: 20px;
}
.modal__button.-yes {
  background-color: #d4dae0;
  color: #294563;
}
.modal-timeup-wrapper .modal-time-up {
  max-width: 520px;
  text-align: center;
  padding: 25px 30px 8px;
}
.modal-timeup-wrapper .modal__desc {
  margin: 0 auto 20px;
}
.modal-timeup-wrapper .modal__countdown-imgwrap {
  position: relative;
  text-align: center;
}
.modal-timeup-wrapper .modal__countdown-time {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.modal-timeup-wrapper .modal__countdown-num {
  font-size: 22px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #c86478;
  line-height: 1;
}
.modal-timeup-wrapper .modal__countdown-text {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #c86478;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.part-recording .mic-box__wave-line {
  visibility: visible;
  opacity: 1;
}
body.part-recording .mic-box__indicator {
  display: block;
}
.speaking-test-page {
  padding-top: 52px;
}
.speaking-test-page input.share-box__refer-link {
  font-size: 13px;
  padding: 0 12px;
  font-weight: 600;
  color: #787878;
  width: 100%;
  max-width: calc(100% - 139px);
  margin-right: 15px;
  border-radius: 22.5px;
  background-color: #fff;
  border: solid 1px #d4dae0;
  padding-left: 10px;
  height: 45px;
  box-shadow: none;
  float: left;
}
@media (max-width: 767px) {
  .speaking-test-page input.share-box__refer-link {
    margin-right: 10px;
    max-width: calc(100% - 70px);
    height: 30px;
    border-radius: 15px;
    background-color: #f3f3f3;
    border: none;
  }
}
.speaking-test {
  padding-bottom: 40px;
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
}
.speaking-test.test-mic h1 {
  margin: 6rem 0;
  font-size: 28px;
  font-weight: 800;
  color: #284664;
}
@media (max-width: 767px) {
  .speaking-test.test-mic h1 {
    font-size: 16px;
  }
}
.speaking-test.test-mic .test-caption {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .speaking-test.test-mic .test-caption {
    margin: 0 0 40px;
    font-size: 12px;
    text-align: center;
  }
}
.speaking-test.test-mic .mic-box__icon-wrap {
  margin: 0 auto 20px;
}
.speaking-test.test-mic .mic-box__indicator {
  top: 10px;
}
.speaking-test.test-mic .mic-box__contents {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .speaking-test.test-mic .mic-box__contents {
    padding: 15px;
  }
}
.speaking-test.test-mic .mic-box__btn-group {
  margin-top: auto;
}
.speaking-test #test-audio {
  display: none;
  margin-bottom: 60px;
}
.speaking-test #test-audio .btn {
  color: #fff;
  background-color: #c86478;
  border-color: #c86478;
  padding: 6px 12px;
  border-radius: 4px;
}
.speaking-test #test-audio button.btn {
  background-color: #d4dae0;
  color: #284664;
}
.speaking-test .mobile-test-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #c86478;
  display: none;
  margin: 15px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .speaking-test .mobile-test-title {
    display: block;
  }
}
.speaking-test .instruction {
  max-width: 650px;
  margin: 50px auto 0;
  text-align: center;
}
.speaking-test .instruction__title {
  font-size: 28px;
  font-weight: 800;
  color: #284664;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .speaking-test .instruction__title {
    margin: 15px 0 19px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .speaking-test .instruction {
    margin: 19px auto 25px;
  }
}
.speaking-test .instruction__list {
  text-align: left;
}
.speaking-test .instruction__item {
  font-size: 14px;
  color: #282828;
  position: relative;
  margin-bottom: 40px;
  padding-left: 53px;
}
@media (max-width: 767px) {
  .speaking-test .instruction__item {
    padding-left: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .speaking-test .instruction__item:before {
    width: 30px;
    height: 30px;
    top: 0;
  }
}

.speaking-test .instruction__link {
  color: #007aff;
}
.speaking-test .instruction__link:hover {
  text-decoration: underline;
}
.speaking-test .test-caption {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #536b82;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .speaking-test .test-caption {
    margin: 0 0 10px;
    text-align: left;
  }
}
.speaking-test .part-caption {
  display: none;
  text-align: center;
}
.speaking-test .part-caption__title {
  font-size: 28px;
  font-weight: 800;
  color: #284664;
  text-transform: uppercase;
  margin: 86px 0 20px;
}
@media (max-width: 767px) {
  .speaking-test .part-caption__title {
    margin: 60px 0 20px;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: none;
  }
}
.speaking-test .part-caption__content {
  font-size: 14px;
  font-weight: 600;
  color: #536b82;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .speaking-test .part-caption__content {
    margin-bottom: 10px;
    text-transform: none;
  }
}
.speaking-test .part-caption__content strong {
  font-weight: 900;
}
.speaking-test .part-caption__note {
  font-size: 16px;
  color: #c86478;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .speaking-test .part-caption__note {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.speaking-test .iot-bt {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  min-width: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .speaking-test .iot-bt {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .speaking-test .iot-bt {
    position: static;
    transform: none;
    min-width: initial;
    width: 100%;
    font-size: 12px;
    max-width: calc(50% - 10px);
    border-radius: 4px;
  }
}
.speaking-test .iot-bt [class^="ioticon"] {
  margin-left: 6px;
  font-size: 18px;
  color: #f5b0bb;
}
.speaking-test .iot-bt.stopped,
.speaking-test .iot-bt.-grey {
  background-color: #d4dae0;
  color: #284664;
  display: none;
}
@media (max-width: 767px) {
  .speaking-test .iot-bt.stopped,
  .speaking-test .iot-bt.-grey {
    margin-right: 0;
  }
}
.speaking-test .iot-bt.stopped:hover,
.speaking-test .iot-bt.stopped:focus,
.speaking-test .iot-bt.-grey:hover,
.speaking-test .iot-bt.-grey:focus {
  background-color: #d4dae0;
  color: #284664;
}
.speaking-test .iot-bt.count-down {
  background-color: #c76378;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .speaking-test .iot-bt.count-down {
    margin: 0 auto;
  }
}
.speaking-test .mic-box {
  max-width: 1056px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .speaking-test .mic-box {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .speaking-test .mic-box__btn-group {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    border-top: 1px solid #d4dae0;
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0px 8px 20px 10px rgba(36, 31, 32, 0.08);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.speaking-test .mic-box__btn-group.-static .iot-bt {
  position: static;
  transform: none;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__btn-instruction {
    margin: 0 auto;
  }
}
.speaking-test .mic-box__instruction-title {
  margin-top: 100px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #c86478;
}
.speaking-test .mic-box__instruction-desc {
  color: #284664;
  font-size: 20px;
  max-width: 407px;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__instruction-desc {
    font-size: 16px;
  }
}
.speaking-test .mic-box__top {
  position: relative;
  display: flex;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ebebeb;
  padding: 18px 226px;
  border-bottom: solid 1px #d4dae0;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__top {
    padding: 0;
    display: flex;
    align-items: center;
    position: static;
  }
}
.speaking-test .mic-box__part-title {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  color: #284664;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__part-title {
    padding: 15px;
    font-size: 14px;
  }
}
.speaking-test .mic-box__part-num {
  color: #284664;
  text-align: center;
  border-top-left-radius: 8px;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__part-num {
    font-size: 16px;
  }
}
.speaking-test .mic-box__part-name {
  text-transform: uppercase;
  margin-right: 2px;
}
.speaking-test .mic-box__contents {
  width: 100%;
  min-height: 480px;
  border-radius: 8px;
  border: solid 1px #d4dae0;
  background-color: #f3f3f3;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__contents {
    min-height: 391px;
    border-radius: 10px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    margin-top: 2rem;
  }
}
.speaking-test .mic-box__contents.-question .mic-box__icon-wrap {
  margin-top: 40px;
}
.speaking-test .mic-box__test-content {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__test-content {
    margin: 36px 0 0;
  }
}
.speaking-test .mic-box__question {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #284664;
  padding: 0 15px;
  max-width: 778px;
  margin: 0 auto;
  line-height: 1.36;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__question {
    font-size: 16px;
    line-height: 1.25;
    margin: 60px 0 5px;
  }
}
.speaking-test .mic-box__question-number {
  font-weight: bold;
  color: #c76478;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.speaking-test .mic-box__question-title {
  padding: 0 10px;
}
.speaking-test .mic-box__indicator {
  position: absolute;
  right: 10px;
  top: 68px;
  text-align: center;
  vertical-align: middle;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .speaking-test .mic-box__indicator {
    bottom: 10px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .speaking-test .mic-box__indicator {
    bottom: 10px;
    top: auto;
  }
}
.speaking-test .mic-box__indicator:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c86478;
  animation: fading 1s infinite;
  transition: all 0.3s;
}
.speaking-test .mic-box__test-suggest {
  font-size: 16px;
  font-weight: 300;
  color: #284664;
  text-align: left;
  max-width: 750px;
  margin: 20px auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__test-suggest {
    font-size: 12px;
  }
}
.speaking-test .mic-box__test-suggest .demo1 {
  max-width: 686px;
  margin: 0 auto;
}
.speaking-test .mic-box__test-suggest .demo1 > div:first-child {
  padding-left: 47px;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__test-suggest .demo1 > div:first-child {
    padding-left: 15px;
  }
}
.speaking-test .mic-box__icon-wrap {
  margin: 120px auto 20px;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__icon-wrap {
    margin: 50px auto 15px;
  }
}
.speaking-test .mic-box__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  margin: 0 auto;
  z-index: 8;
}
.speaking-test .mic-box__speaker-radial {
  width: 100%;
  height: 100%;
}
.speaking-test .mic-box__note {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #282828;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__note {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.speaking-test .mic-box__note .ioticon-circle-play {
  color: #dc788d;
}
.speaking-test .mic-box__radial-timer {
  position: relative;
}
.speaking-test .mic-box__wave-line {
  visibility: hidden;
  opacity: 0;
  height: 80%;
  width: 100%;
  max-width: 507px;
  margin: 0 auto;
  left: 0;
  right: 0;
  min-height: 128px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .speaking-test .mic-box__wave-line {
    margin: 0 auto 10px;
  }
}
.speaking-test .mic-box__result-part {
  display: none;
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__result-part {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speaking-test .mic-box__result-part {
    padding: 0 15px;
  }
}
.speaking-test .mic-box__audio-note {
  margin: 20px 0 88px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #282828;
}
.speaking-test .mic-box__audio-note .ioticon-circle-play {
  margin: 0 3px;
  color: #dc788d;
}
.speaking-test .mic-box__audio-note strong {
  color: #c76378;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__audio-note {
    margin: 20px 0 48px;
  }
}
.speaking-test .mic-box__btn-reset {
  left: 10px;
  display: none;
}
.speaking-test .mic-box__btn-reset.-test-again {
  margin-right: 2rem;
}
.speaking-test .mic-box__btn-main {
  right: 10px;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__btn-main {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.speaking-test .mic-box__btn-main.recording:after {
  display: inline-flex;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e944";
  margin-left: 6px;
  font-size: 18px;
  color: #f5e1e4;
}
.speaking-test .mic-box__btn-main.recording.test-btn:after {
  content: "\e952";
}
.speaking-test .mic-box__btn-main span {
  color: #f5e1e4;
  margin-left: 6px;
}
.speaking-test .mic-box__btn-skip {
  margin-left: 1rem;
}
.speaking-test .mic-box__btn-next-part {
  right: 10px;
  display: none;
}
.speaking-test .mic-box__btn-start-now {
  display: inline-flex;
  right: 10px;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__btn-start-now {
    width: 100%;
    max-width: 100%;
  }
}
.speaking-test .mic-box__btn-primary {
  transform: none;
  position: static;
}
@media (max-width: 767px) {
  .speaking-test .mic-box__btn-primary {
    width: 100%;
  }
}
.speaking-test .mic-box .ioticon-play-circle {
  font-size: 20px;
}
.speaking-test #wavedisplay {
  display: none;
}
.speaking-test #controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 20%;
  width: 100%;
}
.speaking-test #js-save,
.speaking-test #js-save img {
  height: 10vh;
  display: none;
}
.speaking-test #js-save {
  opacity: 0.25;
}
.speaking-test #js-save[download] {
  opacity: 1;
}
@media (orientation: landscape) {
  .speaking-test #controls {
    flex-direction: column;
    height: 100%;
    width: 10%;
  }
}
.speaking-test .plyr__controls .plyr__controls__item:first-child {
  width: 96px;
  height: 40px;
  background-color: #d28393;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
@media (max-width: 767px) {
  .speaking-test .plyr__controls .plyr__controls__item:first-child {
    width: 55px;
  }
}
.speaking-test .plyr--audio .plyr__controls {
  background-color: #f5e1e4;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .speaking-test .plyr--audio .plyr__controls {
    margin-top: 15px;
  }
}
.speaking-test .plyr__controls .plyr__controls__item.plyr__time {
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #d28393;
}
@media (max-width: 767px) {
  .speaking-test .plyr__controls .plyr__controls__item.plyr__time {
    font-size: 12px;
  }
}
.speaking-test .plyr__volume input[type="range"] {
  color: #d28393;
}
.speaking-test .plyr--audio .plyr__control.plyr__tab-focus,
.speaking-test .plyr--audio .plyr__control:hover,
.speaking-test .plyr--audio .plyr__control[aria-expanded="true"] {
  background-color: #d28393;
}
.speaking-test .plyr__control.plyr__tab-focus {
  box-shadow: none;
}
.speaking-test .plyr__progress input[type="range"] {
  color: #d28393;
}
body.stopped-recording .part-caption {
  display: block;
}
body.stopped-recording .test-mic .part-title {
  display: block;
}
body.stopped-recording .mic-box__btn-skip {
  display: none;
}
#modal-reset-record .modal-reset-record {
  max-width: 520px;
  text-align: center;
  padding: 48px 30px 40px;
}
@media (max-width: 767px) {
  #modal-reset-record .modal-reset-record {
    max-width: 96%;
    padding: 35px 20px 20px;
  }
}
.modal__title {
  font-size: 24px;
  font-weight: bold;
  color: #284664;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.modal__desc {
  font-size: 16px;
  color: #284664;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .modal__desc {
    font-size: 12px;
    margin: 0 auto 20px;
  }
}
.modal__button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: #c86478;
  border-radius: 4px;
  display: block;
  max-width: 350px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .modal__button {
    height: 40px;
    line-height: 40px;
    max-width: 250px;
  }
}
.modal__button:hover {
  opacity: 0.8;
  color: #fff;
}
.modal__button.-no {
  margin-bottom: 20px;
}
.modal__button.-yes {
  background-color: #d4dae0;
  color: #284664;
}
.modal-timeup-wrapper .modal-time-up {
  max-width: 520px;
  text-align: center;
  padding: 25px 30px 8px;
}
.modal-timeup-wrapper .modal__desc {
  margin: 0 auto 20px;
}
.modal-timeup-wrapper .modal__countdown-imgwrap {
  position: relative;
  text-align: center;
}
.modal-timeup-wrapper .modal__countdown-time {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.modal-timeup-wrapper .modal__countdown-num {
  font-size: 22px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #c86478;
  line-height: 1;
}
.modal-timeup-wrapper .modal__countdown-text {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #c86478;
}
.test-submit-page .page-contents {
  margin-bottom: 123px;
  text-align: center;
}
.test-submit-page .clap-img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 60px auto 20px;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .test-submit-page .clap-img {
    margin: 40px auto 20px;
  }
}
.test-submit-page h1 {
  text-align: center;
  color: #284664;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .test-submit-page h1 {
    font-size: 20px;
  }
}
.test-submit-page .congrad-caption {
  font-size: 14px;
  color: #282828;
  line-height: 1;
  margin-bottom: 10px;
}
.test-submit-page .test-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #c86478;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .test-submit-page .test-name {
    margin: 0 0 20px;
  }
}
.test-submit-page .board-desc {
  font-size: 14px;
  font-weight: 600;
  color: #284664;
  margin-bottom: 37px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.test-submit-page .board-desc strong {
  font-size: 24px;
}
@media (max-width: 767px) {
  .test-submit-page .board-desc strong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .test-submit-page .board-desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .test-submit-page .board-desc {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
  }
}
.test-submit-page .share-box,
.test-submit-page .band-score-box {
  width: 100%;
  max-width: 457px;
  padding: 25px 16px;
  min-height: 255px;
  margin: 0 auto;
  border-radius: 4px;
  border: solid 1px #d4dae0;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 767px) {
  .test-submit-page .share-box,
  .test-submit-page .band-score-box {
    padding: 20px 15px;
    margin-bottom: 15px;
    min-height: 204px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .test-submit-page .share-box {
    margin-bottom: 68px;
  }
}
.test-submit-page .share-box .iot-cbx {
  text-align: left;
  padding-left: 25px;
  display: inline-block;
  min-height: auto;
  margin: 10px 0 12px;
  font-size: 14px;
}
.test-submit-page .share-box .iot-cbx .checkmark {
  height: 16px;
  width: 16px;
  top: 2px;
  border: #c86478;
  background-color: #c86478;
}
.test-submit-page .share-box .iot-cbx .checkmark:after {
  width: 12px;
  background-color: #c86478;
}
.test-submit-page .share-box .iot-cbx .cb-label {
  text-align: left;
  font-size: 14px;
  color: #c86478;
  font-weight: normal;
  position: static;
  transform: none;
}
@media (max-width: 767px) {
  .test-submit-page .share-box .iot-cbx .cb-label {
    font-size: 11px;
  }
}
.test-submit-page .box-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #888888;
}
@media (max-width: 767px) {
  .test-submit-page .box-title {
    font-size: 16px;
  }
}
.test-submit-page .iot-bt {
  width: 100%;
  max-width: 236px;
  margin: 0 auto;
}
.test-submit-page .share-box__refer-wrap {
  position: relative;
}
.test-submit-page .share-box .copy-status {
  position: absolute;
  font-size: 12px;
  bottom: 100%;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
  transform: translateX(-17%);
  color: #32b4c8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-submit-page .share-box .copy-status {
    transform: none;
  }
}
@media (max-width: 767px) {
  .test-submit-page .share-box .copy-status {
    transform: none;
  }
}
.test-submit-page .share-box .box-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .test-submit-page .share-box .box-title {
    margin-bottom: 15px;
  }
}
.test-submit-page .share-box__copy {
  height: 34px;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.36;
  text-align: left;
  color: #284664;
  width: 100%;
  max-width: 124px;
  position: relative;
  padding-left: 43px;
  border: none;
  height: 45px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-submit-page .share-box__copy {
    height: 30px;
    line-height: 30px;
    max-width: 90px;
    padding-left: 35px;
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .test-submit-page .share-box__copy {
    width: 46px;
    height: 30px;
    font-size: 0;
    color: transparent;
    padding: 0;
    border-radius: 15px;
    top: -4px;
  }
}
.test-submit-page .share-box__copy:hover {
  opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 991px) {
  .test-submit-page .share-box__copy:before {
    top: 7px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .test-submit-page .share-box__copy:before {
    width: 20px;
    height: 20px;
    left: 13px;
    top: 6px;
  }
}
.test-submit-page .share-box__btn {
  background-color: #c86478;
  color: #fff;
}
.test-submit-page .share-box__btn:hover {
  background-color: #c86478;
  opacity: 0.8;
}
.test-submit-page .share-box__note {
  font-size: 12px;
  color: #888888;
  margin: 15px 0 10px;
  font-style: italic;
}
.test-submit-page .band-score-box__btn {
  background-color: #d4dae0;
  color: #284664;
}
.test-submit-page .band-score-box__price {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #7d90a0;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .test-submit-page .band-score-box__price {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.test-submit-page .band-score-box__benefit-elm {
  text-align: left;
  margin-bottom: 6px;
}
.test-submit-page .band-score-box__benefit-elm .fa {
  margin-right: 10px;
  color: #c86478;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.test-submit-page .band-score-box__benefit {
  margin-bottom: 23px;
  display: inline-block;
  color: #284664;
  font-size: 14px;
}
.test-submit-page .band-score-box__real-price {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-decoration: line-through;
  margin-bottom: 3px;
  color: #9d9d9d;
  font-size: 14px;
}
.test-submit-page .band-score-box .box-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-submit-page .band-score-box .box-title {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .test-submit-page .band-score-box .box-title {
    margin-bottom: 15px;
  }
}
.test-submit-page .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .test-submit-page .card-wrap {
    display: block;
  }
}
.test-submit-page .or-cirle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 0;
}
@media (max-width: 767px) {
  .test-submit-page .or-cirle {
    width: 100%;
    height: 0;
    top: 50%;
    transform: translateY(-13px);
  }
}
.test-submit-page .or-cirle:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(-50%);
  background-color: #d4dae0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .test-submit-page .or-cirle:after {
    transform: none;
    top: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
  }
}
.test-submit-page .or-cirle__text {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  top: 50%;
  left: 50%;
  border: solid 1px #d4dae0;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 14px;
  font-weight: bold;
  color: #284664;
}
.progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(90deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(108deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(126deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(144deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(162deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(198deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(216deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(234deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(252deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-50 {
  background-image: linear-gradient(
      -90deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-55 {
  background-image: linear-gradient(
      -72deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-60 {
  background-image: linear-gradient(
      -54deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-65 {
  background-image: linear-gradient(
      -36deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-70 {
  background-image: linear-gradient(
      -18deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-75 {
  background-image: linear-gradient(
      0deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-80 {
  background-image: linear-gradient(
      18deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-85 {
  background-image: linear-gradient(
      36deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-90 {
  background-image: linear-gradient(
      54deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-95 {
  background-image: linear-gradient(
      72deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.progress-100 {
  background-image: linear-gradient(
      90deg,
      #268695 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #268695 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(90deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(108deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(126deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(144deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(162deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(198deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(216deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(234deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(252deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-75 {
  background-image: linear-gradient(
      0deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-80 {
  background-image: linear-gradient(
      18deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-85 {
  background-image: linear-gradient(
      36deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-90 {
  background-image: linear-gradient(
      54deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-95 {
  background-image: linear-gradient(
      72deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.reading-result .progress-100 {
  background-image: linear-gradient(
      90deg,
      #265a35 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #265a35 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(90deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(108deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(126deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(144deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(162deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(198deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(216deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(234deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(252deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-75 {
  background-image: linear-gradient(
      0deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-80 {
  background-image: linear-gradient(
      18deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-85 {
  background-image: linear-gradient(
      36deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-90 {
  background-image: linear-gradient(
      54deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-95 {
  background-image: linear-gradient(
      72deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item .progress-100 {
  background-image: linear-gradient(
      90deg,
      #327846 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #327846 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(90deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(108deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(126deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(144deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(162deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(198deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(216deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(234deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(252deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-75 {
  background-image: linear-gradient(
      0deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-80 {
  background-image: linear-gradient(
      18deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-85 {
  background-image: linear-gradient(
      36deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-90 {
  background-image: linear-gradient(
      54deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-95 {
  background-image: linear-gradient(
      72deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.orange .progress-100 {
  background-image: linear-gradient(
      90deg,
      #f9a95a 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #f9a95a 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(90deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(108deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(126deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(144deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(162deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(198deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(216deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(234deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(252deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-75 {
  background-image: linear-gradient(
      0deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-80 {
  background-image: linear-gradient(
      18deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-85 {
  background-image: linear-gradient(
      36deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-90 {
  background-image: linear-gradient(
      54deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-95 {
  background-image: linear-gradient(
      72deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.pink .progress-100 {
  background-image: linear-gradient(
      90deg,
      #c76478 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #c76478 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-0 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(90deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-5 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(108deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-10 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(126deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-15 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(144deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-20 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(162deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-25 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-30 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(198deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-35 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(216deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-40 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(234deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-45 {
  background-image: linear-gradient(
      90deg,
      #f5f5f5 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(252deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-50 {
  background-image: linear-gradient(
      -90deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-55 {
  background-image: linear-gradient(
      -72deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-60 {
  background-image: linear-gradient(
      -54deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-65 {
  background-image: linear-gradient(
      -36deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-70 {
  background-image: linear-gradient(
      -18deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-75 {
  background-image: linear-gradient(
      0deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-80 {
  background-image: linear-gradient(
      18deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-85 {
  background-image: linear-gradient(
      36deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-90 {
  background-image: linear-gradient(
      54deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-95 {
  background-image: linear-gradient(
      72deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.om-item.cyan .progress-100 {
  background-image: linear-gradient(
      90deg,
      #32b3c7 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(270deg, #32b3c7 50%, #f5f5f5 50%, #f5f5f5);
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}




[class^="ioticon-"],
[class*=" ioticon-"] {
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ioticon-trending-up:before {
  content: "\e9e8";
}
.ioticon-round-quote:before {
  content: "\e9e6";
}
.ioticon-submit:before {
  content: "\e9e5";
}
.ioticon-customer-support:before {
  content: "\e9e4";
}
.ioticon-checked-cart:before {
  content: "\e932";
}
.ioticon-article-tag:before {
  content: "\e925";
}
.ioticon-library:before {
  content: "\e920";
}
.ioticon-folder:before {
  content: "\e91e";
}
.ioticon-live:before {
  content: "\e9e3";
}
.ioticon-chevron-down-2:before {
  content: "\e9e2";
}
.ioticon-clock-4:before {
  content: "\e9e1";
}
.ioticon-share1:before {
  content: "\e9e0";
}
.ioticon-evaluated:before {
  content: "\e93f";
}
.ioticon-cart:before {
  content: "\e9df";
}
.ioticon-save:before {
  content: "\e9de";
}
.ioticon-review:before {
  content: "\e9db";
}
.ioticon-play-rewind:before {
  content: "\e9d9";
}
.ioticon-play-forward:before {
  content: "\e9da";
}
.ioticon-trash-3:before {
  content: "\e9d5";
}
.ioticon-chevron-down:before {
  content: "\e9d2";
}
.ioticon-continue:before {
  content: "\e9d1";
}
.ioticon-waiting-target:before {
  content: "\e9cf";
}
.ioticon-arrow-bt-down:before {
  content: "\e9ce";
}
.ioticon-chevrons-circle-left:before {
  content: "\e9c6";
}
.ioticon-chevrons-circle-right:before {
  content: "\e9cd";
}
.ioticon-horizontal-split:before {
  content: "\e9c5";
}
.ioticon-send-v2:before {
  content: "\e9c4";
}
.ioticon-exit-fullscreen:before {
  content: "\e9be";
}
.ioticon-fullscreen:before {
  content: "\e9bf";
}
.ioticon-notes:before {
  content: "\e9c2";
}
.ioticon-double-check:before {
  content: "\e9bd";
}
.ioticon-check-v2:before {
  content: "\e9bc";
}
.ioticon-log-out:before {
  content: "\e9bb";
}
.ioticon-heart-solid:before {
  content: "\e9ba";
}
.ioticon-video-solid:before {
  content: "\e9b7";
}
.ioticon-time-board:before {
  content: "\e9b9";
}
.ioticon-play-solid:before {
  content: "\e9b6";
}
.ioticon-play2:before {
  content: "\e9b4";
}
.ioticon-iot-chat:before {
  content: "\e9b1";
}
.ioticon-iot-heart:before {
  content: "\e9b2";
}
.ioticon-restart:before {
  content: "\e9b0";
}
.ioticon-squares-four:before {
  content: "\e99c";
}
.ioticon-lego:before {
  content: "\e9a2";
}
.ioticon-eye-open:before {
  content: "\e9a3";
}
.ioticon-flash-solid:before {
  content: "\e9a5";
}
.ioticon-flash-border:before {
  content: "\e9a6";
}
.ioticon-calendar-3:before {
  content: "\e9ac";
}
.ioticon-refresh-double:before {
  content: "\e997";
}
.ioticon-in-progress:before {
  content: "\e996";
}
.ioticon-square-grid:before {
  content: "\e991";
}
.ioticon-listening:before {
  content: "\e905";
}
.ioticon-video-screen:before {
  content: "\e906";
}
.ioticon-reading:before {
  content: "\e907";
}
.ioticon-people-gr-active:before {
  content: "\e908";
}
.ioticon-people-gr:before {
  content: "\e987";
}
.ioticon-graduate-pe:before {
  content: "\e989";
}
.ioticon-graduate-pe-activce:before {
  content: "\e98a";
}
.ioticon-check-list:before {
  content: "\e98b";
}
.ioticon-speaking:before {
  content: "\e98d";
}
.ioticon-writing:before {
  content: "\e98e";
}
.ioticon-plus-square:before {
  content: "\e980";
}
.ioticon-plus-circle:before {
  content: "\e984";
}
.ioticon-users:before {
  content: "\e985";
}
.ioticon-t-check:before {
  content: "\e91f";
}
.ioticon-tuition-fee:before {
  content: "\e978";
}
.ioticon-play-backwards:before {
  content: "\e97a";
}
.ioticon-play1:before {
  content: "\e97b";
}
.ioticon-play-forwards:before {
  content: "\e97d";
}
.ioticon-full-screen:before {
  content: "\e97f";
}
.ioticon-groups:before {
  content: "\e973";
}
.ioticon-clock-3:before {
  content: "\e974";
}
.ioticon-time-table:before {
  content: "\e976";
}
.ioticon-you-tube:before {
  content: "\e977";
}
.ioticon-add-to-cart:before {
  content: "\e979";
}
.ioticon-filter-2:before {
  content: "\e972";
}
.ioticon-flag-2:before {
  content: "\e968";
}
.ioticon-mortarboard:before {
  content: "\e96a";
}
.ioticon-circle-dollar:before {
  content: "\e96c";
}
.ioticon-pin:before {
  content: "\e96d";
}
.ioticon-file-certificate-2:before {
  content: "\e95c";
}
.ioticon-file-certificate:before {
  content: "\e958";
}
.ioticon-calendar2:before {
  content: "\e954";
}
.ioticon-graduate:before {
  content: "\e955";
}
.ioticon-clock2:before {
  content: "\e956";
}
.ioticon-online-lesson:before {
  content: "\e957";
}
.ioticon-circle-play:before {
  content: "\e953";
}
.ioticon-circle-stop:before {
  content: "\e952";
}
.ioticon-arrow-rotate-left:before {
  content: "\e943";
}
.ioticon-arrow-right-to-line:before {
  content: "\e944";
}
.ioticon-forward-step:before {
  content: "\e945";
}
.ioticon-forward:before {
  content: "\e946";
}
.ioticon-forward-fast:before {
  content: "\e947";
}
.ioticon-backward-step:before {
  content: "\e949";
}
.ioticon-backward:before {
  content: "\e94e";
}
.ioticon-backward-fast:before {
  content: "\e94f";
}
.ioticon-arrow-left-to-line:before {
  content: "\e950";
}
.ioticon-arrow-rotate-right:before {
  content: "\e951";
}
.ioticon-quote:before {
  content: "\e91a";
}
.ioticon-books-group:before {
  content: "\e934";
}
.ioticon-people:before {
  content: "\e93a";
}
.ioticon-student:before {
  content: "\e93d";
}
.ioticon-right-square-filled-left:before {
  content: "\e94b";
}
.ioticon-right-square-filled-right:before {
  content: "\e94d";
}
.ioticon-solid-underline:before {
  content: "\e94a";
}
.ioticon-duo-comment-dots:before {
  content: "\e933";
}
.ioticon-duo-comment-pen:before {
  content: "\e939";
}
.ioticon-duo-underline:before {
  content: "\e93b";
}
.ioticon-comment-regular:before {
  content: "\e922";
}
.ioticon-comment-regular-dots:before {
  content: "\e924";
}
.ioticon-solid-comment-dots:before {
  content: "\e92e";
}
.ioticon-pen:before {
  content: "\e91b";
}
.ioticon-trash1:before {
  content: "\e921";
}
.ioticon-home:before {
  content: "\e90d";
}
.ioticon-book-open:before {
  content: "\e90c";
}
.ioticon-arrow-slide-right:before {
  content: "\e903";
}
.ioticon-arrow-slide-left:before {
  content: "\e90a";
}
.ioticon-prev-icon:before {
  content: "\ea28";
}
.ioticon-next-icon:before {
  content: "\ea29";
}
.ioticon-comment:before {
  content: "\e93e";
}
.ioticon-currency:before {
  content: "\e942";
}
.ioticon-group:before {
  content: "\e9e7";
}
.ioticon-time-clock:before {
  content: "\ea18";
}
.ioticon-wallet-2:before {
  content: "\e93c";
}
.ioticon-views:before {
  content: "\ea27";
}
.ioticon-date:before {
  content: "\ea25";
}
.ioticon-tests-taken:before {
  content: "\ea26";
}
.ioticon-phone:before {
  content: "\e9af";
}
.ioticon-notification-bell:before {
  content: "\e9b8";
}
.ioticon-activity:before {
  content: "\e900";
}
.ioticon-airplay:before {
  content: "\e901";
}
.ioticon-alert-circle:before {
  content: "\e902";
}
.ioticon-alert-triangle:before {
  content: "\e904";
}
.ioticon-analytics:before {
  content: "\e909";
}
.ioticon-announcement-speaker:before {
  content: "\e90b";
}
.ioticon-arrow-down:before {
  content: "\e90e";
}
.ioticon-arrow-down-circle:before {
  content: "\e90f";
}
.ioticon-arrow-down-left:before {
  content: "\e910";
}
.ioticon-arrow-down-right:before {
  content: "\e911";
}
.ioticon-arrow-left:before {
  content: "\e912";
}
.ioticon-arrow-left-circle:before {
  content: "\e913";
}
.ioticon-arrow-right:before {
  content: "\e914";
}
.ioticon-arrow-right-circle:before {
  content: "\e915";
}
.ioticon-arrow-up:before {
  content: "\e916";
}
.ioticon-arrow-up-circle:before {
  content: "\e917";
}
.ioticon-arrow-up-left:before {
  content: "\e918";
}
.ioticon-arrow-up-right:before {
  content: "\e919";
}
.ioticon-bar-chart:before {
  content: "\e91c";
}
.ioticon-bar-chart-2:before {
  content: "\e91d";
}
.ioticon-bookmark:before {
  content: "\e923";
}
.ioticon-briefcase:before {
  content: "\e926";
}
.ioticon-calendar:before {
  content: "\e927";
}
.ioticon-camera:before {
  content: "\e928";
}
.ioticon-camera-off:before {
  content: "\e929";
}
.ioticon-carret---down:before {
  content: "\e92a";
}
.ioticon-carret---left:before {
  content: "\e92b";
}
.ioticon-carret---right:before {
  content: "\e92c";
}
.ioticon-carret---up:before {
  content: "\e92d";
}
.ioticon-check:before {
  content: "\e92f";
}
.ioticon-check-circle:before {
  content: "\e930";
}
.ioticon-check-square:before {
  content: "\e931";
}
.ioticon-chevrons-down:before {
  content: "\e935";
}
.ioticon-chevrons-left:before {
  content: "\e936";
}
.ioticon-chevrons-right:before {
  content: "\e937";
}
.ioticon-chevrons-up:before {
  content: "\e938";
}
.ioticon-clipboard:before {
  content: "\e940";
}
.ioticon-clock:before {
  content: "\e941";
}
.ioticon-code:before {
  content: "\e948";
}
.ioticon-copy:before {
  content: "\e94c";
}
.ioticon-currency-usd:before {
  content: "\e959";
}
.ioticon-database:before {
  content: "\e95a";
}
.ioticon-delete:before {
  content: "\e95b";
}
.ioticon-document:before {
  content: "\e95d";
}
.ioticon-dollar-sign:before {
  content: "\e95e";
}
.ioticon-download:before {
  content: "\e95f";
}
.ioticon-download-cloud:before {
  content: "\e960";
}
.ioticon-droplet:before {
  content: "\e961";
}
.ioticon-edit:before {
  content: "\e962";
}
.ioticon-edit-2:before {
  content: "\e963";
}
.ioticon-edit-3:before {
  content: "\e964";
}
.ioticon-external-link:before {
  content: "\e965";
}
.ioticon-eye:before {
  content: "\e966";
}
.ioticon-eye-off:before {
  content: "\e967";
}
.ioticon-fast-forward:before {
  content: "\e969";
}
.ioticon-file:before {
  content: "\e96b";
}
.ioticon-file-text:before {
  content: "\e96e";
}
.ioticon-film:before {
  content: "\e96f";
}
.ioticon-filter:before {
  content: "\e970";
}
.ioticon-flag:before {
  content: "\e971";
}
.ioticon-gift:before {
  content: "\e975";
}
.ioticon-globe:before {
  content: "\e97c";
}
.ioticon-grid:before {
  content: "\e97e";
}
.ioticon-headphones:before {
  content: "\e981";
}
.ioticon-heart:before {
  content: "\e982";
}
.ioticon-help-circle:before {
  content: "\e983";
}
.ioticon-image:before {
  content: "\e986";
}
.ioticon-info:before {
  content: "\e988";
}
.ioticon-layers:before {
  content: "\e98c";
}
.ioticon-link:before {
  content: "\e98f";
}
.ioticon-link-2:before {
  content: "\e990";
}
.ioticon-list:before {
  content: "\e992";
}
.ioticon-live-support-agent-headset:before {
  content: "\e993";
}
.ioticon-loader:before {
  content: "\e994";
}
.ioticon-lock:before {
  content: "\e995";
}
.ioticon-mail:before {
  content: "\e998";
}
.ioticon-map:before {
  content: "\e999";
}
.ioticon-map-pin:before {
  content: "\e99a";
}
.ioticon-maximize:before {
  content: "\e99b";
}
.ioticon-menu:before {
  content: "\e99d";
}
.ioticon-message-circle:before {
  content: "\e99e";
}
.ioticon-message-square:before {
  content: "\e99f";
}
.ioticon-mic:before {
  content: "\e9a0";
}
.ioticon-mic-off:before {
  content: "\e9a1";
}
.ioticon-minus:before {
  content: "\e9a4";
}
.ioticon-monitor:before {
  content: "\e9a7";
}
.ioticon-moon:before {
  content: "\e9a8";
}
.ioticon-more-horizontal:before {
  content: "\e9a9";
}
.ioticon-more-vertical:before {
  content: "\e9aa";
}
.ioticon-move:before {
  content: "\e9ab";
}
.ioticon-navigation:before {
  content: "\e9ad";
}
.ioticon-navigation-2:before {
  content: "\e9ae";
}
.ioticon-paperclip:before {
  content: "\e9b3";
}
.ioticon-pause-circle:before {
  content: "\e9b5";
}
.ioticon-play:before {
  content: "\e9c0";
}
.ioticon-play-circle:before {
  content: "\e9c1";
}
.ioticon-plus:before {
  content: "\e9c3";
}
.ioticon-power:before {
  content: "\e9c7";
}
.ioticon-printer:before {
  content: "\e9c8";
}
.ioticon-radio:before {
  content: "\e9c9";
}
.ioticon-refresh-ccw:before {
  content: "\e9ca";
}
.ioticon-refresh-cw:before {
  content: "\e9cb";
}
.ioticon-repeat:before {
  content: "\e9cc";
}
.ioticon-rss:before {
  content: "\e9d0";
}
.ioticon-search:before {
  content: "\e9d3";
}
.ioticon-send:before {
  content: "\e9d4";
}
.ioticon-settings:before {
  content: "\e9d6";
}
.ioticon-share:before {
  content: "\e9d7";
}
.ioticon-share-2:before {
  content: "\e9d8";
}
.ioticon-shopping-cart:before {
  content: "\e9dc";
}
.ioticon-shuffle:before {
  content: "\e9dd";
}
.ioticon-sun:before {
  content: "\e9ec";
}
.ioticon-tag:before {
  content: "\e9f0";
}
.ioticon-target:before {
  content: "\e9f1";
}
.ioticon-target-2:before {
  content: "\e9f2";
}
.ioticon-thumbs-up:before {
  content: "\e9f6";
}
.ioticon-trash:before {
  content: "\e9f9";
}
.ioticon-trash-2:before {
  content: "\e9fa";
}
.ioticon-type:before {
  content: "\ea01";
}
.ioticon-unlock:before {
  content: "\ea04";
}
.ioticon-upload:before {
  content: "\ea05";
}
.ioticon-upload-cloud:before {
  content: "\ea06";
}
.ioticon-user:before {
  content: "\ea07";
}
.ioticon-user-check:before {
  content: "\ea08";
}
.ioticon-video:before {
  content: "\ea0d";
}
.ioticon-video-off:before {
  content: "\ea0e";
}
.ioticon-volume:before {
  content: "\ea10";
}
.ioticon-volume-1:before {
  content: "\ea11";
}
.ioticon-volume-2:before {
  content: "\ea12";
}
.ioticon-volume-x:before {
  content: "\ea13";
}
.ioticon-wallet:before {
  content: "\ea14";
}
.ioticon-wifi:before {
  content: "\ea1a";
}
.ioticon-wifi-off:before {
  content: "\ea1b";
}
.ioticon-x:before {
  content: "\ea1d";
}
.ioticon-x-circle:before {
  content: "\ea1e";
}
.ioticon-zoom-in:before {
  content: "\ea23";
}
.ioticon-zoom-out:before {
  content: "\ea24";
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-family: Microsoft JhengHei, sans-serif;
}
html {
  font-size: 62.5%;
  line-height: 1;
}
.clearfix {
  display: inline-block;
  clear: both;
}
* html .clearfix {
  height: 1%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.clearfix {
  display: block;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
[lang="vi"] body,
[lang="vi"] h1,
[lang="vi"] h2,
[lang="vi"] h3,
[lang="vi"] h4,
[lang="vi"] h5,
[lang="vi"] h6,
[lang="vi"] .h1,
[lang="vi"] .h2,
[lang="vi"] .h3,
[lang="vi"] .h4,
[lang="vi"] .h5,
[lang="vi"] .h6 {
  font-family: "Helvetica Neue", "Roboto", "Segoe UI", Helvetica, Arial,
    sans-serif;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial,
    sans-serif;
}
body.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body.background .topbar {
  background-color: transparent;
  padding-right: 5px;
}
body.background-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body.background-box .topbar {
  background-color: transparent;
  padding-right: 5px;
}
body.background-box .box {
  background-color: #fff;
  padding: 0px 15px 15px 15px;
}
body.background-box .box-caption {
  margin: 0px -15px 0px -15px;
}
body.background-box .tab-caption {
  margin: 0px -15px 15px -15px;
}
body.background-box .owl-category-wrap {
  margin: -15px -15px -15px -15px;
}
body.background-box .box-special {
  margin: -15px -15px -15px -15px;
}
textarea {
  resize: vertical;
}
dt,
dd {
  line-height: 1.5;
}
body,
html {
  height: 100%;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a {
  color: inherit;
}
a:active,
a:focus {
  text-decoration: none;
  color: #294563;
  outline: none !important;
}
button {
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #294563;
}
iframe {
  width: 100%;
  border: none;
}
::selection {
  background: #294563;
  color: #fff;
}
.my-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  color: #fff;
  background-color: #282828;
  letter-spacing: 2px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.my-btn:hover {
  background-color: #294563;
  outline: none;
  color: #fff;
}
.my-btn.active {
  background-color: #294563;
  outline: none;
  color: #fff;
}
.my-btn.active:hover {
  opacity: 0.8;
}
.row-fix {
  margin-left: -10px;
  margin-right: -10px;
}
.row-fix .col-fix {
  padding-left: 10px;
  padding-right: 10px;
}
.row-fix-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.row-fix-40 .col-fix-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 450px;
  }
  .header .container {
    max-width: 100%;
  }
}
@keyframes liveStream {
  0% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}
.wrap {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 15px;
}
.open-menu .header {
  z-index: auto;
}
.header {
  position: relative;
  z-index: 1001;
  text-align: center;
  padding: 20px 0px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0px;
    height: 50px;
  }
  .header .container {
    width: 100%;
  }
}
.header .user-notifications {
  float: right;
}
.header .user-notifications a {
  display: block;
  height: 44px;
  line-height: 44px;
  margin-right: 16px;
}




.header .user-notifications .number {
  position: absolute;
  width: 19px;
  height: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  background: #c86478;
  border-radius: 50%;
  right: -4px;
  top: -3px;
  line-height: 19px;
  text-decoration: none;
  font-style: normal;
}
.header .user-notifications.plus .number {
  text-align: left;
  padding-left: 4px;
}
.header .user-notifications.plus .number:after {
  content: "+";
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 10px;
  top: 5px;
  right: 0px;
  line-height: 10px;
  text-align: center;
}
.header .user-messengers {
  float: right;
}
.header .user-messengers a {
  display: block;
  height: 44px;
  line-height: 44px;
}

.header .user-messengers .number {
  position: absolute;
  width: 19px;
  height: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  background: #c86478;
  border-radius: 50%;
  right: -4px;
  top: -3px;
  line-height: 19px;
  text-decoration: none;
  font-style: normal;
}
.header .user-messengers.plus .number {
  text-align: left;
  padding-left: 4px;
}
.header .user-messengers.plus .number:after {
  content: "+";
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 10px;
  top: 5px;
  right: 0px;
  line-height: 10px;
  text-align: center;
}
.header .ielts-logo {
  float: left;
}
.header .ielts-logo img {
  width: 190px;
}
.header .ielts-logo.mobile {
  margin-top: 5px;
}
.header .ielts-logo.mobile img {
  width: 90px;
}
.header .top-header-banner {
  float: right;
}
.header .logo {
  float: left;
}
.header .logo img {
  width: 190px;
}
@media screen and (max-width: 991px) {
  .header .logo img {
    width: 100px;
  }
}
.header .user-profile {
  float: left;
  text-align: center;
  margin: 10px 0px 0px 20px;
}
@media screen and (max-width: 1199px) {
  .header .user-profile {
    display: none;
  }
}
.header .user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0px auto;
}
.header .user-profile strong {
  color: #fff;
  margin: 5px 0px 0px 0px;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 991px) {
  .header .user-profile {
    float: none;
    width: 150px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0px 0px 0px -75px;
    text-align: center;
  }
  .header .user-profile img {
    width: 30px;
    height: 30px;
  }
}
.header-banner {
  float: right;
}
.header-banner img {
  display: block;
  width: 100%;
  max-width: 728px;
}
.nav-icon {
  width: 30px;
  height: 40px;
  position: relative;
  z-index: 1001;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  float: right;
  cursor: pointer;
  float: right;
  margin: 0;
}
.nav-icon em {
  display: none;
}
.nav-icon em {
  float: left;
  color: #7e90a2;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0px 0px 45px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #294563;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body.open-menu .nav-icon span {
  background: #294563;
}
.nav-icon span:nth-child(even) {
  left: 50%;
}
.nav-icon span:nth-child(odd) {
  left: 0px;
}
.nav-icon span:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.nav-icon span:nth-child(2) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav-icon span:nth-child(3) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.nav-icon span:nth-child(4) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav-icon span:nth-child(5) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.nav-icon span:nth-child(6) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav-icon span:nth-child(1),
.nav-icon span:nth-child(2) {
  top: 13px;
}
.nav-icon span:nth-child(3),
.nav-icon span:nth-child(4) {
  top: 20px;
}
.nav-icon span:nth-child(5),
.nav-icon span:nth-child(6) {
  top: 27px;
}
.nav-icon.open span:nth-child(1),
.nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon.open span:nth-child(2),
.nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 19px;
}
.nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 19px;
}
.nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 29px;
}
.nav-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 29px;
}
.msr-control a {
  display: block;
  line-height: 45px;
  border-radius: 5px;
  width: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #294563;
  font-weight: 600;
  text-align: center;
  background-color: #d4dae0;
}
.anonymous-user .user-notifications,
.anonymous-user .user-messengers,
.anonymous-user .user-account,
.anonymous-user .user-palette,
.anonymous-user .user-notification,
.anonymous-user .user-messages {
  display: none !important;
}
.anonymous-user .menu-res-inner {
  padding-top: 65px;
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1500 !important;
}
.top-notice {
  background: rgba(204, 204, 204, 0.52);
  padding: 6px 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-notice {
    display: none;
  }
}
.top-notice__contents {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-notice__contents {
    padding-right: 20px;
  }
}
.top-notice__mess {
  font-size: 14px;
  margin-right: auto;
}
.top-notice__btn.iot-bt {
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  margin-left: 6px;
  white-space: nowrap;
}
.top-notice__btn.iot-bt.-grey {
  background: #fff;
  color: #333;
}
.top-notice__btn.iot-bt.-grey:hover {
  background: #f9f9f9;
}
.top-notice__close {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.header {
  padding: 2px 0px;
}
@media screen and (min-width: 992px) {
  .header .container {
    padding: 20px 15px !important;
  }
}
.open-notification {
  overflow: hidden;
}
.open-menu {
  overflow: hidden;
}
.open-menu .header {
  background-color: #fff;
  box-shadow: none;
}
.open-menu .header .user-profile {
  display: block;
}
.open-menu .menu-res {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.open-menu .menu-icon i {
  color: #294563;
  font-size: 24px;
}
.open-menu .menu-icon i:before {
  content: "\f2d7";
}
.open-menu.reading-test-page .reading-header {
  background-color: #fff;
  border: none;
}
.menu-res {
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.38, 0.93);
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-res {
    width: 320px;
    left: auto;
    right: 0;
    transform: translateX(320px);
    transform: translate3d(320px, 0, 0);
    display: block;
  }
}
.menu-res.menu-res-reading {
  background-color: #fff;
  width: 100%;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .menu-res.menu-res-reading {
    padding: 0;
    top: 0;
  }
}
.reading-test-page .menu-res {
  top: 0;
}
.menu-res-inner {
  padding: 0;
}
.menu-res-inner ul {
  padding: 0px;
  list-style: none;
}
.menu-res-inner ul > li {
  position: relative;
}
.menu-res-inner ul > li.top-up span {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #284664;
  display: inline-block;
  line-height: 45px;
  font-weight: bold;
  padding: 0px 15px 0px 30px;
}
.menu-res-inner ul > li.top-up a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: inline-block;
  float: right;
  padding: 0;
  width: 80px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  background-color: #294563;
  text-align: center;
  margin: 13px 20px 0 0;
}
.menu-res-inner ul > li.line-through {
  height: 1px;
  background: #d4dae0;
}
.menu-res-inner ul > li.user-account {
  padding: 16px 50px 7px 30px;
  height: 60px;
}
.menu-res-inner ul > li.user-account:hover {
  background: #fff;
}
.menu-res-inner ul > li.user-account .user-avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.menu-res-inner ul > li.user-account .user-avatar img {
  border-radius: 50%;
}
.menu-res-inner ul > li.user-account .user-name {
  font-size: 14px;
  color: #294563;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.menu-res-inner ul > li .fa-home {
  margin: 0px 5px 0px 0px;
}
.menu-res-inner ul > li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #294563;
  display: inline-block;
  line-height: 45px;
  font-weight: bold;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 0px 20px 0px 30px;
  display: block;
}
.menu-res-inner ul > li a .ioticon-chevrons-down {
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-res-inner ul > li.has-child > a span {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-res-inner ul > li.has-child > a span:after {
  content: "\e9e2";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-res-inner ul > li.open-submenu > a span:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-res-inner ul > li.open-submenu > a .ioticon-chevrons-down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-res-inner ul > li:hover {
  cursor: pointer;
  background: #fff;
}
.menu-res-inner ul > li:hover.line-through {
  background: #d4dae0;
}
.menu-res-inner ul > li:hover .sub-menu li {
  background: none;
}
.menu-res-inner ul > li > ul {
  display: none;
  background-color: #fff;
}
.menu-res-inner ul > li > ul.sub-menu {
  padding-bottom: 5px;
}
.menu-res-inner ul > li > ul li {
  border: none;
  line-height: 35px;
}
.menu-res-inner ul > li > ul li:last-child {
  border: none;
}
.menu-res-inner ul > li > ul li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.09;
  text-transform: none;
  color: #294563;
  padding: 9px 20px 9px 60px;
  font-weight: bold;
  font-size: 16px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.menu-res-inner ul > li > ul li a:hover {
  color: #294563;
}
.menu-res-inner ul > li > ul li .menu-icon {
  width: 30px;
  height: 45px;
  margin: 0px 7px 0px 0px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}



.menu-res-inner ul > li > ul li > ul li a {
  padding: 0px 20px 0px 100px;
  line-height: 35px;
  font-weight: 800;
  font-size: 12px;
}
.menu-res-inner .profile-progress {
  padding: 8px 30px 6px;
}
.menu-res-inner .profile-progress .progress {
  width: 100%;
  margin-bottom: 5px;
  background-color: #d5d5d5;
  height: 6px;
}
.menu-res-inner .profile-progress p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.36;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.menu-res-inner .profile-progress a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 2.36;
  color: #32b4c8;
  padding: 0;
  text-decoration: underline;
}
.menu {
  margin: 0px 0px 0px 0px;
  height: 50px;
  background-color: #294563;
  position: relative;
  z-index: 100;
}
.menu .-nav-icon {
  float: right !important;
  z-index: 19;
}
.menu .-nav-icon span[class^="icon"] {
  display: inline-block;
}
.menu .popover-box {
  border-radius: 4px;
  position: absolute;
  background: #f7f7f7;
  border: solid 1px #d5d5d5;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.menu .popover-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #f7f7f7;
  right: 47px;
  top: -8px;
}
.menu .popover-box.user-messages-wrap:after {
  right: 88px;
}
.menu .popover-box.user-notification-wrap:after {
  right: 57px;
}
.menu li.user-palette {
  position: relative;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.menu li.user-palette:hover .user-info-wrap {
  opacity: 1;
  visibility: visible;
  padding: 15px 0;
}
.menu li.user-palette .user-avatar {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
}
.menu li.user-palette .user-avatar img {
  border-radius: 50%;
}
.menu li.user-palette .user-info-wrap {
  position: absolute;
}
.menu li.user-palette .user-name {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding-right: 22px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 94px;
  display: inline-block;
}

.menu li.user-palette .user-info-wrap {
  width: 230px;
  right: 0;
  top: 100%;
}
.menu li.user-palette .user-info-wrap .user-sm-box {
  padding-bottom: 15px;
}
.menu li.user-palette .user-info-wrap .user-sm-box:hover {
  background: none;
  cursor: default;
}
.menu li.user-palette .user-info-wrap .user-sm-box img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  margin-left: 0;
  border: 1px solid #c7c7c7;
}
.menu li.user-palette .user-info-wrap .user-sm-box .right-if {
  float: left;
  line-height: normal;
}
.menu li.user-palette .user-info-wrap .user-sm-box .user-name-dt {
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #083050;
  margin-bottom: 3px;
  letter-spacing: 0.4px;
}
.menu li.user-palette .user-info-wrap .user-sm-box .time-zone {
  font-size: 10px;
  color: #4a4a4a;
}
.menu li.user-palette .user-info-wrap .wallet {
  height: 54px;
  line-height: 54px;
  margin-bottom: 15px;
}
.menu li.user-palette .user-info-wrap .wallet:hover {
  cursor: default;
}
.menu li.user-palette .user-info-wrap .wallet a {
  display: inline-block;
  width: auto;
  margin: 15px 0 0 0;
  float: right;
  padding: 0;
  width: 100px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #ffffff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
  background-color: #294563;
  float: right;
}
.menu li.user-palette .user-info-wrap .wallet a:hover {
  background-color: #2f5376;
}

.menu li.user-palette .user-info-wrap .profile-progress {
  padding: 8px 12px 6px;
}
.menu li.user-palette .user-info-wrap .profile-progress .progress {
  width: 100%;
  margin-bottom: 5px;
  background-color: #d5d5d5;
  height: 6px;
}
.menu li.user-palette .user-info-wrap .profile-progress p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.36;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.menu li.user-palette .user-info-wrap .profile-progress a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 2.36;
  color: #32b4c8;
  padding: 0;
  text-decoration: underline;
}
.menu li.user-palette .user-info-wrap .profile-progress:hover {
  cursor: default;
}
.menu li.user-palette .user-info-wrap .profile-progress.line:after {
  content: normal;
}
.menu li.user-palette .user-info-wrap .wl-history,
.menu li.user-palette .user-info-wrap .test-history {
  margin-bottom: 30px;
}
.menu li.user-palette .user-info-wrap .wl-history.line:after,
.menu li.user-palette .user-info-wrap .test-history.line:after {
  bottom: -15px;
}
.menu li.user-palette .user-info-wrap .wl-history.line:before,
.menu li.user-palette .user-info-wrap .test-history.line:before {
  content: normal;
}
.menu li.user-palette .user-info-wrap ul {
  padding: 0;
}
.menu li.user-palette .user-info-wrap ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0 12px;
  position: relative;
}
.menu li.user-palette .user-info-wrap ul li.line:after {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  background: #d5d5d5;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.menu li.user-palette .user-info-wrap ul li.line:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  background: #d5d5d5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.menu li.user-palette .user-info-wrap ul li:hover {
  background: #ececec;
}
.menu li.user-palette .user-info-wrap ul li > a {
  height: 26px;
  line-height: 26px;
}
.menu li.user-palette .user-info-wrap ul li.dropdown-submenu {
  padding: 0;
}
.menu li.user-palette .user-info-wrap ul li.dropdown-submenu a {
  padding: 0 0 0 30px;
}

.menu li.user-palette .user-info-wrap ul li.dropdown-submenu.active:after {
  transform: rotate(180deg);
}
.menu li.user-palette .user-info-wrap ul.submenu-wp {
  display: none;
}
.menu li.user-palette .user-info-wrap ul.submenu-wp li {
  padding: 0;
}
.menu li.user-palette .user-info-wrap ul.submenu-wp li a {
  padding: 0 0 0 40px;
  font-weight: normal;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
}
.menu li.user-palette .user-info-wrap ul.submenu-wp li a:hover {
  background-color: #d5d5d5;
}
.menu li.user-palette .user-info-wrap a {
  padding: 0 18px;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 28px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.menu li.user-notification {
  position: relative;
  margin-right: 15px !important;
}
.menu li.user-notification:hover .user-notification-wrap {
  opacity: 1;
  visibility: visible;
  width: 250px;
}
.menu li.user-notification a {
  height: 50px;
  line-height: 50px;
}
.menu li.user-notification .user-notification-wrap {
  width: 0.1px;
  right: -46px;
  top: 100%;
}
.menu li.user-notification .user-notification-wrap ul {
  padding: 6px 0 0 0;
  border-radius: 4px;
  max-height: 307px;
  overflow: hidden;
  overflow-y: auto;
}
.menu li.user-notification .user-notification-wrap ul::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.menu li.user-notification .user-notification-wrap ul::-webkit-scrollbar {
  width: 3px;
  background-color: #d5d5d5;
}
.menu li.user-notification .user-notification-wrap ul::-webkit-scrollbar-thumb {
  background-color: #294563;
}
.menu li.user-notification .user-notification-wrap ul li {
  float: none;
  display: block;
  margin: 0;
  position: relative;
  padding: 0 10px;
  -moz-transition: all ease 0.12s;
  -o-transition: all ease 0.12s;
  -webkit-transition: all ease 0.12s;
  transition: all ease 0.12s;
}
.menu li.user-notification .user-notification-wrap ul li.not-seen a {
  font-weight: bold;
}
.menu li.user-notification .user-notification-wrap ul li:hover {
  background: #ececec;
}
.menu li.user-notification .user-notification-wrap ul li .date {
  position: absolute;
  bottom: 8px;
  left: 13px;
  font-size: 11px;
  color: #888888;
}
.menu li.user-notification .user-notification-wrap a {
  padding: 7px 5px 26px;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  color: #282828;
  line-height: normal;
  border-bottom: 1px solid #d5d5d5;
}
.menu li.user-notification .user-notification-wrap a strong {
  font-weight: bold;
}
.menu li.user-notification .user-notification-wrap .view-old-notice a {
  border-bottom: none;
  text-align: center;
  color: #294563;
  padding: 10px 0 11px 0;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu li.user-notification .user-notification-wrap .view-old-notice a:hover {
  font-weight: bold;
}

.menu li.user-notification .icon-notification.plus .number {
  text-align: left;
  padding-left: 4px;
}
.menu li.user-notification .icon-notification.plus .number:after {
  content: "+";
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 10px;
  top: 5px;
  right: 0px;
  line-height: 10px;
  text-align: center;
}
.menu li.user-notification em {
  position: absolute;
  width: 19px;
  height: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  background: #c86478;
  border-radius: 50%;
  right: -8px;
  top: -6px;
  line-height: 19px;
  text-decoration: none;
  font-style: normal;
}
.menu li.user-notification:hover a {
  background-color: transparent !important;
}
.menu li.user-messages {
  margin: 0;
  position: relative;
}

.menu li.user-messages .icon-messages.plus .number {
  text-align: left;
  padding-left: 4px;
}
.menu li.user-messages .icon-messages.plus .number:after {
  content: "+";
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 10px;
  top: 5px;
  right: 0px;
  line-height: 10px;
  text-align: center;
}
.menu li.user-messages em {
  position: absolute;
  width: 19px;
  height: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  background: #c86478;
  border-radius: 50%;
  right: -4px;
  top: -8px;
  line-height: 19px;
  text-decoration: none;
  font-style: normal;
}
.menu li.user-messages:hover a {
  background-color: transparent !important;
}
.menu li.user-messages:hover .user-messages-wrap {
  opacity: 1;
  visibility: visible;
  width: 288px;
}
.menu li.user-messages .user-messages-wrap {
  width: 0.1px;
  right: -74px;
  top: 100%;
}
.menu li.user-messages .user-messages-wrap .schollmate-avatar {
  float: left;
  overflow: hidden;
  width: 17%;
}
.menu li.user-messages .user-messages-wrap .schollmate-avatar img {
  border-radius: 50%;
}
.menu li.user-messages .user-messages-wrap .mess-wrap {
  width: 83%;
  float: left;
}
.menu li.user-messages .user-messages-wrap .short-message {
  font-size: 12px;
  line-height: 1.25;
  color: #282828;
}
.menu li.user-messages .user-messages-wrap .date {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  color: #888888;
}
.menu li.user-messages .user-messages-wrap ul {
  padding: 6px 0 0 0;
  border-radius: 4px;
  max-height: 390px;
  overflow: hidden;
  overflow-y: auto;
}
.menu li.user-messages .user-messages-wrap ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
}
.menu li.user-messages .user-messages-wrap ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f7f7f7;
}
.menu li.user-messages .user-messages-wrap ul::-webkit-scrollbar-thumb {
  background-color: #294563;
}
.menu li.user-messages .user-messages-wrap ul li {
  float: none;
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 10px;
  -moz-transition: all ease 0.12s;
  -o-transition: all ease 0.12s;
  -webkit-transition: all ease 0.12s;
  transition: all ease 0.12s;
}
.menu li.user-messages .user-messages-wrap ul li.not-seen a {
  font-weight: bold;
}
.menu li.user-messages .user-messages-wrap ul li:before {
  content: "";
  width: 92%;
  background: #d5d5d5;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: inherit !important;
  bottom: 0;
}
.menu li.user-messages .user-messages-wrap ul li:hover {
  background: #ececec;
}
.menu li.user-messages .user-messages-wrap ul li:last-child {
  padding: 0;
  text-align: center;
}
.menu li.user-messages .user-messages-wrap ul li:last-child:before {
  content: normal;
}
.menu li.user-messages .user-messages-wrap ul li:last-child > a {
  display: block;
  line-height: 40px;
  padding: 0;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu li.user-messages .user-messages-wrap ul li .date {
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: normal;
  font-size: 11px;
}
.menu li.user-messages .user-messages-wrap ul li span {
  display: block;
}
.menu li.user-messages .user-messages-wrap .partner-name {
  margin-bottom: 3px;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #294563;
  line-height: normal;
}
.menu li.user-messages .user-messages-wrap .view-all-message {
  border-bottom: none;
}
.menu li.user-messages .user-messages-wrap .view-all-message a {
  font-size: 12px;
  border-bottom: none;
  text-align: center;
  color: #294563;
  padding: 5px 0 5px 0;
  font-weight: normal;
}
.menu li.user-messages .user-messages-wrap .view-all-message a:hover {
  font-weight: bold;
}
.menu .badge-notify {
  position: relative;
  right: -7px;
  top: -11px;
  font-size: 9px;
  font-weight: 800;
  width: 40px;
  height: 15px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #faaa5a;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #294563;
  margin: 0;
  padding: 0;
}
.menu .main-menu {
  margin: 0px -10px;
  padding: 0px;
}
.menu .main-menu__arrow {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  transform: rotate(90deg);
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu .main-menu > li {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  float: left;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu .main-menu > li {
    margin: 0;
  }
}
.menu .main-menu > li li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}
.menu .main-menu > li.user-palette {
  display: flex;
  align-items: center;
}
.menu .main-menu > li.-bg-red {
  background-color: #c76378;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.menu .main-menu > li.-bg-red > a {
  font-weight: 700;
}
.menu .main-menu > li.-bg-red > .sub-menu {
  background-color: rgba(199, 99, 120, 0.16);
}
.menu .main-menu > li.-bg-red > .sub-menu a {
  color: #f1d7dc;
  font-weight: 600;
}
.menu .main-menu > li.-bg-red > .sub-menu a:hover {
  background-color: #dda2ae;
  color: #fff;
}
.menu .main-menu > li.-bg-red:hover > a {
  background-color: #c76378;
  color: #fff;
}
.menu .main-menu > li.-nav-icon > a {
  padding: 0px 10px;
}
.menu .main-menu > li.-nav-link {
  float: right;
  margin-right: 0;
}
.menu .main-menu > li.-nav-link:hover {
  background-color: transparent !important;
  cursor: pointer;
}
.menu .main-menu > li.-nav-link:hover a {
  background-color: transparent !important;
  text-decoration: underline;
}
.menu .main-menu > li.user-wallet {
  margin-top: 9px;
}
.menu .main-menu > li.active > a {
  color: #294563;
  cursor: pointer;
}
.menu .main-menu > li.user-wallet > a {
  height: 32px;
  line-height: 32px;
  background: #f9a95a;
  border-radius: 4px;
  color: #294563;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu .main-menu > li.user-wallet > a {
    max-width: 92px;
    padding: 0 6px;
  }
}
.menu .main-menu > li.user-wallet > a:hover {
  background: #f9a95a;
}
.menu .main-menu > li.user-wallet > a span {
  transition: none;
  position: relative;
  font-size: 20px;
  margin-right: 10px;
}
.menu .main-menu > li > a {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 50px;
  font-weight: 800;
  padding: 0px 10px;
  position: relative;
  line-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu .main-menu > li > a.main-menu__home-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu .main-menu > li > a.main-menu__home-link {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu .main-menu > li > a {
    font-size: 12px;
  }
}

.menu .main-menu > li:hover > a {
  background-color: #536b83;
}


.menu .main-menu > li:hover > a span.main-menu__arrow {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.menu .main-menu > li:hover > a ul li a {
  background-color: transparent;
}
.menu .main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}
.menu .main-menu > li.has-mega-menu {
  position: static;
}
.menu .main-menu li.li-language {
  float: right;
}
.menu .main-menu li.li-language ul li {
  float: right;
}
.menu .main-menu .sub-menu {
  min-width: 100%;
  position: absolute;
  height: auto;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  padding: 0px 0px;
  margin-top: 10px;
  box-shadow: -14px 9px 36px -14px #97a9bb;
  top: 100%;
  pointer-events: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.menu .main-menu .sub-menu:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(93, 113, 137, 0.46),
    #284664
  );
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1;
}
.menu .main-menu .sub-menu .container {
  width: auto;
  padding: 0;
}
.menu .main-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin: 0;
  border-radius: 0 4px 4px 0;
}
.menu .main-menu .sub-menu ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.menu .main-menu .sub-menu li {
  margin: 0px;
  display: inline-flex;
  padding: 0px;
  float: none;
  position: relative;
}
.menu .main-menu .sub-menu li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  text-align: left;
  text-transform: none;
  padding: 0px 10px;
  min-width: 168px;
  line-height: 50px;
  font-size: 14px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #d4dae0;
  letter-spacing: 1px;
  float: none;
  font-weight: 800;
  white-space: nowrap;
}
.menu .main-menu .sub-menu li a .menu-icon {
  float: left;
  width: 22px;
  height: 22px;
  margin: 13px 6px 0px 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}


.menu .main-menu .sub-menu li:last-child {
  border: none;
}
.menu .main-menu .sub-menu li:hover > a {
  background-color: rgba(41, 69, 99, 0.9);
}
.menu .main-menu .sub-menu li:hover > a .menu-icon {
  opacity: 1;
}
#overlay-menu {
  z-index: 900;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(136, 136, 136, 0.4);
  position: fixed;
  transform: translate3d(100%, 0, 0);
  -moz-transition: opacity ease 0.55s;
  -o-transition: opacity ease 0.55s;
  -webkit-transition: opacity ease 0.55s;
  transition: opacity ease 0.55s;
  opacity: 0;
}
@media (max-width: 767px) {
  #overlay-menu {
    display: none;
  }
}
#overlay-menu.active {
  transform: translate3d(0, 0, 0);
  width: 100%;
  opacity: 1;
}
.sitemap {
  padding: 15px 0px 6px;
  text-align: left;
  width: 100%;
  display: block;
  overflow: hidden;
}
.sitemap.bg-gray {
  padding-left: 20px;
}
.sitemap a {
  display: inline-block;
  font-size: 13px;
  color: #787878;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.sitemap a:hover {
  color: #294563;
}
.sitemap span {
  display: inline-block;
  font-size: 13px;
  color: #787878;
  padding: 0px 4px;
}
.sitemap.fill {
  background-color: #294563;
  padding-left: 20px;
}
.sitemap.fill a {
  color: #7e90a2;
}
.sitemap.fill a:hover {
  color: #fff;
}
.sitemap.fill span {
  color: #7e90a2;
}

.listening-result .test-hero .test-hero-icon strong {
  color: #32b4c8;
  display: block;
  white-space: nowrap;
}
.listening-result .test-hero .test-hero-icon .lesson {
  color: #32b4c8;
}
@media (max-width: 767px) {
  .listening-result .test-hero,
  .reading-result .test-hero {
    display: block !important;
  }
  .listening-result .test-hero .test-hero-icon,
  .reading-result .test-hero .test-hero-icon {
    position: relative;
    margin: 40px auto;
  }
}
.solution-page .test-hero .tooltip .tooltip-inner {
  transform: none;
}
.test-hero {
  position: relative;
  margin-top: 13px;
}
.test-hero h1.test-caption {
  color: #294563;
}
.test-hero .book-img-wrap {
  float: left;
  margin-right: 15px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .test-hero .book-img-wrap {
    float: none;
    margin: 20px 0 10px;
  }
}
.test-hero .test-des {
  overflow: hidden;
}
@media (max-width: 767px) {
  .test-hero .test-des {
    margin-bottom: 30px;
  }
}
.test-hero img {
  width: 145px;
  border: 4px solid #d4dae0;
  border-radius: 8px;
}
.test-hero .test-hero-icon {
  position: absolute;
  width: 169px;
  bottom: 0px;
  right: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .test-hero .test-hero-icon {
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-hero .test-hero-icon {
    right: 6%;
    bottom: -15px;
  }
}

.test-hero .test-hero-icon p,
.test-hero .test-hero-icon strong {
  text-align: center;
  color: #32b4c8;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 10px 0px 0px 0px;
  display: block;
}
@media screen and (max-width: 991px) {
  .test-hero .test-hero-icon p,
  .test-hero .test-hero-icon strong {
    left: 0px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .test-hero {
    padding: 0px;
    text-align: center;
  }
  .test-hero img {
    max-width: 200px;
    width: auto;
    float: none;
  }
}
.test-hero .test-vote a {
  font-size: 16px;
}
.test-hero .test-vote .star-rating {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .test-hero .test-vote .star-rating {
    justify-content: center;
  }
}
.test-hero .test-vote span.rating-point {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .test-hero .test-vote span.rating-point {
    font-size: 12px;
  }
}
.test-caption {
  color: #294563;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-caption.lesson-title {
    font-size: 32px !important;
    font-weight: bold;
  }
}
@media screen and (max-width: 1199px) {
  .test-caption {
    font-size: 20px;
  }
}
.test-vote span {
  font-weight: 600;
  color: #f9a95a;
  margin: 0px 4px 0px 0px;
}
.test-vote i {
  color: #f9a95a;
  margin: 0px 2px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .test-vote i {
    font-size: 12px;
  }
}
.test-vote i.gray {
  color: #999;
}
.test-vote em {
  color: #536b83;
  font-size: 12px;
  padding-left: 5px;
}
.test-vote em.reading-vote {
  font-style: normal;
}
.test-vote.small span {
  font-weight: 600;
  color: #f9a95a;
  margin: 0px 4px 0px 0px;
  font-size: 12px;
}
.test-vote.small i {
  color: #f9a95a;
  margin: 0px 0px;
  font-size: 12px;
}
.test-vote.small i.gray {
  color: #999;
}
.test-vote.small em {
  color: #536b83;
  font-size: 12px;
  white-space: nowrap;
}
.test-des p {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  color: #787878;
  font-size: 12px;
}
.test-des p .icon-ts {
  float: left;
  width: 16px;
  height: 18px;
  margin: 0px 5px 0px 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .test-des p .icon-ts {
    float: none;
    display: inline-block;
    position: relative;
    top: 3px;
  }
}
.test-des div {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  color: #787878;
  font-size: 12px;
}
.test-des div .icon-ts {
  float: left;
  width: 16px;
  height: 18px;
  margin: 0px 5px 0px 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .test-des div .icon-ts {
    float: none;
    display: inline-block;
    position: relative;
    top: 3px;
  }
}
.user-box {
  margin: 70px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .user-box {
    margin: 20px 0px 0px 0px;
  }
}
.user-box h2 {
  text-align: center;
  color: #294563;
  margin: 15px 0px 32px 0px;
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .user-box h2 {
    margin: 30px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-box h2 {
    margin: 15px 0px 32px 0px;
  }
}
@media (max-width: 767px) {
  .user-box h2 {
    margin: 10px 0px 20px 0px;
  }
}
.us-user {
  text-align: center;
}

.us-user p {
  font-weight: 700;
  color: #536b83;
  margin: 5px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .us-user p {
    margin: 10px 0px;
  }
}
.listening-result .welldone div {
  border: 5px solid #32b3c7;
}
.listening-result .welldone strong {
  color: #32b4c8;
}
.welldone {
  margin: 15px 24px 30px 0px;
}
@media (max-width: 767px) {
  .welldone {
    margin: 15px 0px 45px 0px;
  }
}
.welldone div {
  width: 132px;
  height: 132px;
  margin: 0px auto;
  border: 5px solid #268695;
  background-color: #d6f0f4;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}

.pdf-quiz .welldone div {
  width: 132px;
  height: 132px;
  margin: 0px auto;
  border: 5px solid #1b72e8;
  background-color: #d0e4ff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}

.pdf-quiz .radial .overlay strong {
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #1b72e8;
  width: 100%;
}



.welldone div strong {
  color: #268695;
  font-size: 32px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}


.pdf-quiz .welldone div strong {
  color: #1b72e8;
  font-size: 32px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}


.welldone p {
  color: #268695;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.radial {
  margin: 0px auto;
  position: relative;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: transparent;
}
.radial.small {
  top: 5px;
}
.radial .dot {
  width: 15px;
  height: 15px;
  border: 5px solid #32b3c7;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 60px;
  display: none;
}
.radial {
  margin: 15px auto 20px auto;
}
@media screen and (max-width: 767px) {
  .radial.small {
    margin-bottom: 30px;
  }
}
#progress-small .overlay p {
  padding: 0 13px;
}
.radial .overlay {
  position: absolute;
  width: 112px;
  height: 112px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.radial .overlay p {
  font-size: 13px;
  font-weight: 800;
  color: #787878;
  width: 100%;
  margin: 5px 0px 0px 0px;
}
.radial .overlay strong {
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #32b3c7;
  width: 100%;
}
.radial .overlay strong.cyan {
  color: #268695;
}
.radial .overlay em {
  display: block;
  font-weight: normal;
  font-size: 13px;
  font-size: 14px;
  font-style: normal;
  color: #888888;
}
.radial.big {
  width: 170px;
  height: 170px;
  margin: 0px auto 20px auto;
}
.radial.big .overlay {
  position: absolute;
  width: 146px;
  height: 146px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 12px;
  margin-top: 12px;
  text-align: center;
}
.radial.x-small {
  width: 70px;
  height: 70px;
  margin: 0px auto 20px auto;
}
.radial.x-small .x-small-text {
  color: #294563;
  font-weight: 600;
  font-style: normal;
}
.radial.x-small .overlay {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
}
.txt {
  border: none;
  outline: none;
  padding: 0px 20px;
  text-align: center;
  height: 30px;
  background-color: #f5f5f5;
  font-size: 13px;
  color: #787878;
  border-radius: 5px;
}

.btn.btn-coppy-url {
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 1.42857143;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 320px) {
  .btn.btn-coppy-url {
    margin-bottom: 10px;
  }
}
.btn.btn-coppy-url:active,
.btn.btn-coppy-url:focus {
  box-shadow: none;
  border: none;
}
.txt-link {
  font-style: italic;
  margin: 15px 0px;
}
.share-socer {
  margin: 29px 0px;
  text-align: center;
}
.share-socer h3 {
  color: #294563;
  margin: 0px 0px 15px 0px;
}
.share-socer .txt-link {
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin: 0 0 15px;
  border-radius: 15px;
}
.share-socer.share-ranking h3 {
  margin: 0px;
}
.ss-share {
  display: inline-block;
}
@media screen and (max-width: 320px) {
  .ss-share {
    padding-right: 17px;
  }
}

.ss-share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 50%;
  background-color: #294563;
  text-align: center;
  line-height: 22px;
  color: #fff;
  margin: 0px 2px;
  font-size: 10px;
}
.ss-share a:hover {
  background-color: #305275;
}
.reading-result .container,
.listening-result .container {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .reading-result .container,
  .listening-result .container {
    padding: 0 10px;
    overflow: hidden;
  }
}
.listening-result .band-score .nav-tabs li.user-score a {
  color: #268695;
  background: #d7f0f5;
  border: none;
}
.listening-result .band-score .nav-tabs li.user-score a:hover:before {
  content: normal;
}
.listening-result .band-score .nav-tabs li.user-score a:focus {
  color: #268695;
}
.band-score {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .band-score {
    margin-top: 3rem;
  }
}

.band-score .nav-tabs {
  border: none;
  margin: 10px 0 0 -5px;
}
.band-score .nav-tabs li a {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #294563;
  margin: 0 14px;
  border: none;
}
.band-score .nav-tabs li a:hover {
  background-color: transparent;
  border: none !important;
}
.band-score .nav-tabs li a:hover:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #294563;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-6px);
}
.band-score .nav-tabs li a:focus {
  border: none;
  color: #294563 !important;
}
.band-score .nav-tabs li.user-score a {
  color: #294563;
  background: #d7e6dc;
  position: relative;
  border: none;
}
.band-score .nav-tabs li.user-score a:before {
  content: normal;
}
.band-score .nav-tabs li.user-score.active a:before {
  content: normal;
}
.band-score .nav-tabs li.active a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #294563;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-6px);
}
.band-score .nav-tabs li:last-child a {
  margin-right: 0;
}
.band-score .nav-tabs li:first-child a {
  margin-left: 0;
}
.band-score .tab-content {
  margin-top: 22px;
}
.band-score .tab-content .row {
  border-bottom: 1px solid #d4dae0;
  margin-left: 0;
  margin-right: 0;
}
.band-score .tab-content .row .col-sm-3 {
  padding-left: 0;
  font-size: 14px;
  line-height: 1.71;
  color: #294563;
}
.band-score .tab-content .row:last-child {
  border: none;
}
.band-score .tab-content .row .col-sm-9 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.71;
  color: #294563;
}
.bs-item span {
  display: inline-block;
  width: 100px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #7e90a2;
}
.bs-item div {
  width: 7.6%;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #294563;
  margin: 2px 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  float: left;
}
.bs-item div.current {
  font-weight: 700;
}
.bs-item div.current .your-score {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  left: 50%;
  top: -50px;
  margin: 0px 0px 0px -17px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.bs-item div.current .your-score:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  position: absolute;
  border-top-color: #fff;
  left: 50%;
  bottom: -16px;
  margin: 0px 0px 0px -8px;
  z-index: 2;
}
.bs-item div.current .your-score:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  position: absolute;
  border-top-color: #f5f5f5;
  left: 50%;
  bottom: -18px;
  margin: 0px 0px 0px -9px;
  z-index: 1;
}

.bs-item.bs-item-correct div {
  color: #d4dae0;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.box-caption-margin {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .box-caption-margin {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-caption.leader-board {
    margin-top: 0px;
  }
}
.box-caption.latest-writing {
  margin-top: 40px;
}
.box-caption h3.comment-head-title {
  font-size: 20px;
  margin-top: 65px;
}
.box-caption p.review-test {
  line-height: auto;
  margin: 60px auto 15px;
}
.box-caption p {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .box-caption p {
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-caption p {
    font-size: 16px;
  }
}
.box-caption p .bc-icon {
  width: 28px;
  height: 28px;
  float: left;
  margin: 15px 10px 0px 0;
}
@media (max-width: 767px) {
  .box-caption p .bc-icon {
    margin: 0 10px 0px 0;
  }
}

.box-caption .most-viewed {
  width: 286px;
  height: 178px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 auto 15px;
}
.box-caption .bc-right {
  float: right;
}
.box-caption .bc-right a {
  display: inline-block;
  line-height: 25px;
  padding: 0px 20px 0px 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  font-size: 12px;
  color: #787878;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.box-caption .bc-right a:hover {
  color: #282828;
}
.box-caption .bc-right .btn-report-mistake {
  color: #d4dae0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
.box-caption .bc-right .btn-report-mistake:hover {
  color: #787878;
}

.box-caption.box-caption-white p {
  color: #fff;
}
.listening-result .list-answer li span.sys-answer {
  color: #268695;
}
.list-answer {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .list-answer {
    padding: 0 12px;
  }
}
.list-answer__part-title {
  margin: 3rem 0 0;
  font-size: 16px;
}
.list-answer ul {
  padding-left: 0;
}
.list-answer li.compound-sentence span.number {
  font-size: 10px;
  line-height: 13px;
  padding-top: 2px;
}
.list-answer li.compound-sentence span.number em {
  display: block;
  width: 80%;
  margin: 0px auto;
  height: 1px;
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.list-answer li {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 40px;
  list-style: none;
  float: none;
}
@media screen and (max-width: 767px) {
  .list-answer li {
    width: 100%;
    float: none;
  }
}
.list-answer li p {
  display: inline;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin: 0px;
}
.list-answer li span.number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 0px 0px -40px;
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #32b3c7;
  border-radius: 50%;
}
.list-answer li span.sys-answer {
  font-size: 16px;
  color: #327846;
}

.reading-result .radial {
  background-color: #327846;
}
.reading-result .welldone div {
  border: 5px solid #327846;
  background-color: #d7e6dc;
}
.reading-result .welldone p {
  color: #327846;
}
.reading-result .overlay strong {
  color: #245a34;
}
.reading-result .welldone div strong {
  color: #327846;
}

.reading-result .radial .dot {
  border-color: #327846;
}

.reading-result .test-hero .test-hero-icon p,
.reading-result .test-hero .test-hero-icon strong,
.reading-result .test-hero .test-hero-icon .lesson {
  color: #327846;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.reading-result li span.number {
  background-color: #327846;
}
@media (max-width: 767px) {
  .practice {
    max-width: 100%;
    overflow-y: scroll;
  }
}
.practice .table {
  margin-top: 10px;
}
.practice .table thead tr th {
  padding: 15px 0px 15px 15px;
}
.table {
  border: none;
}
.table table {
  width: 100%;
}
.table thead {
  background-color: #294563;
}
.table thead tr th {
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
}
.table thead tr th:nth-child(3) {
  min-width: 52px;
}
.table tbody tr td {
  padding: 12px 15px;
  font-size: 12px;
}

.table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table .rank-table tbody tr td {
  color: #888888;
}
.table .rank-table tbody tr td:nth-child(2) {
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table .rank-table tbody tr td:nth-child(3) {
  text-align: center;
}
.table .rank-table tbody tr td:nth-child(3) img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.reading-result .review-explanation,
.listening-result .review-explanation {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 20px;
}
@media screen and (min-width: 2000px) {
  .reading-result .review-explanation,
  .listening-result .review-explanation {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.reading-result .review-explanation .container,
.listening-result .review-explanation .container {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-result .review-explanation,
  .listening-result .review-explanation {
    display: none;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .reading-result .review-explanation,
  .listening-result .review-explanation {
    display: none;
    border-radius: 0;
  }
}
.reading-result .tip-the-day,
.listening-result .tip-the-day {
  padding: 20px 8px 8px;
  background-color: #f5f5f5;
  margin: 3rem 0;
}
.reading-result .tip-the-day h3 a,
.listening-result .tip-the-day h3 a {
  font-size: 14px;
}
.reading-result .tip-the-day .tip-content,
.listening-result .tip-the-day .tip-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .reading-result .tip-the-day .tip-content,
  .listening-result .tip-the-day .tip-content {
    text-align: center;
  }
}
.reading-result .tip-the-day .tip-content h3,
.listening-result .tip-the-day .tip-content h3 {
  line-height: 1.1;
}
.reading-result .tip-the-day .tip-content > p,
.listening-result .tip-the-day .tip-content > p {
  font-size: 12px;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.reading-result .tip-the-day .tip-content .test-des,
.listening-result .tip-the-day .tip-content .test-des {
  float: left;
}
.reading-result .tip-the-day .tip-content .test-des p:first-child,
.listening-result .tip-the-day .tip-content .test-des p:first-child {
  margin-left: 0;
}
.reading-result .tip-the-day .news-item,
.listening-result .tip-the-day .news-item {
  padding: 10px;
  min-height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reading-result .tip-the-day .news-item,
  .listening-result .tip-the-day .news-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .reading-result .tip-the-day .img-tip-wrap,
  .listening-result .tip-the-day .img-tip-wrap {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.reading-result .tip-the-day .ttd-caption,
.listening-result .tip-the-day .ttd-caption {
  color: #294563;
  max-width: 300px;
  font-size: 18px;
  margin: 0px auto;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .reading-result .tip-the-day .ttd-caption,
  .listening-result .tip-the-day .ttd-caption {
    font-size: 12px;
  }
}
.reading-result .tip-the-day .test-vote,
.listening-result .tip-the-day .test-vote {
  display: inline-block;
  margin-top: 2px;
}
.reading-result .tip-the-day .img-tip-wrap > a,
.listening-result .tip-the-day .img-tip-wrap > a {
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .reading-result .tip-the-day .test-des,
  .listening-result .tip-the-day .test-des {
    float: none;
  }
  .reading-result .tip-the-day .test-des p,
  .listening-result .tip-the-day .test-des p {
    margin: 0;
  }
}
.review-explanation {
  background-color: #294563;
  padding: 0 0 50px 0;
  min-height: 300px;
  margin: 60px 0px 0px 0px;
  display: none;
}
.review-explanation__exp-note {
  width: fit-content;
  margin: 0 auto 20px;
  color: #294563;
  border: 1px dashed #c0392b;
  padding: 4px 6px;
  border-radius: 4px;
}
.review-explanation .answer-slot {
  transform: none;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
.rx-footer {
  position: absolute;
  z-index: 9999;
  left: 0px;
  right: 0px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  bottom: -200px;
}
@media screen and (max-width: 991px) {
  .rx-footer {
    display: none;
  }
}
.rx-footer .reading-footer {
  position: relative;
  bottom: unset;
  right: unset;
  top: unset;
  left: unset;
}
.rx-footer .reading-footer .rf-content {
  display: block;
}
.rx-footer .reading-footer .rf-content .rfc-left {
  float: none;
  max-width: 2000px;
}
.show-test-detail {
  color: #7e90a2;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 4px 70px 0px 0px;
  cursor: pointer;
  float: right;
}

.show-review-explanation {
  overflow: hidden;
}
.show-review-explanation .review-explanation {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1050;
  margin: 0px;
  display: block;
  padding: 15px 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-review-explanation .review-explanation {
    padding: 0;
  }
}
.show-review-explanation .review-explanation .container {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-review-explanation .review-explanation .container {
    width: 100%;
  }
}
.show-review-explanation .review-explanation .reading-box-embeb {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.btn-show-re {
  cursor: pointer;
}
.close-rx {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 10px;
}
.close-rx span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 0px;
  opacity: 0.7;
}
.close-rx span.last {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: unset;
  right: 0px;
}
.reading-box-embeb {
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.reading-box-embeb .reading-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.reading-box-embeb .sl-caption.sl-caption-bottom {
  padding: 11px 48px 11px 20px;
  background-color: #d4dae0;
  position: absolute;
  bottom: 0;
  left: inherit;
  right: inherit;
  width: 100%;
  top: inherit;
}
@media (max-width: 767px) {
  .reading-box-embeb .sl-caption.sl-caption-bottom.sl-caption-bottom-fix {
    display: block;
  }
}
.reading-box-embeb .sl-caption.sl-caption-bottom span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #327846;
}
.reading-box-embeb .sl-caption.sl-caption-bottom span.cyan {
  color: #32b4c8;
}
.reading-box-embeb .sl-caption.sl-caption-bottom h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #327846;
}
@media (max-width: 767px) {
  .reading-box-embeb .sl-caption.sl-caption-bottom h2 {
    font-size: 16px;
  }
}
.reading-box-embeb .sl-caption.sl-caption-bottom .sl-caption-right {
  float: right;
}
.reading-box-embeb
  .sl-caption.sl-caption-bottom
  .sl-caption-right
  .btn-section {
  display: inline-block;
  padding: 0px 15px;
  background-color: #327846;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0px 0px 0px 10px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.reviews-test-mobile {
  margin: 0px 0px 50px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .reviews-test-mobile {
    margin-bottom: 0;
  }
}

.reviews-test-mobile a {
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: 700;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-test-mobile a {
    line-height: 38px;
    background-color: #f3f3f3;
    border-radius: 5px;
    width: 88%;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .reviews-test-mobile a {
    font-size: 14px;
    padding: 0px 21px;
    text-align: center;
    line-height: 38px;
    width: 100%;
    max-width: 290px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.comments .other-comments {
  display: none;
}
.comments .comment-desc {
  font-size: 16px;
  color: #282828;
}
@media (max-width: 767px) {
  .comments .comment-desc {
    font-size: 13px;
  }
}
.comments .user-comment-form {
  border-radius: 4px;
  border: solid 1px #d4dae0;
  padding: 15px;
  margin-top: 20px;
}
.comments .user-comment-form input.form-control {
  height: 30px;
  box-shadow: none;
}
.comments .user-comment-form textarea.form-control {
  height: auto;
  box-shadow: none;
  border: none;
}
.comments .user-comment-form .commnent-desc textarea {
  font-size: 16px;
  color: #888888;
  padding: 0;
  width: 98%;
}
.comments .user-avatar {
  float: left;
  width: 9%;
}
.comments .user-input-text {
  width: 91%;
  display: inline-block;
}
.comments .commnent-desc {
  padding-left: 15px;
}
.comments .form-comment-footer {
  margin-top: 89px;
  background-color: #f3f3f3;
  height: 56px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  border: solid 1px #d4dae0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .comments .form-comment-footer {
    margin-top: 0;
  }
}
.comments .form-comment-footer .btn {
  line-height: 30px;
  background: #294563;
  color: #fff;
  margin: 5px 28px 0 0;
}
@media (max-width: 767px) {
  .comments .form-comment-footer .btn {
    margin: 11px 9px 0 0;
  }
}
.comments .comments-content {
  margin-top: 30px;
}
.comments .comments-content .most-popular {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #282828;
  margin-bottom: 15px;
}
.comments .box-caption {
  margin-top: 0;
}
.comments .comment-item .user-commnet-cont {
  border: solid 1px #d4dae0;
  padding: 15px;
  position: relative;
  border-radius: 4px;
}
.comments .like-rep {
  position: absolute;
  bottom: 18px;
  right: 15px;
  color: #888888;
  font-size: 14px;
}
.comments .like-rep a {
  padding-left: 28px;
}

.comments .comment-item p.c-name a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.comments .comment-item .avatar {
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .comments .comment-item .avatar {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
}
.comments .comment-item .avatar img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.comments .show-more-comments {
  text-align: center;
  margin-bottom: 60px;
}
.comments .show-more-comments a {
  padding: 13px 22px 13px 21px;
  background: #f3f3f3;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #294563;
  border-radius: 4px;
}

.comments .show-more-comments .more-comments-bt.active span.arrow {
  transform: rotate(180deg);
}
.comment-item {
  margin: 0px 0px 25px 0px;
  padding: 0;
}
.comment-item .avatar {
  float: left;
  width: 45px;
  height: 45px;
  margin: 0px 0px 0px -60px;
}
.comment-item .avatar img {
  width: 45px;
  height: 45px;
}
.comment-item p {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
  .comment-item p {
    font-size: 13px;
  }
}
.comment-item p.c-name {
  font-size: 16px;
  font-weight: 800;
  color: #294563;
}
.comment-item .c-info {
  margin: 10px 0px 0px 0px;
}
.comment-item .c-info a {
  font-size: 12px;
  color: #294563;
  display: inline-block;
  margin: 0px 0px 0px 20px;
}
.comment-item .c-info a:hover {
  text-decoration: underline;
}
.comment-item .c-info span {
  font-size: 14px;
  color: #294563;
  display: inline-block;
  color: #888;
  margin: 0px 10px 0px 0px;
}
@media (max-width: 767px) {
  .comment-item .c-info span:first-child {
    display: none;
  }
}
.comment-item .reply-item {
  margin: 28px 0 0;
}
.comment-item .reply-item.comment-item {
  padding-left: 10%;
}
.comment-item .reply-item img {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.comment-item .reply-item .c-info span {
  font-size: 14px;
  color: #294563;
  display: inline-block;
  color: #888;
  margin: 0px 10px 0px 0px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .comment-item .reply-item .c-info span:first-child {
    display: none;
  }
}
.comment-item .reply-item span {
  font-size: 14px;
  font-weight: 800;
  color: #294563;
  margin: 0px 5px;
}
.comment-item .reply-item p {
  margin: 0px;
  font-size: 14px;
}
.add-comment input {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 0px 10px;
  height: 30px;
  border: 1px solid #294563;
  border-radius: 3px;
  outline: none;
}
.other-module {
  margin-bottom: 30px;
}
.om-wrap {
  position: relative;
}

.om-wrap .om-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  height: 80px;
  padding: 10px 0px 0px 0px;
}
.om-item {
  text-align: center;
  margin: 20px 0px 0px 0px;
  position: relative;
}
.om-item .complete-icon {
  color: #327846;
  position: absolute;
  top: -25px;
  right: 0px;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.om-item .complete-icon span {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  background-color: #282828;
  position: absolute;
  right: 35px;
  padding: 0px 5px;
  white-space: nowrap;
  top: 0px;
  font-size: 10px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: hidden;
  opacity: 0;
}
.om-item .complete-icon span:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left-color: #282828;
  position: absolute;
  top: 7px;
  right: -10px;
}
.om-item .complete-icon:hover span {
  visibility: visible;
  opacity: 1;
  right: 30px;
}

.om-item .complete-text {
  line-height: 18px;
  height: 18px;
  margin: -18px auto 0px auto;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  background-color: #327846;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.om-item p,
.om-item strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #327846;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 15px 0px 30px 0px;
}

.om-item.orange p,
.om-item.orange strong {
  color: #f9a95a;
}
.om-item.orange .om-btn {
  background-color: #f9a95a;
}
.om-item.orange .om-btn.orange-dark {
  background-color: #bb7f44;
}
.om-item.orange .om-btn.orange-white {
  background-color: #faba7b;
}

.om-item.orange .btn-resume {
  background-color: #f9a95a;
}
.om-item.orange .resume-progress .rs-content p {
  color: #f9a95a;
}

.om-item.pink p,
.om-item.pink strong {
  color: #c76478;
}
.om-item.pink .om-btn {
  background-color: #c76478;
}
.om-item.pink .om-btn.pink-dark {
  background-color: #954b5a;
}
.om-item.pink .btn-resume {
  background-color: #c76478;
}
.om-item.pink .resume-progress .rs-content p {
  color: #c76478;
}

.om-item.cyan p,
.om-item.cyan strong {
  color: #32b3c7;
}
.om-item.cyan .om-btn {
  background-color: #32b3c7;
}
.om-item.cyan .om-btn.cyan-dark {
  background-color: #268695;
}
.om-item.cyan .om-btn.cyan-white {
  background-color: #5bc2d2;
}
.om-item.cyan .btn-resume {
  background-color: #32b3c7;
}
.om-item.cyan .resume-progress .rs-content p {
  color: #32b3c7;
}
.om-item .om-btn {
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  line-height: 47px;
  width: 100%;
  border-radius: 3px;
  background-color: #327846;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0px 0px 10px 0px;
}
.om-item .om-btn:hover {
  opacity: 0.9;
}


.om-item .om-btn.green-dark {
  background-color: #265a35;
}
.om-item .om-btn.green-white {
  background-color: #5b936b;
}

.om-item .resume-progress {
  position: relative;
}
.om-item .resume-progress .rs-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  background-color: #fff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  height: 120px;
  margin: -25px 0px 0px 0px;
}
.om-item .resume-progress .rs-content p {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #327846;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: -10px 0px 0px 0px;
}
.om-item .resume-progress .rs-content span {
  display: block;
  margin: 3px 0px 0px 0px;
  text-align: center;
  color: #282828;
  font-size: 12px;
  line-height: 14px;
}
.om-item .resume-progress .rs-content span em {
  display: inline-block;
  margin: 0px 4px;
}
.om-item .resume-progress .rs-content .view-result {
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #8393a5;
}
.om-item .resume-progress .rs-content .view-result:hover {
  color: #294563;
}
.footer {
  margin: 0;
  position: relative;
  background-color: #294563;
}
.footer.footer-fix-margin {
  margin: 0px;
}
.footer .follow-box {
  margin: 10px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .footer .follow-box {
    margin: 10px 0px 20px 0px;
  }
}
.footer .follow-box span {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  float: left;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .footer .follow-box span {
    font-size: 18px;
  }
}
.footer .follow-box a {
  display: inline-block;
  width: 25px;
  height: 25px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 50%;
  color: #294563;
  text-align: center;
  line-height: 25px;
  background-color: #fff;
  margin: 3px 2px 0;
  font-size: 15px;
}
.footer .follow-box a:hover {
  background-color: #ececec;
}
.footer .follow-box a i {
  line-height: 25px;
}
.footer .inner.open {
  max-height: 500px !important;
}
.footer-content {
  padding: 40px 0px 20px 0px;
}
.footer-content .allright {
  margin: 45px 0px 15px 0px;
  font-size: 12px;
  color: #888888;
}
@media (max-width: 767px) {
  .footer-content .box-about {
    margin-top: 30px;
  }
}
.footer-content .box-about h3 {
  margin: 0px 0px 0px 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.footer-content .box-about p {
  margin: 10px 20px 15px 0px;
  text-align: justify;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .box-about p {
    margin: 10px 0 30px 0px;
  }
}
@media (max-width: 767px) {
  .footer-content .box-about p {
    margin: 10px 0 30px 0px;
  }
}
.footer-content .menu-footer {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .footer-content .menu-footer {
    padding: 0px 0px 0px 0px;
  }
}
.footer-content .menu-footer li {
  margin: 0px 0px 13px 0px;
}
.footer-content .menu-footer li a {
  font-weight: 800;
  color: #7e90a2;
}
.footer-content .menu-footer li a:hover {
  color: #fff;
}
.footer-content .copy-right p {
  font-size: 12px;
  color: #d9d9d9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .copy-right p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer-content .copy-right p {
    padding: 0;
  }
}
.reading-test-page .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.reading-test-page .test-notice {
  margin-left: 0;
}
.reading-test-page .split-right {
  padding-top: 15px;
}
.reading-test-page .split-right .passage-content table tr td span {
  position: relative;
}
.reading-test-page .split-left {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .reading-test-page .split-left {
    padding-bottom: 30px;
  }
}
.reading-test-page .question-panel {
  display: none;
}
.reading-test-page a.md-submit-bt i {
  right: 3px;
  position: relative;
  top: 1px;
}
.reading-test-page a.md-submit-bt i:before {
  font-size: 20px;
}
.reading-test-page #split-one,
.reading-test-page #slpit-one {
  background-color: #d7e6dc;
}
.reading-test-page.show-palette .reading-footer .rf-bar .rf-bar-time {
  right: -601px;
  bottom: 0;
  top: auto;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-test-page.show-palette .reading-footer .rf-bar .rf-bar-time {
    left: 45px;
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  .reading-test-page.show-palette .reading-footer .rf-bar .rf-bar-time {
    left: 15px;
    padding: 0;
    margin-left: 0;
    bottom: 27px;
  }
}
.reading-test-page.show-palette .reading-footer .rf-bar .rf-barright {
  margin-top: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-test-page.show-palette .reading-footer .rf-bar {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .reading-test-page.show-palette .reading-footer .rf-bar {
    height: 257px;
  }
}
.reading-test-page.show-palette
  .reading-footer
  .rf-bar
  .rf-bar-pallete
  .question-bt {
  margin-top: 15px;
  margin-right: 0;
}
.reading-test-page.show-palette .reading-footer .rf-bar .expand {
  right: 6px;
  top: 12px;
}
.reading-test-page .reading-footer .rf-bar .rf-bar-time {
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  margin: 0 auto;
  float: none;
  text-align: center;
  width: 80px;
  position: absolute;
  padding-left: 0;
}
.reading-test-page .reading-footer .rf-bar .rf-bar-time:before {
  left: -31px;
  top: 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-test-page .reading-footer .rf-bar .rf-bar-time {
    left: 138px;
  }
}
@media (max-width: 767px) {
  .reading-test-page .reading-footer .rf-bar .rf-bar-time {
    left: 138px;
  }
}
.writing-test-page {
  padding-top: 52px;
}
.writing-test-page.show-test-menu {
  padding-top: 175px;
}
.writing-test-page .control-modal-button a.md-submit-bt {
  background-color: #32b4c8;
}
.writing-test-page .control-modal-button a.md-submit-bt:hover {
  background-color: #268695;
}
.writing-test-page .control-modal-button a.md-submit-bt i {
  right: 3px;
  position: relative;
  top: 1px;
}
.writing-test-page .control-modal-button a.md-submit-bt i:before {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .writing-test-page .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .writing-test-page .container {
    max-width: 100%;
  }
}
.listening-test-page {
  padding-top: 52px;
}
.reading-cont .gutter {
  background-color: #f3f3f3;
}

.gutter-vertical {
  clear: both;
  cursor: ns-resize;
}
.gutter.gutter-horizontal {
  height: 100%;
  float: left;
}
.reading-box {
  background-color: #fff;
  position: fixed;
  bottom: 50px;
  top: 50px;
  left: 0px;
  right: 0px;
}
.reading-box .container.reading-cont {
  background-color: #fff;
  position: fixed;
  bottom: 50px;
  top: 50px;
  left: 0px;
  right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-box .container.reading-cont {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reading-box .container.reading-cont {
    padding-right: 0;
    padding-left: 0;
  }
}
.listening-result .split-item,
.reading-result .split-item {
  position: static;
}
.listening-result #split-one,
.listening-result #slpit-one,
.reading-result #split-one,
.reading-result #slpit-one {
  height: calc(100% - 48px);
}
.listening-result .player.player-fixed,
.reading-result .player.player-fixed {
  top: 0;
  max-width: calc(50% - 5px);
  position: absolute;
}
.reading-result #split-two,
.reading-result #slpit-two {
  height: 100%;
}
.reading-result #split-two.has-explain,
.reading-result #slpit-two.has-explain {
  height: calc(100% - 48px);
}
.listening-result #split-two,
.listening-result #slpit-two {
  height: calc(100% - 79px);
  margin-top: 79px;
}
.listening-result #split-two.has-explain,
.listening-result #slpit-two.has-explain {
  height: calc(100% - 127px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-result #split-two,
  .listening-result #slpit-two {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .listening-result #split-two,
  .listening-result #slpit-two {
    margin-top: 0;
  }
}
body.show-palette .split-item {
  padding-bottom: 50px;
}
body.show-palette .split-item .sl-caption.sl-caption-bottom {
  bottom: 171px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.show-palette .split-item .sl-caption.sl-caption-bottom {
    bottom: 164px;
  }
}
.split-item {
  overflow-y: auto;
  position: relative;
  float: left;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .split-item {
    width: 100%;
  }
}
.split-item.split-item-no-relative {
  position: static;
}
.listening-result .split-left .sl-caption.sl-caption-bottom,
.reading-result .split-left .sl-caption.sl-caption-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 11px 35px 11px 20px;
  margin: 0px -30px -30px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-result .split-left .sl-caption.sl-caption-bottom,
  .reading-result .split-left .sl-caption.sl-caption-bottom {
    position: static;
    bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -15px;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .listening-result .split-left .sl-caption.sl-caption-bottom,
  .reading-result .split-left .sl-caption.sl-caption-bottom {
    position: static;
    bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    width: auto !important;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .leader-board {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .listening-result .review-explanation .split-left {
    padding-top: 50px;
  }
}
.review-explanation .split-left {
  padding: 30px;
}
@media (max-width: 767px) {
  .review-explanation .split-left {
    padding: 15px;
  }
}
.listening-test-page .split-left {
  padding: 30px 30px 30px 0;
}
@media (max-width: 767px) {
  .listening-test-page .split-left {
    padding: 0;
  }
}
.split-left {
  padding: 30px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-left {
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .split-left {
    padding: 15px;
  }
}
.split-left p {
  margin: 20px 0px 0px 0px;
}
.split-left .question-title > b {
  display: inline-block;
}
.split-left .question-title .qt-request {
  display: inline-block;
}
.split-left .question-title-group .question-title p {
  margin-top: 0;
}
.split-left .question-title-group .question-title p:nth-child(1) {
  padding-top: 4px;
}
.split-left .nodepad {
  padding: 10px 10px;
  background-color: #d4dae0;
  border-radius: 5px;
  margin: 0px 0px 20px 0px;
  display: none;
}
.split-left .nodepad p {
  margin: 0px;
}
.split-left .nodepad.show {
  display: block;
}
.split-left .nodepad textarea {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}
@media (max-width: 767px) {
  .split-left .show-notepad {
    display: none;
  }
}
.split-left .show-notepad:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 1px;
}
.split-left .show-notepad .btn-show-note {
  position: relative;
}
.split-left .sl-caption > span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #327846;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-left .sl-caption > span {
    line-height: 33px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-left .sl-caption .btn-section span {
    line-height: 28px;
  }
}
.split-left .sl-caption h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #327846;
}
@media screen and (max-width: 991px) {
  .split-left .sl-caption h2 {
    font-size: 16px;
  }
}
.split-left .sl-caption .sl-caption-right {
  float: right;
}
@media (max-width: 767px) {
  .split-left .sl-caption .sl-caption-right a.listen-from-here,
  .split-left .sl-caption .sl-caption-right a.btn-show-note {
    width: 24px;
    height: 24px !important;
    overflow: hidden;
    padding: 0 !important;
    display: none;
  }
}
.split-left .sl-caption .sl-caption-right em {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  color: #888888;
}
.split-left .sl-caption .sl-caption-right .btn-show-note {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0px 7px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: normal;
  border-radius: 3px;
  margin: 0px 0px 0px 10px;
  color: #294563;
  cursor: pointer;
}
.split-left .sl-caption .sl-caption-right .btn-show-note.active {
  color: #fff;
  background-color: #294563;
}

@media (max-width: 767px) {
  .split-left .sl-caption .sl-caption-right .btn-show-note strong {
    margin: 0px 5px 0px 4px;
  }
}
.split-left .sl-caption.sl-caption-bottom {
  margin: 0px -30px -30px -30px;
  padding: 11px 50px 11px 20px;
  background-color: #d4dae0;
  position: fixed;
  bottom: 80px;
  left: inherit;
  right: inherit;
  width: 100%;
  top: inherit;
  z-index: 19;
}
.split-left .sl-caption.sl-caption-bottom.resized {
  max-width: auto !important;
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .split-left .sl-caption.sl-caption-bottom {
    max-width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-left .sl-caption.sl-caption-bottom {
    margin: 0;
    bottom: 50px;
    height: 50px;
    left: 0;
    right: 0;
    padding: 10px 30px 11px 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .split-left .sl-caption.sl-caption-bottom {
    padding: 12px 10px 12px;
    position: relative;
    margin-top: 15px;
    width: auto;
    max-width: auto !important;
    bottom: auto !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.split-left .sl-caption.sl-caption-bottom.sl-caption-bottom-fix {
  bottom: 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .split-left .sl-caption.sl-caption-bottom.sl-caption-bottom-fix {
    position: relative;
    width: auto;
    bottom: 10px;
  }
}
.split-left .sl-caption.sl-caption-bottom .sl-caption-right {
  float: right;
}
.split-left .sl-caption.sl-caption-bottom .sl-caption-right .btn-section {
  display: inline-block;
  padding: 0px 15px;
  background-color: #327846;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0px 0px 0px 10px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-left .sl-caption.sl-caption-bottom .sl-caption-right .btn-section {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
}
.split-left
  .sl-caption.sl-caption-bottom
  .sl-caption-right
  .btn-section
  > span {
  position: relative;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
}
.split-left .sl-caption.sl-caption-bottom .sl-caption-right .btn-section:hover {
  background-color: #245a34 !important;
  color: #fff;
}
.split-left .sl-caption.sl-caption-bottom .sl-caption-right .btn-section.cyan {
  background: #32b4c8;
}
.split-left
  .sl-caption.sl-caption-bottom
  .sl-caption-right
  .btn-section.cyan:hover {
  background-color: #268695 !important;
}
.split-left
  .sl-caption.sl-caption-bottom
  .sl-caption-right
  .btn-section.previous {
  padding: 0 15px 0 33px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .split-left
    .sl-caption.sl-caption-bottom
    .sl-caption-right
    .btn-section.previous {
    margin-left: 0;
  }
}
.split-left .sl-caption.sl-caption-bottom .sl-caption-right .btn-section.next {
  padding: 0 33px 0 15px;
}

.split-left .sl-item {
  margin: 20px 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-left .sl-item {
    margin: 20px 0px 20px 0px;
  }
}
.split-left .sl-item.explanation {
  margin: 0px 0px 20px 0px !important;
}
.split-left .sl-item.explanation .sl-control {
  top: 0;
}
.split-left .sl-item .question-title-group {
  display: block;
}
.split-left .sl-item span.number,
.split-left .sl-item div.number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #327846;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.split-left .sl-item span.number.gray,
.split-left .sl-item div.number.gray {
  background-color: #aaa !important;
}
.split-left .sl-item p {
  padding: 0px 5px;
}
.split-left .sl-item .sl-control {
  display: inline-block;
  margin: 5px 0px 0px 10px;
  position: relative;
  top: 8px;
}
.split-left .sl-item .sl-control a {
  display: inline-block;
  line-height: 25px;
  min-height: 25px;
  padding: 0px 10px;
  margin: 0px 0px 5px 5px;
  border-radius: 3px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 10px;
  color: #327846;
  border: 1px solid #327846;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.split-left .sl-item .sl-control a:hover {
  background-color: #327846;
  color: #fff;
}
.split-left .sl-item .sl-control a span {
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 17px;
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 0px;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
}

.split-left .sl-item .sl-control a .fa {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.split-left .sl-item .sl-control a em {
  font-style: normal;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  float: left;
  display: none;
}
@media screen and (max-width: 767px) {
  .split-left .sl-item .sl-control a em {
    display: none !important;
  }
}
.split-left .sl-item .flex div.number {
  margin-top: -3px;
}
.split-left.cyan .flex .question-title {
  display: inline-block;
  width: calc(100% - 40px);
}
.split-left.cyan .sl-caption span {
  color: #32b3c7;
}
.split-left.cyan .sl-item span.number {
  background-color: #32b3c7;
}
.split-left.cyan .sl-item div.number {
  background-color: #32b3c7;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 30px;
  color: #fff;
  float: left;
  overflow: hidden;
  margin-right: 6px;
}
.split-left.cyan .sl-item .sl-control a {
  color: #5bc3d2;
  border: 1px solid #5bc3d2;
}

.split-left.cyan .sl-item .sl-control a:hover {
  background-color: #32b3c7;
  color: #fff;
}


.split-left.cyan .sl-caption h2 {
  color: #268695;
}

.split-left.cyan .sl-caption a {
  color: #294563;
  display: inline-block;
  line-height: 26px;
  height: 26px;
  border-radius: 3px;
  padding: 0px 10px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 12px;
}
.split-left.cyan .sl-caption a.listen-from-here {
  border: solid 1px #5bc3d2;
  line-height: 26px;
  height: 26px;
}
.split-left.cyan .sl-caption a:hover {
  background-color: #32b4c8;
  color: #fff;
}

@media (max-width: 767px) {
  .split-left.cyan .sl-caption a span.icon-listen {
    top: 2px;
    margin: 0px 3px 0px 2px !important;
  }
}
.split-left.orange .sl-caption span {
  color: #f9a95a;
}
.split-left.orange .sl-item span.number {
  background-color: #f9a95a;
}
.split-left.orange .sl-item .sl-control a {
  color: #f9a95a;
  border: 1px solid #f9a95a;
}
.split-left.orange .sl-item .sl-control a:hover {
  background-color: #f9a95a;
  color: #fff;
}
.split-left.orange .sl-caption h2 {
  color: #bb7f44;
}
.split-left.pink .sl-caption span {
  color: #c76478;
}
.split-left.pink .sl-item span.number {
  background-color: #c76478;
}
.split-left.pink .sl-item .sl-control a {
  color: #c76478;
  border: 1px solid #c76478;
}
.split-left.pink .sl-item .sl-control a:hover {
  background-color: #c76478;
  color: #fff;
}
.split-left.pink .sl-caption h2 {
  color: #c76478;
}
.split-right {
  background-color: #d7e6dc;
  padding: 30px;
}
.split-right .text-locale {
  display: inline-block;
  position: relative;
}
.split-right .text-locale em {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  z-index: 9;
  position: absolute;
  left: 50%;
  margin: 0px 0px 0px -15px;
  top: 120%;
}

.split-right .text-locale em:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0px 0px 0px -5px;
}
@media screen and (max-width: 991px) {
  .split-right {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-right {
    padding: 30px;
  }
}
.split-right p {
  margin: 20px 0px 0px 0px;
}
.split-right .sr-item p {
  margin: 0px;
  display: inline-block;
  padding: 0px 30px 0px 10px;
  background-color: #5b936b;
  border: 1px solid #327846;
  border-radius: 3px;
}

.split-right .sr-item span.number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #327846;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 30px;
  margin: 0px 0px 0px 10px;
  color: #fff;
}
.split-right .note-strategy {
  margin: 0px -30px -30px -30px;
  background-color: #faaa5a;
  left: inherit;
  right: inherit;
  width: 100%;
  top: inherit;
  z-index: 19;
  position: absolute;
  bottom: 30px;
  padding: 9px 35px 11px 30px;
  height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 767px) {
  .split-right .note-strategy {
    padding: 9px 15px 11px;
    font-size: 10px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    bottom: 0;
  }
}
.split-right .note-strategy a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  display: inline-block;
  width: 150px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: solid 1px #000000;
  background-color: #faaa5a;
  font-size: 12px;
  margin-left: 60px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.split-right .note-strategy a:hover {
  background-color: #faba7b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .split-right .note-strategy a {
    width: auto;
    padding: 0 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-right .note-strategy a {
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .split-right .note-strategy a {
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    margin-left: 22px;
  }
}
.split-right.split-video {
  background-color: #d6f0f4;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 320px) {
  .split-right.split-video {
    padding-bottom: 120px;
  }
}
.show-test-menu .player-loading {
  -webkit-transform: translate3d(0, 275px, 0) translateX(-50%);
  transform: translate3d(0, 275px, 0) translateX(-50%);
}
.question-bt {
  margin-top: 15px;
  padding-left: 10px;
}
.question-bt span {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  padding-left: 24px;
  position: relative;
}
.question-bt span.answered:before {
  background: #268695;
}
.question-bt span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #85d2de;
  left: 0;
  top: 1px;
  border-radius: 50%;
}
.question-bt span:first-child {
  margin-right: 25px;
}
.player-loading {
  white-space: nowrap;
  position: fixed;
  z-index: 100;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 50%;
  margin-left: -180px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  -webkit-transform: translate3d(0, 163px, 0) translateX(-50%);
  transform: translate3d(0, 163px, 0) translateX(-50%);
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
}
@media screen and (max-width: 991px) {
  .player-loading {
    margin-left: 0;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .player-loading {
    top: 15%;
  }
}
.player-loading .play-btn,
.player-loading .login-btn {
  color: #84d1dd;
}
.test-notice {
  max-width: 488px;
  position: fixed;
  z-index: 1111;
  padding: 5rem 40px;
  background-color: rgba(40, 70, 100, 0.85);
  top: 0;
  left: 50%;
  margin-left: -180px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #294563;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .test-notice {
    margin-left: 0;
    top: 153px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .test-notice {
    top: 15%;
    width: calc(100% - 30px);
    padding: 5rem 15px;
  }
}
.test-notice__link {
  color: #f9a95a;
  text-decoration: underline;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.test-notice__link:focus,
.test-notice__link:hover {
  color: #f9a95a;
}
.test-notice .iot-bt {
  color: #84d1dd;
  display: block;
  margin: 2rem auto 0;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background-color: #f9a95a;
  color: #294563;
  max-width: 138px;
  border-radius: 6px;
}
.test-notice .iot-bt:focus {
  background-color: #f9a95a;
  color: #294563;
}
.test-notice .iot-bt:hover {
  background-color: #ffba6b;
  color: #294563;
}
@media screen and (max-width: 991px) {
  .scrolling .player-loading {
    margin-left: -75px;
    top: 70px;
  }
}
.player {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 79px;
  background-color: #d6f0f4;
  z-index: 9;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .player {
    padding: 0;
    height: auto;
  }
}
.player .separator-line {
  height: 38px;
  width: 1px;
  background: #85d2de;
  float: left;
}

.player .sound-correction {
  width: 76px;
  position: relative;
  float: left;
  height: 6px;
  border-radius: 4px;
  background: #eff9fb;
  margin: 15px 20px 0 8px;
}
.player .sound-correction .volume-state {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  border-radius: 4px;
  background-color: #84d1dd;
}
.player .sound-correction .volume-state .p-round {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background-color: #84d1dd;
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -4px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.player .sound-correction .volume-state .p-round:hover {
  background-color: #32b3c7;
}
.player .audio-source {
  display: inline;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  height: 40px;
  width: 47%;
  text-align: center;
  border-left: 1px solid #5bc3d2;
}
@media screen and (max-width: 767px) {
  .player .audio-source {
    width: 40px;
    line-height: 40px;
    z-index: 9;
  }
}
.player .audio-source.active .cs-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  top: -1px !important;
}
@media screen and (max-width: 767px) {
  .player .audio-source.active span.arrow {
    transform: rotate(180deg);
  }
  .player .audio-source.active span.audio-source-title {
    opacity: 1;
    visibility: visible;
    top: 37px;
  }
}
.player .audio-source span.audio-source-title {
  padding-right: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #5bc3d2;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .player .audio-source span.audio-source-title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 42px;
    width: 176px;
    z-index: 9;
    left: -138px;
    padding: 0;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
}

.player .audio-source span.icon-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #cccccc;
  position: relative;
  top: 3px;
  margin-right: 13px;
}
.player .audio-source .cs-dropdown {
  border: 1px solid #85d2de;
  margin-left: -1px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 5px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .player .audio-source .cs-dropdown {
    width: 178px;
    padding-top: 33px;
    transform: translateX(-138px);
  }
}
.player .audio-source .cs-dropdown p {
  margin-bottom: 8px;
  display: block;
  line-height: 20px;
  margin: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #5bc3d2;
  text-align: left;
  padding-left: 31%;
}
@media (max-width: 767px) {
  .player .audio-source .cs-dropdown p {
    padding-left: 15px;
  }
}
.player .audio-source .cs-dropdown p.active span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #5bc3d2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.player .player-top-bar {
  height: 40px;
  position: relative;
}
.player .player-bottom-bar {
  height: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .player .player-bottom-bar {
    display: none;
  }
}
.player .change-source {
  position: absolute;
  bottom: -29px;
  right: 11%;
  color: #84d1dd;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  padding-right: 28px;
}

.player .change-source i {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .player .change-source {
    right: 25px;
  }
}
.player .change-source .cs-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 130px;
  padding: 5px 0px;
  background-color: #d6f0f4;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
}
.player .change-source .cs-dropdown p {
  display: block;
  line-height: 20px;
  margin: 0px;
  font-size: 13px;
  padding: 3px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #36b1c5;
}
.player .change-source .cs-dropdown p:hover {
  color: #84d1dd;
}
.player .change-source .cs-dropdown p i {
  font-size: 10px;
  opacity: 0;
  margin: 0px 2px 0px 0px;
}
.player .change-source .cs-dropdown p.active i {
  opacity: 1;
}
.player .change-source:hover .cs-dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.player.player-fixed {
  left: inherit;
  right: 0;
  width: 100%;
  top: inherit;
}
.player .play-inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .player .play-inner {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .player .play-inner .p-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .player .play-inner .p-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .player .play-inner .play-control {
    width: 60px;
    margin: 0px 0px 0px -60px;
  }
}

.player .play-inner .play-process {
  position: absolute;
  width: 91%;
  top: 18px;
  left: 40px;
}
.player .play-inner .play-process span {
  position: absolute;
  left: 29px;
  top: -7px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #84d1dd;
  text-align: left;
}
.player .play-inner .play-process span.time-end {
  right: 16px;
  left: auto;
  top: -7px;
  text-align: right;
}
.player .play-inner .play-process span.refresh {
  display: block;
  width: 22px;
  height: 22px;
  right: 0px;
  top: -3px;
  cursor: pointer;
  left: auto;
}
.player .play-inner .play-process span.refresh i {
  display: block;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #84d1dd;
}
.player .play-inner .play-process .process-track {
  height: 6px;
  border-radius: 4px;
  background-color: #eff9fb;
  position: absolute;
  width: 65%;
  right: 79px;
}
@media (max-width: 767px) {
  .player .play-inner .play-process .process-track {
    width: 50%;
  }
}
.player .play-inner .play-process .process-track .process-state {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  border-radius: 4px;
  background-color: #84d1dd;
}
.player .play-inner .play-process .process-track .process-state .p-round {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: #84d1dd;
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -5px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.player .play-inner .play-process .process-track .process-state .p-round:hover {
  background-color: #32b3c7;
}
.nicescroll-rails.nicescroll-rails-vr {
  width: 12px !important;
  margin-left: -4px;
  z-index: auto !important;
}
.nicescroll-rails.nicescroll-rails-vr:before {
  width: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: "";
  background-color: transparent !important;
}
.nicescroll-rails.nicescroll-rails-vr .nicescroll-cursors {
  width: 9px !important;
  cursor: pointer;
}
.nicescroll-rails.nicescroll-rails-vr:hover,
.nicescroll-rails.nicescroll-rails-vr:active,
.nicescroll-rails.nicescroll-rails-vr:focus {
  width: 12px !important;
  background: #fff;
  border-left: solid 1px #d4dae0;
  border-right: solid 1px #d4dae0;
}
.nicescroll-rails.nicescroll-rails-vr:hover .nicescroll-cursors,
.nicescroll-rails.nicescroll-rails-vr:active .nicescroll-cursors,
.nicescroll-rails.nicescroll-rails-vr:focus .nicescroll-cursors {
  width: 8px !important;
  left: -1px;
  background-color: #888888 !important;
}
.nicescroll-rails.nicescroll-rails-vr:hover:before,
.nicescroll-rails.nicescroll-rails-vr:active:before,
.nicescroll-rails.nicescroll-rails-vr:focus:before {
  width: 10px;
}
.nicescroll-rails .nicescroll-cursors {
  border-radius: 4px !important;
  background-color: #cccccc !important;
  border: none !important;
}
@media (max-width: 767px) {
  .reading-test-page .test-header .container,
  .listening-test-page .test-header .container,
  .writing-test-page .test-header .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-test-page .test-header .container,
  .listening-test-page .test-header .container,
  .writing-test-page .test-header .container {
    padding: 0;
  }
}
.reading-test-page .modal-submit .modal-caption,
.listening-test-page .modal-submit .modal-caption,
.writing-test-page .modal-submit .modal-caption {
  margin: 20px 0px 30px 0px;
}
.reading-test-page .modal-submit .modal-des,
.listening-test-page .modal-submit .modal-des,
.writing-test-page .modal-submit .modal-des {
  display: none;
}
.reading-test-page .modal-caption,
.listening-test-page .modal-caption,
.writing-test-page .modal-caption {
  margin: 20px 0px 22px 0px;
  font-size: 24px;
}
.reading-test-page .reading-font-wrap,
.listening-test-page .reading-font-wrap,
.writing-test-page .reading-font-wrap {
  margin: 0 -9px;
}
.reading-test-page .popover-content,
.listening-test-page .popover-content,
.writing-test-page .popover-content {
  padding: 4px 11px;
  background-color: #294563;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
}
.reading-test-page .popover,
.listening-test-page .popover,
.writing-test-page .popover {
  border-radius: 4px;
  border: none;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #294563;
}
.reading-test-page .popover.bottom,
.listening-test-page .popover.bottom,
.writing-test-page .popover.bottom {
  margin-top: 0px;
}
.reading-test-page .popover.bottom > .arrow:after,
.listening-test-page .popover.bottom > .arrow:after,
.writing-test-page .popover.bottom > .arrow:after {
  border-bottom-color: #294563;
}
.reading-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  background-color: #294563;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .container {
    width: 100%;
  }
}
.reading-footer .rf-bar {
  height: 50px;
  padding: 0px 15px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .rf-bar .expand {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .expand {
    right: 6px;
  }
}
.reading-footer .rf-bar .rf-barleft {
  float: left;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .rf-bar .rf-barleft {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .rf-barleft {
    padding: 0;
  }
}
.reading-footer .rf-bar .rf-barleft .question-bt {
  display: none;
}
.reading-footer .rf-bar .rf-barright {
  float: right;
  margin-top: 10px;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .rf-bar .rf-barright {
    display: none;
  }
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .rf-barright {
    margin-top: 0;
  }
}
.reading-footer .rf-bar .rf-bar-time {
  float: left;
  color: #fff;
  line-height: 50px;
  padding-left: 40px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .rf-bar-time {
    padding-left: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .rf-bar-time:before {
    content: none;
  }
}
.reading-footer .rf-bar .rf-bar-pallete {
  float: left;
}
.reading-footer .rf-bar .rf-bar-pallete .question-bt span {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  padding-left: 24px;
  position: relative;
}
.reading-footer .rf-bar .rf-bar-pallete .question-bt span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #327846;
  left: 0;
  top: 1px;
  border-radius: 50%;
}
.reading-footer .rf-bar .rf-bar-pallete .question-bt span.answered {
  margin-right: 25px;
}
.reading-footer .rf-bar .rf-bar-pallete .question-bt span.answered:before {
  background: #245a34;
}
.reading-footer .rf-bar .rf-bar-pallete .pallete-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  cursor: pointer;
  opacity: 1;
  float: left;
  margin-right: 124px;
  position: relative;
  line-height: 50px;
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .rf-bar-pallete .pallete-title {
    font-size: 16px;
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .reading-footer .rf-bar .rf-bar-pallete .pallete-title:before {
    width: 16px;
    height: 16px;
    top: 3px;
    background-size: 16px;
  }
}
.reading-footer .rf-content {
  position: relative;
  display: none;
}
.reading-footer .rf-content .close-rf:hover {
  opacity: 1;
}
.reading-footer .rf-content .rfc-left {
  float: left;
  max-width: 850px;
}
@media screen and (max-width: 1300px) {
  .reading-footer .rf-content .rfc-left {
    max-width: 670px;
  }
}
@media screen and (max-width: 1199px) {
  .reading-footer .rf-content .rfc-left {
    float: none;
    max-width: 100%;
  }
}
.reading-footer .rf-content .rfc-right {
  float: right;
  max-width: 380px;
  min-width: 380px;
}
@media screen and (max-width: 1199px) {
  .reading-footer .rf-content .rfc-right {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }
}
.reading-footer .box-palleted {
  position: relative;
}
.reading-footer .box-palleted .bp-bar {
  margin: 0px 0px 10px 0px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .reading-footer .box-palleted .bp-bar {
    padding-left: 0;
  }
}
.reading-footer .box-palleted .bp-bar .pbb-caption {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .reading-footer .box-palleted .bp-bar .pbb-caption span {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .box-palleted .bp-bar .pbb-caption span {
    top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .reading-footer .box-palleted .bp-bar .pbb-caption {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .reading-footer .box-palleted .bp-bar .pbb-caption {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .box-palleted .bp-bar .pbb-caption {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 9px;
    cursor: pointer;
  }
}
.reading-footer .question-panel .qp-caption span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.reading-footer .question-panel .qp-item {
  display: inline-block;
  margin: 10px 4px 0px 4px;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-radius: 50%;
  text-align: center;
  float: left;
  color: #84ae90;
  background-color: #245a34;
}
@media (max-width: 767px) {
  .reading-footer .question-panel .qp-item {
    margin: 10px 4px 0px;
  }
}
.reading-footer .question-panel .qp-item.qp-item-unanswered {
  background-color: #327846;
  color: #fff !important;
}
.reading-footer .question-panel .qp-item.qp-item-large {
  font-size: 10px;
  line-height: 12px;
  padding-top: 3px;
}
.reading-footer .question-panel .qp-item.qp-item-large em {
  display: block;
  width: 80%;
  margin: 0px auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
.reading-footer .question-panel .qp-note {
  position: absolute;
  top: 0px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .reading-footer .question-panel .qp-note {
    position: relative;
    top: auto;
    right: auto;
  }
}
.reading-footer .question-panel .qp-note span {
  display: inline-block;
  margin: 0px 0px 0px 20px;
  color: #fff;
  font-size: 14px;
}
.reading-footer .question-panel .qp-note span em {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 2px 5px 0px 0px;
  background-color: #265a35;
}
.reading-footer .question-panel .qp-note span em.unanswered {
  background-color: #327846;
}
.reading-footer .bp-control-section {
  position: absolute;
  right: 30px;
  top: 5px;
  margin: 0px 0px 20px 0px;
}
.reading-footer .bp-control-section p {
  color: #327846;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .reading-footer .bp-control-section p {
    display: block;
  }
}
.reading-footer .bp-control-section a {
  display: inline-block;
  color: #536b83;
  border: 1px solid #536b83;
  font-size: 12px;
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 120px;
  cursor: pointer;
  margin: 0px 0px 0px 10px;
}
.reading-footer .bp-control-section a:hover {
  opacity: 0.9;
}
.reading-footer .bp-control-section a.active {
  color: #294563;
  background-color: #536b83;
}
@media screen and (max-width: 1199px) {
  .reading-footer .bp-control-section {
    position: relative;
    top: unset;
    margin: 20px 0px 0px 0px;
    right: unset;
  }
}
.reading-footer .rfc-time {
  margin: 10px 0px 20px 0px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 44px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .reading-footer .rfc-time {
    text-align: right;
    margin: -40px 0px 20px 0px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .reading-footer .rfc-time {
    text-align: center;
    margin: 15px 0px 10px 0px;
  }
}
.reading-footer .rfc-button {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .reading-footer .rfc-button {
    top: 9px;
    left: 10px;
  }
}
.reading-footer .rfc-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  border-radius: 5px;
  width: 112px;
  text-align: center;
  background-color: #f3f3f3;
  color: #327846;
  line-height: 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.reading-footer .rfc-button a.question-pl {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .rfc-button a.question-pl {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .reading-footer .rfc-button a {
    width: 87px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reading-footer .rfc-button a {
    font-size: 12px;
    margin: 3px 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-footer .rfc-button a {
    float: left;
  }
}
@media (max-width: 767px) {
  .reading-footer .rfc-button a {
    display: none;
  }
}
.reading-footer .rfc-button a:hover {
  opacity: 0.9;
  cursor: pointer;
}
.reading-footer .rfc-button a span {
  position: relative;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.reading-footer .rf-time {
  float: right;
  text-align: center;
}
.reading-footer .rf-time span {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .reading-footer .rf-time {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  .reading-footer .rf-time .icon-time {
    display: none;
  }
  .reading-footer .rf-time span {
    display: block;
    margin: 10px 0px 0px 0px;
  }
}
.reading-footer .rf-button-wrap {
  float: right;
  max-width: 240px;
  margin-top: -10px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .reading-footer .rf-button-wrap {
    margin-top: -5px;
    margin-left: 10px;
    max-width: 210px;
  }
}
.reading-footer .rf-button-wrap .rf-button {
  width: 110px;
  height: 50px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0px 7px 0px 7px;
  margin: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  color: #327846;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: left;
  line-height: 15px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
}
.reading-footer .rf-button-wrap .rf-button:hover {
  background-color: white;
}
@media screen and (max-width: 991px) {
  .reading-footer .rf-button-wrap .rf-button {
    font-size: 12px;
    height: 37px;
    margin: 5px 0px 0px 5px;
    width: 100px;
  }
}
.reading-footer .rf-button-wrap .rf-button span {
  width: 30px;
  display: block;
  height: 25px;
  background-repeat: no-repeat;
  margin: 0px 6px 0px 0px;
  background-position: center center;
}
.reading-footer.cyan .question-panel .qp-item {
  background-color: #268695;
  color: #5bc3d2;
}
.reading-footer.cyan .question-panel .qp-item.qp-item-unanswered {
  background-color: #32b3c7;
}
.reading-footer.cyan .question-panel .qp-note span em {
  background-color: #268695;
}
.reading-footer.cyan .question-panel .qp-note span em.unanswered {
  background-color: #32b3c7;
}
.reading-footer.cyan .rf-button-wrap .rf-button {
  color: #32b3c7;
}
.reading-footer.cyan .bp-control-section p {
  color: #32b3c7;
}
.reading-footer.cyan .rfc-button {
  text-align: center;
}
.reading-footer.cyan .rfc-button a {
  background-color: #32b3c7;
  color: #fff;
}
.reading-footer.cyan .rfc-button a span {
  position: relative;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.reading-footer.cyan .rfc-button a.submit {
  background-color: #d6f0f4;
  color: #32b3c7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .show-palette .reading-footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rf-bar .rf-bar-pallete .pallete-title {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  
  .show-palette .reading-footer .rf-bar .rf-bar-pallete .pallete-title {
    padding-left: 0;
  }
}
.show-palette .reading-footer .rf-bar {
  height: 100%;
}
.show-palette .reading-footer .rf-content {
  display: block;
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rf-content .close-rf {
    right: 8px;
  }
}
.show-palette .reading-footer .rf-bar .rf-barleft {
  width: 85%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rf-bar .rf-barleft {
    width: 100%;
  }
  .show-palette .reading-footer .rf-bar .rf-barleft .qp-items {
    max-width: 760px;
    padding-left: 7px;
    margin-top: -11px;
  }
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rf-bar .rf-barleft {
    width: 100%;
  }
}
.show-palette .reading-footer .rf-bar .rf-barleft .question-panel {
  display: block;
  width: 100%;
  max-width: 721px;
  float: left;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rf-bar .rf-barleft .question-panel {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rf-bar .rf-barleft .question-panel {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: auto;
    border-bottom: 1px solid #536b82;
    padding-left: 10px;
    padding-right: 0;
    height: 121px;
    overflow: hidden;
  }
  .show-palette .reading-footer .rf-bar .rf-barleft .question-panel .qp-items {
    height: 121px;
    padding-bottom: 10px;
  }
}
.show-palette .reading-footer .rf-bar .rf-barleft .question-bt {
  display: block;
}
.show-palette .reading-footer .rf-bar .rf-barright {
  width: 15%;
  margin-top: 4px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rf-bar .rf-barright {
    width: 208px;
    position: absolute;
    bottom: 15px;
    right: 0;
    padding-right: 0;
    max-width: 208px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rf-bar .rf-barright {
    max-width: 100%;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding-right: 12px;
    padding-bottom: 6px;
  }
}
.show-palette .reading-footer .rf-bar .rf-bar-pallete {
  float: none;
  width: 100%;
  height: 50px;
  max-width: 717px;
}
.show-palette .reading-footer .rf-bar .rf-bar-pallete .question-bt {
  float: right;
  margin-top: 21px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rf-bar .rf-bar-pallete .question-bt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rf-bar .rf-bar-pallete .question-bt {
    margin-top: 13px;
    margin-right: 0;
  }
}
.show-palette .reading-footer .rf-bar .rf-bar-time {
  margin-top: 39px;
  padding: 0;
  text-align: center;
  margin-left: 11px;
}
.show-palette .reading-footer .rf-bar .rf-bar-time:before {
  top: 8px;
  right: auto;
  left: -34px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rf-bar .rf-bar-time {
    margin-top: -9px;
    left: 31px;
  }
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rf-bar .rf-bar-time {
    margin: 28px 0;
    font-size: 30px;
    line-height: 30px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .show-palette .reading-footer .rf-bar .rf-bar-time:before {
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.show-palette .reading-footer .rfc-button {
  top: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rfc-button {
    float: right;
    padding-right: 30px;
    top: 3px;
  }
}
@media screen and (min-width: 992px) {
  .show-palette .reading-footer .rfc-button {
    top: 0;
  }
}
.show-palette .reading-footer .rfc-button a {
  margin-bottom: 8px;
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-palette .reading-footer .rfc-button a {
    margin: 0px 3px;
  }
  .show-palette .reading-footer .rfc-button a.question-pl {
    display: inline-flex;
    line-height: 1.3;
    padding-left: 27px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .show-palette .reading-footer .rfc-button a {
    display: flex;
    float: left;
    width: 87px;
    height: 30px;
    margin-top: 0;
    margin-right: 8px;
  }
  .show-palette .reading-footer .rfc-button a:nth-child(2),
  .show-palette .reading-footer .rfc-button a:nth-child(4) {
    margin-right: 0;
  }
  .show-palette .reading-footer .rfc-button a.question-pl {
    display: flex;
    line-height: 1.3;
    padding-left: 27px;
    text-align: left;
  }
}
.listening-test-page .reading-footer.cyan .rfc-button a span {
  margin: 0px 10px 0px 0px;
}
.listening-test-page .reading-footer-right .rfc-button a {
  margin-top: 8px;
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer-right .rfc-button a {
    margin-bottom: 8px;
  }
  .listening-test-page .reading-footer-right .rfc-button a.question-pl {
    display: inline-block;
    line-height: 1.3;
    padding-left: 27px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: 5px;
  }
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer-right .rfc-button a {
    margin-bottom: 8px;
    display: block;
    float: left;
    width: 89px;
    height: 30px;
    margin-top: 0;
    margin-right: 8px;
  }
  .listening-test-page .reading-footer-right .rfc-button a:nth-child(2),
  .listening-test-page .reading-footer-right .rfc-button a:nth-child(4) {
    margin-right: 0;
  }
  .listening-test-page .reading-footer-right .rfc-button a.question-pl {
    display: flex;
    line-height: 1.3;
    padding-left: 27px;
    text-align: left;
  }
}
.listening-test-page .reading-footer-right .rf-content .rfc-right {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer-right .rf-content .rfc-right {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer-right .rf-content .rfc-right {
    margin-top: 0;
  }
}
.listening-test-page .lp-left .question {
  position: relative;
}
div.listen-from-here {
  right: 130px;
  top: -34px;
  margin: 0 !important;
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  div.listen-from-here {
    float: right;
    position: static;
    margin-top: -34px;
  }
}
div.listen-from-here .listen-here-cont {
  display: block;
  width: 134px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #5bc3d2;
  color: #5bc3d2;
  font-size: 12px;
  line-height: 25px;
  background: #fff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  div.listen-from-here .listen-here-cont {
    width: 24px;
    height: 24px;
    overflow: hidden;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  div.listen-from-here span.icon-listen {
    top: 3px;
  }
}
div.listen-from-here:hover .listen-here-cont {
  background: #32b4c8;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .reading-footer-right .rf-bar {
    display: none;
  }
  .reading-footer-right .close-rf {
    display: none !important;
  }
  .reading-footer-right .rf-content {
    display: block;
    padding-top: 0;
  }
  .reading-footer-right .rf-content .rfc-right {
    float: none;
    min-width: 100px;
    max-width: 1000px;
    text-align: center;
  }
  .reading-footer-right .rf-content .rfc-left {
    float: none;
  }
  .reading-footer-right .bp-control-section {
    position: relative;
    top: unset;
    right: unset;
    margin: 20px 0px 0px 0px;
  }
  .reading-footer-right .bp-control-section p {
    display: block;
    padding: 0px 0px 0px 5px;
  }
  .reading-footer-right .rfc-time {
    margin: 30px auto 30px auto;
    text-align: center;
  }
  .reading-footer-right .rfc-button a {
    display: block;
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
}
.show-test-menu .listening-page .player-listening {
  -webkit-transform: translate3d(0, 175px, 0);
  transform: translate3d(0, 175px, 0);
}
.show-test-menu .listening-page .lp-left .split-left {
  padding-top: 88px;
}
.listening-page {
  padding: 0px 390px 0px 0px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .listening-page {
    padding: 0px 0px 0px 0px;
  }
}
.listening-page .player-listening {
  position: fixed;
  z-index: 850;
  top: 0;
  width: 100%;
  left: 0px;
  right: 0px;
  -webkit-transform: translate3d(0, 52px, 0) !important;
  transform: translate3d(0, 52px, 0) !important;
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
}
@media screen and (min-width: 992px) {
  .listening-page .player-listening {
    z-index: 1000;
  }
  .listening-page .player-listening:hover {
    z-index: 1002;
  }
}
.listening-page .player-listening .player {
  position: relative;
  box-shadow: none;
  max-width: 750px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-page .player-listening .player {
    left: 0;
  }
}
@media (max-width: 767px) {
  .listening-page .player-listening .player {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .listening-page .player-listening .player {
    max-width: 523px;
  }
}
@media (max-width: 767px) {
  .listening-page .player-listening .container {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .listening-page .player-listening {
    top: -2px;
  }
  .listening-page .player-listening .player {
    max-width: 2000px;
  }
}
.listening-page .lp-left {
  float: left;
  width: 100%;
  min-height: 600px;
}
@media screen and (max-width: 991px) {
  .listening-page .lp-left {
    float: none;
  }
}
.listening-page .lp-left .split-left {
  margin: 0px auto;
  padding-top: 88px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.listening-page .lp-left .split-left.pink {
  padding-top: 10px !important;
}
.listening-page .lp-left .split-left.pink .sitemap {
  padding-bottom: 20px;
}
.listening-page .lp-left .box-ad728 {
  margin: 30px 0px;
  text-align: center;
}
.listening-page .end-the-test {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .listening-page .end-the-test {
    padding-bottom: 120px;
  }
}
.listening-page .end-the-test h3 {
  margin-top: 38px;
  margin-bottom: 17px;
  padding-top: 38px;
  border-top: 2px solid #d4dae0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #294563;
}
.listening-page .end-the-test a.btn-submit {
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #268695;
  border-radius: 3px;
  width: 130px;
  height: 45px;
  line-height: 45px;
  background-color: #f3f3f3;
  margin: 0 0 16px;
  display: inline-block;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.listening-page .end-the-test a.btn-submit:hover {
  opacity: 0.9;
}
.listening-page .end-the-test .report {
  display: inline-block;
  line-height: 25px;
  padding: 0px 20px 0px 20px;
  margin-bottom: 40px;
  color: #282828;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
.listening-page .end-the-test .report:hover {
  color: #787878;
}
.listening-page .lp-right {
  width: 390px;
  position: absolute;
  top: 0px;
  z-index: 99;
  right: 0px;
  bottom: 0px;
  background-color: #294563;
  padding: 30px;
  float: right;
}
.listening-page .lp-right .container {
  width: auto;
}
@media (max-width: 767px) {
  .listening-page .lp-right .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .listening-page .lp-right {
    margin: 0px;
    float: none;
    width: 100%;
    padding: 0px;
    position: fixed;
    top: unset;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
  }
  .listening-page .lp-right #qp-afix {
    position: initial !important;
    top: unset !important;
  }
}
.listening-page .lp-right .box-ads {
  margin-bottom: 30px;
  margin: 0px auto 30px auto;
  text-align: center;
}
.listening-page .lp-right .reading-footer {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  height: auto;
  padding: 0px;
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.listening-page .lp-right .reading-footer .rf-content .close-rf {
  right: 6px;
}
@media screen and (max-width: 767px) {
  .listening-page .lp-right .reading-footer {
    padding: 7px 6px 7px 6px;
  }
  .listening-page .lp-right .reading-footer .rf-time {
    float: left;
    margin: 15px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-page .lp-right .reading-footer {
    padding: 7px 0 7px 0;
    transition: none;
  }
  .listening-page .lp-right .reading-footer .rf-time {
    float: left;
    margin: 15px 0px 0px 0px;
  }
}
.listening-page .lp-right .reading-footer .qp-items {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-page .lp-right .reading-footer .qp-items {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .listening-page .lp-right .reading-footer .qp-items {
    max-height: 121px;
    padding-bottom: 9px;
    min-height: auto;
  }
}
.listening-page .lp-right .reading-footer .question-panel {
  float: none;
  height: auto;
}
@media (max-width: 767px) {
  .listening-page .lp-right .reading-footer .question-panel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-page .lp-right .reading-footer .question-panel {
    display: none;
  }
}
.listening-page .lp-right .reading-footer .question-panel .qp-note {
  margin: 30px 0px 40px 0px;
  position: relative;
  right: auto;
  top: auto;
}
@media screen and (max-width: 767px) {
  .listening-page .lp-right .reading-footer .question-panel .qp-note {
    margin: 10px 0px;
  }
}
.listening-page .lp-right .reading-footer .question-panel .qp-note span {
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .listening-page .lp-right .reading-footer .question-bt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-page .lp-right .reading-footer .question-bt {
    display: none;
  }
}
.listening-page .lp-right .reading-footer .rf-button-wrap {
  margin: 0px;
}
.listening-page .lp-right-writing {
  width: 390px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f5f5f5;
  padding: 30px;
  float: right;
}
@media screen and (max-width: 991px) {
  .listening-page .lp-right-writing {
    margin: 0px;
    float: none;
    width: 100%;
    padding: 10px;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 99;
  }
}
.listening-page .lp-right-writing .box-ads {
  margin-bottom: 30px;
  margin: 0px auto 30px auto;
  text-align: center;
}
.listening-page .lp-right-writing .box-ads img {
  border: 1px solid #d4dae0;
  border-radius: 4px;
}
.listening-test-page .reading-footer.cyan .rfc-time {
  width: 50%;
  float: left;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer.cyan .rfc-time {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    margin: -7px 0 0 0;
    width: 55px;
    left: 147px;
    right: 0;
    margin: 0 auto;
    top: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer.cyan .rfc-time {
    position: absolute;
    top: 2px;
    font-size: 30px;
    font-weight: 600;
    margin: -7px auto;
    text-align: right;
    width: 122px;
    padding-right: 5px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer.cyan .rfc-time span.clock {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer.cyan .rfc-time span.clock {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
  }
}
.listening-test-page .reading-footer.cyan .rfc-button {
  width: 50%;
  float: left;
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .listening-test-page .reading-footer.cyan .rfc-button {
    left: -12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer.cyan .rfc-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer.cyan .rfc-button {
    display: none;
  }
}
.listening-test-page .reading-footer.cyan .rfc-button a {
  background-color: #f3f3f3 !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #268695 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.listening-test-page .reading-footer.cyan .rfc-button a.question-pl {
  display: none;
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer.cyan .rfc-button a.question-pl {
    display: inline-flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer.cyan .rfc-button a.question-pl {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer .rf-content {
    display: block;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer .rf-content {
    display: block;
    padding: 0;
  }
  .listening-test-page .reading-footer .rf-content .close-rf {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .listening-test-page .reading-footer .rf-bar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer .rf-bar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .reading-footer .box-palleted .bp-bar .pbb-caption {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page.show-palette .reading-footer {
    padding: 0 4px 5px !important;
  }
}
.listening-test-page.show-palette .reading-footer .rfc-time {
  bottom: 9px;
  top: auto;
  left: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page.show-palette .reading-footer .rfc-time {
    margin: -7px 0;
    padding-left: 26px;
    bottom: 0;
    left: 6px;
  }
  .listening-test-page.show-palette .reading-footer .rfc-time span {
    left: -9px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .listening-test-page.show-palette .reading-footer .rfc-time {
    text-align: left;
    left: 9px;
    margin: 0;
  }
}
.listening-test-page.show-palette .reading-footer .rf-content .close-rf {
  top: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page.show-palette .reading-footer .rf-content .close-rf {
    right: -4px !important;
  }
}
@media (max-width: 767px) {
  .listening-test-page.show-palette .reading-footer .question-panel {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-height: 121px;
    overflow: hidden;
    border-bottom: 1px solid #536b82;
  }
  .listening-test-page.show-palette .reading-footer .rfc-button {
    display: block;
    float: right;
    width: 100%;
    max-width: 212px;
    top: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page.show-palette .reading-footer .question-panel {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    height: auto;
    overflow-y: auto;
    border-bottom: none;
    overflow-x: hidden;
    max-width: 728px;
  }
  .listening-test-page.show-palette .reading-footer .rfc-button {
    display: block;
    float: right;
    width: auto;
    max-width: 100%;
    text-align: right;
    position: relative;
    top: 3px;
    right: -17px;
  }
  .listening-test-page.show-palette .reading-footer .question-bt {
    display: flex;
    position: absolute;
    top: -5px;
    right: 35px;
  }
}
.cols {
  padding: 0px 390px 0px 0px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .cols {
    padding: 0px 300px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .cols {
    padding: 0px 0px 0px 0px;
  }
}
.cols .colleft {
  width: 100%;
  min-height: 600px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .cols .colleft {
    float: none;
  }
}
.cols .colright {
  min-height: 100px;
  background-color: #f5f5f5;
  width: 390px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
  float: right;
}
.cols .colright.colright-white {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .cols .colright {
    width: 300px;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .cols .colright {
    margin: 0px;
    float: none;
    width: 100%;
    padding: 0px;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
  }
}
.pm-caption {
  display: inline-block;
  margin: 0px auto;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #d4dae0;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 70px 0px 0px 0px;
  letter-spacing: 3px;
}
.pm-item {
  margin: 0px 0px 20px 0px;
}
.pm-item .pmi-caption {
  min-height: 50px;
  background-color: #d4dae0;
  padding: 10px;
  margin: 10px 0px 20px 0px;
}
.pm-item .pmi-caption span {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.pim-content {
  padding: 0px 15px;
}
.book-item-wrap {
  padding: 0px 15px;
}
.book-img-wrap {
  position: relative;
  display: inline-block;
}
.book-img-wrap .video-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  z-index: 9;
  border: none;
  border-radius: 0;
}
.book-img-wrap .tooltip-inner {
  font-size: 11px;
  background-color: #32b4c8;
  width: 102px;
  transform: translateX(-32%);
}
.book-img-wrap .tooltip .tooltip-arrow {
  border-top-color: #32b4c8;
}
.book-item {
  margin: 0px auto 30px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .book-item {
    max-width: 80%;
  }
}
.book-item img {
  border-radius: 5px;
  border: 3px solid #d4dae0;
  width: 100%;
}
.book-item h3 a {
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.book-item h3 a:hover {
  opacity: 0.8;
}
.a600 {
  text-align: center;
}
.tag-item {
  display: inline-block;
  line-height: 25px;
  padding: 0px 15px;
  border-radius: 20px;
  background-color: #fff;
  margin: 0px 0px 10px 10px;
  font-size: 12px;
  font-weight: 800;
  color: #7e90a2;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.tag-item:hover {
  color: #294563;
}
.tag-item.tag-item-bg {
  background-color: #f5f5f5;
}
.mostview-item {
  background-color: #fff;
  padding: 10px 10px 10px 85px;
  margin: 10px 0px 0px 0px;
  border-radius: 3px;
}
.mostview-item__img-link {
  float: left;
  margin: 2px 0px 0px -75px;
}
.mostview-item__img-link a {
  width: 66px;
  height: 66px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
}
.mostview-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
.mostview-item h3 {
  margin: -5px 0px 0px 0px;
  padding: 0px;
  line-height: 0.9;
}
.mostview-item h3 a {
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #294563;
}
.mostview-item p {
  font-size: 12px;
  margin: 0px;
  margin: 3px 0px 0px 0px;
}
.mostview-item .mi-tag {
  font-size: 12px;
  font-weight: 800;
  color: #7e90a2;
}
.mostview-item .mi-tag:hover {
  color: #294563;
}
.mostview-item .mi-view {
  float: right;
  font-size: 10px;
  margin: 3px 0px 0px 0px;
  color: #a0a0a0;
}
.feature-releases {
  margin: 0px 0px 0px 0px;
  background-color: #294563;
  padding: 20px 0px;
}
.feature-releases .box-caption {
  margin: 20px 0px 20px 20px;
}
.feature-releases .box-caption p {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.feature-releases .book-item h3 a {
  color: #fff;
}
.tab-test ul {
  list-style: none;
  padding: 0px;
  margin: -10px 0px 40px 0px;
}
.tab-test ul li {
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.tab-test ul li a {
  display: block;
  padding: 0px 25px;
  line-height: 40px;
  opacity: 0.7;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
}
@media screen and (max-width: 767px) {
  .tab-test ul li a {
    padding: 0px 3px;
    font-size: 10px;
  }
  .tab-test ul li a span {
    margin: 0px 0px 0px 0px;
  }
}
.tab-test ul li.active {
  border-bottom: 4px solid #294563;
}
.tab-test ul li.active a {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .affix {
    position: fixed !important;
    width: 330px;
    top: 58px;
  }
  .affix .reading-footer {
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    top: 16px !important;
  }
  .qp-afix {
    max-width: 300px;
  }
  .show-test-menu .affix .reading-footer {
    -webkit-transform: translate3d(0, 123px, 0);
    transform: translate3d(0, 123px, 0);
  }
}
.font-large .split-left,
.font-large .split-right {
  font-size: 20px;
}
.font-medium .split-left,
.font-medium .split-right {
  font-size: 16px;
}
.font-small .split-left,
.font-small .split-right {
  font-size: 14px;
}
.colleft-inner {
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 991px) {
  .colleft-inner {
    padding: 0px;
  }
}
.searchbox {
  width: 100%;
  height: 30px;
  border: 1px solid #294563;
  border-radius: 3px;
  position: relative;
  padding: 0px 0px 0px 30px;
}
.searchbox input {
  height: 28px;
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  outline: none;
  text-align: center;
  font-size: 12px;
  padding: 0px 10px;
  color: #888888;
}
.searchbox.searchbox-fix {
  border: 1px solid #294563;
  border-radius: 3px;
  height: 32px;
}
.searchbox.searchbox-fix input {
  height: 30px;
}
.searchbox.searchbox-fix button {
  margin: 0px 0px 0px -10px;
  left: 20px;
}
.tip-article {
  margin: 70px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .tip-article {
    margin: 30px 0px 0px 0px;
  }
}
.tip-article.tip-article {
  margin: 30px 0px 0px 0px;
}
.tip-article.tip-article-detail {
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .tip-article.tip-article-detail {
    margin: 0px 0px 0px 0px;
  }
}
.tip-article h3 a {
  font-weight: 700;
  color: #294563;
}
.tip-article h2 a {
  font-weight: 700;
  color: #294563;
}
.ta-meta .box-tag {
  float: left;
}
.ta-meta .test-des {
  float: right;
}
.ta-meta .test-des p {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.ta-meta .ta-date {
  float: right;
  line-height: 25px;
  font-size: 12px;
  color: #294563;
}
.news-item {
  background-color: #fff;
  padding: 15px;
  margin: 15px 0px 0px 0px;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  min-height: 150px;
}
.news-item .img-tip-wrap {
  margin-right: 15px;
  float: left;
  position: relative;
  line-height: 0;
}
.news-item .img-tip-wrap a {
  width: 160px;
  height: 116px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.news-item .img-tip-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
  left: 0;
}
.news-item .tip-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-item .tip-content {
    overflow: initial;
  }
}
.news-item h3 {
  margin: -2px 0px 0px 0px;
  padding: 0px;
  line-height: 1.3;
}
.news-item h3 a {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #294563;
}
@media screen and (max-width: 991px) {
  .news-item h3 a {
    font-size: 12px;
    display: block;
    margin: 0px 0px 5px 0px;
  }
}
.news-item h3 a:hover {
  opacity: 0.8;
}
.news-item p {
  font-size: 14px;
  margin: 0px;
  margin: 3px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .news-item p {
    display: block;
  }
}
.news-item .mi-tag {
  font-size: 12px;
  font-weight: 800;
  color: #7e90a2;
}
.news-item .mi-tag:hover {
  color: #294563;
}
.news-item .test-des {
  float: right;
}
.news-item .test-des p {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  font-size: 12px;
}
.path-ielts-tips .feature-tip .box-caption p {
  letter-spacing: normal;
}
.feature-tips {
  margin: 2rem 0 7rem;
  padding: 15px 30px 80px 30px;
  position: relative;
  background-color: #294563;
}
.feature-tips .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 0px;
  text-align: center;
  right: 0px;
}
.feature-tips .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0px 6px;
  background-color: #fff;
  opacity: 0.7;
  border: 0;
  padding: 0;
}
.feature-tips .owl-dots .owl-dot.active {
  opacity: 1;
}
.feature-tips .owl-dots .owl-dot:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .feature-tips {
    padding: 15px 10px 60px 10px;
  }
}
.feature-tips .box-caption {
  margin-bottom: 0px;
  text-align: center;
}
.feature-tips .box-caption p {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.owl-tip img {
  width: 160px !important;
  height: 120px;
}
@media screen and (max-width: 991px) {
  .owl-tip img {
    width: 100% !important;
    height: auto;
  }
}
.news-item-wrap {
  padding: 0px 20px 0 0;
}
@media screen and (max-width: 991px) {
  .news-item-wrap {
    padding: 0px;
  }
}
.bg-gray {
  background-color: #f5f5f5;
}
.tip-search {
  background-color: #f5f5f5;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .tip-search {
    padding: 0 5px;
  }
}
.tip-search .box-tag {
  margin: 20px 0px;
}
.tip-search .test-des {
  float: right;
}
.tip-search .test-des p {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.page-caption {
  font-weight: 700;
  color: #294563;
  font-size: 20px;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 20px 0px;
}
.page-title {
  font-weight: 700;
  color: #294563;
  margin: 0;
  padding: 50px 0px 20px 0px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 28px;
    padding: 20px 0px;
  }
}
.analytic-bar {
  margin: 0px 0px 20px 0px;
  min-height: 30px;
}
.analytic-bar .ab-right {
  float: right;
}
.analytic-bar .ab-right a {
  float: left;
  margin: 0px 0px 5px 10px;
  padding: 0px 10px;
  line-height: 25px;
  border: 1px solid #294563;
  color: #294563;
  font-size: 12px;
  border-radius: 3px;
}
.analytic-bar .ab-right a.active {
  border: 1px solid #d4dae0;
  background-color: #d4dae0;
}
@media screen and (max-width: 767px) {
  .analytic-bar .ab-right a {
    margin: 0px 0px 5px 0px;
    padding: 0px 5px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .analytic-bar .ab-right {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .date-analytics {
    white-space: nowrap;
  }
}
.da-item {
  display: inline-block;
  margin: 0px 20px 10px 0px;
}
@media screen and (max-width: 767px) {
  .da-item {
    margin: 0px 10px 10px 0px;
  }
}
.da-item span {
  display: inline-block;
  line-height: 25px;
  margin: 0px 5px 0px 0px;
  font-size: 13px;
  font-weight: 800;
  color: #7e90a2;
}
.da-wrap {
  display: inline-block;
  position: relative;
}
.da-wrap input {
  line-height: 25px;
  border: 1px solid #294563;
  color: #294563;
  font-size: 12px;
  border-radius: 3px;
  width: 110px;
  padding: 0px 5px 0px 32px;
  outline: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.analytic-box {
  position: relative;
}
.chart-draw {
  margin-bottom: 20px;
}
.analytic-score {
  margin: 50px 0px 0px 0px;
}
.analytic-score .as-col {
  width: 25%;
  text-align: center;
  float: left;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1199px) {
  .analytic-score .as-col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .analytic-score .as-col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .analytic-score .as-col {
    width: 100%;
    float: none;
  }
}
.analytic-score .as-col span {
  display: block;
  text-align: center;
  line-height: 25px;
  margin: 0px 5px 0px 0px;
  font-size: 13px;
  font-weight: 800;
  color: #7e90a2;
}
.analytic-score .as-col p {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
}
.user-logged-in .target-achi .box-caption p {
  font-size: 20px;
}
.target-achi span {
  display: block;
  line-height: 25px;
  font-size: 13px;
  font-weight: 800;
  color: #7e90a2;
}
.target-achi .box-caption {
  margin-bottom: -10px;
}
.target-achi .box-caption p {
  font-size: 15px;
}
.ta-score {
  text-align: center;
  margin: 20px 0px;
}
.ta-score p {
  color: #d4dae0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 700;
}
.ta-score strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #294563;
  font-size: 32px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: block;
  margin: 10px 0px;
}
.ta-score em {
  display: block;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
}
.show-performance .box-performance {
  display: block !important;
}
.item-score {
  margin: 40px 0px 0px 0px;
  border-top: 1px solid #d4dae0;
}
@media screen and (max-width: 991px) {
  .item-score .box-performance {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .item-score .box-performance {
    display: block !important;
  }
}
.ic-top {
  padding: 16px 10px;
  position: relative;
}
.ic-top .btn-show-performance.active {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ic-top .ic-icon {
  float: left;
  text-align: center;
}
.ic-top .ic-icon p,
.ic-top .ic-icon strong {
  color: #32b3c7;
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  margin: 10px 0px;
  text-transform: uppercase;
}
.ic-top .ic-icon.reading p,
.ic-top .ic-icon.reading strong {
  color: #327846;
}
.ic-top .ic-icon.writing p,
.ic-top .ic-icon.writing strong {
  color: #f9a95a;
}
.ic-top .ic-icon.speaking p,
.ic-top .ic-icon.speaking strong {
  color: #c76478;
}
.ic-top .ic-right {
  text-align: center;
  float: right;
}
.ic-top .ic-right span {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #d4dae0;
  margin: 0px auto;
  color: #294563;
}
.ic-top .ic-right p {
  display: block;
  margin: 10px 0px;
  font-size: 13px;
  color: #7e90a2;
}
.my-table {
  margin: 10px 0px 0px 0px;
  width: 100%;
  border: none;
  table-layout: fixed;
}
.my-table thead {
  background-color: #d4dae0;
}
.my-table thead th {
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 800;
  color: #294563;
}
.my-table thead th:first-child {
  width: 155px;
}
.my-table thead th:nth-child(2) {
  width: 30%;
}
.my-table thead th:last-child {
  width: 18.3%;
}
.my-table tbody tr td {
  padding: 13px 10px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.my-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.my-table .glyphicon-chevron-down {
  vertical-align: middle;
}
.progress {
  margin: 0px;
  box-shadow: none;
  height: 10px;
  width: 120px;
  height: 8px;
  border-radius: 8px;
  background-color: #d4dae0;
  position: relative;
}
.progress .progress-state {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
  background-color: #7e90a2;
}
.btn-table {
  display: inline-block;
  padding: 0px 10px;
  line-height: 28px;
  border-radius: 4px;
  height: 28px;
  border: 1px solid #294563;
  color: #294563;
  font-size: 13px;
  width: 88px;
  margin-bottom: 6px;
  white-space: nowrap;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-table:hover {
  background-color: #d5d5d5;
}
.btn-table [class^="ioticon-"] {
  margin-right: 5px;
  font-size: 13px;
}
.btn-table [class^="ioticon-"]:before {
  color: #294563;
}
.btn-table.-delete {
  color: #fff;
  background-color: #294563;
}
.btn-table.-delete [class^="ioticon-"]:before {
  color: #fff;
}
.btn-table:last-child {
  margin-bottom: 0;
}
.tab-his {
  margin: 0px 0px 20px 0px;
}
.tab-his span {
  opacity: 0.7;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
  margin: 0px 30px 0px 0px;
}
.tab-his span.active {
  opacity: 1;
}
.pagings {
  margin: 30px 0px;
  text-align: center;
}
.pagings a {
  display: inline-block;
  line-height: 30px;
  margin: 5px 10px;
  color: #7e90a2;
  font-weight: 800;
}
.pagings a:hover,
.pagings a.current {
  color: #294563;
}
.profile-field {
  margin: 0px 0px 10px 15px;
  padding: 0px 0px 0px 125px;
  min-height: 25px;
}
@media screen and (max-width: 480px) {
  .profile-field {
    margin: 0px 0px 10px px;
  }
}
.profile-field span {
  width: 125px;
  float: left;
  margin: 0px 0px 0px -125px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 800;
  color: #7e90a2;
}
.profile-field p {
  font-size: 13px;
}
.profile-field .profile-text {
  line-height: 25px;
  border-radius: 3px;
  border: 1px solid #294563;
  padding: 0px 10px;
  font-size: 12px;
  color: #294563;
  max-width: 172px;
  width: 100%;
}
.profile-field .da-wrap input {
  width: 100%;
}
.profile-page h3 {
  color: #294563;
  font-size: 16px;
  margin: 40px 0px 20px 0px;
}
.gender label {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.gender label input {
  position: relative;
  top: 2px;
  margin: 0px 3px 0px 0px;
}
.note-profile {
  margin: 30px 0px 0px 15px;
}
.note-profile p {
  color: #c0392b;
  font-size: 13px;
}
.subcribe-profle {
  margin: 30px 0px 30px 15px;
}
.subcribe-profle label {
  font-size: 13px;
  font-weight: 500;
  color: #294563;
}
.subcribe-profle label input {
  position: relative;
  top: 2px;
  margin: 0px 3px 0px 0px;
}
.avatar-profile {
  width: 130px;
}
.avatar-profile a {
  display: block;
  line-height: 25px;
  background-color: #294563;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.avatar-profile a:hover {
  text-decoration: underline;
}
.home-page .td-classses {
  background: #f7f7f7;
  margin-left: 0;
  margin-right: 0;
}
.home-page .td-classses.-chinese {
  background: #fff;
}
.home-page .td-classses.-chinese .section-title {
  font-size: 36px;
}
@media (max-width: 767px) {
  .home-page .td-classses.-chinese .section-title {
    font-size: 24px;
  }
}
.home-page .td-classses.-chinese .section-title em {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .home-page .td-classses.-chinese .section-title em {
    font-size: 18px;
  }
}
.home-page .td-classses.-chinese .section-title span {
  border-radius: 5px;
  background: var(
    --gradient-listening,
    linear-gradient(180deg, #33b2c7 0%, #268695 100%)
  );
  display: inline-flex;
  padding: 6px 8px;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: relative;
  color: #fff;
  width: auto;
  height: auto;
  right: initial;
  top: initial;
  margin-left: 14px;
  vertical-align: middle;
}
.home-page .td-classses.-chinese .section-title span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #268695;
}
.home-page .td-classses.-chinese .classes-wrap {
  margin-top: 6rem;
}
.home-page .td-classses.-chinese .class-item {
  border-radius: 0px 20px 20px 20px;
}
.home-page .td-classses.-chinese .class-item__img-wrap {
  border-radius: 0px 18px 0 0;
}
.home-page .td-classses.-chinese .class-item__lesson-type {
  border-radius: 10px 10px 0px 0px;
}
.home-page .td-classses.-chinese .wbn-bt {
  border-radius: 100px;
  background: var(
    --gradient-primary,
    linear-gradient(180deg, #294563 0%, #172636 100%)
  );
}
.home-page .td-classses.-chinese .wbn-bt.registered {
  background: #fff !important;
  border: 1px solid #bdc5cf;
  color: #294563;
  cursor: default;
  pointer-events: none;
}
.home-page .td-classses.-chinese .wbn-bt.registered:hover {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: rgba(80, 111, 145, 0.17) 0px -23px 25px 0px inset,
    rgba(80, 111, 145, 0.15) 0px -36px 30px 0px inset,
    rgba(80, 111, 145, 0.1) 0px -79px 40px 0px inset,
    rgba(80, 111, 145, 0.06) 0px 2px 1px, rgba(80, 111, 145, 0.09) 0px 4px 2px,
    rgba(80, 111, 145, 0.09) 0px 8px 4px, rgba(80, 111, 145, 0.09) 0px 16px 8px,
    rgba(80, 111, 145, 0.09) 0px 32px 16px;
}
.home-page .td-classses.-chinese .wbn-bt.registered:focus {
  color: #294563;
}
.home-page .td-classses.-chinese .-reading .wbn-bt.join {
  background: linear-gradient(180deg, #337845 0%, #265a35 100%);
}
.home-page .td-classses.-chinese .-writing .wbn-bt.join {
  background: linear-gradient(180deg, #faa859 0%, #bb7f44 100%);
}
.home-page .td-classses.-chinese .-listening .wbn-bt.join {
  background: linear-gradient(180deg, #33b2c7 0%, #268695 100%);
}
.home-page .td-classses.-chinese .-speaking .wbn-bt.join {
  background: linear-gradient(180deg, #c86478 0%, #954b5a 100%);
}
.home-page .td-classses h2 {
  margin: 65px 0 11px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.3px;
  color: #294563;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .home-page .td-classses h2 {
    margin: 40px 0 11px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .home-page .td-classses h2 {
    font-size: 18px;
  }
}
.home-page .td-classses h2 span {
  position: absolute;
  right: -38px;
  top: -6px;
  font-size: 9px;
  font-weight: 800;
  width: 40px;
  height: 15px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #faaa5a;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-page .td-classses h2 span {
    right: auto;
    top: auto;
    margin-top: -4px;
  }
}
.home-page .td-classses__btn {
  margin: 28px auto 31px;
  width: max-content;
  min-width: 136px;
  height: 44px;
}
@media (max-width: 767px) {
  .home-page .td-classses__btn {
    margin: 0 auto 31px;
  }
}
.home-page .caption {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #294563;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .home-page .caption {
    margin-bottom: 55px;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-page .class-item {
    margin-bottom: 50px;
  }
}
.home-page .classes-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.home-page .exp-more {
  margin: 28px auto 31px;
  display: block;
}
@media (max-width: 767px) {
  .home-page .exp-more {
    margin: 0 auto 31px;
  }
}
@-webkit-keyframes arrowMoveDistance {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(70px, -70px, 0);
    opacity: 0;
  }
}
@keyframes arrowMoveDistance {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(70px, -70px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrowMoveDistance5 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(50px, -50px, 0);
    opacity: 0;
  }
}
@keyframes arrowMoveDistance5 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(50px, -50px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrowMoveDistance6 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(60px, -60px, 0);
    opacity: 0;
  }
}
@keyframes arrowMoveDistance6 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(60px, -60px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrowMoveDistance12 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(120px, -120px, 0);
    opacity: 0;
  }
}
@keyframes arrowMoveDistance12 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(120px, -120px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrowMoveDistance15 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(150px, -150px, 0);
    opacity: 0;
  }
}
@keyframes arrowMoveDistance15 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(150px, -150px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes movePerson {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0) scale3d(0.7, 0.7, 0.7);
    transform: translate3d(-100%, 100%, 0) scale3d(0.7, 0.7, 0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes movePerson {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0) scale3d(0.7, 0.7, 0.7);
    transform: translate3d(-100%, 100%, 0) scale3d(0.7, 0.7, 0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes moveArrow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveArrow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes moveLine {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200%, -200%, 0) scale3d(1, 1, 1);
    transform: translate3d(200%, -200%, 0) scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-200%, 200%, 0) scale3d(0, 0, 0);
    transform: translate3d(-200%, 200%, 0) scale3d(0, 0, 0);
  }
}
@keyframes moveLine {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200%, -200%, 0) scale3d(1, 1, 1);
    transform: translate3d(200%, -200%, 0) scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-200%, 200%, 0) scale3d(0, 0, 0);
    transform: translate3d(-200%, 200%, 0) scale3d(0, 0, 0);
  }
}
@-webkit-keyframes personFlash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes personFlash {
  from,
  3.125% {
    opacity: 1;
  }
  1.5625%,
  4.6875% {
    opacity: 0.7;
  }
  6.25%,
  100% {
    opacity: 1;
  }
}
.section {
  padding: 60px 0px;
}
.section.section-bg {
  background-color: #f5f5f5;
}
.section-caption {
  color: #294563;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-caption {
    font-size: 18px;
  }
}
.section-caption.white {
  color: #fff;
}
.title-caption {
  color: #787878;
  font-size: 16px;
  font-weight: 500;
}
.section-tip {
  background-color: #294563;
}
.book-home {
  margin: 40px 0px 20px 0px;
}
.our-test-item {
  text-align: center;
  margin: 30px 0px 0px 0px;
  padding: 0px 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-test-item {
    min-height: 228px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-test-item {
    min-height: 253px;
  }
}
.our-test-item .ot-icon {
  min-height: 55px;
}
.our-test-item h3 {
  font-weight: 700;
  color: #294563;
  min-height: 30px;
}
.our-test-item p {
  font-size: 13px;
}
.fact-item {
  padding: 0px 0px 0px 80px;
  min-height: 60px;
  margin: 30px 0px;
}
.fact-item .fact-icon {
  width: 80px;
  float: left;
  margin: 10px 0px 0px -80px;
  text-align: left;
}
.fact-item p {
  font-size: 30px;
  color: #404040;
  font-weight: 300;
  margin: 0px;
}
.fact-item span {
  display: block;
  font-weight: 700;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.book-home h3 a {
  font-size: 16px;
}
.tip-the-day {
  text-align: center;
  max-width: 750px;
  margin: 30px auto 0px auto;
}
.tip-the-day .ttd-caption {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0px 0px 20px 0px;
}
.tip-the-day .news-item {
  text-align: left;
}
.section-say {
  background-color: #f3f3f3;
  padding-bottom: 60px;
  overflow: hidden;
}
.section-say__view-all-wrap {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section-say__view-all-wrap {
    margin-top: 30px;
  }
}
.section-say__view-all {
  color: #284664;
  font-size: 18px;
  width: 200px;
}
.section-support {
  background-color: #d4dae0;
  text-align: center;
}
.section-support h3 {
  font-weight: 700;
  color: #294563;
  font-size: 16px;
  margin: 0px;
  min-height: 30px;
}
.section-support p {
  font-size: 13px;
  padding: 0px 10px;
}
.section-support .sp-icon {
  width: 50px;
  height: 50px;
  margin: 20px auto 10px auto;
  background-color: #7e90a2;
}
.owl-say {
  position: relative;
}
.owl-say .owl-dots {
  text-align: center;
}
.owl-say .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0px 6px;
  background-color: #294563;
  opacity: 0.7;
  border: 0;
  padding: 0;
}
.owl-say .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-say .owl-dots .owl-dot:focus {
  outline: none;
}
.say-item {
  text-align: center;
  margin: 20px 0px;
}
.say-item .say-icon a {
  display: block;
  line-height: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  cursor: auto;
}
.say-item .say-icon a img {
  height: 100%;
  object-fit: cover;
}
.say-item .user-name {
  font-weight: 600;
  color: #294563;
}
.say-item .feedback-time {
  font-size: 12px;
}
.say-item p {
  font-size: 20px;
  color: #888888;
  font-style: italic;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .say-item p {
    padding: 0px;
  }
}
.section-look {
  background-color: #fff;
  padding-bottom: 70px;
}
.section-look .carousel {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .section-look .carousel {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.section-contact {
  background-color: #f7f7f7;
}
.owl-look {
  position: relative;
  margin-top: 70px;
}
.owl-look .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0px;
  text-align: center;
  right: 0px;
}
.owl-look .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0px 6px;
  background-color: #fff;
  opacity: 0.7;
  border: 0;
  padding: 0;
}
.owl-look .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-look .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-look .look-item p {
  font-size: 18px;
  color: #fff;
  padding: 130px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .owl-look .look-item p {
    padding: 10px 0px;
    font-size: 16px;
  }
}
.owl-look .carousel {
  overflow: hidden;
}
.contact-box {
  max-width: 350px;
  margin: 0px auto 40px auto;
}
.contact-field {
  margin: 0px 0px 10px 0px;
}
.contact-field input {
  border: 1px solid #294563;
  width: 100%;
  padding: 0px 10px;
  height: 30px;
  font-size: 12px;
  border-radius: 3px;
}
.contact-field textarea {
  border: 1px solid #294563;
  width: 100%;
  padding: 8px 10px;
  height: 170px;
  font-size: 12px;
  border-radius: 3px;
}
.contact-field button {
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  width: 100%;
  display: block;
  background-color: #294563;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  border: none;
  @imclude transition();
}
.contact-field button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.buttonNav {
  position: absolute !important;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100% !important;
  height: 30px !important;
}
.buttonNav .bullet {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 0px 6px !important;
  float: none !important;
  background-image: none !important;
  background-color: #294563 !important;
  opacity: 0.7;
}
.buttonNav .bullet.bulletActive {
  opacity: 1;
  background-image: none !important;
}
.slides-home {
  margin: 0px auto !important;
  width: 75% !important;
}
@media screen and (max-width: 1199px) {
  .slides-home {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  .slides-home {
    float: none !important;
    width: 100% !important;
    transform: translateX(100px) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .slides-home {
    float: none !important;
    width: 100% !important;
    transform: translateX(120px) scale(0.4);
    height: 280px !important;
  }
}
@media screen and (max-width: 480px) {
  .slides-home {
    float: none !important;
    width: 100% !important;
    transform: translateX(120px) scale(0.3);
    height: 200px !important;
  }
}
.description-home {
  float: right;
  text-align: left;
  width: 25%;
  position: relative;
  margin: 100px 0px 0px 0px;
  min-height: 100px;
  color: #294563;
}
@media screen and (max-width: 991px) {
  .description-home {
    float: none;
    width: 100%;
    margin: 0px;
    text-align: center;
  }
}
.modal-open.listening-test-page {
  padding-top: 52px !important;
}
.modal {
  text-align: center;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#modal-profile.modal-auto {
  padding: 20px 20px 30px 20px;
}
#modal-profile .bo-im {
  font-size: 60px;
  color: #333;
  font-weight: normal;
}
#modal-profile .bo-im span {
  color: #327846;
  font-weight: 700;
}
#modal-profile .pb-choose {
  padding: 0;
}
.modal-auto {
  background-color: #fff;
  width: 100%;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .modal-auto {
    width: auto;
    padding: 20px;
  }
}
.modal-auto .close-modal {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.7;
}
.modal-auto .close-modal:hover {
  opacity: 1;
}
.bp-step {
  max-width: 250px;
  float: right;
  margin: 20px auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bp-step {
    float: none;
    margin: 10px auto 20px auto;
  }
}
.bp-step span {
  width: 40px;
  height: 40px;
  border: 1px solid #294563;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #294563;
  border-radius: 50%;
  font-weight: 700;
  margin: 0px 7px;
}
.bp-step span.active {
  background-color: #294563;
  color: #fff;
  border: 1px solid #294563;
}
@media screen and (max-width: 767px) {
  .bp-step span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.bp-step .line {
  height: 1px;
  width: 30px;
  background-color: #294563;
}
.bp-step .line.active {
  background-color: #294563;
}
.ts2-item-wrap {
  display: none;
}
.build-profile .bp-step {
  max-width: 450px;
  float: none;
}
.build-profile .bp-step span {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 700;
}
.build-profile .bp-step span.active {
  background-color: #294563;
  color: #fff;
  border: 1px solid #294563;
}
.build-profile .bp-step .line {
  height: 1px;
  width: 150px;
  background-color: #eee;
}
.bo-im {
  font-size: 22px;
  color: #294563;
  font-weight: 800;
  padding: 0px 0px 0px 0px;
}
.bo-im span {
  color: #294563;
}
@media screen and (max-width: 991px) {
  .bo-im {
    font-size: 30px;
  }
}
.pb-choose {
  min-height: 150px;
  padding: 0px 0px 0px 10px;
}
.pb-choose span {
  line-height: 30px;
  padding: 0px 10px 0px 30px;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
}
.pb-choose span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: "\f401";
  font-family: "Ionicons";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: normal;
}
.pb-choose span.active {
  color: #327846;
}
.pb-choose span.active:before {
  content: "\f400";
}
.bp-control {
  margin: 20px 0px 0px 0px;
}
.bp-control a {
  display: inline-block;
  cursor: pointer;
  line-height: 45px;
  padding: 0px 0px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  width: 110px;
  background-color: #294563;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.bp-control a:hover {
  background-color: #305275;
}
.bp-control a.cancel {
  border: 1px solid #294563;
  color: #294563;
  background-color: transparent;
  margin: 0px 10px 0px 0px;
}
.bp-control a.cancel:hover {
  background-color: #fff;
}
.bp-control a i {
  margin: 0px 3px;
}
#cboxLoadedContent {
  margin-bottom: 0px !important;
}
.pb-footer {
  margin: 40px -20px -30px -20px;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  background-color: #fafafa;
}
.pb-footer .pbf-left {
  float: left;
  padding: 0px 0px 0px 130px;
}
.pb-footer .pbf-left img {
  width: 60px;
  margin: 0px 0px 0px -130px;
  float: left;
}
.pb-footer .pbf-left p {
  font-size: 12px;
  margin: 8px 0px 0px 0px;
  color: #666;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pb-footer .pbf-left p {
    display: none;
  }
}
.pb-footer .pbf-right {
  float: right;
}
@media screen and (max-width: 991px) {
  .pb-footer .pbf-right {
    float: none;
    text-align: center;
  }
}
.step2-content {
  margin: 0px auto;
  min-height: 230px;
}
.step2-choose {
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  cursor: pointer;
}
.step2-choose p {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.step2-choose:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: "\f401";
  font-family: "Ionicons";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
}
.step2-choose.active {
  color: #327846;
}
.step2-choose.active:before {
  content: "\f400";
}
.st2-item {
  margin: 30px 0px 0px 30px;
}
@media screen and (max-width: 767px) {
  .st2-item {
    margin: 10px 0px 0px 0px;
  }
}
.st2-item p {
  display: inline-block;
  font-weight: 800;
  color: #294563;
  margin: 0px;
}
.st2-item .st2-date {
  display: inline-block;
  padding: 0;
}
.st2-item select {
  border: 1px solid #294563;
  outline: none;
  border-radius: 3px;
  margin: 0px 10px 0px 0px;
}
.st2-select select {
  border-radius: 3px;
  padding: 0px 0px 0px 5px;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  border: 1px solid #294563;
  color: #294563;
}
.step3-content {
  margin: 0px auto;
  min-height: 230px;
}
.st3-item {
  margin: 30px 0px 0px 30px;
}
@media screen and (max-width: 767px) {
  .st3-item {
    margin: 10px 0px 0px 0px;
  }
}
.st3-item p {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #294563;
  margin: 0px 0px 5px 0px;
}
.st3-item .st3-radio {
  text-align: center;
}
.st3-item .st3-radio .str-item {
  float: left;
  width: 33.33%;
  text-align: left;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .st3-item .st3-radio .str-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .st3-item .st3-radio .str-item {
    width: 100%;
  }
}
.st3-item .st3-radio .str-item em {
  cursor: pointer;
  display: block;
  font-style: normal;
  color: #294563;
  font-size: 14px;
  position: relative;
  padding: 0px 0px 0px 30px;
}
.st3-item .st3-radio .str-item em:before {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  content: "\f401";
  font-family: "Ionicons";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
  font-weight: normal;
}
.st3-item .st3-radio .str-item.active em {
  color: #294563;
}
.st3-item .st3-radio .str-item.active em:before {
  content: "\f400";
}
.starbox .starbox-item {
  float: left;
  width: 50%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .starbox .starbox-item {
    float: none;
    width: 100%;
  }
}
.starbox .starbox-item i {
  color: #294563;
  margin: 0px;
}
.starbox .starbox-item i.hover:before {
  content: "\f005";
}
.starbox .starbox-item span {
  margin: 0px 0px 0px 5px;
  font-weight: 600;
  color: #294563;
}
.modal-des {
  font-weight: 300;
  text-align: center;
  margin: -20px 0px 20px 0px;
  color: #536b82;
  font-size: 14px;
}
.rc-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.rc-col {
  border: 1px solid #ccc;
  float: left;
  width: 25%;
  margin: -1px 0px 0px -1px;
}
@media screen and (max-width: 767px) {
  .rc-col {
    width: 50%;
  }
}
.rc-item {
  min-height: 50px;
  padding: 10px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .rc-item {
    padding: 7px;
    min-height: 30px;
  }
}
.rc-item p {
  margin: 0px;
  font-size: 15px;
  padding: 0px;
  font-weight: 700;
  line-height: 18px;
  color: #294563;
}
.rc-item p span {
  display: inline-block;
  width: 35px;
  font-weight: 300;
}
.rc-item p em {
  font-style: normal;
}
.modal-time-left,
.modal-solution,
.modal-submit {
  max-width: 520px;
}
.modal-share {
  max-width: 430px;
}
.modal-share .modal-share-content .share-socer {
  margin: -10px auto 20px auto;
}
.modal-share .modal-share-content .share-socer.share-ranking input {
  border-radius: 15px;
}
.listening-test-page .control-modal-button a.md-submit-bt {
  background-color: #32b4c8;
}
.listening-test-page .control-modal-button a.md-submit-bt:hover {
  background-color: #268695;
}
.listening-test-page .control-modal-button a.md-submit-bt i {
  right: 3px;
  position: relative;
  top: 1px;
}
.listening-test-page .control-modal-button a.md-submit-bt i:before {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listening-test-page .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .listening-test-page .container {
    max-width: 100%;
  }
}
.control-modal-button {
  max-width: 350px;
  margin: 0px auto;
}
.control-modal-button a {
  display: block;
  margin: 0px 0px 20px 0px;
  width: 100%;
  cursor: pointer;
  line-height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #327846;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
}
.control-modal-button a:hover {
  opacity: 1;
}
.control-modal-button a.md-submit-bt:hover {
  background-color: #245a34;
}
.control-modal-button a.btn-retake {
  background-color: #f9a95a;
}
.control-modal-button a.btn-continute {
  background-color: #327846;
}
.control-modal-button a.btn-cancel {
  background-color: #d4dae0;
  color: #294563;
}
.control-modal-button a.btn-cancel:hover {
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .control-modal-button a {
    padding: 0;
  }
}
.modal-auto .iot-modal-wrapper .close-modal {
  opacity: 1;
  top: 10px;
  right: 10px;
}
.bp-control-time-left {
  max-width: 350px;
  margin: 0px auto;
}
.bp-control-time-left a {
  display: block;
  margin: 0px 0px 20px 0px;
  width: 100%;
  cursor: pointer;
  line-height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #32b3c7;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
}
.bp-control-time-left a:hover {
  opacity: 0.9;
}
.bp-control-time-left a.btn-retake {
  background-color: #f9a95a;
}
.bp-control-time-left a.btn-continute {
  background-color: #327846;
}
.bp-control-time-left a.btn-cancel {
  background-color: #294563;
}
.report-misstake-content {
  max-width: 600px;
  margin: 0px auto;
}
.misstake-field {
  margin: 20px 0px 0px 0px;
}
.misstake-field p {
  font-size: 15px;
  margin: 0px 0px 5px 0px;
  font-weight: 600;
}
.misstake-field input {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  outline: none;
  border: 1px solid #294563;
  border-radius: 3px;
}
.misstake-field textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #294563;
  border-radius: 3px;
}
.hl-marked {
  background-color: #f9a95a;
  border-radius: 2px;
  padding: 0px;
}
.hl-marked em {
  font-style: normal;
  font-weight: 700;
  padding: 0px 5px;
  background-color: #f78f29;
}
.hl-pink {
  background-color: #c76478;
  border-radius: 2px;
  padding: 0px 3px;
}
.hl-green {
  background-color: #8fffaf;
  border-radius: 2px;
  padding: 0px 3px;
}
.hl-blue {
  background-color: #32b3c7;
  border-radius: 2px;
  padding: 0px 3px;
}
.hl-translate {
  background-color: yellow;
  border-radius: 2px;
  padding: 0px 3px;
}
.login-page {
  background: #f7f7f7;
}
.login-page .iot-logo {
  display: block;
  max-width: 161px;
  margin: 35px auto 63px;
}
@media (max-width: 767px) {
  .login-page .iot-logo {
    margin: 35px auto 28px;
  }
}
.login-page h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 1px;
  color: #294563;
  margin: 0 0 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .login-page h1 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.login-box {
  max-width: 792px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.login-box .help-block {
  position: absolute;
}
.login-box__left {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .login-box__left {
    width: 100%;
    float: none;
    max-width: 310px;
    margin: 0 auto;
  }
}
.login-box__left .btn-submit {
  display: block;
  width: 100%;
  background-color: #294563;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.4px;
  border: none;
  border-radius: 4px;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin-bottom: 9px;
  margin-top: 25px;
}
.login-box__left .btn-submit:hover {
  opacity: 0.8;
  cursor: pointer;
}
.login-box__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 30px;
}
.login-box__items-wrap {
  width: 100%;
  max-width: 310px;
}
.login-box__tab-item {
  font-size: 18px;
  color: #294563;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.login-box__tab-item:hover {
  text-decoration: underline;
}
.login-box__tab-item.-active {
  color: #32b4c8;
  text-decoration: none;
}
.login-box .toggle-field.-hidden {
  display: none;
}
.login-box__tab-split {
  width: 1px;
  height: 20px;
  margin: 0 18px;
  background-color: #d5d5d5;
  flex-shrink: 0;
}
.login-box__login-field {
  margin: 0px 0px 22px 0px;
}
.login-box__login-field .form-group {
  position: relative;
  width: 100%;
  padding: 0;
}
.login-box__login-field .form-group input {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0px 13px 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: none;
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.login-box__login-field .form-group input.phone-number {
  width: calc(100% - 80px);
  float: right;
}
.login-box__login-field .form-group i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #294563;
}
.login-box__label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #294563;
  margin-bottom: 7px;
}
.login-box__remember {
  padding: 15px 0;
  width: 100%;
  max-width: 310px;
}
.login-box__remember label {
  display: inline-block;
  padding-left: 27px;
  min-height: 20px;
  margin: 0;
}
.login-box__remember .iot-cbx .cb-label {
  font-size: 14px;
  line-height: 1.57;
  color: #9d9d9d;
  white-space: nowrap;
}
.login-box__remember .iot-cbx .checkmark {
  height: 20px;
  width: 20px;
  top: 1px;
}
.login-box__forgot-pass {
  font-size: 14px;
  line-height: 1.57;
  color: #32b4c8;
}
.login-box__forgot-pass:hover {
  color: #32b4c8;
  text-decoration: underline;
}
.login-box__have-acc {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #7a7a7a;
  margin-top: 20px;
}
.login-box__have-acc a {
  font-weight: 800;
  color: #294563;
}
.login-box__have-acc a:hover {
  text-decoration: underline;
}
.login-box__right {
  width: 50%;
  float: right;
  text-align: right;
  padding: 0;
}
.login-box__right.-center {
  align-self: center;
}
@media (max-width: 767px) {
  .login-box__right {
    width: 100%;
    float: none;
    max-width: 310px;
    margin: 0 auto;
  }
}
.login-box__social-item {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  height: 52px;
  line-height: 52px;
  width: 100%;
  max-width: 310px;
  border-radius: 4px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  background-color: #df4930;
}
.login-box__social-item i {
  margin: 0px 19px 0px 0px;
  font-size: 22px;
  position: relative;
  top: 3px;
}
.login-box__social-item:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}
.login-box__social-item:focus {
  color: #fff;
}
.login-box__social-item.-facebook {
  background-color: #507cc0;
}
.login-box__social-item.-twitter {
  background-color: #64ccf1;
}
.login-box__social-item.-wechat {
  background-color: #2dc100;
}
@media (max-width: 767px) {
  .login-box__social-item {
    font-size: 13px;
  }
}
.login-box__login-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #dcdcdc;
  left: 50%;
}
.login-box__login-line span {
  width: 50px;
  height: 50px;
  line-height: 49px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  color: #3e6373;
}
@media (max-width: 767px) {
  .login-box__login-line {
    position: relative;
    margin: 30px 0px 40px auto;
    top: auto;
    width: 100%;
    height: 1px;
    left: auto;
    bottom: auto;
  }
}
.login-box__create-link {
  text-align: center;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.2px;
  color: #7a7a7a;
  margin: 50px 0 60px;
}
.login-box__create-link a {
  color: #294563;
  font-weight: 600;
}
.login-box__create-link a:hover {
  text-decoration: underline;
}
.login-box__cor-term {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.2px;
  text-align: center;
  color: #7a7a7a;
  margin: 50px 0 60px;
}
.login-box__cor-term a {
  font-weight: 800;
  color: #294563;
}
.login-box__cor-term a:hover {
  text-decoration: underline;
}
.create-acc-link {
  text-align: center;
}
.create-acc-link p {
  font-size: 15px;
  font-weight: 300;
}
.create-acc-link p a {
  color: #294563;
  font-weight: 600;
}
.create-acc-link p a:hover {
  text-decoration: underline;
}
.context-menu {
  position: absolute;
  z-index: 999;
  height: 40px;
  overflow: hidden;
  background-color: #294563;
  border-radius: 3px;
}
.context-menu .cm-item {
  width: 45px;
  height: 40px;
  float: left;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  border-right: 1px solid #305275;
  cursor: pointer;
}
.context-menu .cm-item:hover {
  background-color: #305275;
}
.translate-pop {
  position: absolute;
  z-index: 999;
  min-height: 100px;
  background-color: #294563;
  border-radius: 3px;
  width: 350px;
  padding: 10px;
}
.translate-pop:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  margin: -10px 0px 0px 0px;
  border-right-color: #294563;
}
.translate-pop .tp-top {
  color: #fff;
  padding: 10px;
}
.translate-pop .tp-bottom {
  background-color: #fff;
  padding: 10px;
}
select.iot-question {
  border-radius: 2px;
  border: 1px solid #aaa;
  margin: 0px 5px;
  outline: none;
  max-width: 130px;
}
select.iot-question:focus {
  border: 1px solid #999;
}
input.iot-question {
  padding: 0px 5px;
  border-radius: 2px;
  border: none;
  border-bottom: 2px solid #aaa;
  margin: 0px 5px;
  outline: none;
  max-width: 130px;
}
input.iot-question:focus {
  outline: none;
  border: none;
  border-bottom: 2px solid #999;
}
.table-responsive {
  margin: 20px 0px 0px 0px;
}
.table-responsive .table tbody tr td {
  font-size: 16px;
}
.table-responsive caption {
  color: #333;
  padding-left: 20px;
}
.writing-score-banner {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .writing-score-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .writing-score-banner {
    display: none;
  }
}
table.rank-table {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  table.rank-table tr th {
    padding: 15px 10px;
  }
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table td {
  padding: 5px;
}
.notifi-popup-mobile table td {
  padding: initial;
}
.list-question {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list-question li {
  margin: 10px 0px;
}
.list-question .lq-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 7px 0px 0px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.my-radio {
  position: relative;
  display: inline;
  padding: 0px 0px 0px 25px;
}
.my-radio label {
  cursor: pointer;
  display: inline;
  font-weight: normal;
}
.my-radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.my-radio label:before {
  display: block;
  position: absolute;
  background-color: #fff;
  content: "\f401";
  font-family: "Ionicons";
  height: 20px;
  width: 20px;
  top: -5px;
  left: 0px;
  font-style: normal;
  z-index: 5;
  font-size: 21px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.my-radio .check::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.my-radio input[type="radio"]:checked ~ label::before {
  content: "\f400";
}
.number-wrap-inline {
  display: inline-block;
  padding: 0;
}
.number-wrap-inline span.number {
  margin: 0 6px 0 0;
}
.number-wrap-inline select {
  min-width: 100px;
}
.table-scroll {
  overflow: visible;
  max-width: 100%;
  width: 100%;
  overflow-y: auto;
}
.analytics {
  margin-bottom: 30px;
}
.menu-board {
  min-height: 50px;
  background-color: #1e354b;
}
.menu-board ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu-board ul li {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  padding: 0px;
}
.menu-board ul li a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
  opacity: 0.6;
}
.menu-board ul li a span {
  float: left;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  background-position: center center;
}
.menu-board ul li.active a {
  opacity: 1;
}
.menu-board ul li:hover a {
  opacity: 0.9;
}
.take-test .take-test-caption {
  margin: 0px 0px 20px 0px;
}
.take-test .take-test-caption label {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f9a95a;
  margin: 0px;
}
.take-test h1 {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  margin: 0px 0px 20px 0px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .take-test h1 {
    font-size: 18px;
  }
}
.take-test p {
  margin: 0px 0px 20px 0px;
}
.take-test p.small {
  font-size: 14px;
}
.take-test ul.tt-list {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
}
.take-test ul.tt-list li {
  margin: 0px 0px 2px 0px;
  list-style: none;
  padding: 0px 0px 0px 20px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.take-test ul.tt-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f9a95a;
  top: 6px;
  left: 0px;
  position: absolute;
}
.tt-box {
  margin: 50px 0px 50px 0px;
}
.tt-box.separate {
  padding-top: 50px;
  position: relative;
}
.tt-box.separate:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #d4dae0;
  top: 0;
  left: 0;
}
.tt-box h2 {
  margin: 0px 0px 20px 0px;
  font-size: 28px;
  font-weight: 700;
  color: #294563;
}
@media screen and (max-width: 991px) {
  .tt-box h2 {
    font-size: 18px;
  }
}
.tt-upload {
  min-height: 200px;
  border: 2px dashed #d4dae0;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px 30px;
}
.tt-upload .tt-upload-content {
  padding: 20px;
}
.tt-upload .tt-upload-content h4 {
  font-weight: 700;
  font-size: 16px;
  color: #888888;
  margin: 20px 0px 0px 0px;
}
.tt-upload .tt-upload-content p {
  font-weight: 500;
  font-size: 12px;
  color: #888888;
  margin: 0px 0px 10px 0px;
}
.tt-upload .tt-upload-content .btn-upload {
  background-color: #f9a95a;
  display: inline-block;
  width: 100%;
  max-width: 226px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
}
.tt-upload .tt-upload-content .btn-upload:hover {
  background-color: #fab673;
}
.tt-upload .tt-upload-note {
  margin: 20px 0px 0px 0px;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.tt-upload .tt-upload-note > div {
  font-size: 14px;
  margin-bottom: 6px;
}
.tt-upload .tt-upload-note > div.iot-pink-color {
  font-weight: bold;
}
.tt-upload .tt-upload-note p {
  margin: 0px;
  padding: 0px;
  color: #888888;
  font-size: 12px;
}
.tt-upload .tt-upload-note p strong {
  color: #294563;
  font-weight: bold;
  font-size: 12px;
}
.tt-upload .tt-upload-note p span {
  color: #f44336;
  font-size: 15px;
}
.tt-start label {
  color: #f9a95a;
  font-weight: 700;
  font-size: 16px;
  font-weight: 800;
  margin: 0px 0px 20px 0px;
}
.tt-start .tt-start-item {
  padding: 0px 0px 0px 50px;
  margin: 0px 0px 30px 0px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tt-start .tt-start-item {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 20px 0px;
  }
}
.tt-start .tt-start-item span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #f9a95a;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .tt-start .tt-start-item span {
    font-size: 30px;
  }
}
.tt-start .tt-start-item p {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
  color: #888888;
}
.tt-start .tt-start-item p strong {
  font-weight: 700;
  color: #282828;
}
.tt-start .tt-start-item p a {
  color: #294563;
  font-weight: bold;
  text-decoration: underline;
}
.tt-park .tt-park-item {
  padding: 35px 20px 15px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 0px 0px 20px 0px;
  position: relative;
  overflow: hidden;
}
.tt-park .tt-park-item .most-popular {
  text-align: center;
  margin: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 3px 0px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  background-color: #f9a95a;
}
.tt-park .tt-park-item h3 {
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  text-align: center;
  color: #888888;
  font-size: 16px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .tt-park .tt-park-item h3 {
    min-height: 57px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tt-park .tt-park-item h3 {
    min-height: auto;
  }
}
.tt-park .tt-park-item h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 700;
  text-align: center;
  color: #f9a95a;
  font-size: 20px;
}
.tt-park .tt-park-item h2 .crr-ex {
  font-size: 13px;
  color: #888888;
  margin-top: 5px;
  padding-left: 10px;
  white-space: nowrap;
}
.tt-park .tt-park-item ul {
  min-height: 207px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .tt-park .tt-park-item ul {
    min-height: 325px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tt-park .tt-park-item ul {
    min-height: 211px;
  }
}
@media screen and (max-width: 767px) {
  .tt-park .tt-park-item ul {
    min-height: 50px;
  }
}
.tt-park .tt-park-item ul li {
  position: relative;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 20px 0px;
}
.tt-park .tt-park-item ul li span {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #f9a95a;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  top: 0px;
  left: 0px;
}
.tt-park .tt-park-item ul li span i {
  display: block;
  width: 16px;
  height: 16px;
  color: #294563;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.tt-park .tt-park-item ul li p {
  color: #888888;
  font-size: 13px;
  margin: 0px;
}
.tt-park .tt-park-item .btn-select {
  background-color: #f9a95a;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
}
.tt-park .tt-park-item .btn-select:hover {
  background-color: #fab673;
}
.split-left-tt {
  padding-top: 10px !important;
}
.split-left-tt .sitemap {
  padding-bottom: 20px;
}
.tt-sample-essay .panel-heading {
  padding: 0;
}
@media (max-width: 767px) {
  .tt-sample-essay .panel-title > a {
    font-size: 14px;
  }
}
.tt-sample-essay .panel-default {
  border: none;
  border-bottom: solid 1px #d4dae0;
  box-shadow: none;
}
.tt-sample-essay .panel-default:last-child {
  border: none;
}
.tt-sample-essay .panel-group .panel {
  border-radius: 0px;
  overflow: hidden;
}
.tt-sample-essay .panel-group .panel:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tt-sample-essay .panel-group .panel:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tt-sample-essay .panel-group .panel + .panel {
  margin-top: 0;
}
.tt-sample-essay .panel-body {
  padding: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #282828;
  background-color: #fff1e2;
}
.tt-sample-essay .panel-body p {
  margin: 0px 0px 20px 0px;
}
.tt-sample-essay .panel-body p:last-child {
  margin: 0;
}
.tt-essay .tt-essay-item {
  margin: 0px 0px 25px 0px;
}
@media screen and (max-width: 767px) {
  .tt-essay .tt-essay-item {
    text-align: center;
  }
}
.tt-essay .tt-essay-item span {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  color: #888888;
  font-weight: 300;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.tt-essay .tt-essay-item p {
  margin: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.tt-essay .tt-essay-item p strong {
  color: #888888;
  font-weight: 700;
}
.tt-essay .tt-essay-item p a {
  font-weight: 700;
  text-decoration: underline;
  color: #294563;
}
.tt-essay .tt-essay-item.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tt-essay .tt-essay-item.right {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .service-intro {
    padding: 20px 0px 120px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.service-intro .sitemap {
  padding: 0px 0px 20px 0px;
  text-align: left;
}
.service-intro .sitemap a {
  color: #fff;
}
.service-intro .sitemap span {
  color: #fff;
}
.service-intro h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 90px 0px 10px 0px;
}
@media screen and (max-width: 991px) {
  .service-intro h1 {
    margin: 50px 0px 10px 0px;
    font-size: 30px;
  }
}
.service-intro h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 991px) {
  .service-intro h4 {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service-intro h4 {
    font-size: 16px;
  }
}
.service-intro .btn-start {
  background-color: #294563;
  display: inline-block;
  padding: 0px 80px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
}
.service-intro .btn-start:hover {
  background-color: #305275;
}
@media screen and (max-width: 767px) {
  .service-intro .btn-start {
    font-size: 18px;
    padding: 0px 50px;
    line-height: 45px;
  }
}
.s-box {
  margin: 0px 0px 60px 0px;
}
@media screen and (max-width: 991px) {
  .s-box {
    margin: 0px 0px 40px 0px;
  }
}
.s-box h2 {
  margin: 0px 0px 40px 0px;
  font-weight: 700;
  color: #294563;
  padding: 0px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .s-box h2 {
    font-size: 24px;
    margin: 0px 0px 20px 0px;
  }
}
.s-box .s-work-item {
  margin: 0px 0px 30px 0px;
  position: relative;
  padding: 0px 0px 0px 60px;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .s-box .s-work-item {
    padding: 0px 0px 0px 40px;
  }
}
.s-box .s-work-item span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  width: 60px;
  color: #f9a95a;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .s-box .s-work-item span {
    font-size: 30px;
    width: 40px;
  }
}
.s-box .s-work-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #294563;
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 767px) {
  .s-box .s-work-item h3 {
    font-size: 18px;
  }
}
.s-box .s-work-item p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .s-box .s-work-item p {
    font-size: 14px;
  }
}
.s-box .s-box-s {
  margin: 0px auto 30px auto;
  position: relative;
  text-align: center;
  max-width: 300px;
}
.s-box .s-box-s h3 {
  font-size: 20px;
  font-weight: 700;
  color: #294563;
  margin: 20px 0px 10px 0px;
}
@media screen and (max-width: 767px) {
  .s-box .s-box-s h3 {
    font-size: 18px;
  }
}
.s-box .s-box-s p {
  font-size: 16px;
  max-width: 250px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .s-box .s-box-s p {
    font-size: 14px;
  }
}
.s-box .s-box-include ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.s-box .s-box-include ul li {
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 15px 0px;
  font-size: 16px;
  color: #536b83;
  font-weight: 700;
}
.s-box .s-box-include ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0px;
  background-color: #f9a95a;
}
.s-box .owl-dots {
  bottom: -30px !important;
}
@media screen and (max-width: 991px) {
  .service-bottom {
    padding: 100px 0px 50px 0px;
  }
}
.service-bottom h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 991px) {
  .service-bottom h1 {
    margin: 0px 0px 10px 0px;
    font-size: 30px;
  }
}
.service-bottom .btn-start {
  background-color: #294563;
  display: inline-block;
  padding: 0px 80px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
}
.service-bottom .btn-start:hover {
  background-color: #305275;
}
@media screen and (max-width: 767px) {
  .service-bottom .btn-start {
    font-size: 18px;
    padding: 0px 50px;
    line-height: 45px;
  }
}
.wechat-box {
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.wechat-box .qr-code {
  margin: 0px 0px 10px 0px;
}
.fixed-filter {
  display: none;
}
#mob-filter-btn {
  display: none;
}
#overlay-region {
  z-index: 1110;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(136, 136, 136, 0.4);
  position: fixed;
}
#overlay-region.active {
  display: block;
}
.filter-section {
  margin-bottom: 0;
  border: solid 1px #cccccc;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.filter-section.active {
  z-index: 1111;
}
.filtering .filter-menu .filter-title-wrap {
  display: block;
}
.filter-menu {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #294563;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 50%;
  float: left;
  border-right: 1px solid #cccccc;
  cursor: pointer;
  outline: none;
}
.filter-menu .filter-title-wrap {
  padding: 15px;
}
@media (max-width: 767px) {
  .filter-menu .filter-title-wrap {
    display: none;
  }
}
.filter-menu .filter-title {
  display: inline-block;
  position: relative;
  margin-left: -27px;
}
.filter-menu .dropdown {
  z-index: 1;
  border: solid 1px #cccccc;
  text-align: left;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 0;
  padding: 10px 0 10px 0;
  background: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 270px;
  right: auto;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
}
.filter-menu .dropdown li {
  padding: 5px 38px 5px 0;
}
.filter-menu .dropdown li:hover {
  background: #ebebeb;
}
.filter-menu .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-menu .dropdown li .check {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
.filter-menu .dropdown .my-check {
  padding: 0px 0px 0px 28px;
}
.filter-menu .dropdown .my-check label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #294563;
  font-weight: bold;
}
.filter-menu .dropdown .my-check label:before {
  top: -9px;
  color: #cccccc;
  font-weight: normal;
}
.filter-menu .dropdown .my-check input[type="checkbox"]:checked ~ label:before {
  color: #294563;
  font-weight: normal;
}
.filter-menu .dropdown::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fff;
}
.filter-menu .dropdown::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
}
.filter-menu .dropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #d8d8d8;
}
.filter-menu:nth-child(3) {
  border-right: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#test-collections {
  pointer-events: none;
  background: #ebebeb;
}
#test-collections.selected {
  pointer-events: auto;
  background: #fff;
}
#test-collections.selected.active {
  background: #ebebeb;
}
#test-collections.active {
  pointer-events: auto;
}
.filter-menu.active {
  background: #ebebeb;
  z-index: 1111;
}
.filter-menu.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.filter-menu.active .filter-title:after {
  transform: rotate(180deg);
}
.filter-menu.active#ielts-modules {
  border-top-left-radius: 4px;
}
.filter-menu.active#test-collections {
  border-top-right-radius: 4px;
}
.test-collection-page .filter-tag {
  margin-bottom: 20px;
  overflow-x: hidden;
}
.test-collection-page .filter-tag .box-tag {
  white-space: nowrap;
  overflow-x: auto;
}
.test-collection-page .desktop-filter {
  display: none;
}
.filter-tag .tag-item {
  font-weight: normal;
}
.filter-tag .tag-item .tagclose {
  width: 9px;
  margin-left: 4px;
}
.page.test-collection-page .my-check {
  padding: 0px 0px 0px 48px !important;
  display: block;
}
.page.test-collection-page .my-check label:before {
  display: block;
  position: absolute;
  background-color: #fff;
  content: "";
  top: -5px;
  left: 0px;
  font-style: normal;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.my-check {
  position: relative;
  display: inline;
  padding: 0px 0px 0px 25px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  cursor: pointer;
}
.my-check label {
  cursor: pointer;
  display: inline;
  font-weight: normal;
}
.my-check input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.my-check input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.my-check input[type="checkbox"]:checked ~ .checkmark {
  background: #294563;
  border: none;
}
.my-check .checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid 1px #cccccc;
}
.my-check label:before {
  display: block;
  position: absolute;
  background-color: #fff;
  content: "\f372";
  font-family: "Ionicons";
  height: 20px;
  width: 20px;
  top: -4px;
  left: 0px;
  font-style: normal;
  z-index: 5;
  font-size: 20px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.my-check .check::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.my-check input[type="checkbox"]:checked ~ label::before {
  content: "\f374";
}
.writing-test-date {
  width: 100%;
  float: left;
  margin-bottom: 2px;
}
.writing-test-date .test-des {
  float: left;
}
.writing-test-date .test-des p {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  margin-left: 10px;
  font-size: 12px;
}
.writing-test-date .hidden-xs {
  margin-left: 0 !important;
}
.news-item .writing-test-date .test-des {
  float: left;
}
.news-item .writing-test-date .hidden-xs {
  margin-left: 0;
}
.writing-test-subtitle {
  font-size: 14px;
  color: #888888;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.writing-item-description {
  font-size: 18px;
  color: #7d90a0;
}
.form_class input[type="checkbox"] + label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fixed-filter-title {
  display: none;
}
.close-app {
  display: none;
}
.close-app .filter-close-bt {
  font-family: "Montserrat", sans-serif;
  width: 84px;
  height: 48px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #083050;
  font-size: 13px;
  font-weight: bold;
  color: #294563;
}
.close-app .filter-close-bt:hover {
  background: #d4dae0;
}
.close-app .filter-apply {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 84px;
  height: 48px;
  border-radius: 4px;
  background-color: #294563;
  font-size: 13px;
  color: #fff;
  border: none;
  float: right;
}
.close-app .filter-apply:hover {
  background: #536b82;
}
.items-box::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f3f3f3;
}
.items-box::-webkit-scrollbar {
  height: 9px;
  background-color: #f3f3f3;
}
.items-box::-webkit-scrollbar-thumb {
  border-radius: 4.5px;
  background-color: #d8d8d8;
}
.showing-filter .box-caption.latest-writing {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .box-caption.latest-writing {
    margin-top: 30px;
  }
  .sitemap a {
    display: inline;
  }
  ul.pager__items {
    padding-left: 0;
  }
  ul.pager__items li a {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  ul.pager__items li a {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .colleft-inner {
    width: 100%;
  }
  .writing-test-subtitle {
    font-size: 11px;
  }
  .writing-item-description {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .writing-test-date .test-des p {
    display: inline-block !important;
    font-size: 11px;
  }
  .fixed-filter-title {
    width: 100%;
    float: left;
    background: #f3f3f3;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #294563;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
    padding: 12px 15px;
  }
  .fixed-filter-title span {
    float: right;
    margin-right: 10px;
    cursor: pointer;
  }
  #mob-filter-btn.filter-menu {
    border-right: none;
  }
  #mob-filter-btn.filter-menu:after {
    display: none;
  }
  #mob-filter-btn {
    display: block;
    padding: 15px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  #mob-filter-btn .fa-filter {
    font-size: 16px;
    position: relative;
    margin-right: 6px;
  }
  #test-collections {
    display: none;
  }
  #published {
    display: none;
  }
  .payment-control .btn-checkout {
    font-size: 18px;
    line-height: 45px;
  }
  .filtering #overlay-region {
    display: block;
    background: #fff;
  }
}
.mejs__container {
  width: 100% !important;
  background: #d6f0f4;
  border-bottom: 1px solid #85d2de;
}
@media screen and (max-width: 767px) {
  .mejs__container {
    border-bottom: none;
  }
}
.mejs__controls:not([style*="display: none"]) {
  background: transparent;
}
.mejs__controls {
  padding: 0;
}
.mejs__time-hovered {
  background: rgba(91, 195, 210, 0.58);
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-float-corner,
.mejs__time-marker {
  height: 6px;
  outline: none;
}
.mejs__time-float-current {
  color: #5bc3d2;
}
.mejs__time {
  font-weight: 700;
  font-size: 14px;
  color: #84d1dd;
  height: auto;
  line-height: 41px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .mejs__time {
    font-size: 12px;
  }
}
.mejs__time-total {
  background: #fff;
}
.mejs__time-float {
  border: solid 1px #5bc3d2;
  background: #d7f0f5;
}
.listening-result .mejs__time-float {
  height: 14px;
  margin-bottom: 3px;
}
.mejs__time-current {
  background-color: #5bc3d2;
  border-radius: 4px;
}
.mejs__time-float-corner {
  border-color: #5bc3d2 transparent transparent;
}
.mejs__currenttime {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .mejs__currenttime {
    padding-left: 0;
  }
}
.mejs__time-handle {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: #5bc3d2;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin-top: -5px;
}
.mejs__time-handle-content {
  --webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.mejs__time-rail {
  padding-top: 13px;
  margin: 0;
}
.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    #84d1dd 50%,
    #84d1dd 75%,
    transparent 75%,
    transparent
  );
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(255, 255, 255, 0.15) 50%,
    #84d1dd 50%,
    #84d1dd 75%,
    transparent 75%,
    rgba(255, 255, 255, 0.15)
  );
  background-size: 15px 15px;
  width: 100%;
  height: 6px;
}
.mejs__volume-button {
  position: absolute;
  bottom: -51px;
  left: 30.4%;
}
@media screen and (max-width: 767px) {
  .mejs__volume-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mejs__button > button {
    height: 40px;
    width: 40px;
  }
}
.mejs__playpause-button {
  width: 96px;
  height: 41px;
  position: relative;
}
@media (max-width: 767px) {
  .mejs__playpause-button {
    width: 41px;
  }
}
.mejs__playpause-button .press-hint {
  position: absolute;
  width: 135px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  box-shadow: 0 2px 6px 0 #cccccc;
  background-color: #294563;
  left: 50%;
  transform: translateX(-67.5px);
  bottom: -34px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .mejs__playpause-button .press-hint {
    left: 68px;
  }
}
.mejs__playpause-button .press-hint:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #294563;
  top: -9px;
  border-bottom-left-radius: 9%;
  border-bottom-right-radius: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mejs__playpause-button .press-hint:before {
    left: -91px;
  }
}
.mejs__volume-button > button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background: #5bc3d2;
  transform: rotate(35deg);
  top: -2px;
  right: 12px;
  display: none;
}
.mejs__unmute.mejs__volume-button > button:after {
  display: block;
}
.listening-result .mejs__horizontal-volume-slider {
  width: 10%;
  left: 35.8%;
}
.mejs__horizontal-volume-slider {
  position: absolute;
  bottom: -37.5px;
  left: 34.1%;
  width: 13%;
}
@media screen and (max-width: 767px) {
  .mejs__horizontal-volume-slider {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .mejs__horizontal-volume-slider {
    left: 35.1%;
  }
}
@media screen and (min-width: 1200px) {
  .mejs__horizontal-volume-slider {
    left: 34.1%;
  }
}
.mejs__horizontal-volume-total {
  width: 100%;
  background: #fff;
  height: 6px;
  border-radius: 4px;
}
.mejs__horizontal-volume-current {
  background: #5bc3d2;
}
.mejs__horizontal-volume-current:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: -8px;
  top: -4px;
  border-radius: 50%;
  background: #5bc3d2;
}
.player .player-bottom-bar:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 39px;
  left: 24%;
  bottom: -39px;
  background: #5bc3d2;
}
@media screen and (max-width: 767px) {
  .mejs__duration-container {
    padding-right: 55px;
  }
}
.notifications-page .notifications-wrapper {
  margin: 40px 0 100px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d4dae0;
}
.notifications-page .notifications-wrapper > div {
  padding: 12px 29px;
  height: 50px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-top: solid 1px #d4dae0;
}
.notifications-page .notifications-wrapper > div:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  .notifications-page .notifications-wrapper > div {
    height: 91px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-wrapper > div {
    height: 91px;
  }
}
.notifications-page .notifications-wrapper .title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #294563;
}
@media (max-width: 767px) {
  .notifications-page .notifications-wrapper .title {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-wrapper .title {
    text-align: center;
  }
}
.notifications-page .order-item {
  position: relative;
  font-size: 16px;
  color: #282828;
  font-weight: normal;
}
.notifications-page .order-item span.order-num {
  font-weight: bold;
}
.notifications-page .order-item a {
  display: block;
}
.notifications-page .order-item.active {
  background-color: #f3f3f3;
}
.notifications-page .order-item:hover {
  background-color: #f3f3f3;
}
.notifications-page .order-item span.date {
  position: absolute;
  right: 29px;
  top: 15px;
  font-size: 14px;
  color: #888888;
}
@media (max-width: 767px) {
  .notifications-page .order-item span.date {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifications-page .order-item span.date {
    position: static;
  }
}
.open-notification .notifi-popup-mobile {
  display: block;
}
.notifi-popup-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .notifi-popup-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    z-index: 10002;
  }
  .notifi-popup-mobile .container {
    padding: 0;
    max-width: 100%;
  }
}
.notifi-popup-mobile .time {
  font-size: 12px;
  line-height: 1.25;
  color: #888888;
  margin-bottom: 20px;
}
.notifi-popup-mobile .order-title {
  font-size: 18px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #294563;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
.notifi-popup-mobile .confirm-order {
  text-align: center;
}
.notifi-popup-mobile .confirm-order button {
  background: #294563;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 48px;
  padding: 0 57px;
}
.notifi-popup-mobile .container-mess-order {
  font-size: 16px;
  line-height: 1.38;
  color: #282828;
}
.notifi-popup-mobile .notifications-popup-wp {
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
}
.notifi-popup-mobile .notifications-popup-wp .tab-content {
  padding: 20px;
}
.notifi-popup-mobile .notifications-popup-wp .title,
.notifi-popup-mobile .notifications-popup-wp .order-item {
  height: 50px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-top: solid 1px #d4dae0;
}
.notifi-popup-mobile .notifications-popup-wp .title:first-child,
.notifi-popup-mobile .notifications-popup-wp .order-item:first-child {
  border-top: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifi-popup-mobile .notifications-popup-wp .title,
  .notifi-popup-mobile .notifications-popup-wp .order-item {
    height: 91px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .notifi-popup-mobile .notifications-popup-wp .title,
  .notifi-popup-mobile .notifications-popup-wp .order-item {
    height: 91px;
    padding: 12px 0;
  }
}
.notifi-popup-mobile .notifications-popup-wp .title.unread a,
.notifi-popup-mobile .notifications-popup-wp .order-item.unread a {
  font-weight: bold;
}
.notifi-popup-mobile .notifications-popup-wp .title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #294563;
  padding-top: 50px;
  border-bottom: solid 1px #d4dae0;
  cursor: pointer;
}
.notifi-popup-mobile .notifications-popup-wp .title.active {
  cursor: pointer;
}
.notifi-popup-mobile .notifications-popup-wp .title span {
  position: relative;
}
@media (max-width: 767px) {
  .notifi-popup-mobile .notifications-popup-wp .title {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifi-popup-mobile .notifications-popup-wp .title {
    text-align: center;
  }
}
.notifi-popup-mobile .order-item {
  position: relative;
  font-size: 16px;
  color: #282828;
  font-weight: normal;
}
.notifi-popup-mobile .order-item span.order-num {
  font-weight: bold;
}
.notifi-popup-mobile .order-item a {
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow-y: hidden;
  padding: 0 29px;
}
.notifi-popup-mobile .order-item.active {
  background-color: #f3f3f3;
}
.notifi-popup-mobile .order-item:hover {
  background-color: #f3f3f3;
}
.notifi-popup-mobile .order-item span.date {
  position: absolute;
  right: 29px;
  top: 15px;
  font-size: 12px;
  color: #888888;
  display: block;
  font-weight: normal;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .notifi-popup-mobile .order-item span.date {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifi-popup-mobile .order-item span.date {
    position: static;
  }
}
.open-messages {
  overflow: hidden;
}
.open-messages .messages-popup-mobile {
  display: block;
}
.messages-popup-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .messages-popup-mobile {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: hidden;
    z-index: 10002;
  }
  .messages-popup-mobile .container {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
}
.messages-popup-mobile .messages-popup-wp {
  height: 100%;
}
.messages-popup-mobile .tab-content {
  height: 100%;
}
.messages-popup-mobile .mes-title-top {
  text-align: center;
  margin: 53px auto 20px;
  font-size: 18px;
  font-weight: bold;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  cursor: default;
}
.messages-popup-mobile .mes-title-top.active {
  cursor: pointer;
}
.messages-popup-mobile .mes-title-top span {
  position: relative;
}
.messages-popup-mobile .user-search {
  position: relative;
  padding: 7px;
  height: 49px;
}
.messages-popup-mobile .user-search input {
  border-radius: 4px;
  box-shadow: none;
  border: none;
  background-color: #f3f3f3;
  padding-left: 34px;
}
.messages-popup-mobile .user-search button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  line-height: 0;
  padding: 0;
  position: absolute;
  left: 22px;
  top: 16px;
}
.messages-popup-mobile .user-search button:active {
  background-color: transparent;
  border: none;
  outline: none;
}
.messages-popup-mobile .user-search button:focus {
  background-color: transparent;
  border: none;
  outline: none;
}
.messages-popup-mobile div.mess-item {
  position: relative;
  cursor: pointer;
  float: none;
}
.messages-popup-mobile div.mess-item > div[data-toggle="tab"] {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #d4dae0;
}
.messages-popup-mobile div.mess-item.active {
  background-color: #f3f3f3;
}
.messages-popup-mobile .schollmate-avatar {
  float: left;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 13px;
  margin-top: 6px;
}
.messages-popup-mobile .schollmate-avatar img {
  border-radius: 50%;
}
.messages-popup-mobile .mess-wrap {
  width: 70%;
  float: left;
}
.messages-popup-mobile a.partner-name {
  padding: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #294563;
  line-height: auto;
  margin-bottom: 6px;
}
.messages-popup-mobile .short-message {
  font-size: 14px;
  line-height: 1.36;
  color: #282828;
}
.messages-popup-mobile .date {
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 12px;
  color: #888888;
}
.messages-popup-mobile .table-chat-content {
  position: relative;
  height: calc(100% - 100px);
  overflow: hidden;
}
.messages-popup-mobile .table-chat-content .mess-container-detail {
  height: calc(100% - 120px);
  overflow-y: auto;
}
.messages-popup-mobile .table-chat-content .write-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: none;
  border-radius: 0;
}
.messages-popup-mobile .table-chat-content .write-message textarea {
  border: none;
  border-top: 1px solid #d4dae0;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 20px;
  height: 70px;
}
.messages-popup-mobile .table-chat-content .partner-mess-name {
  text-align: center;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #294563;
  line-height: 50px;
  border-bottom: 1px solid #d4dae0;
  top: 0;
  left: 0;
  right: 0;
}
.messages-popup-mobile .table-chat-content .partner-mess-name img {
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.messages-popup-mobile .table-chat-content .current-user-mess {
  position: relative;
  margin: 25px 0;
}
.messages-popup-mobile .table-chat-content .current-user-mess .time {
  position: absolute;
  font-size: 12px;
  color: #888888;
  left: 7%;
}
.messages-popup-mobile .table-chat-content .current-user-mess .user-mess-cont {
  background: #7d90a0;
  padding: 10px 13px 10px 20px;
  border-radius: 4px;
  width: 60%;
  float: right;
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
}
.messages-popup-mobile .table-chat-content .partner-mess {
  position: relative;
  margin: 25px 0;
}
.messages-popup-mobile .table-chat-content .partner-mess > img {
  position: absolute;
  left: 15px;
}
.messages-popup-mobile .table-chat-content .partner-mess .time {
  position: absolute;
  font-size: 12px;
  color: #888888;
  right: 7%;
}
.messages-popup-mobile .table-chat-content .partner-mess .partner-mess-details {
  background: #f3f3f3;
  padding: 10px 13px 10px 20px;
  border-radius: 4px;
  width: 55%;
  float: left;
  color: #282828;
  font-size: 14px;
  margin-left: 56px;
  margin-bottom: 30px;
}
.messages-popup-mobile .table-chat-content .mes-date {
  font-size: 12px;
  font-weight: bold;
  color: #294563;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .messages-page {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .messages-page {
    display: none;
  }
}
.messages-page .mess-title {
  font-size: 22px;
  color: #294563;
  text-align: center;
  margin: 30px auto;
}
.messages-page .messages-cont-wrap {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 55px;
  border-radius: 4px;
  position: relative;
}
.messages-page .messages-cont-wrap .col-xs-12 {
  padding: 0;
}
.messages-page .messages-cont-wrap .col-left {
  border: solid 1px #d4dae0;
  height: 100%;
  height: 619px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.messages-page .messages-cont-wrap .col-right {
  border: 1px solid #d4dae0;
  border-left: none;
  height: 100%;
  height: 619px;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767px) {
  .messages-page .messages-cont-wrap .col-right {
    margin-top: 20px;
    border-left: 1px solid #d4dae0;
  }
}
.messages-page .messages-cont-wrap form.user-search {
  position: relative;
  padding: 7px;
  height: 49px;
}
.messages-page .messages-cont-wrap .form-group input.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: none;
  background-color: #f3f3f3;
  padding-left: 34px;
}
.messages-page .messages-cont-wrap .form-group .form-group {
  margin-bottom: 0;
}
.messages-page .messages-cont-wrap button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  line-height: 0;
  padding: 0;
  position: absolute;
  left: 22px;
  top: 16px;
  box-shadow: none;
}
.messages-page .messages-cont-wrap button:active {
  background-color: transparent;
  border: none;
}
.messages-page .messages-cont-wrap button:focus {
  outline: none;
}
.messages-page .users-column {
  height: calc(100% - 49px);
}
.messages-page .users-column .nav-tabs {
  border-bottom: none;
}
.messages-page .users-column .nav-tabs > li {
  position: relative;
  border-top: 1px solid #d4dae0;
  cursor: pointer;
  float: none;
}
.messages-page .users-column .nav-tabs > li > div {
  padding: 20px 25px 20px 19px;
}
.messages-page .users-column .nav-tabs > li.active {
  background-color: #f3f3f3;
}
.messages-page .users-column .nav-tabs > li:hover {
  background-color: #f3f3f3;
}
.messages-page .users-column .nav-tabs > li a.partner-name {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #294563;
  line-height: auto;
  margin-bottom: 6px;
}
.messages-page .schollmate-avatar {
  float: left;
  overflow: hidden;
  min-width: 60px;
  margin-right: 10px;
}
.messages-page .schollmate-avatar img {
  border-radius: 50%;
}
.messages-page .mess-wrap {
  width: 70%;
  float: left;
}
.messages-page .short-message {
  font-size: 14px;
  line-height: 1.36;
  color: #282828;
}
.messages-page .date {
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 12px;
  color: #888888;
}
.messages-page .table-chat-content {
  height: 619px;
  overflow: hidden;
  position: relative;
}
.messages-page .table-chat-content .mess-content {
  height: 438px;
  position: relative;
  top: 50px;
  overflow-y: auto;
}
.messages-page .table-chat-content .write-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: none;
  border-radius: 0;
}
.messages-page .table-chat-content .write-message textarea {
  border: none;
  border-top: 1px solid #d4dae0;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 20px;
}
.messages-page .table-chat-content .partner-mess-name {
  text-align: center;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #294563;
  line-height: 50px;
  border-bottom: 1px solid #d4dae0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.messages-page .table-chat-content .partner-mess-name img {
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.messages-page .table-chat-content .current-user-mess {
  position: relative;
  margin: 25px 0;
}
.messages-page .table-chat-content .current-user-mess .time {
  position: absolute;
  font-size: 12px;
  color: #888888;
  left: 21px;
}
.messages-page .table-chat-content .current-user-mess .user-mess-cont {
  background: #7d90a0;
  padding: 10px 13px 10px 20px;
  border-radius: 4px;
  width: 60%;
  float: right;
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
}
.messages-page .table-chat-content .partner-mess {
  position: relative;
  margin: 25px 0;
}
.messages-page .table-chat-content .partner-mess > img {
  position: absolute;
  left: 15px;
}
.messages-page .table-chat-content .partner-mess .time {
  position: absolute;
  font-size: 12px;
  color: #888888;
  right: 21px;
}
.messages-page .table-chat-content .partner-mess .partner-mess-details {
  background: #f3f3f3;
  padding: 10px 13px 10px 20px;
  border-radius: 4px;
  width: 60%;
  float: left;
  color: #282828;
  font-size: 14px;
  margin-left: 65px;
  margin-bottom: 30px;
}
.messages-page .table-chat-content .mes-date {
  font-size: 12px;
  font-weight: bold;
  color: #294563;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .notifications-detail-page {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifications-detail-page {
    display: none;
  }
}
.notifications-detail-page .notifi-title {
  font-size: 22px;
  color: #294563;
  text-align: center;
  margin: 30px auto;
}
.notifications-detail-page .notifi-cont-wrap {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 55px;
  border-radius: 4px;
  position: relative;
}
.notifications-detail-page .notifi-cont-wrap .col-xs-12 {
  padding: 0;
}
.notifications-detail-page .notifi-cont-wrap .col-left {
  border: solid 1px #d4dae0;
  height: 550px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.notifications-detail-page .notifi-cont-wrap .col-left .orders-column {
  height: 100%;
  overflow-y: auto;
}
.notifications-detail-page .notifi-cont-wrap .col-right {
  border: solid 1px #d4dae0;
  height: 100%;
  min-height: 550px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .notifications-detail-page .notifi-cont-wrap .col-right {
    border-left: solid 1px #d4dae0;
    margin-top: 20px;
  }
}
.notifications-detail-page .notifi-cont-wrap form.user-search {
  position: relative;
  padding: 7px;
  height: 49px;
}
.notifications-detail-page .notifi-cont-wrap .form-group input.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: none;
  background-color: #f3f3f3;
  padding-left: 34px;
}
.notifications-detail-page .notifi-cont-wrap .form-group .form-group {
  margin-bottom: 0;
}
.notifications-detail-page .notifi-cont-wrap .confirm-order {
  text-align: center;
  margin-top: 30px;
}
.notifications-detail-page .notifi-cont-wrap button {
  background: #294563;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 48px;
  padding: 0 57px;
}
.notifications-detail-page .orders-column .nav-tabs {
  border-bottom: none;
}
.notifications-detail-page .orders-column .nav-tabs > li {
  position: relative;
  float: none;
  border-top: 1px solid #d4dae0;
  cursor: pointer;
}
.notifications-detail-page .orders-column .nav-tabs > li.active {
  background-color: #f3f3f3;
}
.notifications-detail-page .orders-column .nav-tabs > li:hover {
  background-color: #f3f3f3;
}
.notifications-detail-page .orders-column .nav-tabs > li:first-child {
  border-top: none;
}
.notifications-detail-page .orders-column .nav-tabs > li .order-item {
  font-size: 16px;
  color: #282828;
}
.notifications-detail-page .orders-column .nav-tabs > li .order-item span {
  font-weight: 600;
}
.notifications-detail-page .orders-column .nav-tabs > li.not-seen .order-item {
  font-weight: bold;
}
.notifications-detail-page .orders-column .nav-tabs > li > div {
  padding: 15px 25px;
}
.notifications-detail-page .date {
  font-size: 14px;
  color: #888888;
}
.notifications-detail-page .table-order-content {
  padding: 31px 40px 31px 38px;
}
.notifications-detail-page .table-order-content .order-title {
  font-size: 18px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #294563;
  text-align: left;
  position: relative;
  margin-bottom: 18px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .notifications-detail-page .table-order-content .order-title {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notifications-detail-page .table-order-content .order-title {
    padding-right: 0;
  }
}
.notifications-detail-page .table-order-content .order-title .time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
}
.notifications-detail-page .table-order-content .container-mess-order {
  font-size: 16px;
  line-height: 1.38;
  color: #282828;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blinker 1.5s ease-in-out infinite;
}
.footer .bootstrap-select {
  width: 160px !important;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .bootstrap-select {
    width: 100% !important;
    font-size: 13px;
  }
}
.footer .bootstrap-select button.btn {
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
  padding: 0 12px;
}
.footer .bootstrap-select button.btn:active,
.footer .bootstrap-select button.btn:focus {
  outline: none !important;
}
.footer .bootstrap-select.open button.btn {
  color: #294563;
  border: solid 1px #cccccc;
}
.footer .bootstrap-select.currency- div.dropdown-menu {
  padding: 0;
}
.notifi-popup-mobile table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
}
.notifi-popup-mobile img {
  max-width: none;
}
.notifi-popup-mobile .container-mess-order {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  video::-webkit-media-controls-overlay-play-button {
    display: none;
  }
}
:root {
  --main-color: #294563;
  --speaking-color: #c76378;
  --listening-color: #32b4c8;
  --writing-color: #f9a95a;
  --reading-color: #37854d;
  --pdf-quiz-color: #1B72E8;
  --primary-gradient: linear-gradient(180deg, #294563 0%, #172636 100%);
  --reading-gradient: linear-gradient(180deg, #337845 0%, #265a35 100%);
  --listening-gradient: linear-gradient(180deg, #33b2c7 0%, #268695 100%);
  --writing-gradient: linear-gradient(180deg, #faa859 0%, #bb7f44 100%);
  --speaking-gradient: linear-gradient(180deg, #c86478 0%, #954b5a 100%);
}
.reading-test {
  --main-color: #37854d;
  --bg-color: #d6e4da;
  --bg-gradient: linear-gradient(180deg, #337845 0%, #265a35 100%);
}
.listening-test {
  --main-color: #32b4c8;
  --bg-color: #d6f0f4;
  --bg-gradient: linear-gradient(180deg, #33b2c7 0%, #268695 100%);
}
.writing-test {
  --main-color: #f9a95a;
  --bg-gradient: linear-gradient(180deg, #faa859 0%, #bb7f44 100%);
}
.speaking-test {
  --main-color: #c76378;
  --bg-gradient: linear-gradient(180deg, #c86478 0%, #954b5a 100%);
}

.pdf-quiz-test {
    --main-color: #1B72E8;
    --bg-color: #d6e4da;
    --bg-gradient: linear-gradient(180deg, #1B72E8 0, #273e5e 100%);
}



.-landing .realtest-header {
  position: static;
  border-bottom: 1px solid #d9d9d9;
}
.user-socer .radial {
  margin: 0;
}
.user-socer .welldone {
  margin: 0;
}
.user-socer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .user-socer .row {
    gap: 4rem;
  }
}
.user-socer .row:after,
.user-socer .row:before {
  content: initial;
}
.user-socer .row [class^="col"] {
  float: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 96%;
    margin: 15% auto 0;
  }
}
.container.flex {
  display: flex;
  flex-wrap: wrap;
}
.container.flex:after,
.container.flex:before {
  content: normal;
}
.reading-font {
  cursor: pointer;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #fff;
  transition: all 0.12s ease-out;
  padding: 0 11px;
}
.reading-font:hover {
  color: #7d90a0;
}
.reading-font.font-large {
  font-size: 24px;
  font-weight: bold;
}
.reading-font.font-medium {
  font-size: 18px;
  font-weight: bold;
}
.reading-font.font-small {
  font-size: 13px;
  font-weight: bold;
  border-bottom: none;
}
.listening-result .media-player .mejs__time {
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 11px;
}
.listening-result .media-player .mejs__time-float {
  margin-bottom: 9px;
}
.play-inner .mejs__cinema,
.play-inner .mejs__playback {
  display: none !important;
  pointer-events: none;
}
.media-player {
  position: relative;
  background-color: #fff;
}
.media-player .mejs__button {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.media-player .mejs__controls {
  padding: 0 10px;
}
.media-player .mejs__button > button:focus {
  outline: none;
}
.media-player .mejs-speed-button > button,
.media-player .mejs__speed-button > button {
  background: transparent;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  margin: 11px 0 0;
  width: 36px;
}
.media-player .mejs__container {
  background: transparent;
  border-bottom: none;
}
.media-player .mejs__time-total,
.media-player .mejs__time-buffering,
.media-player .mejs__time-loaded,
.media-player .mejs__time-current,
.media-player .mejs__time-hovered,
.media-player .mejs__time-float-current,
.media-player .mejs__time-float-corner,
.media-player .mejs__time-marker {
  height: 3px;
  outline: none;
}
.media-player .mejs__volume-button {
  bottom: auto;
  left: auto;
}
.media-player .mejs__volume-button > button:after {
  height: 20px;
  background: #fff;
  top: 1px;
}
.media-player .mejs__fullscreen-button {
  top: 3px;
}
.media-player .mejs__captions-button {
  position: absolute;
  right: 187px;
  top: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-player .mejs__captions-button {
    right: 150px;
  }
}
@media (max-width: 767px) {
  .media-player .mejs__captions-button {
    right: 100px;
  }
}
.media-player .mejs__time-float {
  border: solid 1px #fff;
}
.media-player .mejs__time-handle {
  width: auto;
  height: auto;
  display: inline;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
}
.media-player .mejs__time-handle-content {
  top: -7px;
}
@media (max-width: 767px) {
  .media-player .mejs__cinema {
    display: none;
  }
}
.media-player .playback-button,
.media-player .playforward-button {
  width: 23px;
  height: 16px;
  z-index: 9;
}
.media-player .mejs__time-rail {
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 19px;
}
.media-player .mejs__fullscreen-button {
  position: absolute;
  right: 12px;
}
.media-player .mejs__cinema-button {
  position: absolute;
  right: 56px;
  top: 5px;
}
.media-player .mejs__volume-button {
  position: absolute;
  right: 93px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-player .mejs__volume-button {
    display: none;
  }
}
.media-player .mejs__time {
  padding: 16px 0 0;
  font-weight: normal;
  color: #fff;
  font-size: 11px;
  height: 24px;
  line-height: 13px;
}
.media-player .mejs__currenttime {
  position: relative;
  margin: 0 10px;
}
.media-player .mejs__currenttime:after {
  content: "/";
  position: absolute;
  right: -6px;
  top: 1px;
}
.media-player .mejs__captions-button > .mejs__captions-selector {
  margin-right: -50px;
}
.media-player .mejs__volume-button > .mejs__volume-slider {
  left: 50%;
}
.media-player .mejs__overlay-button {
  outline: none;
}
.media-player .mejs__speed-button {
  position: absolute;
  right: 136px;
  top: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-player .mejs__speed-button {
    right: 98px;
  }
}
@media (max-width: 767px) {
  .media-player .mejs__speed-button {
    right: 53px;
  }
}
.media-player .mejs__speed-selector {
  left: -12px;
}
.media-player .mejs__captions-position-hover {
  bottom: 50px;
}
.media-player .mejs__time-current {
  background-color: #f32d1d;
}
.media-player .mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
}
.media-player .mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.media-player .mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
}
.media-player .mejs__time-float {
  background: #eee;
}
.media-player .mejs__time-float-corner {
  border-color: #eee transparent transparent;
}
.media-player .mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  background-size: 15px 15px;
}
.media-player .mejs__time-rail:hover .mejs__time-handle-content,
.media-player .mejs__time-rail .mejs__time-handle-content:focus,
.media-player .mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
a.tag {
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #32b4c8;
  margin-bottom: 15px;
  margin-left: 27px;
  border: 1px solid #cccccc;
  position: relative;
  border-radius: 4px;
  padding: 0 13px 0 0;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a.tag:nth-of-type(1) {
  margin-left: 13px;
}
a.tag span {
  font-size: 12px;
}
@media (max-width: 767px) {
  a.tag {
    margin-bottom: 10px;
  }
}
a.tag:hover {
  background-color: #f7f7f7;
}
a.tag:hover:before {
  background-color: #f7f7f7;
}
a.tag:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  left: -13px;
  top: 5px;
  transform: rotate(45deg);
  border-radius: 2px 2px 2px 8px;
  border-top-color: transparent;
  border-right-color: transparent;
  z-index: -1;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.profile-alert {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  background-color: #c86478;
}
@media (max-width: 767px) {
  .profile-alert {
    height: 50px;
    line-height: 50px;
  }
}

.profile-alert a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2px;
  padding: 0 27px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 22px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .profile-alert a {
    margin-left: 6px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
  }
}
.profile-alert a:hover {
  background-color: #954b5a;
}
@media screen and (max-width: 360px) {
  .profile-alert {
    font-size: 12px;
  }
  .profile-alert a {
    margin-left: 6px;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}
.system-alert {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  background-color: #c86478;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .system-alert {
    height: 50px;
    line-height: 50px;
  }
}

.system-alert a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2px;
  padding: 0 27px;
  border: 1px solid #282828;
  border-radius: 4px;
  margin-left: 22px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .system-alert a {
    margin-left: 6px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
  }
}
.system-alert a:hover {
  background-color: #284664;
}
@media screen and (max-width: 360px) {
  .system-alert {
    font-size: 12px;
  }
  .system-alert a {
    margin-left: 6px;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}
.intending-box {
  max-width: 983px;
  margin: 78px auto;
}
.intending-box__section-1,
.intending-box__section-5 {
  display: flex;
  flex-wrap: wrap;
}
.intending-box__section-1:after,
.intending-box__section-1:before,
.intending-box__section-5:after,
.intending-box__section-5:before {
  content: normal;
}
.intending-box__section-5 .form-group.col-xs-12:nth-of-type(odd) {
  float: left;
}
@media (max-width: 767px) {
  .intending-box__section-5 .form-group.col-xs-12:nth-of-type(odd) {
    float: none;
  }
}
.intending-box__section-5 .form-group.col-xs-12:nth-of-type(even) {
  float: right;
}
@media (max-width: 767px) {
  .intending-box__section-5 .form-group.col-xs-12:nth-of-type(even) {
    float: none;
  }
}
.intending-box.active {
  padding: 0;
}
.intending-box.active .mbmn-tab {
  width: calc(100% - 40px);
}
.intending-box.active .mbmn-tab.open {
  width: 100%;
}
@media (max-width: 767px) {
  .intending-box {
    margin: 28px auto 0;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .intending-box #intending {
    padding-top: 25px;
    background: #fff;
    position: relative;
  }
  .intending-box #intending:before {
    position: absolute;
    content: "";
    top: 10px;
    width: 83%;
    height: 1px;
    background-color: #d5d5d5;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.intending-box .mbmn-tab {
  height: 219px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #ffffff;
}
.intending-box .mbmn-tab.open {
  border: none;
}
.intending-box .mbmn-tab.open h5 {
  font-weight: 900;
  color: #32b4c8;
}
.intending-box .mbmn-tab.open .status {
  display: block;
}
.intending-box .mbmn-tab h5 {
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #9d9d9d;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-weight: normal;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intending-box .mbmn-tab h5 {
    bottom: 33px;
  }
}
.intending-box ul.status {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  display: none;
}
@media (max-width: 767px) {
  .intending-box ul.status {
    bottom: 0;
  }
}
.intending-box ul.status.stt-1 li:first-child {
  background-color: #faaa5a;
}
.intending-box ul.status.stt-2 li:first-child {
  background-color: #32b4c8;
}
.intending-box ul.status.stt-2 li:nth-child(2) {
  background-color: #faaa5a;
}
.intending-box ul.status.stt-3 li:first-child {
  background-color: #32b4c8;
}
.intending-box ul.status.stt-3 li:nth-child(2) {
  background-color: #32b4c8;
}
.intending-box ul.status.stt-3 li:nth-child(3) {
  background-color: #faaa5a;
}
.intending-box ul.status.stt-4 li:first-child {
  background-color: #32b4c8;
}
.intending-box ul.status.stt-4 li:nth-child(2) {
  background-color: #32b4c8;
}
.intending-box ul.status.stt-4 li:nth-child(3) {
  background-color: #32b4c8;
}
.intending-box ul.status.stt-4 li:nth-child(4) {
  background-color: #faaa5a;
}
.intending-box ul.status li {
  width: 10px;
  height: 10px;
  background-color: #d5d5d5;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.intending-box ul.status li:last-child {
  margin-right: 0;
}
.intending-box .intending-abroad {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
.intending-box .intending-abroad > li {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.intending-box .intending-abroad > li:focus {
  outline: none;
}
.intending-box .intending-abroad > li > a {
  display: block;
  height: 300px;
  text-align: center;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #ffffff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.intending-box .intending-abroad > li > a:focus {
  outline: none;
}
.intending-box .intending-abroad > li > a:hover {
  border: 1px solid #32b4c8;
  box-shadow: 0 0 0 1px #32b4c8;
}
.intending-box .intending-abroad > li > a:hover h5 {
  color: #32b4c8;
}
.intending-box .intending-abroad > li .checked-icon {
  top: 16px;
  right: 16px;
}
.intending-box .intending-abroad > li.active > a {
  border: 2px solid #32b4c8;
}
.intending-box .intending-abroad > li.active > a:hover {
  box-shadow: none;
}
.intending-box .intending-abroad > li.active h5 {
  font-weight: 900;
  color: #32b4c8;
}
.intending-box .intending-abroad > li.active .status {
  display: block;
}
.intending-box .intending-abroad > li.active .checked-icon {
  display: block;
}
.intending-box .intending-abroad h5 {
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #9d9d9d;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .intending-abroad h5 {
    font-size: 16px;
  }
}
.intending-box .form-group label {
  font-size: 20px;
  font-weight: 900;
  color: #294563;
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .form-group label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intending-box .form-group label {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.25;
  }
}
.intending-box .tab-content {
  margin-top: 35px;
}
.intending-box h2 {
  font-size: 20px;
  font-weight: 900;
  color: #294563;
  margin: 30px 0 45px;
  text-align: left;
  font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial,
    sans-serif;
}
@media (max-width: 767px) {
  .intending-box h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 30px 0 20px;
  }
}
.intending-box .intend-body {
  padding: 40px 40px 50px 40px;
  background: #fff;
  border: 2px solid #32b4c8;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .intend-body {
    padding: 48px 25px 20px;
  }
}
@media (max-width: 767px) {
  .intending-box .intend-body {
    border: none;
    padding: 0 15px 20px;
    border-bottom: 2px solid #32b4c8;
    border-radius: 0;
  }
}
.intending-box .prompt {
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  background-color: #f7f7f7;
  padding: 20px 30px 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .intending-box .prompt {
    padding: 20px 15px 25px;
  }
}
.intending-box .prompt h5 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #284664;
  margin: 7px 0 26px 0;
}
@media (max-width: 767px) {
  .intending-box .prompt h5 {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .intending-box .prompt li {
    font-size: 12px;
    margin-bottom: 8px;
    background-size: 16px;
    padding-left: 25px;
    background-position: left top 3px;
  }
}
.intending-box .prompt li:last-child {
  margin-bottom: 0;
}
.intending-box .applied-box {
  margin-bottom: 2rem;
}
.intending-box .applied-box__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 900;
  color: #294563;
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .applied-box__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intending-box .applied-box__title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.25;
  }
}
.intending-box .applied-box .iot-ra-cbx {
  margin-top: 0;
  margin-right: 20px;
}
.intending-box .applied-box .iot-ra-cbx:last-child {
  margin-right: 0;
}
.intending-box .intend-study {
  margin-bottom: 40px;
}
.intending-box .intend-study.selected-item .applied-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intending-box .intend-study:nth-of-type(1) {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .intending-box .intend-study:nth-of-type(1) {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .intending-box .intend-study:nth-of-type(2) {
    padding-left: 15px;
  }
}
.intending-box .intend-study .ar-applied {
  margin-top: 20px;
  color: #294563;
  width: 100%;
}
.intending-box .intend-study label {
  margin-bottom: 20px;
}
.intending-box .intend-study label.iot-ra-cbx {
  margin: 0 10px 0 0;
  display: inline-block;
  padding-left: 30px;
  min-height: 0;
  margin-bottom: 12px;
}
.intending-box .intend-study label.iot-ra-cbx:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .intending-box .intend-study label.iot-ra-cbx {
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .intending-box .intend-study .dropdown-toggle {
    margin-bottom: 0;
  }
}
.intending-box .tab-pane.parent-tab {
  position: relative;
}
.intending-box .tab-pane.parent-tab#intending:after {
  left: 23.1%;
}
.intending-box .jcarousel {
  position: relative;
}
.intending-box .jcarousel .tab-pane {
  padding: 20px 23px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .jcarousel .tab-pane {
    padding: 20px 23px;
  }
}
.intending-box .jcarousel .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.intending-box .jcarousel .tab-pane.active:after,
.intending-box .jcarousel .tab-pane.active:before {
  content: normal;
}
@media (max-width: 767px) {
  .intending-box .jcarousel .tab-pane {
    padding: 20px 0 0;
  }
}
.intending-box .jcarousel .tab-pane .iot-cbx {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .intending-box .jcarousel .tab-pane .iot-cbx {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: 0.2px;
    margin-bottom: 13px;
    min-height: 48px;
  }
}
.intending-box .jcarousel .tab-pane .iot-cbx .cb-label {
  padding-right: 13px;
}
@media (max-width: 767px) {
  .intending-box .jcarousel .tab-pane .iot-cbx .cb-label {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: 0.2px;
  }
}
.intending-box .jcarousel:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #ececec;
  top: 66px;
  left: 0;
  right: 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .intending-box .jcarousel:before {
    top: 53px;
  }
}
.intending-box .jcarousel li {
  width: 175px !important;
  text-align: center;
  padding: 0 20px;
  display: table;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .jcarousel li {
    width: 160px !important;
  }
}
@media (max-width: 767px) {
  .intending-box .jcarousel li {
    width: 100px !important;
    padding: 0 6px;
  }
}
.intending-box .jcarousel li.active a {
  font-weight: bold;
  color: #294563;
}
.intending-box .jcarousel li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #536b82;
  top: 65px;
  left: 0;
  right: 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .intending-box .jcarousel li.active a:before {
    top: 52px;
  }
}
.intending-box .jcarousel li > a {
  font-size: 14px;
  color: #9d9d9d;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .jcarousel li > a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .intending-box .jcarousel li > a {
    font-size: 11px;
    letter-spacing: 0.1px;
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .intending-box .jcarousel-control-prev,
  .intending-box .jcarousel-control-next {
    display: none;
  }
}
.intending-box .jcarousel-control-prev {
  left: -5px;
  transform: rotate(90deg);
}
.intending-box .jcarousel-control-next {
  right: -5px;
  transform: rotate(-90deg);
}
.intending-box .destination__options {
  padding: 23px 23px;
}
@media (max-width: 767px) {
  .intending-box .destination__options {
    padding: 0;
  }
}
.intending-box .destination .iot-cbx {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .intending-box .destination .iot-cbx {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: 0.2px;
    margin-bottom: 13px;
    min-height: 48px;
  }
}
.intending-box .destination .iot-cbx .cb-label {
  padding-right: 13px;
}
@media (max-width: 767px) {
  .intending-box .destination .iot-cbx .cb-label {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: 0.2px;
  }
}
.intending-box .destination h2 {
  margin-bottom: 30px;
}
.intending-box .destination .ct-name {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #282828;
}
@media (max-width: 767px) {
  .intending-box .destination .ct-name {
    font-size: 14px;
  }
}
.intending-box .destination .country-list {
  padding-left: 16px;
}
.intending-box .destination .country-list li {
  width: 50%;
  float: left;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .destination .country-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intending-box .destination .country-list li {
    width: 100%;
  }
}
.intending-box .destination ul.rate-star {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .intending-box .destination ul.rate-star {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .intending-box .destination .star {
    margin-right: 5px;
  }
}
.intending-box .admisson-test .iot-cbx {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .intending-box .admisson-test .iot-cbx {
    margin-bottom: 11px;
  }
  .intending-box .admisson-test .iot-cbx .cb-label {
    font-size: 13px;
  }
}
.intending-box .admisson-test .iot-cbx:nth-child(3n + 2) {
  padding-left: 80px;
}
.intending-box .admisson-test .iot-cbx:nth-child(3n + 2) .checkmark {
  left: 40px;
}
.intending-box .admisson-test .iot-cbx:nth-child(3n + 3) {
  padding-left: 90px;
}
.intending-box .admisson-test .iot-cbx:nth-child(3n + 3) .checkmark {
  left: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .admisson-test .iot-cbx {
    padding-left: 40px !important;
  }
  .intending-box .admisson-test .iot-cbx .checkmark {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .intending-box .admisson-test .iot-cbx {
    padding-left: 40px !important;
  }
  .intending-box .admisson-test .iot-cbx .checkmark {
    left: 0 !important;
  }
}
.intending-box .admisson-test .tab-pane {
  padding: 20px 23px;
}
.intending-box .admisson-test .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .intending-box .admisson-test .tab-pane {
    padding: 26px 0 0 0;
  }
}
.intending-box .admisson-tab {
  position: relative;
  padding: 0;
  margin: 0;
}
.intending-box .admisson-tab:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #ececec;
  top: 55px;
  left: 0;
  right: 0;
  border-radius: 25px;
  visibility: visible;
}
.intending-box .admisson-tab li {
  float: left;
  width: 33.333333%;
  text-align: center;
  padding: 0 31px;
}
@media (max-width: 767px) {
  .intending-box .admisson-tab li {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .admisson-tab li {
    padding: 0 10px !important;
  }
}
.intending-box .admisson-tab li:first-child {
  padding: 0 48px;
}
@media (max-width: 767px) {
  .intending-box .admisson-tab li:first-child a {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 320px) {
  .intending-box .admisson-tab li:first-child {
    width: 30%;
  }
}
.intending-box .admisson-tab li:nth-child(2) {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .intending-box .admisson-tab li:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .intending-box .admisson-tab li:nth-child(2) {
    width: 36.3333%;
  }
}
.intending-box .admisson-tab li:last-child {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .intending-box .admisson-tab li:last-child a {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 320px) {
  .intending-box .admisson-tab li:last-child {
    width: 33.3333%;
  }
  .intending-box .admisson-tab li:last-child a {
    padding: 0 10px;
  }
}
.intending-box .admisson-tab li > a {
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #9d9d9d;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: center;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .intending-box .admisson-tab li > a {
    font-size: 11px;
  }
}
.intending-box .admisson-tab li > a br {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .admisson-tab li > a {
    font-size: 11px;
  }
  .intending-box .admisson-tab li > a br {
    display: block;
  }
}
@media (max-width: 767px) {
  .intending-box .admisson-tab li > a {
    font-size: 9px;
    letter-spacing: 0.1px;
    line-height: 1.45;
    text-align: center;
  }
  .intending-box .admisson-tab li > a br {
    display: block;
  }
}
.intending-box .admisson-tab li.active a {
  font-weight: bold;
  color: #294563;
}
.intending-box .admisson-tab li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #536b82;
  top: 55px;
  left: 0;
  right: 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .intending-box .admisson-tab li.active a:before {
    width: 88%;
  }
}
@media (max-width: 320px) {
  .intending-box .admisson-tab li.active:last-child a:before {
    width: 100%;
    left: 10px;
  }
}
.intending-box .other-dest {
  max-width: 290px;
  margin-bottom: 63px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .intending-box .other-dest {
    padding-left: 0;
    margin-bottom: 33px;
    max-width: 100%;
  }
}
.intending-box .other-dest label {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #294563;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .intending-box .other-dest label {
    font-size: 14px !important;
  }
}
.intending-box .applied-box .cb-label {
  font-size: 14px;
}
.intending-box .applied-box .checkmark {
  height: 20px;
  width: 20px;
}
.intending-box .eduinfo-body {
  background: #fff;
}
@media (max-width: 767px) {
  .intending-box .eduinfo-body {
    padding-top: 15px;
  }
}
.intending-box .eduinfo-body .form-group {
  padding: 0 31px;
}
@media (max-width: 767px) {
  .intending-box .eduinfo-body .form-group {
    padding: 0;
    margin-bottom: 43px;
  }
}
.intending-box .eduinfo-body .form-group label {
  line-height: 1;
  letter-spacing: 0.3px;
  margin-bottom: 13px;
  min-height: 40px;
}
@media (max-width: 767px) {
  .intending-box .eduinfo-body .form-group label {
    margin-bottom: 18px;
  }
}
.intending-box .financial-body {
  background: #fff;
}
@media (max-width: 767px) {
  .intending-box .financial-body {
    padding-top: 15px;
  }
}
.intending-box .financial-body .iot-cbx-factor:nth-child(1) .checkmark {
  background-color: #c86478;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(2) .checkmark {
  background-color: #d28393;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(3) .checkmark {
  background-color: #faaa5a;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(4) .checkmark {
  background-color: #faba7a;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(5) .checkmark {
  background-color: #85d2de;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(6) .checkmark {
  background-color: #a6eaf4;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(7) .checkmark {
  background-color: #aabacb;
}
.intending-box .financial-body .iot-cbx-factor:nth-child(8) .checkmark {
  background-color: #e1e1e1;
}
.intending-box .financial-body h2 {
  margin: 0 0 24px;
}
.intending-box .financial-body .col-left .form-group {
  max-width: 380px;
  margin-bottom: 58px;
  min-height: auto;
}
@media (max-width: 767px) {
  .intending-box .financial-body .col-left .form-group {
    margin-bottom: 40px;
  }
}
.intending-box .financial-body .col-left label {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .intending-box .financial-body .col-left label {
    margin-bottom: 19px;
    display: block;
  }
}
.intending-box .financial-body .col-right {
  padding-left: 66px;
}
@media (max-width: 767px) {
  .intending-box .financial-body .col-right {
    padding: 0 15px;
    clear: both;
  }
}
.intending-box .financial-body .budget > .bootstrap-select {
  width: 48%;
  float: left;
}
.intending-box .financial-body .budget > .bootstrap-select.annual-budget {
  width: 30%;
}
.intending-box .financial-body .budget > input {
  width: 68%;
  float: right;
}
@media (max-width: 767px) {
  .intending-box .financial-body .budget .dropdown-toggle .caret {
    width: 22px;
    height: 22px;
    background-size: contain;
    right: 3px;
    top: 9px;
  }
  .intending-box
    .financial-body
    .budget
    .dropdown-toggle
    .filter-option-inner-inner {
    font-size: 12px;
  }
}
.intending-box .financial-body .budget .dropdown-toggle .filter-option {
  padding: 0 10px;
}
.intending-box .note {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #d0021b;
  font-weight: bold;
}
.intending-box .attention {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #7a7a7a;
  display: inline-block;
  margin-top: -13px;
  padding-left: 18px;
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  .intending-box .attention {
    position: relative;
    top: initial;
  }
}
.intending-box .attention p {
  margin: 0;
}
.intending-box .attention a {
  text-transform: uppercase;
  color: #294563;
}
.intending-box .attention a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .intending-box .attention {
    font-size: 11px;
    letter-spacing: 0.1px;
    margin-left: 0;
  }
}
.intending-box .attention .note {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .intending-box .attention .note {
    left: 0;
  }
}
.intending-box .contact-body .row {
  margin: 0 -31px 0 -31px;
}
.intending-box .contact-body .form-group {
  padding: 0 31px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intending-box .contact-body .form-group {
    padding: 0 8px;
  }
}
.intending-box .contact-body .form-group #phone {
  max-width: 380px;
}
.intending-box .contact-body label {
  margin-bottom: 20px;
}
.intending-box .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.intending-box .d-flex:before {
  content: initial;
}
.intending-box .budget,
.intending-box .social-media {
  justify-content: space-between;
}
.intending-box .budget div.annual-budget-val,
.intending-box .budget .social-media-id,
.intending-box .social-media div.annual-budget-val,
.intending-box .social-media .social-media-id {
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .intending-box .budget div.annual-budget-val,
  .intending-box .budget .social-media-id,
  .intending-box .social-media div.annual-budget-val,
  .intending-box .social-media .social-media-id {
    margin-left: 0;
  }
}
.bootstrap-select.open button {
  background: #d4dae0 !important;
}
.bootstrap-select.open button .caret {
  transform: rotate(180deg);
}
.bootstrap-select div.dropdown-menu {
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .bootstrap-select div.dropdown-menu {
    width: 100%;
  }
}
.bootstrap-select ul.dropdown-menu li a {
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
  padding: 6px 15px;
}
.bootstrap-select ul.dropdown-menu li a.active {
  background-color: #ececec;
}
.bootstrap-select ul.dropdown-menu li a:focus {
  outline: none;
}
.bootstrap-select ul.dropdown-menu li a:hover {
  background-color: #ececec;
  color: #294563;
}
.bootstrap-select ul.dropdown-menu li a span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.bootstrap-select.currency- {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-select.currency- {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .bootstrap-select.currency- {
    margin-top: 38px;
  }
}
.bootstrap-select:focus {
  outline: none;
}
.bootstrap-select button.dropdown-toggle {
  transition: none;
  height: 100%;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.bootstrap-select button.dropdown-toggle:active {
  box-shadow: none;
}
.bootstrap-select button.dropdown-toggle .filter-option-inner {
  padding-right: 25px;
}
.bootstrap-select.selected button {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #294563 !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
}
.bt-dt,
.bt-rewatch {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 4px;
  color: #7a7a7a;
  border: 1px solid #cccccc;
  letter-spacing: 0.2px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.bt-dt:hover,
.bt-rewatch:hover {
  background-color: #f7f7f7;
}
.bt-rewatch {
  background-color: #294563;
  border: none;
  color: #fff;
}
.bt-rewatch:hover,
.bt-rewatch:focus {
  background-color: #4d6b89;
  color: #fff;
  opacity: 0.9;
}
.bt-rewatch.registered-ds {
  background-color: #cccccc;
  position: relative;
}
.bt-rewatch.registered-ds:hover {
  background-color: rgba(204, 204, 204, 0.9);
}
.bt-rewatch.registered-ds span {
  position: absolute;
  padding: 8px 9px 10px;
  font-size: 9px;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  width: calc(100% + 50px);
  margin-left: -25px;
  left: 0;
  bottom: calc(100% + 8px);
  background: #294563;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .bt-rewatch.registered-ds span {
    padding: 6px 9px 6px;
  }
}
.bt-rewatch.registered-ds span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #294563;
  bottom: -5px;
  left: 38%;
}
.bt-rewatch.disabled {
  background-color: #cccccc;
  color: #fff;
}
.bt-rewatch.disabled:hover {
  background-color: #cccccc;
}
.bt-rewatch span {
  position: absolute;
  padding: 8px 9px 10px;
  font-size: 9px;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  width: calc(100% + 50px);
  margin-left: -25px;
  left: 0;
  bottom: calc(100% + 8px);
  background: #294563;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .bt-rewatch span {
    padding: 6px 9px 6px;
  }
}
.bt-rewatch span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #294563;
  bottom: -5px;
  left: 38%;
}
.bt-reg {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  min-width: 180px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 4px;
  color: #fff;
  background-color: #32b4c8;
  letter-spacing: 0.4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.bt-reg:hover,
.bt-reg:focus {
  background-color: #47bbcd;
  color: #fff;
}
.bt-reg.join {
  background-color: #f9a95a;
}
.bt-reg.join:hover {
  background-color: #bb7f44;
}
.bt-reg.join-free {
  background-color: #c86478;
}
.bt-reg.join-free:hover {
  background-color: #ce7486;
}
.bt-reg.registered-ds {
  background-color: #cccccc;
  position: relative;
}
.bt-reg.registered-ds:hover {
  background-color: rgba(204, 204, 204, 0.9);
}
.bt-reg.registered-ds span {
  position: absolute;
  padding: 8px 9px 10px;
  font-size: 9px;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  width: calc(100% + 50px);
  margin-left: -25px;
  left: 0;
  bottom: calc(100% + 8px);
  background: #294563;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .bt-reg.registered-ds span {
    padding: 6px 9px 6px;
  }
}
.bt-reg.registered-ds span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #294563;
  bottom: -5px;
  left: 38%;
}
.bt-reg.registered {
  background-color: #cccccc;
  position: relative;
}
.bt-reg.registered:hover {
  background-color: rgba(204, 204, 204, 0.9);
}
.iot-opselect.-rounded button.dropdown-toggle {
  border-radius: 30px;
  padding-right: 36px;
}
.iot-opselect.-rounded button.dropdown-toggle .caret {
  font-size: 16px;
  color: #294563;
}
.iot-opselect.-rounded button.dropdown-toggle .filter-option {
  padding-right: 0;
}
.iot-opselect.-rounded button.dropdown-toggle .filter-option-inner {
  padding-right: 0;
}
.iot-opselect.-rounded div.dropdown-menu {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: none;
  margin-top: 5px !important;
}
.iot-opselect.-rounded ul.dropdown-menu {
  padding: 10px;
}
.iot-opselect.-rounded ul.dropdown-menu li + li {
  margin-top: 2px;
}
.iot-opselect.-rounded ul.dropdown-menu li a {
  font-weight: 500;
  border-radius: 30px;
  display: flex;
}
.iot-opselect.-rounded ul.dropdown-menu li a:hover {
  background: #eaecef;
}
.iot-opselect.-rounded ul.dropdown-menu li a.active {
  background: #bdc5cf;
  font-weight: 600;
}
.iot-opselect.-rounded ul.dropdown-menu li a.active:hover {
  background: #bdc5cf;
  font-weight: 600;
}
.iot-opselect.open .dropdown-toggle {
  background-color: #fff !important;
}
.iot-opselect.open .dropdown-toggle .caret {
  transform: translateY(-50%) rotate(180deg);
}
.iot-opselect div.dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0px !important;
  margin-top: 2px !important;
}
.iot-opselect div.dropdown-menu .inner.open {
  overflow-x: hidden !important;
}
.iot-opselect div.dropdown-menu li a span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.iot-opselect button.dropdown-toggle {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #fff !important;
  color: #9d9d9d;
  outline: none !important;
  border: 1px solid #cccccc !important;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding: 0 12px;
  box-shadow: none;
}
.iot-opselect button.dropdown-toggle .filter-option-inner-inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iot-opselect button.dropdown-toggle:focus {
  outline: none !important;
}
.iot-opselect button.dropdown-toggle .filter-option {
  outline: none !important;
}
.iot-opselect button.dropdown-toggle .caret {
  color: #cccccc;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  padding: 0;
  margin-top: 0;
  right: 10px;
  transform: translateY(-50%);
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-opselect button.dropdown-toggle .caret:after {
  content: "\ea29";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
}
.wbn-recommend {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .wbn-recommend {
    margin-bottom: 40px;
  }
}
.wbn-recommend h2 {
  margin: 0 0 25px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #294563;
}
@media (max-width: 767px) {
  .wbn-recommend h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
    letter-spacing: 0.3px;
  }
}
.wbn-recommend .class-item .img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 57%;
}
.wbn-recommend .class-item .img-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4a4a4a;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wbn-recommend .class-item .img-wrap img {
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #c7c7c7;
  border-bottom: none;
  position: absolute;
}
.wbn-recommend .class-item .img-wrap .title-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 3;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .img-wrap .title-wrap {
    top: 37%;
  }
}
.wbn-recommend .class-item .img-wrap .class-title {
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wbn-recommend .class-item .img-wrap .class-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wbn-recommend .class-item .img-wrap .class-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .img-wrap .class-title {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.2px;
    margin: 0 0 1px;
  }
}
.wbn-recommend .class-item .img-wrap .tutor-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.5px;
  color: #faaa5a;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .img-wrap .tutor-name {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.4px;
  }
}
.wbn-recommend .class-item .img-wrap:hover img {
  transform: scale(1.03);
}
.wbn-recommend .class-item .price-wp > div {
  float: left;
  margin-right: 19px;
  margin-bottom: 15px;
}
.wbn-recommend .class-item .price-wp > div.real-price {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #9d9d9d;
  text-decoration: line-through;
  margin-right: 19px;
}
.wbn-recommend .class-item .price-wp > div.percent-off {
  color: #c86478;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-right: 0;
}
.wbn-recommend .class-item .class-info {
  position: relative;
  padding: 28px 30px 65px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  min-height: auto;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .class-info {
    margin-top: -37px;
    background: #fff;
    position: relative;
    z-index: 30;
    padding: 20px 25px 58px;
    min-height: auto;
  }
}
.wbn-recommend .class-item .class-info ul {
  list-style: none;
  padding: 0;
}
.wbn-recommend .class-item .class-info li {
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #294563;
  margin-bottom: 20px;
  position: relative;
}
.wbn-recommend .class-item .class-info li:before {
  content: "";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #f9a95a;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .class-info li {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
  }
}
.wbn-recommend .class-item .class-info li.date:before {
  content: "\ea25";
}
.wbn-recommend .class-item .class-info li.date.today {
  color: #32b4c8;
}
.wbn-recommend .class-item .class-info li.time:before {
  content: "\ea18";
}
.wbn-recommend .class-item .class-info li.attending:before {
  content: "\e9e7";
}
.wbn-recommend .class-item .class-info li.cost:before {
  content: "\e942";
}
.wbn-recommend .class-item .class-info li.cost span {
  display: inline;
  font-weight: normal;
}
.wbn-recommend .class-item .class-info .join,
.wbn-recommend .class-item .class-info .register,
.wbn-recommend .class-item .class-info .buy-now,
.wbn-recommend .class-item .class-info .registered-ds {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #f9a95a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  max-width: 83%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
}
@media screen and (max-width: 320px) {
  .wbn-recommend .class-item .class-info .join,
  .wbn-recommend .class-item .class-info .register,
  .wbn-recommend .class-item .class-info .buy-now,
  .wbn-recommend .class-item .class-info .registered-ds {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
.wbn-recommend .class-item .class-info .join:hover,
.wbn-recommend .class-item .class-info .register:hover,
.wbn-recommend .class-item .class-info .buy-now:hover,
.wbn-recommend .class-item .class-info .registered-ds:hover {
  background-color: #bb7f44;
}
.wbn-recommend .class-item .class-info .register {
  background-color: #32b4c8;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .class-info .register {
    margin-top: 8px;
  }
}
.wbn-recommend .class-item .class-info .register:hover {
  background-color: #47bbcd;
}
.wbn-recommend .class-item .class-info .buy-now {
  background-color: #c86478;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .class-info .buy-now {
    margin-top: -4px !important;
  }
}
.wbn-recommend .class-item .class-info .buy-now:hover {
  background-color: #ce7486;
}
.wbn-recommend .class-item .class-info .registered-ds {
  background-color: #cccccc;
}
.wbn-recommend .class-item .class-info .registered-ds:hover {
  background-color: #cccccc;
}
.wbn-recommend .class-item .class-info .price {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #294563;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .class-info .price {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .wbn-recommend .class-item .class-info .act-bt {
    height: 32px;
    line-height: 32px;
    margin-top: 7px;
    font-size: 12px;
  }
}
.wbn-recommend .class-item .cl-tag {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  height: 23px;
  line-height: 23px;
  padding: 0 12px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #294563;
  display: inline-block;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item .cl-tag {
    padding: 0 5px;
    margin-top: 10px;
    font-size: 9px;
  }
}
.wbn-recommend .class-item ul.package-dt {
  list-style: none;
  padding: 0;
  margin-bottom: 19px;
}
.wbn-recommend .class-item ul.package-dt li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #4a4a4a;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .wbn-recommend .class-item ul.package-dt li {
    font-weight: normal;
  }
}
.wbn-recommend .class-item ul.package-dt li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #faaa5a;
  left: 0;
  top: 7px;
}
.wbn-recommend.product-single {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wbn-recommend.product-single {
    flex-direction: column;
  }
}
.wbn-recommend.product-single h2 {
  width: 100%;
}
.wbn-recommend.product-single .class-item {
  max-width: 366px;
  margin-right: 19px;
  width: 48%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wbn-recommend.product-single .class-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wbn-recommend.product-single .class-item {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.wbn-recommend.product-single .class-item:last-child {
  margin-right: 0;
}
.split-left ol,
.split-left ul {
  list-style: disc outside none;
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.split-left ol.list-question,
.split-left ul.list-question {
  list-style: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wbn-listing .owl-theme .owl-dots .owl-dot:focus,
.my-webinar .owl-theme .owl-dots .owl-dot:focus,
.wbn-detail .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.wbn-listing .owl-theme .owl-dots .owl-dot:hover span,
.my-webinar .owl-theme .owl-dots .owl-dot:hover span,
.wbn-detail .owl-theme .owl-dots .owl-dot:hover span {
  background: #d6d6d6;
}
.wbn-listing .owl-theme .owl-dots .owl-dot.active span,
.my-webinar .owl-theme .owl-dots .owl-dot.active span,
.wbn-detail .owl-theme .owl-dots .owl-dot.active span {
  background: #faaa5a;
}
.wbn-listing .owl-theme .owl-nav.disabled + .owl-dots,
.my-webinar .owl-theme .owl-nav.disabled + .owl-dots,
.wbn-detail .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}
.wbn-listing .owl-carousel .owl-nav button.owl-prev:focus,
.wbn-listing .owl-carousel .owl-nav button.owl-next:focus,
.my-webinar .owl-carousel .owl-nav button.owl-prev:focus,
.my-webinar .owl-carousel .owl-nav button.owl-next:focus,
.wbn-detail .owl-carousel .owl-nav button.owl-prev:focus,
.wbn-detail .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.js .field--widget-paragraphs .paragraphs-dropbutton-wrapper {
  padding: 6px 8px 6px 0;
}
.js .field--widget-paragraphs .field-multiple-table tbody td {
  padding: 5px 10px;
}
td.field-multiple-drag.paragraph-bullet {
  display: none;
}
.toolbar-fixed .cols .colright.hidden-xs {
  display: none;
}
.toolbar-fixed .cols {
  padding: 0;
}
.toolbar-fixed button.tabledrag-toggle-weight.btn-sm.btn.btn-default {
  margin: 5px;
}
.js .field--widget-paragraphs .field-multiple-table th.field-label {
  color: #284664;
}
.js .field--widget-paragraphs .field-multiple-table th.field-label + th {
  display: none;
}
.toolbar-fixed .input-sm.editor {
  margin: 5px 5px 0 0;
}
.toolbar-fixed .js .field--widget-paragraphs .field-multiple-table {
  margin-bottom: 0;
}
.toolbar-fixed .form-item .table-responsive {
  margin-bottom: 20px;
}
.private-message-notification-wrapper .number {
  display: none;
}
.private-message-notification-wrapper.unread-message .number {
  display: block;
}
#colorbox {
  min-height: 690px !important;
}
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  height: auto !important;
}
.iot-responsive-table {
  border-collapse: collapse;
}
.iot-responsive-table.unstriped tbody {
  background-color: transparent;
}
.iot-responsive-table th {
  background-color: #294563;
}
.iot-responsive-table tr,
.iot-responsive-table th,
.iot-responsive-table td {
  border: 1px solid #f3f3f3;
}
@media screen and (max-width: 640px) {
  .iot-responsive-table {
  }
  .iot-responsive-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .iot-responsive-table tr {
    border: 1px solid #f3f3f3;
    display: block;
  }
  .iot-responsive-table tr + tr {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 767px) {
  .iot-responsive-table tr + tr {
    margin-top: -1px;
  }
}
@media screen and (max-width: 640px) {
  .iot-responsive-table td {
    border: none !important;
    display: inherit !important;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 50% !important;
    position: relative !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 767px) {
  .iot-responsive-table td {
    padding-left: 30% !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 320px) {
  .iot-responsive-table td {
    padding-left: 35% !important;
  }
}
@media screen and (max-width: 640px) {
  .iot-responsive-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative !important;
    z-index: 1;
    color: #294563;
  }
}
@media screen and (max-width: 640px) and (max-width: 767px) {
  .iot-responsive-table td:before {
    margin-left: -39%;
    width: 39%;
  }
}
@media screen and (max-width: 640px) and (max-width: 320px) {
  .iot-responsive-table td:before {
    margin-left: -50%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .iot-responsive-table td:after {
    content: "";
    position: absolute;
    background: transparent;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}
.iot-grbt,
.iot-gribt {
  display: flex;
  height: 36px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  background: linear-gradient(180deg, #294563 0%, #172636 100%);
  margin: 0 auto;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-grbt:hover,
.iot-gribt:hover {
  color: #fff;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.iot-grbt:focus,
.iot-gribt:focus {
  color: #fff;
  opacity: 1;
}
.iot-grbt.-blue,
.-blue.iot-gribt {
  background: linear-gradient(180deg, #33b2c7 0%, #268695 100%);
}
.iot-grbt.-green,
.-green.iot-gribt {
  background: linear-gradient(180deg, #337845 0%, #265a35 100%);
}
.iot-grbt.-orange,
.-orange.iot-gribt {
  background: linear-gradient(180deg, #faa859 0%, #bb7f44 100%);
}
.iot-grbt.-pink,
.-pink.iot-gribt {
  background: linear-gradient(180deg, #c86478 0%, #954b5a 100%);
}
.iot-grbt.-bordered,
.-bordered.iot-gribt {
  background: transparent;
  border: 1px solid #294563;
  color: #294563;
}
.iot-grbt.-bordered:hover,
.-bordered.iot-gribt:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.iot-grbt.-bordered [class^="ioticon-"],
.-bordered.iot-gribt [class^="ioticon-"] {
  font-size: 26px;
}
.iot-grbt.-grey,
.-grey.iot-gribt {
  color: #c76378;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.76) 100%);
}
.iot-grbt.-grey:hover,
.-grey.iot-gribt:hover {
  box-shadow: rgba(255, 255, 255, 0.17) 0px -23px 25px 0px inset,
    rgba(255, 255, 255, 0.15) 0px -36px 30px 0px inset,
    rgba(255, 255, 255, 0.1) 0px -79px 40px 0px inset,
    rgba(255, 255, 255, 0.06) 0px 2px 1px, rgba(255, 255, 255, 0.09) 0px 4px 2px,
    rgba(255, 255, 255, 0.09) 0px 8px 4px;
}
.iot-grbt.-white,
.-white.iot-gribt {
  background: #fff;
  border: 1px solid #bdc5cf;
  color: #294563;
}
.iot-grbt.-white:hover,
.-white.iot-gribt:hover {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: rgba(80, 111, 145, 0.17) 0px -23px 25px 0px inset,
    rgba(80, 111, 145, 0.15) 0px -36px 30px 0px inset,
    rgba(80, 111, 145, 0.1) 0px -79px 40px 0px inset,
    rgba(80, 111, 145, 0.06) 0px 2px 1px, rgba(80, 111, 145, 0.09) 0px 4px 2px,
    rgba(80, 111, 145, 0.09) 0px 8px 4px, rgba(80, 111, 145, 0.09) 0px 16px 8px,
    rgba(80, 111, 145, 0.09) 0px 32px 16px;
}
.iot-grbt.-disabled,
.-disabled.iot-gribt {
  opacity: 0.3;
  background: var(
    --gradient-primary,
    linear-gradient(180deg, #294563 0%, #172636 100%)
  );
  pointer-events: none;
  cursor: not-allowed;
}
.iot-grbt.disabled,
.disabled.iot-gribt {
  opacity: 0.3;
}
.iot-gribt:before {
  content: "\e9a5";
  display: inline-block;
  font-size: 16px;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iot-gribt.-restart:hover {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.iot-gribt.-restart:before {
  content: "\e9b0";
}
.iot-gribt.-restart.-blue {
  color: #32b4c8;
  background: transparent;
  border: 1px solid #32b4c8;
}
.iot-gribt.-restart.-green {
  color: #37854d;
  background: transparent;
  border: 1px solid #37854d;
}
.iot-gribt.-restart.-orange {
  color: #f9a95a;
  background: transparent;
  border: 1px solid #f9a95a;
}
.iot-gribt.-restart.-pink {
  color: #c76378;
  background: transparent;
  border: 1px solid #c76378;
}
.iot-gribt.-resume:before {
  content: "\e9b6";
}
.iot-bt,
.iot-btgr,
.iot-btor,
.iot-btc,
.test-bt,
.explain-bt {
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #294563;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .iot-bt,
  .iot-btgr,
  .iot-btor,
  .iot-btc,
  .test-bt,
  .explain-bt {
    line-height: normal;
  }
}
.iot-bt:hover,
.iot-bt:focus,
.iot-btgr:hover,
.iot-btor:hover,
.iot-btc:hover,
.test-bt:hover,
.explain-bt:hover,
.iot-btgr:focus,
.iot-btor:focus,
.iot-btc:focus,
.test-bt:focus,
.explain-bt:focus {
  background-color: #2f5376;
  color: #ffffff;
}
.iot-bt.-pink,
.-pink.iot-btgr,
.-pink.iot-btor,
.-pink.iot-btc,
.-pink.test-bt,
.-pink.explain-bt {
  background-color: #c76378;
  color: #fff;
}
.iot-bt.-pink:hover,
.iot-bt.-pink:focus,
.-pink.iot-btgr:hover,
.-pink.iot-btor:hover,
.-pink.iot-btc:hover,
.-pink.test-bt:hover,
.-pink.explain-bt:hover,
.-pink.iot-btgr:focus,
.-pink.iot-btor:focus,
.-pink.iot-btc:focus,
.-pink.test-bt:focus,
.-pink.explain-bt:focus {
  background-color: #c76378;
}
.iot-bt.-pink:hover,
.-pink.iot-btgr:hover,
.-pink.iot-btor:hover,
.-pink.iot-btc:hover,
.-pink.test-bt:hover,
.-pink.explain-bt:hover {
  opacity: 0.8;
}
.iot-bt.-blue,
.-blue.iot-btgr,
.-blue.iot-btor,
.-blue.iot-btc,
.-blue.test-bt,
.-blue.explain-bt {
  background-color: #32b4c8;
  color: #fff;
}
.iot-bt.-blue:hover,
.iot-bt.-blue:focus,
.-blue.iot-btgr:hover,
.-blue.iot-btor:hover,
.-blue.iot-btc:hover,
.-blue.test-bt:hover,
.-blue.explain-bt:hover,
.-blue.iot-btgr:focus,
.-blue.iot-btor:focus,
.-blue.iot-btc:focus,
.-blue.test-bt:focus,
.-blue.explain-bt:focus {
  background-color: #32b4c8;
}
.iot-bt.-blue:hover,
.-blue.iot-btgr:hover,
.-blue.iot-btor:hover,
.-blue.iot-btc:hover,
.-blue.test-bt:hover,
.-blue.explain-bt:hover {
  opacity: 0.8;
}
.iot-bt.-orange,
.-orange.iot-btgr,
.-orange.iot-btor,
.-orange.iot-btc,
.-orange.test-bt,
.-orange.explain-bt {
  background-color: #f9a95a;
  color: #fff;
}
.iot-bt.-orange:hover,
.iot-bt.-orange:focus,
.-orange.iot-btgr:hover,
.-orange.iot-btor:hover,
.-orange.iot-btc:hover,
.-orange.test-bt:hover,
.-orange.explain-bt:hover,
.-orange.iot-btgr:focus,
.-orange.iot-btor:focus,
.-orange.iot-btc:focus,
.-orange.test-bt:focus,
.-orange.explain-bt:focus {
  background-color: #f9a95a;
}
.iot-bt.-orange:hover,
.-orange.iot-btgr:hover,
.-orange.iot-btor:hover,
.-orange.iot-btc:hover,
.-orange.test-bt:hover,
.-orange.explain-bt:hover {
  opacity: 0.8;
}
.iot-bt.-grey-blue,
.-grey-blue.iot-btgr,
.-grey-blue.iot-btor,
.-grey-blue.iot-btc,
.-grey-blue.test-bt,
.-grey-blue.explain-bt {
  background-color: #d4dae0;
  color: #294563;
}
.iot-bt.-grey-blue:hover,
.iot-bt.-grey-blue:focus,
.-grey-blue.iot-btgr:hover,
.-grey-blue.iot-btor:hover,
.-grey-blue.iot-btc:hover,
.-grey-blue.test-bt:hover,
.-grey-blue.explain-bt:hover,
.-grey-blue.iot-btgr:focus,
.-grey-blue.iot-btor:focus,
.-grey-blue.iot-btc:focus,
.-grey-blue.test-bt:focus,
.-grey-blue.explain-bt:focus {
  background-color: #d4dae0;
}
.iot-bt.-grey-blue:hover,
.-grey-blue.iot-btgr:hover,
.-grey-blue.iot-btor:hover,
.-grey-blue.iot-btc:hover,
.-grey-blue.test-bt:hover,
.-grey-blue.explain-bt:hover {
  opacity: 0.8;
}
.iot-bt:active,
.iot-bt:focus,
.iot-btgr:active,
.iot-btor:active,
.iot-btc:active,
.test-bt:active,
.explain-bt:active,
.iot-btgr:focus,
.iot-btor:focus,
.iot-btc:focus,
.test-bt:focus,
.explain-bt:focus {
  outline: none;
}
.iot-bt.disable,
.disable.iot-btgr,
.disable.iot-btor,
.disable.iot-btc,
.disable.test-bt,
.disable.explain-bt {
  background-color: #ccc;
}
button.iot-bt {
  line-height: normal;
}
.iot-btgr {
  background-color: #fff;
  color: #9d9d9d;
  border: 1px solid #cccccc;
}
.iot-btgr:hover,
.iot-btgr:focus {
  background-color: #f7f7f7;
  color: #9d9d9d;
}
.iot-btor {
  width: 177px;
  height: 40px;
  line-height: 40px;
  background-color: #f9a95a;
}
.iot-btor:hover,
.iot-btor:focus {
  background-color: #ffba6b;
}
.iot-btc {
  width: 100%;
  max-width: 211px;
  height: 40px;
  line-height: 40px;
  background-color: #cccccc;
  font-size: 14px;
  letter-spacing: 0.4px;
  display: inline-block;
}
.iot-btc:hover,
.iot-btc:focus {
  background-color: #294563;
  color: #ffffff;
}
.test-bt {
  font-size: 12px;
  max-width: 190px;
}
.test-bt.dark-green {
  background-color: #265a35;
}
.test-bt.dark-green:hover,
.test-bt.dark-green:focus {
  background-color: rgba(38, 90, 53, 0.8);
}
.test-bt.dark-turquoise {
  background-color: #268695;
}
.test-bt.dark-turquoise:hover,
.test-bt.dark-turquoise:focus {
  background-color: rgba(38, 134, 149, 0.8);
}
.test-bt.dark-pink {
  background-color: #954b5a;
}
.test-bt.dark-pink:hover,
.test-bt.dark-pink:focus {
  background-color: rgba(149, 75, 90, 0.8);
}
.test-bt.dark-yellow {
  background-color: #bb7f44;
}
.test-bt.dark-yellow:hover {
  background-color: rgba(187, 127, 68, 0.8);
}
.explain-bt {
  font-size: 12px;
  max-width: 190px;
}
.explain-bt.green {
  background-color: #327846;
}
.explain-bt.green:hover,
.explain-bt.green:focus {
  background-color: rgba(50, 120, 70, 0.8);
}
.explain-bt.turquoise {
  background-color: #32b4c8;
}
.explain-bt.turquoise:hover,
.explain-bt.turquoise:focus {
  background-color: rgba(50, 180, 200, 0.8);
}
.explain-bt.pink {
  background-color: #c76478;
}
.explain-bt.pink:hover,
.explain-bt.pink:focus {
  background-color: rgba(199, 100, 120, 0.8);
}
.explain-bt.yellow {
  background-color: #f9a95a;
}
.explain-bt.yellow:hover,
.explain-bt.yellow:focus {
  background-color: rgba(249, 169, 90, 0.8);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.ion-android-close.ic-upgrade {
  width: 24px;
  height: 24px;
  top: -30px;
  right: -22px;
  opacity: 1;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .ion-android-close.ic-upgrade {
    top: 5px;
    right: 5px;
    color: #294563;
    font-size: 20px;
  }
}
#drupal-modal .modal-body {
  overflow: hidden !important;
}
.iot-ra-cbx {
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #cccccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iot-ra-cbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iot-ra-cbx input:checked ~ .checkmark {
  border: 1px solid #32b4c8;
}
.iot-ra-cbx input:checked ~ .checkmark:after {
  display: block;
}
.iot-ra-cbx input:checked ~ .cb-label {
  font-weight: 900;
  color: #294563;
}
.iot-ra-cbx .checkmark {
  position: absolute;
  left: 0;
  border-radius: 2px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  top: 50% !important;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .iot-ra-cbx .checkmark {
    width: 22px;
    height: 22px;
  }
}
.iot-ra-cbx .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #32b4c8;
}
@media (max-width: 767px) {
  .iot-ra-cbx .checkmark:after {
    width: 12px;
    height: 12px;
  }
}
.iot-ra-cbx .cb-label {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #282828;
  font-weight: normal;
}
@media (max-width: 767px) {
  .iot-ra-cbx .cb-label {
    font-size: 13px;
  }
}
.tab-pane.checkbox-tab.active {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.iot-cbx {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #cccccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.iot-cbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iot-cbx input:checked ~ .checkmark {
  border: 1px solid #32b4c8;
  background-color: #32b4c8;
}
.iot-cbx input:checked ~ .cb-label {
  font-weight: 900;
  color: #294563;
}
.iot-cbx .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .iot-cbx .checkmark {
    height: 22px;
    width: 22px;
  }
}
.iot-cbx .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 11px;
  background-color: #32b4c8;
}
.iot-cbx .cb-label {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #282828;
  font-weight: normal;
}
.iot-checkbox label {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
@media (max-width: 767px) {
  .iot-checkbox label {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .iot-checkbox label {
    text-align: left;
  }
}
.iot-checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
}
.iot-checkbox label::after {
  color: #797979;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  left: 0;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}
@media (max-width: 767px) {
  .iot-checkbox label::before,
  .iot-checkbox label::after {
    margin-left: 0;
  }
}
.iot-checkbox input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.iot-checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.iot-checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.iot-checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  display: table;
  width: 5px;
  height: 10px;
  border: 1px solid #313a46;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.iot-checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e3eaef;
  cursor: not-allowed;
}
.iot-checkbox.-blue input[type="checkbox"]:checked + label::before {
  background-color: #294563;
  border-color: #294563;
}
.iot-checkbox.-blue input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.iot-checkbox.-pink input[type="checkbox"]:checked + label::before {
  background-color: #c86478;
  border-color: #c86478;
}
.iot-checkbox.-pink input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.iot-checkbox2 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 2px 0;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #282828;
  display: flex;
  align-items: center;
  font-weight: normal;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-checkbox2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iot-checkbox2 input:checked ~ .checkmark {
  border: none;
  background-color: #294563;
}
.iot-checkbox2 .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-checkbox2 .checkmark::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  display: table;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.iot-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  gap: 10px;
  margin: 0;
}
.iot-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid #d5d5d5;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
}
.iot-radio input[type="radio"]:checked {
  border: 1px solid #294563;
  background-color: #282828;
}
.list-number {
  display: inline-block;
  float: left;
}
.list-number li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #c86478;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.list-number li:nth-child(2) {
  background-color: #d28393;
}
.list-number li:nth-child(3) {
  background-color: #faaa5a;
}
.list-number li:nth-child(4) {
  background-color: #faba7a;
}
.list-number li:nth-child(5) {
  background-color: #85d2de;
}
.list-number li:nth-child(6) {
  background-color: #a6eaf4;
}
.list-number li:nth-child(7) {
  background-color: #aabacb;
}
.list-number li:nth-child(8) {
  background-color: #e1e1e1;
}
#user-sortable {
  width: calc(100% - 46px);
  float: right;
}
.iot-cbx-factor {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #cccccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.iot-cbx-factor:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.iot-cbx-factor.item-shorted:before {
  -webkit-animation: shine 1.55s cubic-bezier(0, 0, 0.17, 0.68);
  animation: shine 1.55s cubic-bezier(0, 0, 0.17, 0.68);
}
.iot-cbx-factor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iot-cbx-factor .checkmark {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  border-radius: 4px;
  padding: 0 15px 0 32px;
  border: 2px solid transparent;
  transition: all 0.15s ease-out;
  background-color: #ececec;
  background-size: 22px auto;
  width: 100%;
  float: right;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.book-home .star-rating {
  justify-content: center;
}
.td-classses .owl-carousel .owl-item {
  padding: 10px;
}
.td-classses .owl-carousel .owl-stage-outer {
  padding: 30px 0;
}
.td-classses .classes-wrap {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.td-classses .classes-wrap .col-xs-12 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .td-classses .classes-wrap .col-xs-12 {
    margin-bottom: 50px;
  }
  .td-classses .classes-wrap .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
.td-classses .class-item {
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  border-top-left-radius: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .td-classses .class-item {
    height: auto;
  }
}
.td-classses .class-item__organization {
  position: relative;
  padding: 9px 30px;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
  display: flex;
  align-items: center;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__organization {
    height: 40px;
    font-size: 12px;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .td-classses .class-item__organization {
    padding: 9px 15px;
  }
}
.td-classses .class-item__org-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.td-classses .class-item__org-logo-wrap {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 3px;
  flex-shrink: 0;
  vertical-align: middle;
}
.td-classses .class-item__org-text {
  max-width: 59%;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .td-classses .class-item__org-text {
    max-width: 56%;
  }
}
.td-classses .class-item__lecturer {
  position: absolute;
  right: -9%;
  bottom: -18.8%;
  width: 150px;
  height: 150px;
  z-index: 12;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #294563;
  background-color: #fff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.td-classses .class-item__lecturer:hover {
  box-shadow: 1px 1px 8px #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .td-classses .class-item__lecturer {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__lecturer {
    width: 80px;
    height: 80px;
  }
}
.td-classses .class-item__lecturer-img {
  object-fit: cover;
}
.td-classses .class-item__lesson-type {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  left: -2px;
  top: -30px;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #294563;
  padding: 0 15px;
  width: 100%;
  max-width: 166px;
  color: #fff;
  z-index: 9;
  text-align: left;
  padding-left: 30px;
}
.td-classses .class-item__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 1px;
}
.td-classses .class-item__img-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.td-classses .class-item__img-wrap:hover .class-item__bg-img {
  transform: scale(1.03);
}
.td-classses .class-item__bg-link {
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  transform-origin: center center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__bg-link {
    object-fit: cover;
  }
}
.td-classses .class-item__bg-img-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.td-classses .class-item__bg-img-wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.td-classses .class-item__bg-img {
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__bg-img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .td-classses .class-item__bg-img {
    width: 100%;
  }
}
.td-classses .class-item__title-wrap {
  width: auto;
  height: 160px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .td-classses .class-item__title-wrap {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__title-wrap {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .td-classses .class-item__title-wrap {
    height: 148px;
  }
}
.td-classses .class-item__tutor-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.5px;
  color: #faaa5a;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  z-index: 10;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.td-classses .class-item__tutor-name:hover {
  text-shadow: 1px 1px 8px #faaa5a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__tutor-name {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .td-classses .class-item__tutor-name {
    font-size: 14px;
    padding: 0 15px;
    letter-spacing: 0.4px;
    line-height: 1.86;
  }
}
.td-classses .class-item__title-link {
  padding: 20px 30px 16px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .td-classses .class-item__title-link {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__title-link {
    padding: 15px 15px 0;
  }
}
.td-classses .class-item__class-title {
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .td-classses .class-item__class-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.2px;
    margin: 0 0 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__class-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.2px;
    margin: 0 0 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .td-classses .class-item__class-title {
    font-size: 20px;
  }
}
.td-classses .class-item__class-info {
  padding: 28px 30px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__class-info {
    padding: 28px 15px 26px;
  }
}
@media (max-width: 767px) {
  .td-classses .class-item__class-info {
    position: relative;
    z-index: 16;
    padding: 28px 15px;
  }
}
.td-classses .class-item__class-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.td-classses .class-item__class-info li {
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #294563;
  margin-bottom: 20px;
  position: relative;
}
.td-classses .class-item__class-info li:before {
  content: "";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #f9a95a;
}
.td-classses .class-item__class-info li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .td-classses .class-item__class-info li {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .td-classses .class-item__class-info li {
    font-size: 13px;
    line-height: 1.57;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
  }
}
.td-classses .class-item__class-info li.date:before {
  content: "\ea25";
}
.td-classses .class-item__class-info li.date.today {
  color: #32b4c8;
}
.td-classses .class-item__class-info li.time:before {
  content: "\ea18";
}
.td-classses .class-item__class-info li.attending:before {
  content: "\e9e7";
}
.td-classses .class-item__class-info li.language:before {
  content: "\e93e";
}
.td-classses .class-item__class-info li.cost:before {
  content: "\e942";
}
.td-classses .class-item__class-info li.cost .ex-price {
  display: inline;
  font-weight: normal;
  line-height: auto;
}
.td-classses .class-item.-writing {
  border: 2px solid #faaa5a;
}
.td-classses .class-item.-writing:hover {
  box-shadow: 0px 1px 8px 0px #faaa5a;
}
.td-classses .class-item.-abroad {
  border: 2px solid #294563;
}
.td-classses .class-item.-abroad:hover {
  box-shadow: 0px 1px 8px 0px #294563;
}
.td-classses .class-item.-reading {
  border: 2px solid #327846;
}
.td-classses .class-item.-reading:hover {
  box-shadow: 0px 1px 8px 0px #327846;
}
.td-classses .class-item.-speaking {
  border: 2px solid #c76478;
}
.td-classses .class-item.-speaking:hover {
  box-shadow: 0px 1px 8px 0px #c76478;
}
.td-classses .class-item.-listening {
  border: 2px solid #32b4c8;
}
.td-classses .class-item.-listening:hover {
  box-shadow: 0px 1px 8px 0px #32b4c8;
}
.iot-detail-page {
  padding: 0;
  position: relative;
}
.iot-detail-page .player-listening {
  position: fixed;
  z-index: 850;
  top: 52px;
  width: 100%;
  left: 0px;
  right: 0px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media screen and (min-width: 992px) {
  .iot-detail-page .player-listening {
    z-index: 1000;
  }
  .iot-detail-page .player-listening:hover {
    z-index: 1002;
  }
}
.iot-detail-page .player-listening .player {
  position: relative;
  box-shadow: none;
  max-width: 723px;
  left: 27px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .iot-detail-page .player-listening .player {
    left: 0;
  }
}
@media (max-width: 767px) {
  .iot-detail-page .player-listening .player {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .iot-detail-page .player-listening .player {
    max-width: 523px;
  }
}
@media (max-width: 767px) {
  .iot-detail-page .player-listening .container {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .iot-detail-page .player-listening {
    top: 50px;
  }
  .iot-detail-page .player-listening .player {
    max-width: 2000px;
  }
}
.iot-detail-page .lp-left {
  min-height: 600px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .iot-detail-page .lp-left {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .iot-detail-page .lp-left {
    float: none;
  }
}
.iot-detail-page .lp-left .split-left {
  margin: 0px auto;
  padding-top: 88px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-detail-page .lp-left .split-left.pink {
  padding-top: 10px !important;
}
.iot-detail-page .lp-left .split-left.pink .sitemap {
  padding-bottom: 20px;
}
.iot-detail-page .lp-left .box-ad728 {
  margin: 30px 0px;
  text-align: center;
}
.iot-detail-page .end-the-test {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .iot-detail-page .end-the-test {
    padding-bottom: 120px;
  }
}
.iot-detail-page .end-the-test h3 {
  margin-top: 38px;
  margin-bottom: 17px;
  padding-top: 38px;
  border-top: 2px solid #d4dae0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #294563;
}
.iot-detail-page .end-the-test a.btn-submit {
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #268695;
  border-radius: 3px;
  width: 130px;
  height: 45px;
  line-height: 45px;
  background-color: #f3f3f3;
  margin: 0 0 16px;
  display: inline-block;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-detail-page .end-the-test a.btn-submit:hover {
  opacity: 0.9;
}
.iot-detail-page .end-the-test .report {
  display: inline-block;
  line-height: 25px;
  padding: 0px 20px 0px 20px;
  margin-bottom: 40px;
  color: #282828;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
.iot-detail-page .end-the-test .report:hover {
  color: #787878;
}
.iot-detail-page .lp-right {
  background-color: #f7f7f7;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .iot-detail-page .lp-right {
    margin: 0px;
    float: none;
    width: 100%;
    padding: 10px;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .iot-detail-page .lp-right {
    position: static;
    margin-bottom: 50px;
  }
}
.iot-detail-page .lp-right .box-ads {
  margin-bottom: 30px;
  margin: 0px auto 30px auto;
  text-align: center;
}
.iot-detail-page .lp-right .box-ads img {
  border: 1px solid #d4dae0;
  border-radius: 4px;
}
.iot-detail-page .lp-right .reading-footer {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  height: auto;
  padding: 0px;
}
.iot-detail-page .lp-right .reading-footer .rf-content .close-rf {
  right: 6px;
}
@media screen and (max-width: 767px) {
  .iot-detail-page .lp-right .reading-footer {
    padding: 7px 6px 7px 6px;
  }
  .iot-detail-page .lp-right .reading-footer .rf-time {
    float: left;
    margin: 15px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .iot-detail-page .lp-right .reading-footer {
    padding: 7px 0 7px 0;
  }
  .iot-detail-page .lp-right .reading-footer .rf-time {
    float: left;
    margin: 15px 0px 0px 0px;
  }
}
.iot-detail-page .lp-right .reading-footer .qp-items {
  height: auto;
  margin: 0 -6px 9px -6px;
  padding: 0;
  overflow-y: hidden !important;
}
@media (max-width: 767px) {
  .iot-detail-page .lp-right .reading-footer .qp-items {
    max-height: 121px;
    padding-bottom: 9px;
  }
}
.iot-detail-page .lp-right .reading-footer .question-panel {
  float: none;
  height: auto;
}
@media (max-width: 767px) {
  .iot-detail-page .lp-right .reading-footer .question-panel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .iot-detail-page .lp-right .reading-footer .question-panel {
    display: none;
  }
}
.iot-detail-page .lp-right .reading-footer .question-panel .qp-note {
  margin: 30px 0px 40px 0px;
  position: relative;
  right: auto;
  top: auto;
}
@media screen and (max-width: 767px) {
  .iot-detail-page .lp-right .reading-footer .question-panel .qp-note {
    margin: 10px 0px;
  }
}
.iot-detail-page .lp-right .reading-footer .question-panel .qp-note span {
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .iot-detail-page .lp-right .reading-footer .question-bt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .iot-detail-page .lp-right .reading-footer .question-bt {
    display: none;
  }
}
.iot-detail-page .lp-right .reading-footer .rf-button-wrap {
  margin: 0px;
}
.iot-detail-page .pdf-report {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  height: 370px;
}
@media (max-width: 767px) {
  .iot-detail-page .pdf-report {
    height: 321px;
  }
}
@media (max-width: 767px) {
  .iot-detail-page .pdf-report p {
    font-size: 12px;
    padding: 5px;
  }
}
.test-vote a {
  color: #f9a95a;
  margin: 0px 2px;
}
.test-vote.small a {
  color: #f9a95a;
  margin: 0px 0px;
  font-size: 12px;
}
.stars-vote {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.stars-vote__rating-point {
  margin-right: 6px;
  color: #f9a95a;
}
.stars-vote__back-stars {
  color: #f9a95a;
  position: relative;
  display: flex;
  white-space: nowrap;
  margin-right: 6px;
}
.stars-vote__front-stars {
  color: #f9a95a;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  white-space: nowrap;
}
.stars-vote__star-item {
  font-size: 12px;
}
.stars-vote__text {
  color: #888;
}
.star-rating,
.back-stars,
.front-stars {
  display: flex;
}
.star-rating {
  align-items: center;
  font-size: 3em;
}
.book-item .star-rating {
  justify-content: center;
}
.test-hero .star-rating {
  justify-content: center;
}
.back-stars {
  color: #f9a95a;
  position: relative;
}
.front-stars {
  color: #f9a95a;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating .progress {
  position: absolute;
  width: 100%;
  bottom: -12px;
}
.star-rating i {
  color: #f9a95a;
  font-size: 16px;
  margin: 0px 2px;
}
@media (max-width: 767px) {
  .star-rating i {
    font-size: 12px;
  }
}
.rating-point {
  font-weight: 600;
  color: #f9a95a;
  margin: 0px 4px 0px 0px;
  font-size: 12px;
}
.bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
}
.sl-item.explaination .collapse table ul {
  padding-left: 20px;
}
.sl-item.explaination .collapse table ol {
  padding-left: 25px;
}
.ex-price {
  display: block;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ex-price {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ex-price {
    display: inline;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .price-box .ex-price {
    display: block;
  }
}
.icon-modal-close:hover {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .notifi-popup-mobile .notifications-popup-wp .tab-content {
    padding: 10px;
  }
}
div[dir="ltr"][style^="margin-left"] {
  margin-left: 0 !important;
}

.has-error .help-block {
  color: #c0392b;
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 0;
}
.intl-tel-input .help-block,
.sms-field .help-block {
  position: absolute;
  top: 100%;
}
.verified-page {
  text-align: center;
  padding-top: 85px;
}
.verified-page h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #083050;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .verified-page h1 {
    font-size: 32px;
  }
}
.verified-page .img-verified {
  margin-bottom: 60px;
}
.verified-page .nf-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  text-align: center;
  color: #282828;
  margin-bottom: 25px;
}
.verified-page .nf-caption span {
  display: block;
  max-width: 385px;
  margin: 0 auto;
}
.verified-page .nf-caption.page-403 span {
  max-width: 451px;
}
.verified-page .go-back {
  height: 40px;
  line-height: 40px;
  max-width: 250px;
  margin-bottom: 70px;
  background-color: #294563;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-radius: 4px;
}
.verified-page .go-back:hover {
  background-color: #2f5376;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.no-pd-left {
  padding-left: 0;
}
.no-pd-right {
  padding-right: 0;
}
div.intl-tel-input {
  width: 100%;
  display: flex;
  gap: 1.2rem;
}
div.intl-tel-input div.flag-container {
  flex-shrink: 0;
  width: 70px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 0;
  position: static;
}
div.intl-tel-input div.flag-container:focus {
  outline: none;
}
div.intl-tel-input .selected-flag:focus {
  outline: none;
}
div.intl-tel-input .selected-flag div.iti-arrow.up {
  transform: translateY(-50%) rotate(180deg);
}
div.intl-tel-input ul.country-list {
  margin-top: 3px;
  border-radius: 4px;
  white-space: normal;
}
@media (max-width: 767px) {
  div.intl-tel-input ul.country-list {
    width: auto;
  }
}
div.intl-tel-input ul.country-list.dropup {
  margin-bottom: 3px;
}
div.intl-tel-input ul.country-list::-webkit-scrollbar-track {
  background-color: transparent;
}
div.intl-tel-input ul.country-list::-webkit-scrollbar {
  width: 13px;
  background-color: transparent;
}
div.intl-tel-input ul.country-list::-webkit-scrollbar-thumb {
  height: 20px;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  max-height: 200px;
  background-color: #e8e8e8;
}
div.intl-tel-input ul.country-list ::-webkit-scrollbar-corner {
  background-color: transparent;
}
div.intl-tel-input.allow-dropdown input.phone-number {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0px 13px 0 15px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border-radius: 4px;
  box-shadow: none;
  top: 0;
  right: 0;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding: 0px 13px 0 15px;
}
.sms-code {
  max-width: 54.9%;
  display: inline-block;
}
.send-smscode {
  width: 100%;
  max-width: calc(100% - 54.9% - 10px);
  border-radius: 4px;
  border: solid 1px #294563;
  background-color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: center;
  color: #294563;
  float: right;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.send-smscode:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.validate-reg-email.has-error .help-block,
.validate-reg-phone.has-error .help-block {
  position: absolute;
  top: 100%;
  left: 15px;
}
.answer-slot {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  height: 40px;
  border: 1px solid #ddd;
  position: relative;
  transform: translateY(39%);
}
@media (max-width: 767px) {
  .answer-slot {
    max-width: calc(100% - 60px);
  }
}
.answer-slot.demo {
  border: 2px dashed #32b4c8;
}
.answer-slot.demo:before {
  content: "Drag your answer";
  position: absolute;
  color: #fff;
  padding: 0 10px;
  background-color: #32b4c8;
  left: 26px;
  top: -29px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  font-size: 10px;
}
.question-title {
  margin-bottom: 20px;
}
.question {
  margin-bottom: 30px;
  position: relative;
}
.question h1,
.question .h1,
.question h2,
.question .h2,
.question h3,
.question .h3 {
  margin-top: 10px;
}
p.drag-question {
  clear: both;
  position: relative;
}
p.drag-question:before,
p.drag-question:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
p.drag-question.txt-right {
  text-align: right;
}
p.drag-question.txt-right .text-suggest {
  float: left;
  line-height: 50px;
}
p.drag-question.style-2,
p.drag-question.style-3 {
  border: 1px solid #797979;
  min-height: 64px;
  text-align: center;
  padding: 0 5px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.drag-question.style-2:last-child:after,
p.drag-question.style-3:last-child:after {
  content: normal;
}
p.drag-question.style-2 .answer-slot,
p.drag-question.style-3 .answer-slot {
  max-width: 130px;
}
p.drag-question.style-2 .answer-wrap,
p.drag-question.style-3 .answer-wrap {
  line-height: 64px;
  min-width: 208px;
}
p.drag-question.style-3:after {
  content: normal;
}
.question .arrow-picture {
  display: block;
  text-align: center;
}
.question .arrow-picture img {
  max-width: 30px;
}
table .answer-slot {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: none;
  border: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}
.answer-wp {
  position: relative;
  width: 60%;
}
.answer-gap {
  position: relative;
  width: 100%;
  height: 100%;
}
.tag-choice {
  margin: 0 0 10px;
}
.tag-choice div.ui-draggable {
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 16px;
  color: #282828;
  float: left;
  margin: 0 10px 10px 0;
  cursor: grab;
}
@media (max-width: 767px) {
  .tag-choice div.ui-draggable {
    font-size: 12px;
  }
}
.tag-choice div.ui-draggable.inside {
  border: none;
  background: transparent;
  margin: 0;
}
.answer-table tr td,
.answer-table tr th {
  font-size: 16px;
  line-height: normal;
  color: #282828;
  padding: 11px 15px;
}
@media (max-width: 767px) {
  .answer-table tr td,
  .answer-table tr th {
    font-size: 12px;
  }
}
.answer-table.select-table {
  background-color: #f3f3f3;
}
.answer-table.select-table th,
.answer-table.select-table .col-head {
  background-color: #fff;
  cursor: default !important;
}
.answer-table.select-table th {
  font-weight: 800;
  height: 50px;
}
.answer-table.select-table th:nth-child(1) {
  width: 50%;
}
.answer-table.select-table th:nth-child(2),
.answer-table.select-table th:nth-child(3),
.answer-table.select-table th:nth-child(4),
.answer-table.select-table th:nth-child(5),
.answer-table.select-table th:nth-child(6) {
  text-align: center;
}
.answer-table.select-table td {
  position: relative;
}
.answer-table.select-table td:hover {
  background-color: #fff;
  cursor: pointer;
}
.answer-table.select-table td.active {
  background-color: #fff;
}
.sm-title {
  font-size: 16px;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 20px;
}
a.link {
  color: #32b4c8;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a.link:hover {
  text-decoration: underline;
}
.donate {
  margin: 18px 0;
}
.switch-wrap .mess {
  font-size: 14px;
  letter-spacing: 0.18px;
  color: #282828;
  margin-bottom: 0;
  font-weight: normal;
  margin-left: 5px;
  cursor: pointer;
}
.switch-bt {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 25px;
}
.switch-bt:focus {
  outline: none;
}
.switch-bt .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-bt .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #cccccc;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.switch-bt .slider.round {
  border-radius: 36px;
}
.switch-bt .slider.round:before {
  border-radius: 50%;
}
.switch-bt input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-bt input:focus {
  outline: none;
}
.switch-bt input:checked + .slider {
  background-color: #284664;
}
.switch-bt input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
  background-color: #fff;
}
.sample-report .pdf-report {
  background: #4b4b4b;
}
.-abroad .lesson-type {
  background-color: #294563;
}
.-abroad .wbn-bt.join {
  background-color: #294563;
}
.-abroad .wbn-bt.join:hover {
  background-color: #2f5376;
}
.-writing .lesson-item__col-left {
  background-color: #ffeece;
}
.-writing .class-item__lesson-type,
.-writing .lesson-type {
  background-color: #faaa5a;
}
.-writing .class-item__lecturer {
  border: 2px solid #faaa5a;
}
.-writing .wbn-bt.join {
  background-color: #faaa5a;
}
.-writing .wbn-bt.join:hover {
  background-color: #f9b169;
}
.-reading .lesson-item__col-left {
  background-color: #cfebd7;
}
.-reading .class-item__lesson-type,
.-reading .lesson-type {
  background-color: #327846;
}
.-reading .class-item__lecturer {
  border: 2px solid #327846;
}
.-reading .wbn-bt.join {
  background-color: #327846;
}
.-reading .wbn-bt.join:hover {
  background-color: #468558;
}
.-speaking .lesson-item__col-left {
  background-color: #fed6de;
}
.-speaking .class-item__lesson-type,
.-speaking .lesson-type {
  background-color: #c86478;
}
.-speaking .class-item__lecturer {
  border: 2px solid #c86478;
}
.-speaking .wbn-bt.join {
  background-color: #c86478;
}
.-speaking .wbn-bt.join:hover {
  background-color: #ce7486;
}
.-listening .lesson-item__col-left {
  background-color: #ccfbff;
}
.-listening .class-item__lesson-type,
.-listening .lesson-type {
  background-color: #32b4c8;
}
.-listening .class-item__lecturer {
  border: 2px solid #32b4c8;
}
.-listening .wbn-bt.join {
  background-color: #32b4c8;
}
.-listening .wbn-bt.join:hover {
  background-color: #47bbcd;
}
.wbn-bt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #32b4c8;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 4px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .wbn-bt {
    margin-top: 15px;
    font-size: 12px;
  }
}
.wbn-bt:hover,
.wbn-bt:focus {
  background-color: #47bbcd;
  color: #fff;
}
.wbn-bt.join-free {
  background-color: #c86478;
  float: right;
}
.wbn-bt.join-free:hover {
  background-color: #ce7486;
}
.wbn-bt.join {
  background-color: #32b4c8;
}
.wbn-bt.join:hover {
  background-color: #47bbcd;
}
.wbn-bt.registered {
  background-color: #cccccc;
  width: 100%;
  max-width: 100%;
}
.wbn-bt.registered:hover {
  background-color: rgba(204, 204, 204, 0.9);
}
.wbn-bt.join-now {
  background-color: #faaa5a;
}
.wbn-bt.join-now:hover {
  background-color: #f9b169;
}
.wbn-bt.join-now.no-free {
  width: 100%;
  max-width: 100%;
}
.last-sale {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.13px;
  color: #faaa5a;
  position: relative;
  margin: 6px 0 15px;
}
@media (max-width: 767px) {
  .last-sale {
    font-size: 8px;
    margin: 6px 0;
    text-align: center;
  }
}
.last-sale strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .last-sale:before {
    width: 12px;
    height: 12px;
    top: 0;
  }
}
.test-view,
.test-date {
  font-size: 12px;
}
.test-date {
  margin-right: 10px;
}
@-webkit-keyframes fadeYellow {
  0% {
    background-color: #ff0;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes fadeYellow {
  0% {
    background-color: #ff0;
  }
  100% {
    background-color: transparent;
  }
}
.fade-yellow {
  animation-name: fadeYellow;
  animation-duration: 5s;
}
.audio-player {
  width: 100%;
}
.plyr--audio .plyr__controls {
  padding: 0;
  background-color: #f5e1e4;
}
.plyr--audio .plyr__control:hover {
  background: #c86478;
}
.plyr--audio .plyr__control.plyr__tab-focus {
  box-shadow: none;
  background: #c86478;
}
.plyr--audio .plyr__controls__item[data-plyr="play"] {
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #c86478;
  border-radius: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .plyr--audio .plyr__controls__item[data-plyr="play"] {
    width: 44px;
  }
}
.plyr--audio.plyr--full-ui input[type="range"] {
  color: #c86478;
  box-shadow: none;
}
.plyr--audio.plyr--full-ui
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: none;
}
.plyr--audio.plyr--full-ui
  input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: none;
}
.plyr--audio.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: none;
}
.plyr--audio .plyr__tab-focus {
  box-shadow: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #c86478;
}
.pager__items {
  margin-bottom: 30px;
}
.sound-bars {
  width: 20px;
  height: 20px;
  position: absolute;
  display: none;
  left: 5px;
  top: 5px;
}
.sound-bars__item {
  background: #c86478;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: soundBar 0ms -1200ms linear infinite alternate;
}
.sound-bars__item:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}
.sound-bars__item:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}
.sound-bars__item:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}
@keyframes soundBar {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #c86478;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
body.uploading .uploading-overlay {
  display: block;
}
.uploading-overlay {
  z-index: 1110;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  text-align: center;
}
.uploading-overlay .line-scale-pulse-out {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.uploading-overlay .uploading-text {
  font-size: 12px;
}
.ajax-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  left: 0;
  top: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.ajax-loading__text {
  margin-top: 10rem;
  color: #294563;
}
.ajax-loading__percent-process {
  color: #c0392b;
}
.ajax-loading__text-percent {
  color: #c0392b;
  font-weight: bold;
}
.ajax-loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #32b4c8,
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.5),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.7),
      1.8em -1.8em 0 0em #32b4c8, 2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.5),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.7), 2.5em 0em 0 0em #32b4c8,
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.5),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.7), 1.75em 1.75em 0 0em #32b4c8,
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.5),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.7), 0em 2.5em 0 0em #32b4c8,
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.5),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.7), -1.8em 1.8em 0 0em #32b4c8,
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.5),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.7), -2.6em 0em 0 0em #32b4c8,
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.5),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.7), -1.8em -1.8em 0 0em #32b4c8;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #32b4c8,
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.5),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.7),
      1.8em -1.8em 0 0em #32b4c8, 2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.5),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.7), 2.5em 0em 0 0em #32b4c8,
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.5),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.7), 1.75em 1.75em 0 0em #32b4c8,
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.5),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.7), 0em 2.5em 0 0em #32b4c8,
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.2),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.5),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.7), -1.8em 1.8em 0 0em #32b4c8,
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.5),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.7), -2.6em 0em 0 0em #32b4c8,
      -1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 203, 200, 0.2),
      1.8em -1.8em 0 0em rgba(0, 203, 200, 0.2),
      2.5em 0em 0 0em rgba(0, 203, 200, 0.2),
      1.75em 1.75em 0 0em rgba(0, 203, 200, 0.2),
      0em 2.5em 0 0em rgba(0, 203, 200, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 203, 200, 0.5),
      -2.6em 0em 0 0em rgba(0, 203, 200, 0.7), -1.8em -1.8em 0 0em #32b4c8;
  }
}
button.show-pass {
  position: absolute;
  right: 10px;
  top: 11px;
  border: none;
  background: none;
  color: #9d9d9d;
  width: 28px;
  height: 18px;
  line-height: 18px;
  padding: 0;
}
button.show-pass:after {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  background: #9d9d9d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-48deg);
}
button.show-pass.active {
  color: #000;
}
button.show-pass.active:after {
  display: none;
}
.plyr__menu__container {
  z-index: 9999;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar {
  width: 13px;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: 100%;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  max-height: 20px;
  background-color: #e8e8e8;
}
.scrollbar ::-webkit-scrollbar-corner {
  background-color: transparent;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.top-selling {
  padding: 55px 0 0;
}
.top-selling > .row,
.top-selling .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.top-selling > .row:after,
.top-selling > .row:before,
.top-selling .container > .row:after,
.top-selling .container > .row:before {
  content: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-selling {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-selling {
    padding: 35px 0 0;
  }
}
@media (max-width: 767px) {
  .top-selling .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-selling .row {
    margin-right: -11.5px;
    margin-left: -11.5px;
  }
}
@media (min-width: 1200px) {
  .top-selling .row {
    margin-right: -11.5px;
    margin-left: -11.5px;
  }
}
.top-selling .col-xs-6 {
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .top-selling .col-xs-6 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-selling .col-xs-6 {
    padding-right: 11.5px;
    padding-left: 11.5px;
  }
}
@media (min-width: 1200px) {
  .top-selling .col-xs-6 {
    padding-right: 11.5px;
    padding-left: 11.5px;
  }
}
.top-selling .top-selling-title {
  font-size: 32px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.72;
  letter-spacing: 0.4px;
  color: #294563;
  margin: 0 0 20px 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .top-selling .top-selling-title {
    text-align: center;
    font-size: 26px;
    padding-left: 0;
  }
}
.top-selling .best-item {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  height: 100%;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.top-selling .best-item__new-tag {
  position: absolute;
  text-transform: uppercase;
  top: -6px;
  left: 28px;
  display: flex;
  padding: 8px 16px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 16px 16px;
  background: var(
    --gradient-speaking,
    linear-gradient(180deg, #c86478 0%, #954b5a 100%)
  );
  z-index: 9;
}
@media (max-width: 767px) {
  .top-selling .best-item {
    margin-bottom: 33px;
  }
}
.top-selling .item-wrapper {
  position: relative;
  padding: 0 0 52px 0;
  border-radius: 4px;
  box-shadow: 0 0 0 2px transparent;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-selling .item-wrapper {
    padding: 0 0 67px 0;
  }
}
@media (max-width: 767px) {
  .top-selling .item-wrapper {
    padding-bottom: 50px;
  }
}
.top-selling .item-wrapper.coming-soon .bt-buynow,
.top-selling .item-wrapper.coming-soon .item-price {
  display: none;
}
.top-selling .item-wrapper.coming-soon .cm-soon {
  display: block;
  font-weight: bold;
}
.top-selling .item-wrapper .cm-soon {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #9d9d9d;
  margin-bottom: 2px;
  position: relative;
  top: 0;
  display: none;
}
.top-selling .item-content {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .top-selling .item-content {
    padding: 0 6px;
  }
}
.top-selling h2 {
  margin: 0 0 8px;
}
.top-selling h2 a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  display: block;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-selling h2 a {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 57px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-selling h2 a {
    font-size: 16px;
    min-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 38px;
  }
}
@media (max-width: 767px) {
  .top-selling h2 a {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 60px;
  }
}
.top-selling .item-desc {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 66px;
  min-height: 66px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .top-selling .item-desc {
    display: none;
  }
}
.top-selling .item-price {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #294563;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 18px;
  padding-right: 15px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-selling .item-price {
    text-align: center;
    position: static;
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-selling .item-price {
    text-align: center;
    position: static;
    margin-top: 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-selling .item-price {
    float: none;
    position: static;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.top-selling .crr-ex {
  display: block;
  font-size: 10px;
  color: #9d9d9d;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-top: 9px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .top-selling .crr-ex {
    margin: 9px 0;
  }
}
.top-selling .buy-now {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-selling .buy-now {
    text-align: center;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-selling .buy-now {
    text-align: center;
    left: 0;
  }
}
@media (max-width: 767px) {
  .top-selling .buy-now {
    text-align: center;
    bottom: 16px;
    width: 87.3%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
  }
}
.top-selling .topsell-img {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.top-selling .topsell-img img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767px) {
  .top-selling .topsell-img img {
    width: 100%;
  }
}
.top-selling .bt-buynow {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  font-size: 12px;
  width: 140px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.top-selling .bt-buynow:hover {
  opacity: 0.9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-selling .bt-buynow {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-selling .bt-buynow {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .top-selling .bt-buynow {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
  }
}
.top-selling .writing-service:hover {
  box-shadow: 0 2px 8px 0 rgba(245, 166, 35, 0.63);
}
.top-selling .writing-service:hover .item-wrapper {
  box-shadow: 0 0 0 2px #faaa5a;
}
.top-selling .writing-service h2 a {
  color: #faaa5a;
}
.top-selling .writing-service .bt-buynow {
  background-color: #faaa5a;
}
.top-selling .writing-service .cm-soon {
  color: #faaa5a;
}
.top-selling .speaking-service:hover {
  box-shadow: 0 2px 8px 0 rgba(200, 100, 120, 0.63);
}
.top-selling .speaking-service:hover .item-wrapper {
  box-shadow: 0 0 0 2px #c86478;
}
.top-selling .speaking-service h2 a {
  color: #c86478;
}
.top-selling .speaking-service .bt-buynow {
  background-color: #c86478;
}
.top-selling .speaking-service .cm-soon {
  color: #c86478;
}
.top-selling .practice-anthology:hover {
  box-shadow: 0 2px 8px 0 rgba(40, 70, 100, 0.63);
}
.top-selling .practice-anthology:hover .item-wrapper {
  box-shadow: 0 0 0 2px #284664;
}
.top-selling .practice-anthology h2 a {
  color: #284664;
}
.top-selling .practice-anthology .bt-buynow {
  background-color: #284664;
}
.top-selling .practice-anthology .cm-soon {
  color: #294563;
}
.top-selling .listening-learner:hover {
  box-shadow: 0 2px 8px 0 rgba(50, 180, 200, 0.63);
}
.top-selling .listening-learner:hover .item-wrapper {
  box-shadow: 0 0 0 2px #32b4c8;
}
.top-selling .listening-learner h2 a {
  color: #32b4c8;
}
.top-selling .listening-learner .bt-buynow {
  background-color: #32b4c8;
}
.top-selling .listening-learner .cm-soon {
  color: #32b4c8;
}
.top-selling .reading-learner:hover {
  box-shadow: 0 2px 8px 0 rgba(50, 180, 200, 0.63);
}
.top-selling .reading-learner:hover .item-wrapper {
  box-shadow: 0 0 0 2px #327846;
}
.top-selling .reading-learner h2 a {
  color: #327846;
}
.top-selling .reading-learner .bt-buynow {
  background-color: #327846;
}
.top-selling .reading-learner .cm-soon {
  color: #327846;
}
.user-just-purchase {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-animation: borderAnimate 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  background-color: transparent;
  background-image: linear-gradient(
      0deg,
      transparent,
      transparent 50%,
      #284664 50%,
      #284664 100%
    ),
    linear-gradient(
      0deg,
      transparent,
      transparent,
      transparent 50%,
      #284664 50%,
      #284664 100%
    ),
    linear-gradient(
      90deg,
      transparent,
      transparent 50%,
      #284664 50%,
      #284664 100%
    ),
    linear-gradient(
      90deg,
      transparent,
      transparent 50%,
      #284664 50%,
      #284664 100%
    );
  background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
  background-size: 1px 10px, 1px 10px, 10px 1px, 10px 1px;
}
.user-just-purchase:last-child {
  margin-bottom: 0;
}
.user-just-purchase__flag {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.user-just-purchase__text {
  font-size: 14px;
  font-style: italic;
  color: #294563;
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-just-purchase__text {
    font-size: 13px;
  }
}
.user-just-purchase__text strong {
  font-weight: bold;
  font-style: normal;
  word-break: break-all;
}
.carousel .slides .slideItem img {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.has-error .form-control:focus {
  border-color: #c0392b;
}
input.form-control:focus,
.has-success .form-control:focus {
  border-color: #32b4c8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(50, 180, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(50, 180, 200, 0.6);
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.fileupload-process {
  float: right;
  display: none;
}
.files audio,
.files video {
  max-width: 300px;
}
.toggle[type="checkbox"] {
  transform: scale(2);
  margin-left: 10px;
}
@media (max-width: 767px) {
  .fileupload-buttonbar .btn {
    margin-bottom: 5px;
  }
  .fileupload-buttonbar .delete,
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}
.study-abroad-box {
  border: solid 2px #284664;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .study-abroad-box {
    margin-top: 30px;
  }
}
.study-abroad-box__head {
  background-color: #294563;
  padding: 18px 50px;
}
.study-abroad-box__title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.25px;
  color: #ffffff;
  margin: 0 0 5px 0;
  position: relative;
}
.study-abroad-box__title i {
  position: absolute;
  left: -37px;
  top: -4px;
  font-size: 30px;
  color: #fff;
}
.study-abroad-box__caption {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 10px;
}
.study-abroad-box__note {
  height: 26px;
  border-radius: 4px;
  background-color: #faaa5a;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
.study-abroad-box__body {
  padding: 25px 25px 35px;
}
.study-abroad-box__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.25px;
  color: #294563;
  margin-bottom: 12px;
}
.study-abroad-box__label.ar-applied {
  margin-top: 20px;
}
.study-abroad-box__intend-study.selected-item .study-abroad-box__applied-box {
  display: block;
}
@media (max-width: 767px) {
  .study-abroad-box__intend-study.selected-item .study-abroad-box__applied-box {
    position: static;
  }
}
.study-abroad-box__btn {
  font-size: 14px;
  display: block;
  margin: 35px auto 0;
  min-width: 188px;
}
.study-abroad-box .bootstrap-select.open .dropdown-toggle {
  background-color: #fff !important;
}
.study-abroad-box .bootstrap-select div.dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
  padding-top: 0px !important;
  margin-top: 8px !important;
}
.study-abroad-box .bootstrap-select div.dropdown-menu .inner.open {
  overflow-x: hidden !important;
}
.study-abroad-box .bootstrap-select div.dropdown-menu li a span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.study-abroad-box .bootstrap-select .dropdown-toggle {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #fff !important;
  color: #9d9d9d;
  outline: none !important;
  border: 1px solid #cccccc !important;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding: 0 12px;
  box-shadow: none;
}
.study-abroad-box
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.study-abroad-box .bootstrap-select .dropdown-toggle:focus {
  outline: none;
}
.study-abroad-box .bootstrap-select .dropdown-toggle .filter-option {
  outline: none !important;
}
.study-abroad-box .form-group {
  margin-bottom: 15px;
  min-height: 77px;
  max-width: 445px;
}
.study-abroad-box .form-group input {
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
}
.study-abroad-box__phone-number {
  width: 73.8%;
  float: right;
  position: absolute !important;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .study-abroad-box__phone-number {
    width: calc(100% - 85px);
  }
}
.study-abroad-box__applied-box {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  top: 100%;
  display: none;
}
.study-abroad-box__applied-box .cb-label {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #282828;
  font-weight: normal;
}
@media (max-width: 767px) {
  .study-abroad-box__applied-box .cb-label {
    font-size: 13px;
  }
}
.study-abroad-box__applied-box .checkmark {
  height: 20px;
  width: 20px;
}
.study-abroad-box .iot-ra-cbx {
  margin: 0 10px 8px 0;
  display: inline-block;
  padding-left: 30px;
}
.study-abroad-box .iot-ra-cbx:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .study-abroad-box .iot-ra-cbx {
    margin: 0 15px 15px 0;
  }
}
.consultation-box {
  max-width: 470px;
  margin: 18px 0 147px;
}
@media (max-width: 767px) {
  .consultation-box {
    margin: 0;
    background-color: #fff;
    padding: 0 30px 46px;
  }
}
.consultation-box__list-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #294563;
  margin-bottom: 20px;
  position: relative;
  padding-left: 23px;
  text-align: left;
}
@media (max-width: 767px) {
  .consultation-box__list-item {
    margin-bottom: 18px;
  }
}
.consultation-box__list-item:last-child {
  margin-bottom: 0;
}
.consultation-box__btn {
  width: 220px;
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .consultation-box__btn {
    display: block;
    margin: 40px auto;
  }
}
.consult-finished__mobile-bg {
  width: 110%;
  max-width: auto;
}
.test-header {
  background-color: #fff;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 175px;
  border-bottom: 1px solid #d4dae0;
  position: fixed;
  padding: 25px 15px 13px;
  -webkit-transform: translate3d(0, -123px, 0);
  transform: translate3d(0, -123px, 0);
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
}
.test-header.-speaking {
  transform: none;
  height: 52px;
  padding: 0;
  display: flex;
  align-items: center;
}
.test-header.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.test-header.active .test-header__btn-info:before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .test-header {
    height: 50px;
    transform: none;
    transition: none;
    padding: 4px 8px;
  }
}
.test-header.-listening .volume__practice-title {
  color: #32b4c8;
}
.test-header.-listening .test-header__bottom-right {
  padding-right: 0;
}
.test-header.-writing .volume__practice-title {
  color: #faaa5a;
}
@media (max-width: 767px) {
  .test-header.-speaking .container {
    width: 100%;
  }
}
.test-header.-speaking .volume__practice-title {
  color: #c86478;
}
.test-header.-speaking .mega-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.test-header.-speaking .test-header__bottom-right {
  margin-left: auto;
  float: none;
}
.test-header__wrapper {
  display: flex;
  align-items: center;
}
.test-header__top {
  text-align: center;
  margin-bottom: 13px;
  min-height: 88px;
}
.test-header__time-wrapper {
  margin: 0 auto;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test-header__time-wrapper .ioticon-clock {
  font-size: 32px;
  color: #294563;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .test-header__time-wrapper .ioticon-clock {
    font-size: 24px;
  }
}
.test-header__time-duration {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #536b82;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  width: 90px;
  text-align: left;
}
@media (max-width: 767px) {
  .test-header__time-duration {
    font-size: 20px;
    width: 50px;
  }
}
.test-header__time-duration.-pink {
  color: #c86478;
}
.test-header .volume__basic-info {
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-header .volume__basic-info {
    max-width: 40%;
  }
}
.test-header .volume__cover {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.test-header .volume__cover-image {
  width: 78px;
  height: 78px;
}
.test-header .volume__video-icon {
  right: 6px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 9;
  border: none;
  border-radius: 0;
}
.test-header .volume__title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #294563;
  margin: 0 0 4px;
  text-align: left;
}
.test-header .volume__more-info {
  display: inline-block;
  text-align: left;
}
.test-header .volume__info-item {
  font-size: 12px;
  line-height: 0.5;
  color: #888888;
  margin-bottom: 6px;
}
.test-header .volume__info-item span {
  margin-right: 8px;
  font-size: 16px;
}
.test-header .volume__practice-info {
  float: right;
}
.test-header .volume__practice-title {
  font-size: 12px;
  font-weight: bold;
  max-width: 180px;
  letter-spacing: 2.57px;
  text-align: center;
  line-height: 1.6;
  margin: 0 37px 0 0;
  padding-top: 50px;
  position: relative;
  color: #327846;
}
.test-header .test-vote.small a {
  font-size: 14px;
}
.test-header__logo-wrap {
  float: left;
}
.test-header__bottom-right {
  float: right;
  padding-right: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-header__bottom-right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .test-header__bottom-right {
    padding-right: 0;
  }
}
.test-header__btn-info {
  float: left;
  color: #7d90a0;
  font-size: 12px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0 10px;
  height: 27px;
  line-height: 26px;
  border-radius: 4px;
  margin: 7px 20px 0px 0px;
  border: 1px solid #d4dae0;
  background-color: #f0f0f0;
  position: relative;
  width: 135px;
  text-align: center;
  white-space: nowrap;
}
.test-header__menu {
  float: left;
}
.tiny-header .realtest-header__user-id,
.tiny-header .realtest-header__btn-exit,
.tiny-header footer.footer {
  display: none;
}
.realtest-header {
  display: flex;
  padding: 1rem 3rem;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  gap: 0.6rem;
  border: 1px solid #fff;
}
.realtest-header.time-up {
  border: 1px solid var(--warning-1, #dd1804);
  background: var(--warning-6, #fce8e6);
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
}
@media (max-width: 767px) {
  .realtest-header {
    padding: 0.2rem 1.5rem;
  }
}
.realtest-header__user-id {
  margin-left: 3rem;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .realtest-header__user-id {
    font-size: 12px;
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .realtest-header__user-id {
    margin-left: 1rem;
    font-size: 8px;
    max-width: 48px;
    display: none;
  }
}
.realtest-header__btn-exit {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  min-width: 120px;
  height: 44px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #eaecef;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
  background-color: #fff;
  margin-left: auto;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .realtest-header__btn-exit {
    padding: 0px 15px;
    min-width: auto;
    height: 36px;
  }
}
.realtest-header__btn-exit:hover {
  border: 1px solid #294563;
}
.realtest-header__time {
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  gap: 3px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__time {
    top: calc(50% + 3px);
  }
}
@media (max-width: 767px) {
  .realtest-header__time {
    top: calc(50% + 3px);
  }
}
.realtest-header__time:before {
  content: "\e956";
  display: inline-block;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main-color);
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__time:before {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-100% - 2px));
    top: -3px;
  }
}
@media (max-width: 767px) {
  .realtest-header__time:before {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-100% - 2px));
    top: -3px;
  }
}
.realtest-header__time-clock {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__time-clock {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .realtest-header__time-clock {
    flex-direction: column;
  }
}
.realtest-header__time-val {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__time-val {
    font-size: 18px;
    position: relative;
    transform: translateX(50%);
    min-height: 18px;
  }
}
@media (max-width: 767px) {
  .realtest-header__time-val {
    font-size: 18px;
    position: relative;
    transform: translateX(50%);
    min-height: 18px;
  }
}
.realtest-header__time-text {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #282828;
  margin-left: 2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__time-text {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .realtest-header__time-text {
    margin: 0;
    font-size: 12px;
  }
}
.realtest-header__btn-group {
  display: flex;
  gap: 2.5rem;
  margin-left: auto;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__btn-group {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .realtest-header__btn-group {
    gap: 6px;
  }
}
.realtest-header__btn-group .tooltip.in {
  opacity: 1;
}
.realtest-header__btn-group .tooltip-inner {
  background: linear-gradient(180deg, #172636 0%, #294563 100%);
  padding: 5px 10px;
}
.realtest-header__btn-group .tooltip.bottom .tooltip-arrow {
  border-top-color: #172636;
}
.realtest-header__btn-save {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .realtest-header__btn-save {
    display: none;
  }
}
@media (max-width: 767px) {
  .realtest-header__btn-save {
    display: none;
  }
}
.realtest-header__btn-save.active {
  color: #f00;
  text-shadow: 0 0 10px;
  opacity: 0.4;
  transition: 0.25s all;
}
.realtest-header__btn-save span {
  font-size: 24px;
}
.realtest-header__icon,
.realtest-header__bt-submit {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.realtest-header__icon:after,
.realtest-header__bt-submit:after {
  content: "";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #294563;
}
.realtest-header__icon.-note,
.realtest-header__bt-submit.-note {
  position: relative;
}
.realtest-header__icon.-note.active:before,
.realtest-header__bt-submit.-note.active:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  right: 2px;
  top: -1px;
  border-radius: 50%;
  background-color: #dd1804;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__icon.-note,
  .realtest-header__bt-submit.-note {
    display: none;
  }
}
@media (max-width: 767px) {
  .realtest-header__icon.-note,
  .realtest-header__bt-submit.-note {
    display: none;
  }
}
.realtest-header__icon.-note:after,
.realtest-header__bt-submit.-note:after {
  content: "\e9c2";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__icon.-full-screen,
  .realtest-header__bt-submit.-full-screen {
    display: none;
  }
}
@media (max-width: 767px) {
  .realtest-header__icon.-full-screen,
  .realtest-header__bt-submit.-full-screen {
    display: none;
  }
}
.realtest-header__icon.-full-screen:after,
.realtest-header__bt-submit.-full-screen:after {
  content: "\e9bf";
}
.realtest-header__icon.-full-screen.active:after,
.realtest-header__bt-submit.-full-screen.active:after {
  content: "\e9be";
}
.realtest-header__bt-submit {
  display: flex;
  height: 40px;
  padding: 0px 20px;
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  background: linear-gradient(180deg, #337845 0%, #265a35 100%);
  border: none;
}
@media (max-width: 767px) {
  .realtest-header__bt-submit {
    height: 34px;
    padding: 0 8px;
    font-size: 14px;
    gap: 2px;
  }
}
.realtest-header__bt-submit:after {
  font-size: 22px;
  content: "\e9c4";
  color: #fff;
}
.realtest-header__bt-review {
  display: flex;
  height: 40px;
  padding: 0px 10px;
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #fff;
  border: none;
  border-radius: 100px;
  border: 1px solid #eaecef;
  color: #294563;
}
.realtest-header__bt-review span {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .realtest-header__bt-review {
    display: none;
  }
}
@media (max-width: 767px) {
  .realtest-header__bt-review {
    display: none;
  }
}
@-webkit-keyframes mn-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes mn-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.mn-fadeInRight {
  -webkit-animation-name: mn-fadeInRight;
  animation-name: mn-fadeInRight;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes mn-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    visibility: hidden;
  }
}
@keyframes mn-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    visibility: hidden;
  }
}
.mn-fadeOutRight {
  -webkit-animation-name: mn-fadeOutRight;
  animation-name: mn-fadeOutRight;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mn-animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mega-menu {
  position: relative;
  width: 50px;
  height: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .mega-menu {
    width: 40px;
    height: 40px;
  }
}
.mega-menu.active .mega-menu__menu-nav {
  -webkit-animation-name: mn-fadeInRight;
  animation-name: mn-fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  pointer-events: auto;
}
.mega-menu.active .mega-menu__stick:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 19px;
}
.mega-menu.active .mega-menu__stick:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 3px);
  top: 29px;
}
.mega-menu.active .mega-menu__stick:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(50% - 3px);
  top: 19px;
}
.mega-menu.active .mega-menu__stick:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
  top: 29px;
}
.mega-menu.active .mega-menu__stick:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mega-menu.active .mega-menu__stick:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mega-menu__menu-btn {
  width: 30px;
  height: 40px;
  position: relative;
  z-index: 1001;
  border: none;
  background: transparent;
  padding: 0;
}
.mega-menu__stick {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #294563;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mega-menu__stick:nth-child(even) {
  left: 50%;
}
.mega-menu__stick:nth-child(odd) {
  left: 0px;
}
.mega-menu__stick:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 13px;
}
.mega-menu__stick:nth-child(2) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 13px;
}
.mega-menu__stick:nth-child(3) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 20px;
}
.mega-menu__stick:nth-child(4) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 20px;
}
.mega-menu__stick:nth-child(5) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 27px;
}
.mega-menu__stick:nth-child(6) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 27px;
}
.mega-menu__menu-nav {
  width: 290px;
  padding: 15px 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #cccccc;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  -webkit-animation-name: mn-fadeOutRight;
  animation-name: mn-fadeOutRight;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  .mega-menu__menu-nav {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: none;
    border-radius: 0;
  }
}
.mega-menu__menu-item.-parent:hover > a:after {
  transform: rotate(180deg);
}
.mega-menu__menu-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  color: #294563;
  height: 45px;
  line-height: 45px;
  padding-left: 35px;
  background-color: #fff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
}
.mega-menu__menu-link:hover {
  background-color: #f3f3f3;
  color: #294563;
}
.mega-menu__font-size {
  display: none;
}
.mega-menu__menu-icon {
  width: 30px;
  height: 30px;
  margin: 0;
  display: inline-block;
  margin-right: 15px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.mega-menu__font-link {
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0 0 0 81px;
  color: #294563;
  background-color: #fff;
  height: 36px;
  line-height: 36px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.mega-menu__font-link:hover {
  background-color: #f3f3f3;
  color: #294563;
}
.mega-menu__font-item:nth-child(1) a {
  font-size: 24px;
}
.mega-menu__font-item:nth-child(2) a {
  font-size: 18px;
}
.mega-menu__font-item:nth-child(3) a {
  font-size: 13px;
}
.mega-menu__font-item:nth-child(3) a:after {
  content: normal;
}
.iot-pink-color {
  color: #c76478;
}
.plyr__menu {
  margin-right: 4px;
}
@-webkit-keyframes zoomInSpeak {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    display: none;
  }
}
@keyframes zoomInSpeak {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    display: none;
  }
}
.zoomInSpeak {
  -webkit-animation-name: zoomInSpeak;
  animation-name: zoomInSpeak;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.recording-mess {
  font-size: 30rem;
  font-weight: bold;
  color: #d4dae0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  visibility: hidden;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .recording-mess {
    top: 30%;
    font-size: 8rem;
  }
}
@-webkit-keyframes titleFlash {
  from,
  to {
    background-color: transparent;
  }
  50% {
    background-color: #faaa5a;
  }
}
@keyframes titleFlash {
  from,
  to {
    background-color: transparent;
  }
  50% {
    background-color: #faaa5a;
  }
}
.titleFlash {
  -webkit-animation-name: titleFlash;
  animation-name: titleFlash;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.share-lesson {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
}
.share-lesson__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.25px;
  color: #284664;
  margin-bottom: 13px;
  text-align: center;
}
.share-lesson__refer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: center;
}
.share-lesson__refer-link {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: none;
  margin-bottom: 18px;
  padding: 0 28px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.17px;
  color: #737373;
}
.share-lesson__copy-btn {
  width: 107px;
  height: 34px;
  border-radius: 20px;
  background-color: #f3f3f3;
  margin-right: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
  letter-spacing: 0.18px;
  border: none;
  box-shadow: none;
}
.share-lesson__copy-btn:hover {
  background-color: #cccccc;
}
.share-lesson__copy-btn i {
  margin-right: 4px;
}
.share-lesson__social-list {
  display: inline-flex;
  align-items: center;
}
.share-lesson__link-item {
  float: left;
  margin-right: 10px;
}
.share-lesson__link {
  width: 26px;
  height: 26px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background: #294563;
  color: #fff;
  display: inline-block;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.share-lesson__link:hover,
.share-lesson__link:focus {
  opacity: 0.8;
  color: #fff;
}
.share-lesson__copy-status {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #32b4c8;
  text-align: center;
  height: 0;
  font-size: 12px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1_2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-1_4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animated.delay-1_6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slow1_2s {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.animated.slow1_4s {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.animated.slow1_6s {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.animated.slow1_8s {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes iotZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(6.3, 6.3, 6.3);
    transform: scale3d(6.3, 6.3, 6.3);
    -webkit-filter: blur(36px);
    filter: blur(36px);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes iotZoomOutBounce {
  from {
    opacity: 0;
    -webkit-transform: scale3d(6.3, 6.3, 6.3);
    transform: scale3d(6.3, 6.3, 6.3);
    -webkit-filter: blur(36px);
    filter: blur(36px);
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.7;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  80% {
    opacity: 0.9;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes iotZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(6.3, 6.3, 6.3);
    transform: scale3d(6.3, 6.3, 6.3);
    -webkit-filter: blur(36px);
    filter: blur(36px);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.animate__iotZoomOut {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: iotZoomOut;
  animation-name: iotZoomOut;
}
.animate__iotZoomOutBounce {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: iotZoomOutBounce;
  animation-name: iotZoomOutBounce;
}
.ion-android-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.7;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-board {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .question-board {
    float: right;
    margin: 0;
    position: relative;
    top: -38px;
  }
}
.question-board__item {
  display: inline-block;
  height: 26px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #32b4c8;
  font-size: 12px;
  color: #32b4c8;
  margin-right: 10px;
  background-color: #fff;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .question-board__item {
    font-size: 0;
    margin-right: 6px;
    padding: 0 5px;
  }
}
.question-board__item:hover {
  background-color: #edfdff;
  color: #32b4c8;
}
.question-board__item:last-child {
  margin-right: 0;
}
.question-board__item.-green {
  color: #327846;
  border: solid 1px #327846;
}
.question-board__item.-green:hover {
  background-color: #e6f1e9;
}
.question-board__item.-green:active,
.question-board__item.-green:focus {
  color: #327846;
}
@media (max-width: 767px) {
  .question-board__item.-listen-here {
    margin-right: 0;
    background-color: #edfdff;
  }
}
.question-board__item.-show-notepad {
  color: #294563;
  border: none;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .question-board__item.-show-notepad {
    display: none;
  }
}
.question-board__item.-show-notepad:active,
.question-board__item.-show-notepad:focus {
  color: #294563;
}
.question-board__item.-show-notepad:hover {
  color: #294563;
  background-color: #d5d5d5;
}
@media (max-width: 767px) {
  .question-board__item:before {
    margin-right: 0;
  }
}
.question-board__item:active,
.question-board__item:focus {
  color: #32b4c8;
}
.modal-open.listening-test-page {
  padding-right: 0 !important;
}
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes arrowDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.pagination-wrap {
  text-align: center;
}
.iot-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.iot-pagination__link {
  margin-right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  color: #afafaf;
  padding: 0;
  line-height: 26px;
  text-align: center;
  position: relative;
  float: left;
}
.iot-pagination__item {
  display: inline;
}
.iot-pagination__item.-active .iot-pagination__link {
  background-color: #294563;
  border: solid 1px #294563;
  color: #fff;
}
.iot-pagination__item.-prev .iot-pagination__link,
.iot-pagination__item.-next .iot-pagination__link,
.iot-pagination__item.-first .iot-pagination__link,
.iot-pagination__item.-end .iot-pagination__link {
  border: none;
  width: 15px;
}
.iot-pagination__item.-prev .iot-pagination__link,
.iot-pagination__item.-first .iot-pagination__link {
  transform: rotate(180deg);
}
.uc-class .more-items,
.prev-class .more-items {
  display: none;
}
.uc-class h2,
.prev-class h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #294563;
  margin: 60px 0 26px;
}
@media (max-width: 767px) {
  .uc-class h2,
  .prev-class h2 {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 0.3px;
    margin: 15px 0 10px;
  }
}
.uc-class .live-lesson,
.prev-class .live-lesson {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-bottom: 16px;
  background-color: #fff;
  transition: all 0.2s ease-out;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .uc-class .live-lesson,
  .prev-class .live-lesson {
    overflow: hidden;
    flex-wrap: wrap;
  }
}
.uc-class .live-lesson:hover,
.prev-class .live-lesson:hover {
  border: 1px solid #294563;
  box-shadow: 0px 1px 8px 0px #294563;
}
.uc-class .live-lesson.-writing:hover,
.prev-class .live-lesson.-writing:hover {
  border: 1px solid #faaa5a;
  box-shadow: 0px 1px 8px 0px #faaa5a;
}
.uc-class .live-lesson.-writing .live-lesson__time-box,
.prev-class .live-lesson.-writing .live-lesson__time-box {
  background-color: #ffeece;
}
@media (max-width: 767px) {
  .uc-class .live-lesson.-writing .lesson-type,
  .prev-class .live-lesson.-writing .lesson-type {
    background-color: #faaa5a;
  }
}
.uc-class .live-lesson.-reading:hover,
.prev-class .live-lesson.-reading:hover {
  border: 1px solid #327846;
  box-shadow: 0px 1px 8px 0px #327846;
}
.uc-class .live-lesson.-reading .live-lesson__time-box,
.prev-class .live-lesson.-reading .live-lesson__time-box {
  background-color: #cfebd7;
}
@media (max-width: 767px) {
  .uc-class .live-lesson.-reading .lesson-type,
  .prev-class .live-lesson.-reading .lesson-type {
    background-color: #327846;
  }
}
.uc-class .live-lesson.-speaking:hover,
.prev-class .live-lesson.-speaking:hover {
  border: 1px solid #c86478;
  box-shadow: 0px 1px 8px 0px #c86478;
}
.uc-class .live-lesson.-speaking .live-lesson__time-box,
.prev-class .live-lesson.-speaking .live-lesson__time-box {
  background-color: #fed6de;
}
@media (max-width: 767px) {
  .uc-class .live-lesson.-speaking .lesson-type,
  .prev-class .live-lesson.-speaking .lesson-type {
    background-color: #c86478;
  }
}
.uc-class .live-lesson.-listening:hover,
.prev-class .live-lesson.-listening:hover {
  border: 1px solid #32b4c8;
  box-shadow: 0px 1px 8px 0px #32b4c8;
}
.uc-class .live-lesson.-listening .live-lesson__time-box,
.prev-class .live-lesson.-listening .live-lesson__time-box {
  background-color: #ccfbff;
}
@media (max-width: 767px) {
  .uc-class .live-lesson.-listening .lesson-type,
  .prev-class .live-lesson.-listening .lesson-type {
    background-color: #32b4c8;
  }
}
.uc-class .live-lesson.-abroad:hover,
.prev-class .live-lesson.-abroad:hover {
  border: 1px solid #294563;
  box-shadow: 0px 1px 8px 0px #294563;
}
@media (max-width: 767px) {
  .uc-class .live-lesson.-abroad .lesson-type,
  .prev-class .live-lesson.-abroad .lesson-type {
    background-color: #294563;
  }
}
.uc-class .live-lesson__time-box,
.prev-class .live-lesson__time-box {
  position: relative;
  padding: 42px 15px 15px;
  width: 15.99%;
  text-align: center;
  background-color: #e8f2fc;
  top: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__time-box,
  .prev-class .live-lesson__time-box {
    width: 21.79%;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__time-box,
  .prev-class .live-lesson__time-box {
    position: relative;
    width: 100%;
    padding: 12px 0 12px 86px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__date-info,
  .uc-class .live-lesson__time-info,
  .prev-class .live-lesson__date-info,
  .prev-class .live-lesson__time-info {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__date-info,
  .prev-class .live-lesson__date-info {
    margin-bottom: 3px;
  }
}
.uc-class .live-lesson__day,
.prev-class .live-lesson__day {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #294563;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__day,
  .prev-class .live-lesson__day {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 0;
  }
}
.uc-class .live-lesson__month,
.prev-class .live-lesson__month {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #294563;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uc-class .live-lesson__month,
  .prev-class .live-lesson__month {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__month,
  .prev-class .live-lesson__month {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__month,
  .prev-class .live-lesson__month {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 0;
  }
}
.uc-class .live-lesson__time-info,
.prev-class .live-lesson__time-info {
  line-height: 1.2;
}
.uc-class .live-lesson__time,
.uc-class .live-lesson__utc,
.prev-class .live-lesson__time,
.prev-class .live-lesson__utc {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #294563;
  display: inline-block;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__time,
  .uc-class .live-lesson__utc,
  .prev-class .live-lesson__time,
  .prev-class .live-lesson__utc {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }
}
.uc-class .live-lesson__main-info,
.prev-class .live-lesson__main-info {
  width: 61.2%;
  position: relative;
  padding-bottom: 20px;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 991px) and (max-width: 1024px) {
  .uc-class .live-lesson__main-info,
  .prev-class .live-lesson__main-info {
    width: 73%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__main-info,
  .prev-class .live-lesson__main-info {
    width: 72%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__main-info,
  .prev-class .live-lesson__main-info {
    width: 100%;
    padding: 30px 19px 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.uc-class .live-lesson__other-info,
.prev-class .live-lesson__other-info {
  width: 22.81%;
  padding: 27px 35px 0 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__other-info,
  .prev-class .live-lesson__other-info {
    width: 28%;
    padding: 20px 10px 25px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .uc-class .live-lesson__other-info,
  .prev-class .live-lesson__other-info {
    width: 27%;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info,
  .prev-class .live-lesson__other-info {
    width: 100%;
    padding: 23px 19px 25px;
  }
}
.uc-class .live-lesson__other-info a,
.prev-class .live-lesson__other-info a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 8px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__other-info a,
  .prev-class .live-lesson__other-info a {
    height: auto;
    min-height: 40px;
    line-height: 1.2;
    font-size: 14px;
  }
}
.uc-class .live-lesson__other-info a.wbn-bt,
.prev-class .live-lesson__other-info a.wbn-bt {
  max-width: 182px;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.wbn-bt,
  .prev-class .live-lesson__other-info a.wbn-bt {
    max-width: initial;
  }
}
.uc-class .live-lesson__other-info a.join-free,
.prev-class .live-lesson__other-info a.join-free {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.join-free,
  .prev-class .live-lesson__other-info a.join-free {
    margin: 0;
  }
}
.uc-class .live-lesson__other-info a.register,
.prev-class .live-lesson__other-info a.register {
  margin-bottom: 20px;
  background-color: #294563;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-top: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__other-info a.register,
  .prev-class .live-lesson__other-info a.register {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.register,
  .prev-class .live-lesson__other-info a.register {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.uc-class .live-lesson__other-info a.register:hover,
.prev-class .live-lesson__other-info a.register:hover {
  background-color: #4d6b89;
}
.uc-class .live-lesson__other-info a.join,
.prev-class .live-lesson__other-info a.join {
  background-color: #f9a95a;
}
.uc-class .live-lesson__other-info a.join:hover,
.prev-class .live-lesson__other-info a.join:hover {
  background-color: #bb7f44;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__other-info a.join,
  .prev-class .live-lesson__other-info a.join {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.join,
  .prev-class .live-lesson__other-info a.join {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.uc-class .live-lesson__other-info a.registered,
.prev-class .live-lesson__other-info a.registered {
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  background-color: #cccccc;
  color: #ffffff;
  margin-top: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__other-info a.registered,
  .prev-class .live-lesson__other-info a.registered {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.registered,
  .prev-class .live-lesson__other-info a.registered {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.uc-class .live-lesson__other-info a.registered:hover,
.prev-class .live-lesson__other-info a.registered:hover {
  background-color: rgba(204, 204, 204, 0.9);
}
.uc-class .live-lesson__other-info a.view-dt,
.prev-class .live-lesson__other-info a.view-dt {
  letter-spacing: 0.2px;
  color: #294563;
  font-weight: bold;
  border: none;
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__other-info a.view-dt,
  .prev-class .live-lesson__other-info a.view-dt {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.view-dt,
  .prev-class .live-lesson__other-info a.view-dt {
    margin-bottom: 0;
  }
}
.uc-class .live-lesson__other-info a.view-dt:hover,
.prev-class .live-lesson__other-info a.view-dt:hover {
  text-decoration: underline;
}
.uc-class .live-lesson__other-info a.rewatch,
.prev-class .live-lesson__other-info a.rewatch {
  margin-top: 26px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  background-color: #294563;
  position: relative;
}
.uc-class .live-lesson__other-info a.rewatch span,
.prev-class .live-lesson__other-info a.rewatch span {
  position: absolute;
  padding: 8px 9px 10px;
  font-size: 9px;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: calc(100% + 8px);
  background: #294563;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__other-info a.rewatch span,
  .prev-class .live-lesson__other-info a.rewatch span {
    padding: 6px 9px 6px;
  }
}
.uc-class .live-lesson__other-info a.rewatch span:after,
.prev-class .live-lesson__other-info a.rewatch span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #294563;
  bottom: -5px;
  left: 38%;
}
.uc-class .live-lesson__other-info a.rewatch.disabled,
.prev-class .live-lesson__other-info a.rewatch.disabled {
  background-color: #cccccc;
}
.uc-class .live-lesson__other-info a.rewatch.disabled:hover,
.prev-class .live-lesson__other-info a.rewatch.disabled:hover {
  background-color: #cccccc;
}
.uc-class .live-lesson__other-info a.rewatch:hover,
.prev-class .live-lesson__other-info a.rewatch:hover {
  background-color: #4d6b89;
}
.uc-class .live-lesson__other-info a.join,
.prev-class .live-lesson__other-info a.join {
  margin-top: 26px;
  margin-bottom: 20px;
  border: none;
  position: relative;
}
.uc-class .live-lesson__price,
.prev-class .live-lesson__price {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #2eb872;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__price,
  .prev-class .live-lesson__price {
    position: absolute;
    top: 78px;
    left: 18px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.2px;
  }
}
.uc-class .live-lesson__lesson-name,
.prev-class .live-lesson__lesson-name {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.3px;
  color: #294563;
  margin: 16px 0 22px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__lesson-name,
  .prev-class .live-lesson__lesson-name {
    font-size: 20px;
    margin: 16px 0;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__lesson-name,
  .prev-class .live-lesson__lesson-name {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.2px;
    margin: 15px 0;
    text-align: left;
  }
}
.uc-class .live-lesson__tt-avatar,
.prev-class .live-lesson__tt-avatar {
  float: left;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d5d5d5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__tt-avatar,
  .prev-class .live-lesson__tt-avatar {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__tt-avatar,
  .prev-class .live-lesson__tt-avatar {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 0;
  }
}
.uc-class .live-lesson__lesson-info,
.prev-class .live-lesson__lesson-info {
  overflow: hidden;
  width: calc(100% - 110px);
  padding-left: 18px;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__lesson-info,
  .prev-class .live-lesson__lesson-info {
    overflow: visible;
    position: relative;
    width: calc(100% - 80px);
    float: left;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__lesson-info ul,
  .prev-class .live-lesson__lesson-info ul {
    min-height: 80px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .uc-class .live-lesson__lesson-info ul,
  .prev-class .live-lesson__lesson-info ul {
    order: 1;
  }
}
.uc-class .live-lesson__lesson-info li,
.prev-class .live-lesson__lesson-info li {
  float: left;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__lesson-info li,
  .prev-class .live-lesson__lesson-info li {
    float: none;
    margin-right: 0;
  }
}
.uc-class .live-lesson__tt-name,
.prev-class .live-lesson__tt-name {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #282828;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__tt-name,
  .prev-class .live-lesson__tt-name {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
  }
}
.uc-class .live-lesson__tt-level,
.uc-class .live-lesson__language,
.prev-class .live-lesson__tt-level,
.prev-class .live-lesson__language {
  font-size: 14px;
  line-height: 1.88;
  letter-spacing: 0.2px;
  color: #282828;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__tt-level,
  .uc-class .live-lesson__language,
  .prev-class .live-lesson__tt-level,
  .prev-class .live-lesson__language {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__tt-level,
  .uc-class .live-lesson__language,
  .prev-class .live-lesson__tt-level,
  .prev-class .live-lesson__language {
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.1px;
  }
}
.uc-class .live-lesson__language,
.prev-class .live-lesson__language {
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__language,
  .prev-class .live-lesson__language {
    padding: 3px 0 3px 20px;
  }
}
.uc-class .live-lesson__language:before,
.prev-class .live-lesson__language:before {
  content: "\f075";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: #f9b169;
}
@media (max-width: 767px) {
  .uc-class .live-lesson__language:before,
  .prev-class .live-lesson__language:before {
    font-size: 12px;
  }
}
.uc-class .live-lesson__mobile-price,
.prev-class .live-lesson__mobile-price {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #2eb872;
  letter-spacing: 0.2px;
  margin-top: 3px;
}
.uc-class .live-lesson__desc,
.prev-class .live-lesson__desc {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #9d9d9d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 73px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__desc,
  .prev-class .live-lesson__desc {
    font-size: 12px;
    max-height: 66px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__desc,
  .prev-class .live-lesson__desc {
    max-height: 45px;
    min-height: 45px;
    margin-top: 11px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.1px;
    margin-left: -98px;
    order: 3;
  }
}
.uc-class .live-lesson__source,
.prev-class .live-lesson__source {
  background-color: #fff;
  display: inline-flex;
  border: 1px solid #d5d5d5;
  margin-top: 10px;
  padding: 3px 8px;
  border-radius: 20px;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__source,
  .prev-class .live-lesson__source {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__source,
  .prev-class .live-lesson__source {
    order: 2;
    font-size: 12px;
    margin-top: 0;
  }
}
.uc-class .live-lesson__source-logo,
.prev-class .live-lesson__source-logo {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  margin-right: 6px;
}
.uc-class .live-lesson__ex-price,
.prev-class .live-lesson__ex-price {
  display: block;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__ex-price,
  .prev-class .live-lesson__ex-price {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .uc-class .live-lesson__ex-price,
  .prev-class .live-lesson__ex-price {
    display: inline;
    font-size: 11px;
  }
}
.uc-class .sm-bt,
.prev-class .sm-bt {
  max-width: 170px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: center;
  color: #9d9d9d;
  border: 1px solid #cccccc;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.uc-class .sm-bt:hover,
.prev-class .sm-bt:hover {
  background-color: #f7f7f7;
}
.lesson-type {
  position: absolute;
  font-size: 16px;
  font-weight: 800;
  left: -1px;
  right: 0;
  top: -1px;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 4px;
  padding: 0 15px;
  color: #fff;
  z-index: 9;
  text-align: center;
  background-color: #294563;
}
@media (max-width: 767px) {
  .lesson-type {
    width: 86px;
    font-size: 14px;
    top: 0;
    border-radius: 4px 0 0 0;
    line-height: 1.6;
    padding: 0 13px;
    text-align: left;
    display: inline-block;
    left: 0;
    right: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.img-center {
  display: block;
  margin: 50px auto;
}
.payment-method {
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .payment-method {
    padding-bottom: 35px;
  }
}
.payment-method h2 {
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: 0.4px;
  color: #294563;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .payment-method h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.35;
  }
}
.payment-method .card-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .payment-method .card-list li {
    padding: 0px 5px;
  }
}
.payment-method .card-list li:nth-child(2) img {
  width: 59px;
}
.payment-method .card-list li:nth-child(3) img {
  width: 45px;
}
.payment-method .card-list li:nth-child(4) img {
  width: 57px;
}
.answer .b-r {
  font-weight: bold;
  color: red;
}
.form-error-mess {
  color: #c76378;
  font-size: 12px;
  padding-top: 6px;
  clear: both;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.ckeditor-wrapper {
  padding: 20px 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ckeditor-wrapper {
    font-size: 14px;
  }
}
.ckeditor-wrapper h1,
.ckeditor-wrapper h2,
.ckeditor-wrapper h3,
.ckeditor-wrapper h4,
.ckeditor-wrapper h5,
.ckeditor-wrapper h6 {
  margin-bottom: 10px;
}
.ckeditor-wrapper p {
  margin-bottom: 20px;
}
.ckeditor-wrapper hr {
  margin: 40px 0;
}
.ckeditor-wrapper strong {
  font-weight: bold;
}
.ckeditor-wrapper a {
  color: #c76378;
}
.ckeditor-wrapper table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border: 1px solid #ddd;
}
.ckeditor-wrapper table thead > tr > td,
.ckeditor-wrapper table thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
}
.ckeditor-wrapper table tbody > tr > td,
.ckeditor-wrapper table tbody > tr > th,
.ckeditor-wrapper table tfoot > tr > td,
.ckeditor-wrapper table tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.ckeditor-wrapper ul,
.ckeditor-wrapper ol {
  padding-left: 1.6rem;
  line-height: 1.6;
}
.ckeditor-wrapper ul {
  margin-bottom: 2rem;
}
.ckeditor-wrapper ul > li + li {
  margin-top: 10px;
}
.ckeditor-wrapper ul > li:before {
  content: "\2022";
  color: #00cbc8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  top: 0;
}
.ckeditor-wrapper ul ul {
  list-style-type: circle;
}
.ckeditor-wrapper ul ul li:before {
  content: normal;
}
.ckeditor-wrapper ul ul ul {
  list-style-type: square;
}
.ckeditor-wrapper ul ol {
  list-style-type: decimal;
}
.ckeditor-wrapper ol {
  list-style-type: decimal;
}
.ckeditor-wrapper .tempContDiv input[type="text"] {
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 6px 8px;
}
.ckeditor-wrapper .form_sBox select {
  height: 100%;
  padding: 6px 15px;
}
.ckeditor-wrapper .form_sBox .customArrow {
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.triangle-arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.1rem;
  margin: 0 0.3rem;
  top: calc((1rem + 1px) * -1);
  right: 52px;
}
.triangle-arrow:before {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-bottom-color: #969696;
  border-style: solid;
  border-width: 0 0.8rem 1rem 0.8rem;
}
.triangle-arrow:after {
  top: 1px;
  border-width: 0 0.8rem 1rem 0.8rem;
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
}
.studyabroad-news .feature-tip {
  margin-top: 1rem;
}
.studyabroad-news .news-tab {
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  .studyabroad-news .news-tab {
    padding: 0;
  }
}
.studyabroad-news .news-tab__empty {
  text-align: center;
  padding: 15px;
}
.studyabroad-news .news-tab .news-item-wrap {
  padding: 0;
}
.studyabroad-news .news-tab__tab-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .studyabroad-news .news-tab__tab-content {
    margin-bottom: 4rem;
  }
}
.studyabroad-news .news-tab__nav {
  display: flex;
  margin-top: 6rem;
}
.studyabroad-news .news-tab__nav-item > a {
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #294563;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.studyabroad-news .news-tab__nav-item > a:hover {
  background: #2f5376;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .studyabroad-news .news-tab__nav-item > a {
    min-width: initial;
    padding: 5px 8px;
    font-size: 14px;
  }
}
.studyabroad-news .news-tab__nav-item.active > a {
  color: #294563;
  background: #fff;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex:after,
.row-flex:before {
  content: normal;
}
.modal-banner-ielts-course .close-modal {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
}
section.faq {
  margin-top: 56px;
}
section.faq h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #294563;
  margin: 40px 0 10px;
  text-transform: uppercase;
}
section.faq .faq-category {
  margin-bottom: 26px;
}
section.faq #accordion-faq-cate {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.faq #accordion-faq-cate {
    font-size: 30px;
  }
}
section.faq .panel-title a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #4a4a4a;
  position: relative;
  padding: 12px 15px 12px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  section.faq .panel-title a {
    font-size: 14px;
    padding: 12px 30px 12px 8px;
  }
}
section.faq .panel-title a:before {
  content: "\e9c3";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  color: #294563;
  margin-right: 15px;
}
@media (max-width: 767px) {
  section.faq .panel-title a:before {
    margin-right: 8px;
  }
}
section.faq .panel-title a[aria-expanded="true"] {
  color: #c86478;
  background: #fff;
}
section.faq .panel-title a[aria-expanded="true"]:before {
  content: "\e9a4";
  color: #c86478;
}
section.faq h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #294563;
  margin-bottom: 12px;
}
section.faq .panel-default > .panel-heading {
  background-color: #f3f3f3;
  padding: 0;
}
section.faq .panel-group .panel + .panel {
  margin-top: -1px;
}
section.faq .panel-group .panel {
  border-radius: 0;
}
section.faq .panel-default {
  border-color: #e8e8e8;
}
section.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 5px 52px 15px;
}
@media (max-width: 767px) {
  section.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 5px 38px 15px;
  }
}
section.faq .faq-class-room {
  margin-bottom: 69px;
}
section.faq .panel-body p {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #4a4a4a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fadeInLeft {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .fadeInRight {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
@media (max-width: 767px) {
  .fadeInLeft {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .fadeInRight {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
.flex-grid {
  --spacing: 20px;
  --columns: 3;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--spacing));
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-grid {
    --spacing: 10px;
    --columns: 3;
  }
}
@media (max-width: 767px) {
  .flex-grid {
    --spacing: 0px;
    --columns: 1;
  }
}
.flex-grid:after,
.flex-grid:before {
  content: normal;
}
.flex-grid > * {
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
  margin-bottom: var(--spacing);
}
@media (max-width: 767px) {
  .flex-grid > * {
    margin-bottom: 2rem;
  }
}
.backto-top {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .backto-top {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .backto-top {
    display: none !important;
  }
}
.backto-top.show {
  opacity: 1;
  visibility: visible;
}
.backto-top__item {
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #294563;
  border-right: none;
  border-radius: 16px 0 0 16px;
  width: 92px;
  height: 92px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.backto-top__item:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% + 1px);
  height: 100%;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.backto-top__item:last-child {
  margin-bottom: 0;
}
.backto-top__item:hover {
  border-color: #fff;
}
.backto-top__item:hover:before {
  background-color: #294563;
}
.backto-top__item:hover .backto-top__qrcode-wrap {
  visibility: visible;
  opacity: 1;
}
.backto-top__item:hover .backto-top__qrcode-wrap {
  pointer-events: auto;
}
.backto-top__item:hover .backto-top__item-link {
  color: #fff;
}
.backto-top__item:hover .backto-top__icon path {
  fill: #fff;
}
.backto-top__item-link {
  padding: 15px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #294563;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.backto-top__icon {
  margin-bottom: 8px;
}
.backto-top__icon path {
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.backto-top__qrcode-wrap {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  border: solid 1px #dfdfdf;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  pointer-events: none;
}
.backto-top__qrcode-wrap:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 100%;
  left: 100%;
  top: 0;
}
.backto-top__triangle {
  border-width: 8px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -8px;
  margin-top: -8px;
  border-right-width: 0;
  border-left-color: #dfdfdf;
}
.backto-top__triangle:after {
  border-width: 7px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 1px;
  bottom: -7px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.backto-top__img-qr {
  max-width: none;
}
.highlight-control {
  display: none;
  padding: 6px 20px;
  border-radius: 3px;
  background: #294563;
  border: 1px solid #ececec;
  color: #282828;
  font-size: 13px;
  z-index: 999;
  white-space: normal !important;
  letter-spacing: normal;
  font-weight: normal;
  color: #fff;
}
.highlight-control > div {
  display: flex;
  align-items: center;
}
.highlight-control.left {
  transform: translateX(-100%);
}
.highlight-control .highlight-editor {
  display: none;
  position: relative;
}
.highlight-control textarea {
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  width: 100%;
  margin: 6px 0 0;
  resize: vertical;
  color: #282828;
}
.highlight-control .iot-bt {
  height: initial;
  font-size: 12px;
  padding: 5px 12px;
  line-height: initial;
  color: #294563;
  background-color: #fff;
}
.highlighted {
  position: relative;
  background-color: #ffff7b !important;
}
.highlight-icon {
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  margin-right: 8px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.highlight-icon:last-child {
  margin-right: 0;
}
.highlight-icon.highlight-note {
  font-size: 18px;
}
.highlight-icon:hover {
  opacity: 0.7;
}
.highlight-color {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
  user-select: none;
}
.highlight-color.active {
  border: 1px solid #fff;
  box-shadow: 0 0 6px #fff;
}
.highlight-color.blue {
  background-color: #32b3c7;
}
.highlight-color.pink {
  background-color: #ffd1d9;
}
.highlight-color.green {
  background-color: #8fffaf;
}
.highlight-color.yellow {
  background-color: #ffff00;
}
.highlight-color.carrot {
  background-color: #f9a95a;
}
.highlight-color.underred {
  font-size: 16px;
  box-shadow: none;
  border: none;
}
.highlight-color.crossed {
  text-decoration: line-through;
  text-decoration-color: #282828;
  width: auto;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
}
.highlighted-note {
  color: red;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff !important;
  padding: 2px 4px;
  border: 1px dashed #ccc;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 470px;
  display: inline-block;
  align-items: center;
  user-select: none;
  white-space: normal;
  line-height: 1.3;
  margin: 0 6px;
}
.highlighted-note-remove {
  vertical-align: middle;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.highlighted-note-remove:hover {
  background: #e9e9e9;
  border-radius: 4px;
}
.no-record {
  padding: 8rem 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .no-record {
    padding: 40px 0;
  }
}
.no-record__img {
  margin-bottom: 15px;
}
.no-record__mess {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #294563;
}
.scan-qrcode {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99;
  text-align: center;
  background: rgba(245, 245, 245, 0.8);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .scan-qrcode {
    background: whitesmoke;
  }
}
.scan-qrcode__title {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 1rem;
}
.scan-qrcode__caption {
  font-size: 20px;
  color: #294563;
  margin: 0 0 3.5rem;
}
.scan-qrcode__input-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.scan-qrcode__qr-img {
  margin-bottom: 2.5rem;
  max-width: 170px;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.scan-qrcode__input-box.-error .scan-qrcode__qr-input {
  border: 1px solid #c0392b;
}
.scan-qrcode__input-box.-error .scan-qrcode__error-mess {
  display: block;
}
.scan-qrcode__input-wrap {
  display: flex;
}
.scan-qrcode__label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  width: 100%;
  color: #294563;
}
.scan-qrcode__qr-input {
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.5);
  min-width: 240px;
  height: 40px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .scan-qrcode__qr-input {
    min-width: initial;
  }
}
.scan-qrcode__error-mess {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #c0392b;
  text-align: left;
  margin-top: 1rem;
  display: none;
}
.scan-qrcode__btn {
  flex-shrink: 0;
  height: 40px;
  min-width: 13.5rem;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .scan-qrcode__btn {
    min-width: initial;
    padding: 0 2rem;
  }
}
.sale-notification {
  display: flex;
  flex-direction: column;
  width: 283px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 16px;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 99;
}
@media (max-width: 767px) {
  .sale-notification {
    padding: 10px;
    transform: none;
  }
}
.sale-notification__flag {
  max-width: 48px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .sale-notification__flag {
    max-width: 20px;
    margin-right: 8px;
  }
}
.sale-notification__name-wrap {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .sale-notification__name-wrap {
    font-size: 16px;
  }
}
.sale-notification__name-wrap span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sale-notification__name-wrap em {
  display: block;
  font-size: 12px;
  font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial,
    sans-serif;
  margin-top: 4px;
}
.sale-notification__top {
  display: flex;
}
.sale-notification__time {
  font-weight: 400;
  font-size: 12px;
  color: #294563;
  margin-left: auto;
  font-style: italic;
}
.sale-notification__body {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}
@-webkit-keyframes borderAnimate {
  0% {
    background-position: 0 0, 100% 100%, 100% 0, 0 100%;
  }
  100% {
    background-position: 0 +100px, 100% 0%, 0 0, 100% 100%;
  }
}
.ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
  width: 100%;
  line-height: 1em;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.sk-circle {
  margin: 2rem auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #294563;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.iot-widget {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(41, 69, 99, 0.08);
  border-radius: 25px;
  margin-bottom: 3rem;
}
.iot-widget:last-child {
  margin-bottom: 0;
}
.iot-banner {
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .iot-banner {
    max-width: 36%;
    width: 100%;
    margin: 0 auto;
  }
}
.popular-tips {
  padding: 2rem 1rem;
}
.popular-tips__title {
  font-size: 20px;
  justify-content: center;
  display: flex;
  text-align: center;
  margin: 0 0 0.5rem;
}
.popular-tips__refresh {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #294563;
  padding: 1.2rem 0 0;
  border-top: 1px solid #eaecef;
}
.popular-tips__refresh:hover .popular-tips__refresh-text {
  text-decoration: underline;
}
.popular-tips__refresh .ioticon-refresh-double {
  display: inline-flex;
  margin-right: 1rem;
  transition: all 0.35s ease-out;
}
.popular-tips__refresh-btn {
  border: none;
  box-shadow: none;
  background: transparent;
}
.popular-tips__refresh-btn.active .ioticon-refresh-double {
  transform: rotate(180deg);
}
.popular-tips .tip-item {
  background-color: #fff;
  display: flex;
  padding: 15px 10px;
}
.popular-tips .tip-item + .tip-item {
  border-top: 1px solid #eaecef;
}
.popular-tips .tip-item__info {
  flex: 1;
}
.popular-tips .tip-item__img-link {
  width: 66px;
  height: 66px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  flex-shrink: 0;
  margin-right: 1rem;
}
.popular-tips .tip-item__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
.popular-tips .tip-item__title {
  margin: 0 0 6px;
  display: flex;
}
.popular-tips .tip-item__title a {
  display: inline-flex;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #294563;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popular-tips .tip-item__desc {
  color: #787878;
  font-size: 14px;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.popular-tips .tip-item__tag {
  font-weight: 600;
  font-size: 12px;
  display: flex;
  position: relative;
  align-items: center;
  color: #294563;
}
.popular-tips .tip-item__view {
  font-weight: 600;
  font-size: 12px;
  display: flex;
  position: relative;
  align-items: center;
  color: #294563;
}
.popular-tips .tip-item__bottom {
  display: flex;
  justify-content: space-between;
}
.share-gift__title {
  font-size: 24px;
  font-weight: 700;
  color: #294563;
  text-align: center;
  margin: 0 0 16px;
}
.share-gift__contents {
  display: flex;
  --spacing: 24px;
  --columns: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .share-gift__contents {
    --spacing: 10px;
    --columns: 2;
  }
}
@media (max-width: 767px) {
  .share-gift__contents {
    --spacing: 0px;
    --columns: 1;
  }
}
.share-gift__item {
  border-radius: 12px;
  background: #294563;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 16px;
  min-height: 129px;
  overflow: hidden;
  position: relative;
}
.share-gift__item:before,
.share-gift__item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  height: 63%;
  width: 18px;
  color: #294563;
  background-clip: padding-box;
  background: repeating-linear-gradient(
        #fff,
        #fff 7px,
        transparent 0,
        transparent 18px,
        #fff 0,
        #fff 19px
      )
      0/1px 100% no-repeat,
    radial-gradient(
        circle at 0 6px,
        #fff,
        #fff 4px,
        #fff 0,
        #fff 6px,
        currentColor 0
      )
      0px 6px/100% 19px repeat-y;
}
.share-gift__item:after {
  left: initial;
  right: -1px;
  transform: translateY(-50%) rotate(180deg);
}
.share-gift__item-left {
  width: 26.6%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
}
.share-gift__item-center {
  flex-shrink: 0;
  width: 2px;
  height: 100%;
  position: relative;
}
.share-gift__item-center:before,
.share-gift__item-center:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.share-gift__item-center:after {
  top: initial;
  bottom: -22px;
}
.share-gift__item-dash {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.share-gift__item-dash:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-left: 1px dashed #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(2.5);
}
.share-gift__item-right {
  padding-left: 16px;
}
.share-gift__item-img {
  width: 48px;
  height: 48px;
}
.share-gift__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.share-gift__btn {
  display: flex;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 44px;
  width: max-content;
  padding: 0px 16px 0px 24px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid var(--primary-primary-500, #294563);
  margin: 0 auto;
  color: #294563;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.share-gift__btn:hover {
  background-color: #ececec;
}
body.filter-open {
  overflow: hidden;
}
body.ielts-placement {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}
body.ielts-placement .page {
  flex: 1;
}


.modal-dialog {
  border-radius: 20px;
}
.modal-dialog .modal-header,
.modal-dialog .modal-body,
.modal-dialog .modal-footer {
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 96%;
  }
}
.modal-dialog .ioticon-x {
  position: absolute;
  font-size: 25px;
  cursor: pointer;
  right: 20px;
  top: 20px;
  z-index: 9;
}
@media (max-width: 767px) {
  #modal-insu-credit {
    padding: 0;
    padding-top: 19%;
  }
}
#modal-insu-credit .modal-dialog {
  width: 687px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #modal-insu-credit .modal-dialog {
    width: 80%;
  }
}
#modal-insu-credit .credit-wrap {
  text-align: center;
  padding: 14px 11.7% 0;
}
@media (max-width: 767px) {
  #modal-insu-credit .credit-wrap {
    padding: 5px 3.7% 0;
  }
}
#modal-insu-credit h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  color: #294563;
  text-align: center;
  margin-bottom: 28px;
  padding: 0 12%;
}
@media (max-width: 767px) {
  #modal-insu-credit h2 {
    font-size: 16px;
    padding: 0 8%;
  }
}
#modal-insu-credit p.desc {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
  color: #282828;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  #modal-insu-credit p.desc {
    font-size: 12px;
  }
}
#modal-insu-credit a.buymore {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 auto 39px;
  display: inline-block;
}
@media (max-width: 767px) {
  #modal-insu-credit a.buymore {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #modal-term,
  #modal-privacy {
    padding: 0;
    padding-top: 19%;
  }
}
#modal-term .modal-content-wp,
#modal-privacy .modal-content-wp {
  padding: 30px 0 50px;
}
#modal-term .term-content,
#modal-privacy .term-content {
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  #modal-term .term-content,
  #modal-privacy .term-content {
    max-height: 300px;
  }
}
#modal-term .term-content::-webkit-scrollbar-track,
#modal-privacy .term-content::-webkit-scrollbar-track {
  background-color: transparent;
}
#modal-term .term-content::-webkit-scrollbar,
#modal-privacy .term-content::-webkit-scrollbar {
  width: 13px;
  background-color: transparent;
}
#modal-term .term-content::-webkit-scrollbar-thumb,
#modal-privacy .term-content::-webkit-scrollbar-thumb {
  height: 100%;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  max-height: 200px;
  background-color: #e8e8e8;
}
#modal-term .term-content ::-webkit-scrollbar-corner,
#modal-privacy .term-content ::-webkit-scrollbar-corner {
  background-color: transparent;
}
#modal-term .modal-dialog,
#modal-privacy .modal-dialog {
  width: 100%;
  max-width: 800px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #modal-term .modal-dialog,
  #modal-privacy .modal-dialog {
    width: 80%;
  }
}
#modal-term .term-content,
#modal-privacy .term-content {
  padding: 30px;
  width: 89%;
  border: 1px solid #d5d5d5;
  margin: 0 auto;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #modal-term .term-content,
  #modal-privacy .term-content {
    padding: 5px 3.7% 0;
  }
}
#modal-term h2,
#modal-privacy h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #282828;
  text-align: center;
  margin-bottom: 28px;
  padding: 0 12%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #modal-term h2,
  #modal-privacy h2 {
    font-size: 16px;
    padding: 0 8%;
  }
}
#modal-term p,
#modal-privacy p {
  font-size: 14px;
  line-height: 1.56;
}
@media (max-width: 767px) {
  #modal-term p,
  #modal-privacy p {
    font-size: 12px;
  }
}
#modal-term .term-content i,
#modal-privacy .term-content i {
  font-size: 12px;
  font-weight: bold;
}
#modal-term a,
#modal-privacy a {
  color: #32b4c8;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #modal-register-mobile {
    padding: 0;
    padding-top: 19%;
  }
}
#modal-register-mobile .ion-android-close {
  opacity: 1;
  top: 15px;
  right: 15px;
}
#modal-register-mobile .modal-dialog {
  width: 100%;
  max-width: 600px;
  border-radius: 4px;
  padding: 55px 30px;
  box-shadow: 0 2px 4px 0 #cccccc;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #modal-register-mobile .modal-dialog {
    width: 90%;
    padding: 35px 15px;
  }
}
#modal-register-mobile .phone-img {
  display: block;
  margin: 0 auto;
}
#modal-register-mobile h2 {
  text-align: center;
  font-size: 24px;
}
#modal-register-mobile label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-register-mobile .form-group {
    margin-bottom: 10px;
  }
}
#modal-register-mobile .modal-des {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  color: #9d9d9d;
}
@media (max-width: 767px) {
  #modal-register-mobile .modal-des {
    font-size: 12px;
  }
}
#modal-register-mobile .login-field {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
#modal-register-mobile .login-field input {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  max-width: 278px;
}
#modal-register-mobile .login-field input:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  #modal-register-mobile .login-field input {
    max-width: calc(100% - 81px);
    font-size: 12px;
  }
}
#modal-register-mobile .login-field.sms-field {
  margin-bottom: 25px;
}
#modal-register-mobile .login-field.sms-field input {
  max-width: 54.9%;
  float: left;
  box-shadow: none;
}
#modal-register-mobile .bt-complete {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #modal-register-mobile .send-smscode {
    font-size: 10px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  #modal-watchvd-again {
    padding: 0;
    padding-top: 19%;
  }
}
#modal-watchvd-again .modal-body {
  padding: 5px;
}
#modal-watchvd-again .modal-dialog {
  width: 687px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #modal-watchvd-again .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #modal-wbn-welcome {
    padding: 0;
    padding-top: 19%;
  }
}
#modal-wbn-welcome .modal-dialog {
  width: 600px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #modal-wbn-welcome .modal-dialog {
    width: 80%;
  }
}
#modal-wbn-welcome .welcome-wrap {
  padding: 55px 30px 0;
}
@media (max-width: 767px) {
  #modal-wbn-welcome .welcome-wrap {
    padding: 15px 3.7% 0;
  }
}
#modal-wbn-welcome .cam-icon {
  width: 73px;
  height: auto;
  display: block;
  margin: 0 auto 21px;
}
#modal-wbn-welcome h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.35;
  color: #294563;
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  #modal-wbn-welcome h2 {
    font-size: 16px;
  }
}
#modal-wbn-welcome p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  color: #9d9d9d;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #modal-wbn-welcome p {
    font-size: 12px;
  }
}
#modal-wbn-welcome p:nth-of-type(1) {
  margin-bottom: 28px;
}
#modal-wbn-welcome p:nth-of-type(3) {
  max-width: 81%;
  margin: 0 auto 32px;
}
#modal-wbn-welcome a.gt-class {
  width: 100%;
  max-width: 192px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  letter-spacing: 0.4px;
  margin: 0 auto 48px;
  background-color: #32b4c8;
}
#modal-wbn-welcome a.gt-class:hover {
  background-color: #47bbcd;
}
@media (max-width: 767px) {
  #modal-wbn-welcome a.gt-class {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-caption {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    margin: 3px 0 30px;
  }
}
#modal-edit-avatar .modal-dialog {
  width: 950px;
  padding: 40px 6.931%;
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-dialog {
    width: 96%;
    padding: 30px 20px;
    margin: 10px 0;
  }
}
#modal-edit-avatar .upload-box {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px dashed #c7c7c7;
  border-radius: 10px;
  padding: 35px 0;
  position: relative;
  margin-bottom: 10px;
  min-height: 238px;
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box {
    min-height: 231px;
    padding: 40px 0;
    margin-bottom: 20px;
  }
}
#modal-edit-avatar .upload-box .retry-bt {
  margin-top: 22px;
}
#modal-edit-avatar .upload-box hr {
  margin: 0;
  border-color: transparent;
}
#modal-edit-avatar .upload-box.uploading {
  padding: 35px 97px 48px;
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box.uploading {
    padding: 35px 11px 45px;
    margin-bottom: 20px;
  }
}
#modal-edit-avatar .upload-box.uploading .fa-spinner {
  margin-bottom: 100px;
  color: #ccc;
  position: relative;
  z-index: 1;
}
#modal-edit-avatar .upload-box.uploading .progress {
  background-color: #ececec;
  height: 10px;
  border-radius: 18.5px;
  margin-bottom: 0;
  box-shadow: none;
  width: 100%;
  overflow: visible;
  z-index: 9;
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box.uploading .progress {
    width: 91%;
    height: 7px;
  }
}
#modal-edit-avatar .upload-box.uploading .progress .pc-complete {
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #294563;
}
#modal-edit-avatar .upload-box.uploading .progress-bar {
  height: 100%;
  line-height: 10px;
  border-radius: 18.5px;
  background-color: #faaa5a;
  box-shadow: none;
}
#modal-edit-avatar .upload-box.uploading .file-name {
  position: relative;
  text-align: left;
  margin-bottom: 9px;
  padding: 0;
  font-size: 16px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box.uploading .cancel-upload {
    top: -3px;
  }
}
#modal-edit-avatar .upload-box.uploading.complete .uploaded-img {
  margin-bottom: 63px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
#modal-edit-avatar .upload-box.uploading.complete .progress-bar {
  background-color: #32b4c8;
}
#modal-edit-avatar .upload-box.uploading.complete .progress {
  background-color: #32b4c8;
}
#modal-edit-avatar .upload-box.uploading.complete .progress .pc-complete {
  color: #32b4c8;
  top: -36px;
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box.uploading.complete .progress .pc-complete {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box.uploading.complete .finished-bt {
    width: 7px;
    height: 7px;
    right: -13px;
    top: 0px;
  }
}
#modal-edit-avatar .upload-box.uploading.error {
  padding: 35px 97px 30px;
}
@media (max-width: 767px) {
  #modal-edit-avatar .upload-box.uploading.error {
    padding: 35px 11px 45px;
    margin-bottom: 20px;
  }
}
#modal-edit-avatar .upload-box.uploading.error .pc-complete {
  color: #faaa5a;
}
#modal-edit-avatar .upload-box.uploading.error .progress-bar {
  background-color: #c86478;
}
#modal-edit-avatar .upload-box img {
  width: 91px;
  margin-bottom: 26px;
}
#modal-edit-avatar .upload-box p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #294563;
  margin-bottom: 20px;
}
#modal-edit-avatar .upload-box p.or {
  font-size: 16px;
  letter-spacing: 0.2px;
}
#modal-edit-avatar .upload-box p.tab-here {
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
}
#modal-edit-avatar .upload-box #input-file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
#modal-edit-avatar .upload-box .cpm-btaq {
  position: relative;
  z-index: 2;
  padding: 0 47px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.8px;
  cursor: pointer;
}
#modal-edit-avatar .upload-box .file-name {
  position: absolute;
  padding: 8px;
}
#modal-edit-avatar .upload-box .browse {
  width: 177px;
  height: 40px;
  line-height: 40px;
}
#modal-edit-avatar .modal-footer {
  border: none;
  padding: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #modal-edit-avatar .modal-footer {
    display: flex;
  }
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-footer {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-footer button {
    width: 133px !important;
    float: none !important;
  }
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-footer .bt-cancel {
    margin-right: 8px;
  }
}
#modal-edit-avatar .modal-footer .bt-save {
  width: 150px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-footer .bt-save {
    margin: 0px;
  }
}
#modal-edit-avatar .modal-footer .note {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #7a7a7a;
  float: left;
  max-width: 269px;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  #modal-edit-avatar .modal-footer .note {
    margin-bottom: 25px;
  }
}
#modal-edit-avatar .modal-footer .note strong {
  font-weight: bold;
}
#modal-edit-avatar .modal-footer .note span {
  color: #d0021b;
}
#modal-edit-avatar .iot-btgr {
  width: 179px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
}
#modal-deactive-acc .modal-dialog {
  width: 950px;
  padding-top: 59px;
}
@media (max-width: 767px) {
  #modal-deactive-acc .modal-dialog {
    width: 96%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
#modal-deactive-acc .modal-dialog h2 {
  font-size: 32px;
  line-height: 0.75;
  letter-spacing: 0.4px;
  text-align: center;
  color: #294563;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  #modal-deactive-acc .modal-dialog h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#modal-deactive-acc .warning-mess {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  color: #d0021b;
  max-width: 544px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  #modal-deactive-acc .warning-mess {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
  }
}
#modal-deactive-acc .modal-footer {
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  #modal-deactive-acc .modal-footer {
    text-align: center;
    padding: 0;
  }
}
#modal-deactive-acc .modal-footer button {
  width: 180px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #modal-deactive-acc .modal-footer button {
    width: 48.1%;
  }
}
#modal-deactive-acc .modal-footer button:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #modal-deactive-acc .modal-footer button:first-child {
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  #modal-add-credit {
    padding-top: 19%;
  }
}
#modal-add-credit .modal-body {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
#modal-add-credit form {
  margin: 0;
}
#modal-add-credit .modal-content-wp {
  background: #294563;
  border-radius: 3px;
  overflow: hidden;
}
#modal-add-credit .modal-dialog {
  width: 687px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #modal-add-credit .modal-dialog {
    width: 77%;
  }
}
#modal-add-credit .md-col-left {
  width: 65.74%;
  padding: 40px 0 57px;
  float: left;
  background-color: #fff;
}
@media (max-width: 767px) {
  #modal-add-credit .md-col-left {
    width: 100%;
    padding: 26px 0;
  }
}
#modal-add-credit .md-col-right {
  width: 34.26%;
  float: left;
  padding: 39px 33px 30px;
}
@media (max-width: 767px) {
  #modal-add-credit .md-col-right {
    width: 100%;
    padding: 26px 20%;
  }
}
#modal-add-credit .md-col-right h5 {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  #modal-add-credit .md-col-right h5 {
    font-size: 12px;
    letter-spacing: 0.4px;
    margin: 0 0 11px;
  }
}
#modal-add-credit h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  color: #294563;
  text-align: center;
  margin: 0 0 15px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #modal-add-credit h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
#modal-add-credit .annotate {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  color: #9b9b9b;
  margin: 0 auto 33px;
  padding: 0 23%;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  #modal-add-credit .annotate {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 0 17%;
  }
}
#modal-add-credit .credit-board {
  width: 39.9%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  #modal-add-credit .credit-board {
    width: 41.9%;
    min-width: 120px;
  }
}
#modal-add-credit .action-bt {
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  top: 10px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #modal-add-credit .action-bt {
    width: 18px;
    height: 18px;
    top: 14px;
  }
}
#modal-add-credit .action-bt:hover {
  border: 1px solid #294563;
}
#modal-add-credit .action-bt:hover:before,
#modal-add-credit .action-bt:hover:after {
  background: #294563;
}
#modal-add-credit .minus-value {
  margin-right: 7px;
}
@media (max-width: 767px) {
  #modal-add-credit .minus-value {
    margin-right: 0;
  }
}
#modal-add-credit .minus-value:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  left: 7px;
  top: calc(50% - 1px);
}
@media (max-width: 767px) {
  #modal-add-credit .minus-value:before {
    left: 4px;
  }
}
#modal-add-credit .plus-value {
  float: left;
}
#modal-add-credit .plus-value:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  left: 7px;
  top: calc(50% - 1px);
}
@media (max-width: 767px) {
  #modal-add-credit .plus-value:before {
    left: 4px;
  }
}
#modal-add-credit .plus-value:after {
  content: "";
  width: 1px;
  height: 9px;
  background: #9b9b9b;
  position: absolute;
  left: 50%;
  top: 6px;
}
@media (max-width: 767px) {
  #modal-add-credit .plus-value:after {
    top: 3px;
  }
}
#modal-add-credit .current-value {
  position: relative;
  float: left;
  overflow: hidden;
}
#modal-add-credit .current-value input#dollar-value {
  float: left;
  border: none;
  height: 48px;
  line-height: 45px;
  border-radius: 24px;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #faaa5a;
  padding: 0px;
  width: 107px;
  overflow: hidden;
  text-indent: 15px;
}
@media (max-width: 767px) {
  #modal-add-credit .current-value input#dollar-value {
    font-size: 24px;
    width: 83px;
  }
}
#modal-add-credit .current-value input#dollar-value:focus {
  outline: none;
}
#modal-add-credit .current-value #my-input-container {
  display: inline-block;
  position: relative;
  font: 12px arial;
}
#modal-add-credit .current-value #dollar-symbol {
  position: absolute;
  left: 0;
  top: 0;
  color: #555;
  padding-left: 39px;
  font-size: 32px;
  font-weight: 800;
  color: #faaa5a;
}
@media (max-width: 767px) {
  #modal-add-credit .current-value #dollar-symbol {
    font-size: 24px;
    top: 6px;
    padding-left: 40px;
  }
}
#modal-add-credit .exc-value {
  position: relative;
  top: 0;
  font-size: 16px;
  color: #9b9b9b;
  letter-spacing: 0.5px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  left: -9px;
}
@media (max-width: 767px) {
  #modal-add-credit .exc-value {
    font-size: 12px;
    letter-spacing: 0.4px;
    top: -4px;
    left: 0;
  }
}
#modal-add-credit .credit-title {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  #modal-add-credit .credit-title {
    font-size: 10px;
    font-weight: 500;
  }
}
#modal-add-credit .iot-credit {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin: -3px 0 11px;
}
@media (max-width: 767px) {
  #modal-add-credit .iot-credit {
    font-size: 24px;
    margin: -4px 0 0 0;
  }
}
#modal-add-credit .btn-checkout {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin-top: 27px;
}
@media (max-width: 767px) {
  #modal-add-credit .btn-checkout {
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 12px;
    width: 86%;
    margin: 12px auto 0;
    display: block;
  }
}
#modal-add-credit .btn-checkout:hover {
  background: #f3f3f3;
}
@media (max-width: 767px) {
  #modal-qrcode {
    padding: 0;
    padding-top: 19%;
  }
}
#modal-qrcode .close-modal {
  z-index: 100;
  color: #284664;
  opacity: 1;
  top: 10px;
  right: 10px;
  font-size: 26px;
}
@media (max-width: 767px) {
  #modal-qrcode .close-modal {
    font-size: 20px;
    top: 5px;
    right: 5px;
  }
}
#modal-qrcode.fade .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
#modal-qrcode.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#modal-qrcode .slash {
  display: none;
}
#modal-qrcode.modal-bottom {
  top: auto;
  padding: 0 !important;
}
#modal-qrcode.modal-bottom .modal-dialog {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#modal-qrcode.modal-bottom .qrcode-content {
  position: relative;
}
#modal-qrcode.modal-bottom .qrcode-image-wrap {
  position: static;
  background: none;
  padding: 0;
  margin: 0;
}
#modal-qrcode.modal-bottom .modal-content-wp {
  margin: 0 auto;
  max-width: 822px;
}
@media (min-width: 768px) {
  #modal-qrcode.modal-bottom .modal-content-wp {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #modal-qrcode.modal-bottom .modal-content-wp {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #modal-qrcode.modal-bottom .modal-content-wp {
    width: 1170px;
  }
}
#modal-qrcode.modal-bottom .qr-image {
  position: absolute;
  left: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  max-width: 108px;
  padding: 0;
}
@media (max-width: 767px) {
  #modal-qrcode.modal-bottom .qr-image {
    max-width: 50px;
    left: 31px;
  }
}
#modal-qrcode.modal-bottom .hand {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #modal-qrcode.modal-bottom .hand {
    max-width: 50px;
    right: 40px;
  }
}
#modal-qrcode.modal-bottom .desc {
  padding: 46px 0;
}
@media (max-width: 767px) {
  #modal-qrcode.modal-bottom .desc {
    max-width: calc(100% - 178px);
    margin: 0 auto;
    padding: 12px 0;
  }
}
#modal-qrcode.modal-bottom .desc p {
  display: inline-block;
  color: #b97d46;
}
@media (max-width: 767px) {
  #modal-qrcode.modal-bottom .desc p {
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #modal-qrcode.modal-bottom .desc p.slash {
    display: none;
  }
}
#modal-qrcode .modal-dialog {
  width: 440px;
  max-width: 440px;
  background-color: #fff;
  padding: 40px 60px 38px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #modal-qrcode .modal-dialog {
    width: 96%;
    padding: 30px 15px 18px;
    margin: 0 auto;
  }
}
#modal-qrcode .qrcode-image-wrap {
  position: relative;
  padding: 45px 65px 80px;
  background-color: #feeede;
  border-radius: 4px;
  margin-bottom: 63px;
}
#modal-qrcode .qr-image {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  border: solid 2px #faba7a;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
}
#modal-qrcode .hand {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#modal-qrcode .desc {
  text-align: center;
}
#modal-qrcode .desc p {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #294563;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
#modal-qrcode .desc p:first-child {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #modal-qrcode .desc p:first-child {
    margin-bottom: 3px;
  }
}
.modal-delete.modal-dialog {
  max-width: 520px;
}
.modal-delete .btn-popup {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #294563;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 5px;
  background-color: #d4dae0;
  text-align: center;
  cursor: pointer;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-delete .btn-popup:hover {
  background-color: #cccccc;
}
.modal-delete .btn-popup.btn-listening {
  background-color: #32b4c8;
  margin-bottom: 20px;
  color: #fff;
}
.modal-delete .btn-popup.btn-listening:hover {
  background-color: #47bbcd;
}
.modal-delete .btn-popup i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.modal-delete .btn-popup.btn-speaking {
  background-color: #327846;
  margin-bottom: 20px;
  color: #fff;
}
.modal-delete .btn-popup.btn-speaking:hover {
  background-color: #468558;
}
h2.modal-caption {
  text-align: center;
}
#modal-pause-time .modal-dialog {
  width: 520px;
  padding: 40px 45px 30px;
}
@media (max-width: 767px) {
  #modal-pause-time .modal-dialog {
    width: 92%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
#modal-pause-time .modal-pause-time__icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
}
#modal-pause-time .modal-pause-time__title {
  font-size: 24px;
  text-align: center;
  max-width: 90.5%;
  margin: 0 auto 20px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-pause-time .modal-pause-time__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#modal-pause-time .modal-pause-time__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
#modal-pause-time .modal-pause-time__caption strong {
  font-weight: bold;
}
#modal-pause-time .modal-pause-time_btn-wrap {
  margin-top: 30px;
}
#modal-pause-time .iot-bt {
  width: 47.3%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  max-width: none;
  padding: 0;
}
@media (max-width: 767px) {
  #modal-pause-time .iot-bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #modal-pause-time .iot-bt:last-child {
    margin-bottom: 0;
  }
}
#modal-pause-time .iot-bt:last-child {
  float: right;
}
.modal-save-draft .modal-dialog {
  width: 520px;
  padding: 40px 45px 30px;
}
@media (max-width: 767px) {
  .modal-save-draft .modal-dialog {
    width: 92%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
.modal-save-draft__icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
}
.modal-save-draft__title {
  font-size: 24px;
  text-align: center;
  max-width: 90.5%;
  margin: 0 auto 10px;
  color: #294563;
}
@media (max-width: 767px) {
  .modal-save-draft__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.modal-save-draft__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
.modal-save-draft__caption strong {
  font-weight: bold;
}
.modal-save-draft_btn-wrap {
  margin-top: 40px;
}
.modal-save-draft .iot-bt {
  width: 47.3%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  max-width: none;
  padding: 0;
}
.modal-save-draft .iot-bt:last-child {
  float: right;
}
@media (max-width: 767px) {
  .modal-save-draft .iot-bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .modal-save-draft .iot-bt:last-child {
    margin-bottom: 0;
  }
}
#modal-submit-essay .modal-dialog {
  width: 520px;
  padding: 40px 39px 30px;
}
@media (max-width: 767px) {
  #modal-submit-essay .modal-dialog {
    width: 92%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
#modal-submit-essay .modal-submit-essay__icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
}
#modal-submit-essay .modal-submit-essay__title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 20px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-submit-essay .modal-submit-essay__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#modal-submit-essay .modal-submit-essay__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
#modal-submit-essay .modal-submit-essay__caption strong {
  font-weight: bold;
}
#modal-submit-essay .modal-submit-essay_btn-wrap {
  margin-top: 40px;
}
#modal-submit-essay .iot-bt {
  width: 47.3%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  max-width: none;
  padding: 0;
}
@media (max-width: 767px) {
  #modal-submit-essay .iot-bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #modal-submit-essay .iot-bt:last-child {
    margin-bottom: 0;
  }
}
#modal-submit-essay .iot-bt:last-child {
  float: right;
}
#modal-reset-time .modal-dialog {
  width: 520px;
  padding: 40px 39px 30px;
}
@media (max-width: 767px) {
  #modal-reset-time .modal-dialog {
    width: 92%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
#modal-reset-time .modal-reset-time__icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
#modal-reset-time .modal-reset-time__title {
  font-size: 24px;
  text-align: center;
  width: 86%;
  margin: 0 auto 20px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-reset-time .modal-reset-time__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#modal-reset-time .modal-reset-time__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
#modal-reset-time .modal-reset-time__caption strong {
  font-weight: bold;
}
#modal-reset-time .modal-reset-time_btn-wrap {
  margin-top: 40px;
}
#modal-reset-time .iot-bt {
  width: 47.3%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  max-width: none;
  padding: 0;
}
@media (max-width: 767px) {
  #modal-reset-time .iot-bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #modal-reset-time .iot-bt:last-child {
    margin-bottom: 0;
  }
}
#modal-reset-time .iot-bt:last-child {
  float: right;
}
#modal-retake-test .modal-dialog {
  width: 520px;
  padding: 40px 39px 30px;
}
@media (max-width: 767px) {
  #modal-retake-test .modal-dialog {
    width: 92%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
#modal-retake-test .modal-retake-test__icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
#modal-retake-test .modal-retake-test__title {
  font-size: 24px;
  text-align: center;
  width: 86%;
  margin: 0 auto 20px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-retake-test .modal-retake-test__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#modal-retake-test .modal-retake-test__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
#modal-retake-test .modal-retake-test__caption strong {
  font-weight: bold;
}
#modal-retake-test .modal-retake-test_btn-wrap {
  margin-top: 40px;
}
#modal-retake-test .iot-bt {
  width: 47.3%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  max-width: none;
  padding: 0;
}
@media (max-width: 767px) {
  #modal-retake-test .iot-bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #modal-retake-test .iot-bt:last-child {
    margin-bottom: 0;
  }
}
#modal-retake-test .iot-bt:last-child {
  float: right;
}
#modal-no-support .modal-dialog {
  width: 520px;
  padding: 40px 45px 30px;
}
@media (max-width: 767px) {
  #modal-no-support .modal-dialog {
    width: 92%;
    padding: 30px 20px;
    margin: 50px 0 0;
  }
}
#modal-no-support .modal-no-support__icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
  border: 1px solid #ececec;
}
#modal-no-support .modal-no-support__icon {
  font-size: 50px;
  line-height: 90px;
  color: #294563;
}
#modal-no-support .modal-no-support__title {
  font-size: 24px;
  text-align: center;
  max-width: 90.5%;
  margin: 0 auto 20px;
  color: #294563;
}
@media (max-width: 767px) {
  #modal-no-support .modal-no-support__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#modal-no-support .modal-no-support__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 86%;
  margin: 0 auto;
}
#modal-no-support .modal-no-support__caption strong {
  font-weight: bold;
}
#modal-no-support .modal-no-support_btn-wrap {
  margin-top: 30px;
  text-align: center;
}
#modal-no-support .iot-bt {
  width: 47.3%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  max-width: none;
  padding: 0;
}
@media (max-width: 767px) {
  #modal-no-support .iot-bt {
    width: 65.3%;
  }
}
.modal-share-lesson .modal-body {
  padding: 0;
}
.modal-share-lesson .modal-dialog {
  max-width: 360px;
  padding: 26px 30px;
}
.modal-share-lesson .share-lesson__refer-wrap {
  justify-content: flex-start;
}
.modal-share-lesson__share-img {
  width: 71px;
  margin-bottom: 17px;
  display: block;
  margin: 0 auto;
}
.modal-share-lesson__qr-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-align: center;
  color: #294563;
  margin-bottom: 19px;
  text-align: center;
}
.modal-share-lesson__qr-code {
  display: block;
  margin: 0 auto;
}
.modal-share-lesson__or {
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #9d9d9d;
  letter-spacing: 0.17px;
  margin-bottom: 12px;
  position: relative;
  margin-top: 16px;
}
.modal-share-lesson__or:after,
.modal-share-lesson__or:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #d5d5d5;
  width: 44%;
  left: 50%;
  top: 11px;
  transform: translateX(18px);
}
.modal-share-lesson__or:before {
  left: auto;
  right: 50%;
  transform: translateX(-18px);
}
.modal-qrshare .modal-dialog {
  max-width: 360px;
  padding: 26px 30px;
}
.modal-qrshare .modal-body {
  padding: 0;
}
.modal-qrshare__share-img {
  width: 71px;
  margin-bottom: 17px;
  display: block;
  margin: 0 20px 0 0;
  float: left;
}
.modal-qrshare__qr-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #294563;
  margin: 0 0 38px 0;
  text-align: left;
  line-height: 1.5;
  padding-top: 7px;
}
.modal-qrshare__qr-code {
  display: block;
  margin: 0 auto;
}
.modal-giftshare .modal-dialog {
  max-width: 328px;
  padding: 26px 30px;
}
.modal-giftshare .modal-body {
  padding: 0;
}
.modal-giftshare__top {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.modal-giftshare__share-img {
  width: 64px;
}
.modal-giftshare__qr-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin: 0;
  text-align: left;
  line-height: 1.5;
  color: #282828;
}
.modal-giftshare__qr-code {
  display: block;
  margin: 0 auto;
}
.modal-freepaper .modal-dialog {
  max-width: 328px;
  padding: 26px 30px;
}
.modal-freepaper__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}
.modal-freepaper__title-desc {
  font-size: 14px;
  font-weight: 500;
}
.modal-freepaper__top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin: 0 0 16px;
}
.modal-freepaper__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-gift-countdown .modal-dialog {
    max-width: calc(100% - 30px);
    padding: 26px 20px;
  }
}
.modal-gift-countdown .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: var(
    --gradient-listening,
    linear-gradient(180deg, #33b2c7 0%, #268695 100%)
  );
  padding: 48px 32px 24px 24px;
  margin-top: 13rem;
}
.modal-gift-countdown__lottery {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.modal-gift-countdown__title {
  font-size: 41.45px;
  font-weight: 700;
  padding: 16px 30px;
  position: relative;
  z-index: 0;
  color: #fff;
  margin: 0;
  margin-top: -6rem;
  position: absolute;
  top: 0;
}
.modal-gift-countdown__list {
  margin-bottom: 16px;
}
.modal-gift-countdown__list li {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: flex;
  position: relative;
  align-items: flex-start;
  color: #fff;
}
.modal-gift-countdown__list li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}
.modal-gift-countdown__end-in {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.modal-gift-countdown__desc {
  margin: 16px auto;
  max-width: 301px;
  text-align: center;
}
.modal-gift-countdown__btn {
  margin-top: 8px;
  width: max-content;
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
}
.modal-gift-countdown .flip-clock-wrapper {
  display: flex;
  justify-content: center;
}
.modal-gift-countdown .flip-clock-wrapper .flip {
  box-shadow: none;
}
.modal-gift-countdown .flip-clock-wrapper ul {
  width: 20px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  margin: 0;
}
.modal-gift-countdown .flip-clock-wrapper ul.even {
  left: 2px;
  z-index: 9;
}
.modal-gift-countdown .flip-clock-wrapper ul.even li a div div.inn {
  border-top-left-radius: 4px;
}
.modal-gift-countdown .flip-clock-wrapper ul.even li a div.down {
  border-bottom-left-radius: 4px;
}
.modal-gift-countdown .flip-clock-wrapper ul.odd {
  right: 2px;
}
.modal-gift-countdown .flip-clock-wrapper ul.odd li a div div.inn {
  border-top-right-radius: 4px;
}
.modal-gift-countdown .flip-clock-wrapper ul.odd li a div.down {
  border-bottom-right-radius: 4px;
}
.modal-gift-countdown .flip-clock-wrapper ul li {
  line-height: 40px;
}
.modal-gift-countdown .flip-clock-wrapper ul li a div.up:after {
  top: 19px;
  background-color: rgba(41, 69, 99, 0.13);
}
.modal-gift-countdown .flip-clock-wrapper ul li a div div.inn {
  border-radius: 0;
  font-size: 24px;
  background-color: #294563;
  color: #fff;
}
.modal-gift-countdown .flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.modal-gift-countdown .flip-clock-divider {
  height: 40px;
  margin: 0px -3px;
}
.modal-gift-countdown .flip-clock-divider .flip-clock-label {
  right: -24px;
  color: #fff;
  top: initial;
  bottom: -1.7rem;
}
.modal-gift-countdown .flip-clock-divider.minutes .flip-clock-label {
  right: -24px;
}
.modal-gift-countdown .flip-clock-divider.seconds .flip-clock-label {
  right: -24px;
}
.modal-gift-countdown .flip-clock-dot {
  width: 4px;
  height: 4px;
  background: #fff;
  left: 7px;
}
.modal-gift-countdown .flip-clock-dot.top {
  top: 12px;
}
.modal-gift-countdown .flip-clock-dot.bottom {
  bottom: 12px;
}
.modal-savesuccess .modal-dialog {
  max-width: 360px;
  padding: 26px 30px;
}
.modal-savesuccess .modal-body {
  padding: 0;
  text-align: center;
}
.modal-savesuccess__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #294563;
  margin: 0 0 2px 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
.modal-savesuccess__desc {
  font-size: 16px;
  color: #282828;
  margin-bottom: 16px;
}
.modal-savesuccess .fa-check-circle {
  font-size: 70px;
  color: #32b4c8;
  margin-bottom: 20px;
}
.modal-savesuccess .iot-bt {
  height: 40px;
  min-width: 120px;
}
.modal-rpmistake .modal-dialog {
  width: 750px;
  max-width: 95%;
  border-radius: 20px;
}
.modal-rpmistake .iot-opselect button.dropdown-toggle {
  border: 1px solid var(--primary-primary-100, #bdc5cf);
}
.modal-rpmistake__top-img {
  text-align: center;
  padding: 11px;
}
.modal-rpmistake__contents {
  color: #282828;
  margin: 0 auto;
  max-width: 638px;
  padding: 4rem 15px;
}
@media (max-width: 767px) {
  .modal-rpmistake__contents {
    padding: 0;
  }
}
.modal-rpmistake__logo {
  max-width: 100px;
  display: block;
  margin: 0 auto 30px;
}
.modal-rpmistake__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #294563;
  margin: 2rem 0 1rem;
  text-align: center;
}
.modal-rpmistake__desc {
  font-size: 16px;
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .modal-rpmistake__desc {
    margin-bottom: 2rem;
    font-size: 14px;
  }
}
.modal-rpmistake__question {
  margin-bottom: 20px;
  font-size: 16px;
  color: #282828;
}
.modal-rpmistake__describe-label {
  margin-bottom: 10px;
  color: #282828;
  font-weight: normal;
  display: block;
}
@media (max-width: 767px) {
  .modal-rpmistake__describe-label {
    font-size: 14px;
    display: block;
  }
}
.modal-rpmistake__asterisk {
  color: #c0392b;
}
.modal-rpmistake .iot-opselect {
  max-width: 150px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .modal-rpmistake .iot-opselect {
    margin-left: 0;
    margin-top: 6px;
    width: 100% !important;
    max-width: initial;
  }
}
.modal-rpmistake .iot-opselect .dropdown-toggle .caret:after {
  content: normal;
}
.modal-rpmistake .iot-opselect.open .dropdown-toggle .caret {
  transform: none;
}
.modal-rpmistake__mess {
  margin-bottom: 20px;
  box-shadow: none;
  resize: none;
  border-radius: 20px;
  border: 1px solid var(--primary-primary-100, #bdc5cf);
  background: #fff;
}
.modal-rpmistake__mess:focus {
  border-color: #32b4c8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(50, 180, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(50, 180, 200, 0.6);
}
.modal-rpmistake__input {
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid var(--primary-primary-100, #bdc5cf);
  background: #fff;
  box-shadow: none;
}
.modal-rpmistake__row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .modal-rpmistake__row {
    flex-direction: column;
  }
}
.modal-rpmistake__col {
  flex: 1;
}
@media (max-width: 767px) {
  .modal-rpmistake__col {
    width: 100%;
  }
}
.modal-rpmistake__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
.modal-rpmistake__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
}
.modal-rpmistake__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-task-pay .modal-dialog {
  width: 100%;
  max-width: 536px;
}
@media (max-width: 767px) {
  .modal-task-pay .modal-dialog {
    max-width: 96%;
  }
}
.modal-task-pay .modal-header,
.modal-task-pay .modal-body,
.modal-task-pay .modal-footer {
  border: none;
}
.modal-task-pay .modal-content {
  border-radius: 20px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .modal-task-pay .modal-content {
    padding: 0 10px;
  }
}
.modal-task-pay .ion-android-close {
  font-size: 28px;
  color: #282828;
  right: 15px;
  top: 15px;
  opacity: 1;
}
.modal-task-pay .modal-footer {
  text-align: center;
  padding: 10px 0;
}
.modal-task-pay .modal-footer .iot-bt {
  width: 100%;
  max-width: 140px;
  height: 40px;
  line-height: 40px;
}
.modal-task-pay__icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 2rem;
}
.modal-task-pay__title {
  margin: 0 0 5px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .modal-task-pay__title {
    font-size: 16px;
    margin: 20px 0 15px;
  }
}
.modal-task-pay__note {
  font-size: 16px;
  color: #282828;
  text-align: center;
}
.modal-task-pay__item {
  border: 1px solid #fbcb9c;
  padding: 15px 20px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 60px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .modal-task-pay__item {
    margin-bottom: 15px;
    height: auto;
    min-height: 60px;
    line-height: 1.4;
  }
}
.modal-task-pay__item:last-child {
  margin-bottom: 0;
}
.modal-task-pay__item.-active {
  border: 1px solid #faaa5a;
  background: #feeede;
}
.modal-task-pay__item:hover {
  border: 1px solid #faaa5a;
  box-shadow: 0px 0px 8px -1px #faaa5a;
}
.modal-task-pay__item.-recommended {
  min-height: 80px;
}
@media (max-width: 767px) {
  .modal-task-pay__item.-recommended .modal-task-pay__item-name {
    padding-right: 12%;
  }
}
.modal-task-pay__rec-label {
  position: absolute;
  left: 30px;
  bottom: 100%;
  padding: 2px 10px;
  line-height: normal;
  color: #fff;
  background: #faaa5a;
  letter-spacing: 0.3px;
  font-size: 14px;
  transform: skew(-5deg);
  border-radius: 10px 10px 0px 0px;
  background: var(
    --gradient-writing,
    linear-gradient(180deg, #faa859 0%, #bb7f44 100%)
  );
}
.modal-task-pay__item-name {
  color: #294563;
  font-weight: bold;
}
.modal-task-pay__item-price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #f9a95a;
}
@media (max-width: 767px) {
  .modal-task-pay__item-price {
    font-size: 14px;
  }
}
.modal-task-pay__item-price em {
  font-size: 16px;
  color: #a0a0a0;
  font-weight: normal;
  display: block;
  margin-right: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .modal-task-pay__item-price em {
    font-size: 14px;
  }
}
.modal-task-pay__item-price span {
  font-size: 16px;
  color: #a0a0a0;
  font-weight: normal;
  margin-right: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .modal-task-pay__item-price span {
    font-size: 14px;
  }
}
.modal-task-pay__btn {
  height: 44px;
  padding: 10px 20px;
  gap: 10px;
  min-width: 180px;
}
.modal-task-pay__btn span {
  font-size: 25px;
}
.modal-howto .modal-dialog {
  width: 100%;
  max-width: 767px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-howto .modal-dialog {
    max-width: 91%;
  }
}
@media (max-width: 767px) {
  .modal-howto .modal-dialog {
    max-width: 91%;
  }
}
.modal-howto .modal-content {
  padding: 25px 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-howto .modal-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .modal-howto .modal-content {
    padding: 5px 0;
  }
}
.modal-howto__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  color: #294563;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .modal-howto__title {
    font-size: 20px;
  }
}
.modal-howto__title span {
  color: #faaa5a;
  text-transform: uppercase;
}
.modal-howto__video {
  position: relative;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
}
.modal-howto__video video {
  outline: none;
  position: relative;
  z-index: 1;
}
.modal-howto__btn-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 767px) {
  .modal-howto__btn-play {
    width: 47px;
    height: 47px;
  }
}
.modal-howto__btn-play:hover {
  background: #fff;
}
.modal-howto__btn-play .fa-play {
  position: relative;
  top: 0;
  left: 5px;
  font-size: 34px;
  color: #284664;
}
@media (max-width: 767px) {
  .modal-howto__btn-play .fa-play {
    left: 3px;
    font-size: 26px;
  }
}
.modal-howto__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
.modal-howto__end-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  outline: none;
  background-color: rgba(83, 107, 130, 0.9);
  line-height: normal;
  text-align: center;
  display: none;
}
.modal-howto__end-panel .iot-bt {
  max-width: 288px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .modal-howto__end-panel .iot-bt {
    height: 30px;
    line-height: 30px;
    max-width: 159px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.modal-howto__end-title {
  margin-top: 82px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .modal-howto__end-title {
    margin-top: 14px;
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.modal-howto__end-caption {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  max-width: 407px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .modal-howto__end-caption {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.modal-howto__end-link {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 1;
}
.modal-howto__end-link:hover,
.modal-howto__end-link:active {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .modal-howto__end-link {
    font-size: 12px;
  }
}
.modal-howto .modal-footer {
  text-align: center;
}
.modal-howto .modal-footer .iot-bt {
  line-height: normal;
  height: 70px;
  float: left;
  width: 100%;
  max-width: calc(50% - 8px);
  padding: 0;
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-howto .modal-footer .iot-bt {
    max-width: 100%;
    height: 60px;
    float: none;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.modal-howto .modal-footer .iot-bt:last-child {
  float: right;
}
@media (max-width: 767px) {
  .modal-howto .modal-footer .iot-bt:last-child {
    margin-bottom: 0;
  }
}
.modal-howto .modal-footer .iot-bt:last-child span {
  color: #fff;
}
.modal-howto .modal-footer .iot-bt span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #284664;
  margin-top: 5px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .modal-howto .modal-footer .iot-bt span {
    font-size: 12px;
  }
}
.modal-interview .modal-dialog {
  width: 100%;
  max-width: 471px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-interview .modal-dialog {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .modal-interview .modal-dialog {
    max-width: 96%;
  }
}
.modal-interview__title {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #294563;
}
.modal-interview__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal-interview__item {
    flex-direction: column;
  }
}
.modal-interview__label {
  min-width: 56px;
  font-weight: bold;
  font-size: 16px;
  color: #363a3d;
}
.modal-interview__item-value {
  font-size: 16px;
  color: #363a3d;
  width: 100%;
  max-width: 62%;
}
@media (max-width: 767px) {
  .modal-interview__item-value {
    max-width: 100%;
  }
}
.modal-interview__copy-value {
  border: none;
  width: 100%;
  padding: 0 100px 0 15px;
  height: 36px;
  background: transparent;
  font-size: 14px;
  max-width: 100%;
}
.modal-interview__item-copy {
  position: relative;
  border: 1px solid #a0b5ca;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  max-width: 62%;
}
@media (max-width: 767px) {
  .modal-interview__item-copy {
    max-width: 100%;
  }
}
.modal-interview__copy-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 93px;
  height: 38px;
  background-color: #294563;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
}
.modal-review {
  max-width: 700px;
  min-height: 200px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal-review {
    max-width: 95%;
    margin: 2% 0 0 0;
  }
}
.modal-profile {
  max-width: 700px;
  min-height: 200px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal-profile {
    max-width: 95%;
    margin: 2% 0 0 0;
  }
}
.modal-error {
  max-width: 570px;
  min-height: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-error {
    width: auto;
  }
}
.modal-error .modal-error-control {
  text-align: center;
  padding: 20px 0px 30px 0px;
}
.modal-error .modal-error-control a {
  display: inline-block;
  line-height: 45px;
  border-radius: 5px;
  padding: 0px 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #294563;
  background-color: #d4dae0;
}
.modal-error .modal-error-control a:hover {
  opacity: 0.9;
}
.modal-iot .modal-dialog {
  max-width: 600px;
  min-height: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-iot .modal-dialog {
    width: auto;
  }
}
.modal-iot .modal-body {
  text-align: center;
}
#modal-solution .modal-profile h2.modal-caption {
  text-align: left;
}
#modal-solution .modal-profile .bp-control {
  margin: 11px 0px 0px 0px;
}
.modal-caption {
  text-align: left;
  margin: 20px 0px 30px 0px;
  color: #294563;
}
@media screen and (max-width: 767px) {
  .modal-caption {
    font-size: 20px;
  }
}
.modal-caption.mc-profile {
  float: left;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .modal-caption.mc-profile {
    font-size: 20px;
    float: none;
    text-align: center;
    margin: 20px 0px 0px 0px;
  }
}
.modal-essay-submit .modal-content {
  text-align: center;
  padding: 5% 0;
}
.modal-essay-submit .modal-footer {
  text-align: center;
}
.modal-essay-submit__content {
  font-size: 18px;
  color: #294563;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal-essay-submit__content {
    max-width: 100%;
    font-size: 16px;
  }
}
.modal-essay-submit .iot-bt,
.modal-essay-submit .iot-btgr {
  width: 100%;
  max-width: 160px;
  margin-right: 15px;
}
.modal-essay-submit .iot-bt:last-child,
.modal-essay-submit .iot-btgr:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .modal-essay-submit .iot-bt:last-child,
  .modal-essay-submit .iot-btgr:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal-essay-submit .iot-bt,
  .modal-essay-submit .iot-btgr {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto 15px;
    max-width: 80%;
  }
}
.modal-abroad-gift .modal-dialog {
  max-width: 343px;
}
.modal-abroad-gift .modal-header {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .modal-abroad-gift .modal-header {
    padding-top: 30px;
  }
}
.modal-abroad-gift .modal-content {
  text-align: center;
  padding: 30px 36px;
  border-radius: 20px;
}
.modal-abroad-gift__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px;
}
.modal-abroad-gift__caption {
  font-size: 16px;
  margin-bottom: 6px;
}
.modal-abroad-gift__caption span {
  color: #c76378;
  font-weight: bold;
}
.modal-abroad-gift_img {
  position: absolute;
  bottom: 100%;
  transform: translateY(45%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal-abroad-gift_img {
    max-width: 188px;
  }
}
.modal-abroad-gift__item {
  height: 54px;
  background-color: #294563;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 22px;
  padding-right: 86px;
  font-size: 16px;
  margin-bottom: 28px;
  position: relative;
  border-radius: 36px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-abroad-gift__item-bg {
  position: absolute;
  right: 26%;
  top: 66%;
  z-index: 9;
}
.modal-abroad-gift__item-bg.-blur {
  opacity: 0.5;
  left: 50px;
  right: initial;
  top: 0px;
}
.modal-abroad-gift__item-bg:after,
.modal-abroad-gift__item-bg:before {
  content: ".....";
  position: absolute;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-abroad-gift__item-bg:before {
  right: -7px;
  transform: translateY(-36%);
}
.modal-abroad-gift__gift-circle {
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  font-size: 13px;
}
.modal-abroad-gift__gift-circle span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: auto;
}
.modal-abroad-gift__gift-circle em {
  font-weight: bold;
  font-style: initial;
  transform: skew(-12deg);
  font-size: 16px;
}
.modal-abroad-gift__gift-circle.-orange {
  background-color: #f9a95a;
}
.modal-abroad-gift__gift-circle.-pink {
  background-color: #c76378;
}
.modal-abroad-gift__gift-circle.-aqua {
  background-color: #32b4c8;
}
.modal-abroad-gift__btn.-orange {
  border-radius: 4px;
  color: #294563;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  width: 100%;
}
.modal-abroad-gift .modal-body {
  padding: 0;
}
.modal-abroad-gift .modal-footer {
  text-align: center;
  padding: 0;
}
.modal-qr-consult .modal-dialog {
  max-width: 336px;
}
.modal-qr-consult__qr-img {
  max-width: 180px;
  margin-bottom: 2rem;
}
.modal-qr-consult .modal-body {
  text-align: center;
  padding: 6rem 0 2rem;
}
.modal-register-ielts .modal-dialog {
  width: 100%;
  max-width: 478px;
  padding: 0;
}
@media (max-width: 767px) {
  .modal-register-ielts .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
.modal-register-ielts .modal-header {
  padding-bottom: 0;
}
.modal-register-ielts .modal-content {
  border-radius: 10px;
  padding: 15px 6rem;
}
@media (max-width: 767px) {
  .modal-register-ielts .modal-content {
    padding: 0;
  }
}
.modal-register-ielts .modal-body {
  padding: 15px 15px 32px;
}
.modal-register-ielts__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.modal-register-ielts__input,
.modal-register-ielts input.register-box__input {
  height: 44px;
  border: 1px solid #294563;
  border-radius: 25px;
}
.modal-register-ielts__label,
.modal-register-ielts label.register-box__label {
  color: #294563;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-register-ielts__label span,
.modal-register-ielts label.register-box__label span {
  color: #d52110;
}
.modal-register-ielts__bottom {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.modal-register-ielts .iot-grbt {
  height: 44px;
  padding: 0 24px;
}
.modal-register-ielts .intl-tel-input {
  height: 44px;
  border: 1px solid #284664;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.modal-register-ielts .intl-tel-input div.flag-container {
  border: none;
  background: transparent;
  height: 100%;
}
.modal-register-ielts .intl-tel-input.allow-dropdown input.phone-number {
  border: none;
  background: transparent;
  padding-left: 0;
}
.modal-register-ielts
  .intl-tel-input.allow-dropdown
  .flag-container:hover
  .selected-flag {
  background: transparent;
}
.modal-register-ielts .iot-opselect .dropdown-toggle {
  border: 1px solid #284664 !important;
  border-radius: 25px;
  height: 44px;
  line-height: 44px;
}
.modal-register-ielts div.iot-opselect {
  width: 100% !important;
}
.modal-book-ielts .modal-dialog {
  width: 100%;
  max-width: 478px;
  padding: 0;
}
@media (max-width: 767px) {
  .modal-book-ielts .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
.modal-book-ielts .modal-header {
  padding-bottom: 0;
}
.modal-book-ielts .modal-content {
  border-radius: 24px;
  padding: 15px 6rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 20px 0px rgba(41, 69, 99, 0.1);
  webkit-backdrop-filter: blur(15px);
  moz-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@media (max-width: 767px) {
  .modal-book-ielts .modal-content {
    padding: 0;
  }
}
.modal-book-ielts .modal-body {
  padding: 15px 15px 32px;
}
.modal-book-ielts__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.modal-book-ielts__input,
.modal-book-ielts input.register-box__input {
  height: 44px;
  border: transparent;
  border-radius: 25px;
}
.modal-book-ielts__label,
.modal-book-ielts label.register-box__label {
  color: #294563;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-book-ielts__label span,
.modal-book-ielts label.register-box__label span {
  color: #d52110;
}
.modal-book-ielts__type-test {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.modal-book-ielts__bottom {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.modal-book-ielts .iot-radio input[type="radio"] {
  border: 1px solid #294563;
  width: 18px;
  height: 18px;
}
.modal-book-ielts .iot-grbt {
  height: 44px;
  padding: 0 24px;
}
.modal-book-ielts .intl-tel-input {
  height: 44px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.modal-book-ielts .intl-tel-input div.flag-container {
  border: none;
  background: transparent;
  height: 100%;
}
.modal-book-ielts .intl-tel-input.allow-dropdown input.phone-number {
  border: none;
  background: transparent;
  padding-left: 0;
}
.modal-book-ielts
  .intl-tel-input.allow-dropdown
  .flag-container:hover
  .selected-flag {
  background: transparent;
}
.modal-book-ielts .iot-opselect .dropdown-toggle {
  border: 1px solid #284664 !important;
  border-radius: 25px;
  height: 44px;
  line-height: 44px;
}
.modal-book-ielts div.iot-opselect {
  width: 100% !important;
}
.modal-enough-credit .modal-dialog {
  width: 686px;
  padding: 50px;
}
.modal-enough-credit__img-icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .modal-enough-credit__img-icon {
    width: 120px;
    height: 120px;
  }
}
.modal-enough-credit__title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 20px;
  color: #294563;
}
@media (max-width: 767px) {
  .modal-enough-credit__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.modal-enough-credit__caption {
  font-size: 14px;
  color: #294563;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
.modal-enough-credit__caption strong {
  font-weight: bold;
}
.modal-enough-credit_btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.modal-enough-credit .iot-bt {
  height: 40px;
  font-size: 14px;
  max-width: none;
}
.modal-credit-evaluation {
  --mainColor: #fbb97a;
  --secondaryColor: #fff6ee;
}
.modal-credit-evaluation.-speaking {
  --mainColor: #c86478;
  --secondaryColor: #faf0f2;
}
.modal-credit-evaluation .modal-dialog {
  width: 604px;
}
.modal-credit-evaluation .modal-content__wrapper {
  background: #ffffff;
  border-radius: 5px;
}
.modal-credit-evaluation .modal-header {
  padding: 3rem 2rem;
}
.modal-credit-evaluation .modal-body {
  padding: 0 6rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-credit-evaluation .modal-body {
    padding: 0 3rem 3rem;
  }
}
@media (max-width: 767px) {
  .modal-credit-evaluation .modal-body {
    padding: 0 1.5rem 3rem;
  }
}
.modal-credit-evaluation__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #294563;
}
@media (max-width: 767px) {
  .modal-credit-evaluation__title {
    font-size: 18px;
  }
}
.modal-credit-evaluation__content {
  display: flex;
  border: 1px solid var(--mainColor);
  position: relative;
  align-items: center;
  padding: 20px 0 20px 20px;
  background: var(--secondaryColor);
}
@media (max-width: 767px) {
  .modal-credit-evaluation__content {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
  }
}
.modal-credit-evaluation__content-left {
  padding-right: 10px;
}
.modal-credit-evaluation__content-right {
  background: #294563;
  border-radius: 30px 0px 0px 30px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 8px 25px;
  color: #fff;
  margin-left: auto;
  margin-right: -1px;
  flex-shrink: 0;
}
.modal-credit-evaluation__content-right span {
  color: var(--mainColor);
}
.modal-credit-evaluation__content-right span.-pink {
  color: #f7acbc;
}
@media (max-width: 767px) {
  .modal-credit-evaluation__content-right {
    margin: 2rem 0 0;
    border-radius: 30px;
    padding: 8px 25px;
  }
}
.modal-credit-evaluation__service-name {
  font-weight: 800;
  font-size: 14px;
  color: #282828;
}
.modal-credit-evaluation__service-task {
  font-size: 14px;
  margin: 0;
}
.modal-credit-evaluation_btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modal-credit-evaluation_btn-wrap {
    margin-top: 15px;
  }
}
.modal-credit-evaluation .iot-bt {
  height: 40px;
  font-size: 14px;
  width: 100%;
  max-width: calc(50% - 10px);
  text-transform: uppercase;
}
.modal-credit-evaluation .iot-bt:first-child {
  color: var(--mainColor);
  background-color: #fff;
  border: 1px solid var(--mainColor);
}
.modal-credit-evaluation .iot-bt:first-child:hover {
  background-color: var(--secondaryColor);
  color: var(--mainColor);
}
.modal-choose-evaluation {
  --main-color: #294563;
  --avatar-bg: #fceedd;
  --main-gradient: var(--primary-gradient);
}
.modal-choose-evaluation.-speaking {
  --main-color: #c76378;
  --main-gradient: var(--speaking-gradient);
  --avatar-bg: #ffe9ed;
}
.modal-choose-evaluation.-writing {
  --main-color: #f9a95a;
  --main-gradient: var(--writing-gradient);
}
.modal-choose-evaluation .modal-dialog {
  width: 1140px;
  max-width: calc(100% - 30px);
}
.modal-choose-evaluation .modal-dialog.-show-one {
  width: 560px;
}
.modal-choose-evaluation .modal-dialog.-show-one .card-successful__col {
  max-width: 352px;
}
.modal-choose-evaluation .modal-header {
  padding: 0;
}
.modal-choose-evaluation .modal-content {
  padding: 8rem 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .modal-choose-evaluation .modal-content {
    padding: 4rem 15px 15px;
  }
}
.modal-choose-evaluation .iot-grbt {
  height: 44px;
  font-size: 16px;
  padding: 0 2rem;
  gap: 10px;
  min-width: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-evaluation .iot-grbt {
    font-size: 14px;
  }
}
.modal-choose-evaluation .iot-grbt span[class^="ioticon"] {
  font-size: 25px;
}
.modal-choose-evaluation__title {
  font-size: 20px;
  margin: 0 auto 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-choose-evaluation__title {
    font-size: 21px;
  }
}
.modal-choose-evaluation__widgets-wrap {
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-choose-evaluation .card-successful {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin: 3rem 0;
  max-width: 730px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-evaluation .card-successful {
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .modal-choose-evaluation .card-successful {
    gap: 0;
    margin: 3rem 0 0;
  }
}
.modal-choose-evaluation .card-successful.-recommended {
  gap: 25px;
}
.modal-choose-evaluation
  .card-successful.-recommended
  .service-price-box__price {
  flex-direction: column;
}
.modal-choose-evaluation
  .card-successful.-recommended
  .service-price-box__col-name {
  padding: 0;
  text-align: center;
}
.modal-choose-evaluation
  .card-successful.-recommended
  .service-price-box__col-price {
  text-align: center;
}
.modal-choose-evaluation
  .card-successful.-recommended
  .service-price-box__item-price.-en {
  color: #294563;
}
.modal-choose-evaluation
  .card-successful.-recommended
  .service-price-box__contents {
  padding: 20px;
}
.modal-choose-evaluation
  .card-successful.-recommended
  .service-price-box__btn-change {
  align-self: center;
}
@media (max-width: 767px) {
  .modal-choose-evaluation .card-successful.-recommended .card-successful__col {
    flex: initial;
  }
}
.modal-choose-evaluation .card-successful__new-tag {
  position: absolute;
  text-transform: uppercase;
  top: -7px;
  left: 28px;
  display: flex;
  padding: 8px 16px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 16px 16px;
  background: var(
    --gradient-speaking,
    linear-gradient(180deg, #c86478 0%, #954b5a 100%)
  );
}
.modal-choose-evaluation .card-successful__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2rem;
}
.modal-choose-evaluation .card-successful__img-icon {
  margin: 0 0 2rem;
}
.modal-choose-evaluation .card-successful__col {
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .modal-choose-evaluation .card-successful__col {
    max-width: initial;
  }
  .modal-choose-evaluation .card-successful__col:first-child() {
    order: 3;
  }
  .modal-choose-evaluation .card-successful__col:last-child() {
    order: 1;
  }
}
.modal-choose-evaluation .card-successful__box {
  padding: 39px 30px;
  border: solid 1px #eaecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  position: relative;
  height: 100%;
}
.modal-choose-evaluation .card-successful__box.-discount {
  padding: 39px 16px 39px;
}
@media (max-width: 767px) {
  .modal-choose-evaluation .card-successful__box.-discount {
    padding: 39px 15px 39px;
  }
}
@media (max-width: 767px) {
  .modal-choose-evaluation .card-successful__box {
    padding: 20px 15px;
    margin-bottom: 0;
    min-height: 204px;
    border-radius: 10px;
  }
}
.modal-choose-evaluation .card-successful__price {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-choose-evaluation .card-successful__price.-pink {
  color: #c76378;
}
.modal-choose-evaluation .card-successful__price.-en {
  font-size: 16px;
  color: #294563;
  font-weight: bold;
}
.modal-choose-evaluation .card-successful__price.-small {
  font-size: 16px;
  color: #294563;
  font-weight: bold;
}
.modal-choose-evaluation .card-successful__local-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-choose-evaluation .card-successful__local-price.-en {
  font-size: 16px;
  color: #294563;
  font-weight: bold;
}
.modal-choose-evaluation .card-successful__old-price {
  color: #363a3d;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-right: 4px;
}
.modal-choose-evaluation .card-successful__price-wrap {
  margin: auto 0 0;
  margin-top: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-choose-evaluation .card-successful__credit {
  text-align: center;
  margin-top: auto;
}
.modal-choose-evaluation .card-successful__credit-row {
  display: flex;
  justify-content: space-between;
  color: #787878;
}
.modal-choose-evaluation .card-successful__credit-row.-strong {
  font-weight: bold;
  color: #282828;
}
.modal-choose-evaluation .card-successful__credit-row span {
  margin-left: 4px;
}
.modal-choose-evaluation .card-successful__credit-row em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color);
}
.modal-choose-evaluation .card-successful ul li {
  font-weight: 500;
  font-size: 16px;
  color: #294563;
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.modal-choose-evaluation .card-successful ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #294563;
  position: relative;
  top: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
}
.modal-choose-evaluation .card-successful__btn {
  margin-top: 8px;
}
.modal-choose-evaluation .service-price-box__contents {
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  border-radius: 15px;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-evaluation .service-price-box__contents {
    padding: 25px 15px;
  }
}
.modal-choose-evaluation .service-price-box__title {
  margin-bottom: 3rem;
}
.modal-choose-evaluation .service-price-box__old-price {
  color: #363a3d;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-right: 4px;
}
.modal-choose-evaluation .service-price-box__item-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-choose-evaluation .service-price-box__item-price.-en {
  font-size: 16px;
  color: #8b8b8b;
  font-weight: 600;
}
.modal-choose-evaluation .service-price-box__price {
  display: flex;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  position: relative;
  align-items: center;
  padding: 15px 20px;
  justify-content: center;
  margin-bottom: 10px;
}
.modal-choose-evaluation .service-price-box__price.-credit {
  padding: 15px 30px 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-evaluation .service-price-box__price {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modal-choose-evaluation .service-price-box__price {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.modal-choose-evaluation .service-price-box__col-name {
  text-align: center;
}
.modal-choose-evaluation .service-price-box__col-price {
  text-align: center;
  margin-top: auto;
}
.modal-choose-evaluation .service-price-box__credit {
  text-align: center;
  margin-top: auto;
}
.modal-choose-evaluation .service-price-box__credit-row {
  display: flex;
  justify-content: space-between;
  color: #787878;
}
.modal-choose-evaluation .service-price-box__credit-row.-strong {
  font-weight: bold;
  color: #282828;
}
.modal-choose-evaluation .service-price-box__credit-row span {
  margin-left: 4px;
}
.modal-choose-evaluation .service-price-box__credit-row em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color);
}
.modal-choose-evaluation .service-price-box__col-credit {
  background: #294563;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  position: absolute;
  border-radius: 15px 15px 0px 0px;
  padding: 8px 20px;
  bottom: -1px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-evaluation .service-price-box__col-credit {
    left: auto;
    margin: 2rem 0 0;
    padding: 8px 25px;
  }
}
@media (max-width: 767px) {
  .modal-choose-evaluation .service-price-box__col-credit {
    left: auto;
    margin: 2rem 0 0;
    border-radius: 30px;
    padding: 8px 25px;
  }
}
.modal-choose-evaluation .service-price-box__col-credit span {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-choose-evaluation .service-price-box__service-name {
  font-weight: 800;
  font-size: 16px;
  color: #282828;
}
.modal-choose-evaluation .service-price-box__service-task {
  font-size: 14px;
  margin: 0;
}
.modal-choose-evaluation .service-price-box__btn-wrap {
  width: 100%;
  margin-top: 8px;
}
.modal-choose-evaluation .service-price-box__btn {
  margin: 0 auto;
  background-color: #c76378;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-evaluation .service-price-box__btn {
    max-width: 100%;
  }
}
.modal-choose-evaluation .service-price-box__btn:hover,
.modal-choose-evaluation .service-price-box__btn:focus {
  background-color: #c76378;
}
.modal-choose-evaluation .service-price-box__btn-change {
  font-size: 14px;
  text-decoration: underline;
  color: #32b4c8;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  align-self: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .modal-choose-evaluation .service-price-box__btn-change {
    align-self: center;
  }
}
.modal-choose-evaluation .service-price-box__btn-change:hover {
  color: #268695;
}
.modal-choose-evaluation .ai-evaluation {
  border: 1px solid #c76378;
}
.modal-choose-evaluation .ai-evaluation__view-more {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 2rem;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.modal-choose-evaluation .ai-evaluation__view-more:hover {
  opacity: 0.8;
}
.modal-choose-evaluation .ai-evaluation__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modal-choose-evaluation .evaluation-widget {
  max-width: 366px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: var(--Space-xl, 24px);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
  padding: var(--Space-lg, 16px) var(--Space-xl, 24px) var(--Space-xl, 24px)
    var(--Space-xl, 24px);
  border: 1px solid var(--Primary-primary-50, #eaecef);
}
.modal-choose-evaluation .evaluation-widget.-recommended {
  border: 1px solid var(--main-color);
}
.modal-choose-evaluation .evaluation-widget__label {
  position: absolute;
  top: -7px;
  left: 28px;
  display: flex;
  padding: 8px 12px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 16px 16px;
  background: var(--main-gradient);
}
.modal-choose-evaluation .evaluation-widget__discount {
  border-radius: 16px;
  border: 1px dashed var(--main-color);
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  padding: 4px var(--Space-md, 8px);
  align-items: center;
  gap: 10px;
  background: var(--main-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.modal-choose-evaluation .evaluation-widget__img-wrap {
  width: 120px;
  height: 120px;
  background: var(--avatar-bg);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-choose-evaluation .evaluation-widget__img-wrap img {
  object-fit: cover;
}
.modal-choose-evaluation .evaluation-widget__cap {
  margin: var(--Space-xl, 24px) 0 0;
  font-size: 16px;
  font-weight: 400;
}
.modal-choose-evaluation .evaluation-widget__title {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.modal-choose-evaluation .evaluation-widget__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #787878;
}
.modal-choose-evaluation .evaluation-widget__price {
  font-size: 14px;
  margin: var(--Space-xl, 24px) 0 0;
}
.modal-choose-evaluation .evaluation-widget__price em {
  text-decoration: line-through;
}
.modal-choose-evaluation .evaluation-widget__price strong {
  color: var(--main-color);
  font-size: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.modal-choose-evaluation .evaluation-widget__note {
  font-size: 12px;
  font-weight: 400;
  margin: 6px;
}
.modal-choose-evaluation .evaluation-widget__btn {
  height: 44px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 8px auto 0;
  padding: 0 24px;
  width: max-content;
  min-width: 240px;
}
.modal-choose-evaluation .evaluation-widget__btn.-skill-color {
  background: var(--main-gradient);
}
.modal-choose-evaluation .evaluation-widget__btn .ioticon-cart {
  font-size: 24px;
}
.modal-choose-evaluation .evaluation-widget__view {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  margin-top: 24px;
  color: #294563;
  text-decoration: none;
}
.modal-choose-evaluation .evaluation-widget__view em {
  font-style: normal;
}
.modal-choose-evaluation .evaluation-widget__view:hover em {
  text-decoration: underline;
}
.modal-choose-evaluation .evaluation-widget__view .ioticon-next-icon {
  font-size: 8px;
}
.modal-choose-evaluation .evaluation-widget__list {
  margin-top: var(--Space-xl, 24px);
}
.modal-choose-evaluation .evaluation-widget__list li {
  display: flex;
  position: relative;
  align-items: flex-start;
  text-align: left;
  color: #787878;
}
.modal-choose-evaluation .evaluation-widget__list li + li {
  margin-top: 8px;
}
.modal-choose-evaluation .evaluation-widget__list li:before {
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e9bc";
  font-size: 22px;
  width: initial;
  height: initial;
  background: initial;
  position: initial;
  color: var(--main-color);
}
.modal-sa-consultant .modal-dialog {
  width: 660px;
}
.modal-sa-consultant .modal-body {
  padding: 0;
}
.modal-sa-consultant .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
.modal-sa-consultant .ion-android-close {
  top: 10px;
  right: 10px;
}
.modal-sa-consultant .register-card {
  background: #33b2c7;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px 0px 5px #e4e4e4;
  backdrop-filter: blur(100px);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid rgba(255, 255, 255, 0.79);
}
@media (max-width: 767px) {
  .modal-sa-consultant .register-card {
    padding: 30px 15px;
  }
}
.modal-sa-consultant .register-card__caption {
  color: #fff;
  max-width: 380px;
  margin: 0 auto 3rem;
  text-align: center;
}
.modal-sa-consultant .register-card__title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin: 0 0 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-sa-consultant .register-card__title {
    font-size: 24px;
  }
}
.modal-sa-consultant .register-card__contents {
  --spacing: 15px;
  --columns: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-sa-consultant .register-card__contents {
    --spacing: 10px;
    --columns: 2;
  }
}
@media (max-width: 767px) {
  .modal-sa-consultant .register-card__contents {
    --spacing: 0px;
    --columns: 1;
  }
}
.modal-sa-consultant .register-card__col {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-sa-consultant .register-card__btn {
  padding: 0 30px;
  margin: 2.4rem 0 0;
}
.modal-sa-consultant .register-card__label {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.modal-sa-consultant .register-card__label span {
  color: #c0392b;
  margin-left: 4px;
}
.modal-sa-consultant .register-card__input {
  height: 44px;
  background: #ffffff;
  border: none;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.modal-sa-consultant .register-card .bootstrap-select {
  width: 100% !important;
}
.modal-sa-consultant .register-card button.dropdown-toggle {
  border: none;
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  height: 44px;
}
.modal-sa-consultant .register-card .intl-tel-input .selected-flag {
  padding: 0 6px 0 14px;
}
.modal-sa-consultant .register-card .intl-tel-input div.flag-container {
  border-radius: 30px;
  height: 44px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.modal-sa-consultant
  .register-card
  .intl-tel-input
  div.flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.modal-sa-consultant .register-card .allow-dropdown input.phone-number {
  border-radius: 30px;
  height: 44px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.sacontact-card {
  background: #33b2c7;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px 0px 5px #e4e4e4;
  backdrop-filter: blur(100px);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid rgba(255, 255, 255, 0.79);
}
@media (max-width: 767px) {
  .sacontact-card {
    padding: 30px;
  }
}
.sacontact-card__title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin: 0 0 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sacontact-card__title {
    font-size: 24px;
  }
}
.sacontact-card__contents {
  --spacing: 15px;
  --columns: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sacontact-card__contents {
    --spacing: 10px;
    --columns: 2;
  }
}
@media (max-width: 767px) {
  .sacontact-card__contents {
    --spacing: 0px;
    --columns: 1;
  }
}
.sacontact-card__col {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sacontact-card__btn {
  padding: 0 30px;
  margin: 2.4rem 0 0;
}
.sacontact-card__label {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.sacontact-card__label span {
  color: #c0392b;
  margin-left: 4px;
}
.sacontact-card__input {
  height: 44px;
  background: #ffffff;
  border: none;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.sacontact-card .bootstrap-select {
  width: 100% !important;
}
.sacontact-card button.dropdown-toggle {
  border: none;
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  height: 44px;
}
.sacontact-card .intl-tel-input .selected-flag {
  padding: 0 6px 0 14px;
}
.sacontact-card .intl-tel-input div.flag-container {
  border-radius: 30px;
  height: 44px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.sacontact-card .intl-tel-input div.flag-container:hover .selected-flag {
  background-color: transparent;
}
.sacontact-card .allow-dropdown input.phone-number {
  border-radius: 30px;
  height: 44px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.modal-look-sky {
  --popup-color: #faaa5a;
  --bg-checkbox: #fef2e6;
}
.modal-look-sky.-speaking {
  --popup-color: #c86478;
  --bg-checkbox: #f7e8eb;
}
.modal-look-sky .modal-dialog {
  width: auto;
  min-width: 580px;
  max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-look-sky .modal-dialog {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .modal-look-sky .modal-dialog {
    min-width: auto;
    max-width: calc(100% - 30px);
  }
}
.modal-look-sky .modal-header {
  padding: 0;
}
.modal-look-sky .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.modal-look-sky .modal-content {
  padding: 4rem;
}
.modal-look-sky__top-img {
  margin: 3.2rem 0;
}
.modal-look-sky__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .modal-look-sky__title {
    font-size: 20px;
  }
}
.modal-look-sky__sm-title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: var(--popup-color);
  text-align: center;
}
@media (max-width: 767px) {
  .modal-look-sky__sm-title {
    font-size: 18px;
  }
}
.modal-look-sky__sm-title.-blue {
  color: #294563;
}
.modal-look-sky__list {
  margin-top: 1.6rem;
}
.modal-look-sky__list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .modal-look-sky__list li {
    font-size: 14px;
    align-items: flex-start;
  }
}
.modal-look-sky__list li:last-child {
  margin-bottom: 0;
}
.modal-look-sky__list li:before {
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  display: inline-flex;
  color: var(--popup-color);
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .modal-look-sky__list li:before {
    position: relative;
    top: 5px;
  }
}
.modal-look-sky__desc {
  display: flex;
}
@media (max-width: 767px) {
  .modal-look-sky__desc {
    flex-direction: column;
  }
}
.modal-look-sky__desc-left {
  margin-right: 3.2rem;
}
@media (max-width: 767px) {
  .modal-look-sky__desc-left {
    margin-right: 0;
  }
}
.modal-look-sky__qr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 15px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .modal-look-sky__qr-wrap {
    margin: 3.2rem auto 0;
  }
}
.modal-look-sky__qr-text {
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  color: #294563;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-look-sky__qr-text {
    font-size: 14px;
  }
}
.modal-user-suggest {
  --popup-color: #faaa5a;
  --bg-checkbox: #fef2e6;
}
.modal-user-suggest.-speaking {
  --popup-color: #c86478;
  --bg-checkbox: #f7e8eb;
}
.modal-user-suggest .modal-dialog {
  width: auto;
  min-width: 666px;
  max-width: 965px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-user-suggest .modal-dialog {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .modal-user-suggest .modal-dialog {
    min-width: auto;
    max-width: calc(100% - 30px);
  }
}
.modal-user-suggest .modal-header {
  padding: 0;
}
.modal-user-suggest .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.modal-user-suggest .modal-content {
  padding: 4rem;
}
@media (max-width: 767px) {
  .modal-user-suggest .modal-content {
    padding: 4rem 1.5rem;
  }
}
.modal-user-suggest__top-img {
  margin: 3rem 0;
}
.modal-user-suggest__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .modal-user-suggest__title {
    font-size: 20px;
  }
}
.modal-user-suggest__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal-user-suggest__item-row {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 25% auto;
}
@media (max-width: 767px) {
  .modal-user-suggest__item-row {
    grid-template-columns: 100%;
  }
}
.modal-user-suggest__item-title {
  font-weight: 700;
  font-size: 16px;
  color: #294563;
}
@media (max-width: 767px) {
  .modal-user-suggest__item-title {
    margin-bottom: 1rem;
  }
}
.modal-user-suggest__check-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.modal-user-suggest__thank-text {
  text-align: center;
}
.modal-user-suggest__check-bg {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #cccccc;
  z-index: -1;
  border-radius: 5px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.modal-user-suggest__text-area {
  padding: 16px;
}
.modal-user-suggest__text-area {
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: none;
}
.modal-user-suggest__text-area:active,
.modal-user-suggest__text-area:focus {
  border: 1px solid var(--popup-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08),
    0 0 8px rgba(255, 193, 7, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08),
    0 0 8px rgba(255, 193, 7, 0.15);
}
.modal-user-suggest__btn {
  height: 40px;
  width: auto;
  padding: 1rem 4rem;
  margin: 0.5rem auto 1.5rem;
  background-color: var(--popup-color);
}
.modal-user-suggest__btn:hover {
  background-color: var(--popup-color);
  opacity: 0.87;
}
.modal-user-suggest .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-user-suggest .iot-checkbox {
  margin-right: 1.5rem;
  position: relative;
  z-index: 0;
  padding: 11px;
  margin-bottom: 1.5rem;
}
.modal-user-suggest .iot-checkbox:hover .modal-user-suggest__check-bg {
  background-color: var(--bg-checkbox);
}
.modal-user-suggest .iot-checkbox label {
  margin: 0;
}
.modal-user-suggest .iot-checkbox label:before {
  border: 1px solid var(--popup-color);
  top: 50%;
  transform: translateY(-50%);
}
.modal-user-suggest
  .iot-checkbox
  input[type="checkbox"]:checked
  ~ .modal-user-suggest__check-bg {
  background-color: var(--bg-checkbox);
  border: 1px solid var(--popup-color);
}
.modal-user-suggest
  .iot-checkbox
  input[type="checkbox"]:checked
  + label::before {
  background-color: var(--popup-color);
}
.modal-user-suggest
  .iot-checkbox
  input[type="checkbox"]:checked
  + label::after {
  border: 1px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  top: 5px;
}
.modal-choose-mode {
  --modal-color: #294563;
}
.modal-choose-mode.listening {
  --modal-color: #32b4c8;
}
.modal-choose-mode.listening .choose-box__btn {
  background: linear-gradient(180deg, #33b2c7 0%, #268695 100%);
}
.modal-choose-mode.reading {
  --modal-color: #37854d;
}
.modal-choose-mode.reading .choose-box__btn {
  background: linear-gradient(180deg, #337845 0%, #265a35 100%);
}
.modal-choose-mode.writing {
  --modal-color: #f9a95a;
}
.modal-choose-mode.writing .choose-box__btn {
  background: linear-gradient(180deg, #faa859 0%, #bb7f44 100%);
}
.modal-choose-mode.speaking {
  --modal-color: #c76378;
}
.modal-choose-mode.speaking .choose-box__btn {
  background: linear-gradient(180deg, #c86478 0%, #954b5a 100%);
}
.modal-choose-mode .ion-android-close {
  font-size: 25px;
  top: 10px;
  right: 12px;
}
.modal-choose-mode .modal-dialog {
  width: 1130px;
  max-width: 95%;
}
.modal-choose-mode .modal-header {
  padding: 0;
}
.modal-choose-mode .modal-content {
  padding: 5rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .modal-choose-mode .modal-content {
    padding: 15px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .modal-choose-mode .modal-content {
    padding: 3rem;
  }
}
.modal-choose-mode__title {
  color: var(--modal-color);
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .modal-choose-mode__title {
    margin: 1rem 0 2rem;
    font-size: 32px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .modal-choose-mode__title {
    font-size: 36px;
  }
}
.modal-choose-mode__grid {
  --spacing: 30px;
  --columns: 2;
  margin-bottom: calc(-1 * var(--spacing));
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-mode__grid {
    --spacing: 20px;
    --columns: 1;
  }
}
@media (max-width: 767px) {
  .modal-choose-mode__grid {
    --spacing: 0px;
    --columns: 1;
  }
}
.modal-choose-mode .iot-checkbox label::before {
  border: 1px solid var(--modal-color);
}
.modal-choose-mode .iot-checkbox input[type="checkbox"]:checked + label::after {
  border: 1px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
}
.modal-choose-mode
  .iot-checkbox
  input[type="checkbox"]:checked
  + label::before {
  background-color: var(--modal-color);
}
.modal-choose-mode .bootstrap-select {
  width: 100% !important;
}
.modal-choose-mode .choose-box {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  display: flex;
  padding: 20px 40px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-mode .choose-box {
    padding: 20px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-choose-mode .choose-box {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box {
    padding: 15px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .modal-choose-mode .choose-box {
    padding: 20px 40px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .modal-choose-mode .choose-box__options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.modal-choose-mode .choose-box__options .iot-checkbox {
  margin-bottom: 2px;
}
.modal-choose-mode .choose-box__options .iot-checkbox:last-child {
  margin-bottom: 0;
}
.modal-choose-mode .choose-box__title {
  align-self: center;
  color: #294563;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-choose-mode .choose-box__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-choose-mode .choose-box__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box__title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .modal-choose-mode .choose-box__title {
    font-size: 24px;
  }
}
.modal-choose-mode .choose-box__sm-title {
  color: #294563;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box__sm-title {
    font-size: 14px;
  }
}
.modal-choose-mode .choose-box__caption {
  color: #282828;
  font-size: 16px;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box__caption {
    font-size: 14px;
  }
}
.modal-choose-mode .choose-box__item-group {
  width: 100%;
}
.modal-choose-mode .choose-box__item-group + .choose-box__item-group {
  margin-top: 2rem;
}
.modal-choose-mode .choose-box__footer {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
}
.modal-choose-mode .choose-box__btn {
  min-width: 150px;
  height: 44px;
}
.modal-choose-mode .choose-box__tags-group {
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  padding: 10px;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
}
.modal-choose-mode .choose-box__tag-item {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #eaecef;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box__tag-item {
    font-size: 14px;
  }
}
.modal-choose-mode .choose-box__item-group .iot-checkbox label::before,
.modal-choose-mode .choose-box__item-group .iot-checkbox label::after {
  top: 3px;
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box__item-group .iot-checkbox label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .modal-choose-mode .choose-box__desc {
    font-size: 14px;
  }
}
.modal-fulltest .ion-android-close {
  font-size: 25px;
  top: 10px;
  right: 12px;
}
.modal-fulltest .modal-dialog {
  width: 740px;
  max-width: 95%;
}
.modal-fulltest .modal-content {
  padding: 6% 8%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .modal-fulltest .modal-content {
    padding: 15px;
  }
}
.modal-fulltest__body {
  border-radius: 30px;
  background: var(--white, #fff);
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  display: flex;
  padding: 20px 50px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-fulltest__body {
    padding: 2rem 1.5rem;
  }
}
.modal-fulltest__icon {
  margin: 0 0 1rem;
}
.modal-fulltest__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.modal-fulltest__caption {
  color: #282828;
  font-size: 16px;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-fulltest__caption {
    font-size: 14px;
  }
}
.modal-fulltest__reminder {
  text-align: center;
}
.modal-fulltest__btn {
  min-width: 150px;
  height: 44px;
  margin-top: 10px;
}
.modal-fulltest__footer {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .modal-fulltest__footer {
    margin-top: 3rem;
  }
}
.modal-fulltest__sm-title {
  color: #294563;
  font-size: 16px;
  font-weight: 600;
}
.modal-fulltest__test-info li {
  display: flex;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .modal-fulltest__test-info li {
    font-size: 14px;
  }
}
.modal-fulltest__test-info li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #294563;
  top: 9px;
  margin-right: 6px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .modal-fulltest__reminder {
    font-size: 14px;
  }
}
.modal-submit-test .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-submit-test .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-submit-test .modal-content {
    padding: 15px;
  }
}
.modal-submit-test__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-submit-test__desc {
  font-size: 16px;
  margin: 1rem 0;
}
.modal-submit-test__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-submit-test__footer {
    flex-direction: column;
  }
}
.modal-submit-test__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
}
.modal-submit-test__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-overdue .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-overdue .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-overdue .modal-content {
    padding: 15px;
  }
}
.modal-overdue__parts-time {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .modal-overdue__parts-time {
    gap: 10px;
  }
}
.modal-overdue__over-time {
  color: #dd1804;
  font-weight: 700;
}
.modal-overdue__over-time:after {
  content: "\e904";
  display: inline-block;
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-left: 5px;
}
.modal-overdue__title {
  font-size: 20px;
  margin: 0 0 1.6rem;
}
.modal-overdue__desc {
  font-size: 16px;
  margin: 1.6rem 0 1rem;
}
.modal-overdue__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-overdue__footer {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.modal-overdue__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
}
.modal-overdue__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-cancel-test .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-cancel-test .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 2rem 4rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-cancel-test .modal-content {
    padding: 15px;
  }
}
.modal-cancel-test__title {
  font-size: 20px;
  margin: 0;
}
.modal-cancel-test__desc {
  font-size: 16px;
  margin: 5px 0 0;
}
.modal-cancel-test__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-cancel-test__footer {
    flex-direction: column;
  }
}
.modal-cancel-test__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
}
.modal-cancel-test__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-confirm .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-confirm .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-confirm .modal-content {
    padding: 15px;
  }
}
.modal-confirm__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-confirm__desc {
  font-size: 16px;
  margin: 1rem 0;
}
.modal-confirm__desc strong {
  font-weight: bold;
}
.modal-confirm__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-confirm__footer {
    flex-direction: column;
  }
}
.modal-confirm__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
}
.modal-confirm__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-refusal .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-refusal .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-refusal .modal-content {
    padding: 15px;
  }
}
.modal-refusal__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-refusal__desc {
  font-size: 16px;
  margin: 1rem 0;
}
.modal-refusal__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-refusal__footer {
    flex-direction: column;
  }
}
.modal-refusal__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  background: var(--main-color);
}
.modal-exit-test .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-exit-test .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-exit-test .modal-content {
    padding: 15px;
  }
}
.modal-exit-test__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-exit-test__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-exit-test__footer {
    flex-direction: column;
  }
}
.modal-exit-test__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  min-width: 160px;
}
.modal-exit-test__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-view-solution .modal-dialog {
  width: 652px;
  max-width: 95%;
}
.modal-view-solution .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-view-solution .modal-content {
    padding: 15px;
  }
}
.modal-view-solution__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-view-solution__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
.modal-view-solution__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
}
.modal-view-solution__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-review-test .modal-dialog {
  width: 786px;
  max-width: 95%;
}
@media (max-width: 767px) {
  .modal-review-test .modal-body {
    padding: 15px 0;
  }
}
.modal-review-test .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-review-test .modal-content {
    padding: 15px;
  }
}
.modal-review-test__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-review-test__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
.modal-review-test__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  min-width: 180px;
}
.modal-review-test__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-review-test .result-table {
  display: table;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .modal-review-test .result-table {
    border: none;
  }
}
.modal-review-test .result-table__row {
  display: table-row;
}
@media (max-width: 767px) {
  .modal-review-test .result-table__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.modal-review-test .result-table__col {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 10px;
  width: 25%;
  text-align: left;
  color: #294563;
}
@media (max-width: 767px) {
  .modal-review-test .result-table__col {
    width: 50%;
    margin-left: -1px;
    margin-bottom: -1px;
  }
}
.modal-review-test .result-table__col span {
  font-weight: 300;
}
.modal-review-test .result-table__col em {
  margin-left: 6px;
  font-style: normal;
  font-weight: bold;
}
.modal-time-up .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-time-up .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-time-up .modal-content {
    padding: 15px;
  }
}
.modal-time-up__title {
  font-size: 20px;
  margin: 0 0 1rem;
}
.modal-time-up__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-time-up__footer {
    flex-direction: column;
  }
}
.modal-time-up__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  line-height: 1.2;
}
.modal-time-up__btn span {
  font-size: 22px;
}
.modal-time-up__btn.-white-border {
  background: #fff;
  border: 1px solid var(--main-color);
  color: #294563;
}
.modal-time-up__btn.-white-border:hover {
  box-shadow: rgba(80, 111, 145, 0.17) 0px -23px 25px 0px inset,
    rgba(80, 111, 145, 0.15) 0px -36px 30px 0px inset,
    rgba(80, 111, 145, 0.1) 0px -79px 40px 0px inset,
    rgba(80, 111, 145, 0.06) 0px 2px 1px, rgba(80, 111, 145, 0.09) 0px 4px 2px,
    rgba(80, 111, 145, 0.09) 0px 8px 4px, rgba(80, 111, 145, 0.09) 0px 16px 8px,
    rgba(80, 111, 145, 0.09) 0px 32px 16px;
}
.modal-time-up__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-submit-email .modal-dialog {
  width: 559px;
  max-width: 95%;
}
.modal-submit-email .modal-body {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .modal-submit-email .modal-body {
    padding: 0;
  }
}
.modal-submit-email .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-submit-email .modal-content {
    padding: 15px;
  }
}
.modal-submit-email__title {
  font-size: 20px;
  margin: 0;
}
.modal-submit-email__desc {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  margin: 16px 0 0;
}
.modal-submit-email__input {
  border-radius: 100px;
  border: 1px solid var(--Primary-primary-50, #eaecef);
  background: #fff;
  height: 44px;
  box-shadow: none;
  margin: 24px 0 0;
  padding: 6px 16px;
}
.modal-submit-email__footer {
  display: flex;
  gap: 2rem;
  margin-top: 2.4rem;
  justify-content: center;
}
.modal-submit-email__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
}
.modal-submit-email__btn span {
  font-size: 22px;
}
.modal-submit-email__btn.-white-border {
  background: #fff;
  border: 1px solid var(--main-color);
  color: #294563;
}
.modal-submit-email__btn.-white-border:hover {
  box-shadow: rgba(80, 111, 145, 0.17) 0px -23px 25px 0px inset,
    rgba(80, 111, 145, 0.15) 0px -36px 30px 0px inset,
    rgba(80, 111, 145, 0.1) 0px -79px 40px 0px inset,
    rgba(80, 111, 145, 0.06) 0px 2px 1px, rgba(80, 111, 145, 0.09) 0px 4px 2px,
    rgba(80, 111, 145, 0.09) 0px 8px 4px, rgba(80, 111, 145, 0.09) 0px 16px 8px,
    rgba(80, 111, 145, 0.09) 0px 32px 16px;
}
.modal-submit-email__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-ai-timeup .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-ai-timeup .modal-body {
  padding: 0;
}
.modal-ai-timeup .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 2rem 4rem 4rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-ai-timeup .modal-content {
    padding: 15px;
  }
}
.modal-ai-timeup__title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 1rem;
}
.modal-ai-timeup__footer {
  display: flex;
  gap: 2rem;
  margin-top: 3.2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-ai-timeup__footer {
    flex-direction: column;
  }
}
.modal-ai-timeup__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  line-height: 1.2;
}
.modal-ai-timeup__btn span {
  font-size: 22px;
}
.modal-ai-timeup__btn.-white-border {
  background: #fff;
  border: 1px solid var(--main-color);
  color: #294563;
}
.modal-ai-timeup__btn.-white-border:hover {
  box-shadow: rgba(80, 111, 145, 0.17) 0px -23px 25px 0px inset,
    rgba(80, 111, 145, 0.15) 0px -36px 30px 0px inset,
    rgba(80, 111, 145, 0.1) 0px -79px 40px 0px inset,
    rgba(80, 111, 145, 0.06) 0px 2px 1px, rgba(80, 111, 145, 0.09) 0px 4px 2px,
    rgba(80, 111, 145, 0.09) 0px 8px 4px, rgba(80, 111, 145, 0.09) 0px 16px 8px,
    rgba(80, 111, 145, 0.09) 0px 32px 16px;
}
.modal-ai-timeup__btn.-main-color {
  background: var(--bg-gradient);
}
.modal-tip-use .modal-dialog {
  width: 576px;
  max-width: 95%;
}
.modal-tip-use .modal-body {
  padding: 0;
}
.modal-tip-use .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 2rem 4rem 4rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-tip-use .modal-content {
    padding: 15px;
  }
}
.modal-tip-use__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1rem;
}
.modal-tip-use__footer {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-tip-use__footer {
    flex-direction: column;
  }
}
.modal-tip-use__check-box {
  width: max-content;
  margin: 2.4rem auto 0;
  font-size: 14px;
  font-weight: 500;
  padding-left: 26px;
}
.modal-tip-use__btn {
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  line-height: 1.2;
  min-width: 160px;
  font-size: 16px;
  width: max-content;
  margin: 0 auto;
}
.modal-tip-use__btn span {
  font-size: 22px;
}
.modal-admission-qr .modal-dialog {
  width: 376px;
  max-width: 95%;
}
.modal-admission-qr .modal-body {
  padding: 0;
}
.modal-admission-qr .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-admission-qr .modal-content {
    padding: 4rem 15px;
  }
}
.modal-admission-qr__title {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.2;
}
.modal-admission-qr__caption {
  margin: 0 0 26px;
}
.modal-admission-qr__qr-code {
  position: relative;
}
.modal-admission-qr__qr-code:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 100%;
  width: 90%;
  height: 10px;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #32b4c8;
}
.modal-admission-qr__qr-img {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(40, 70, 100, 0.15);
}
.modal-admission-qr__qr-text {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  background: var(
    --Gradient,
    linear-gradient(180deg, #315573 0%, #284664 100%)
  );
  color: #fff;
}
.modal-prep-qr .modal-dialog {
  width: 640px;
  max-width: 95%;
}
.modal-prep-qr .modal-header {
  padding: 0;
}
.modal-prep-qr .modal-body {
  padding: 0;
}
.modal-prep-qr .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-prep-qr .modal-content {
    padding: 4rem 15px;
  }
}
.modal-prep-qr__qr-wrap {
  padding: 10px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--Gradient-Primary, #294563);
  box-shadow: 0px 0px 10px 0px rgba(40, 70, 100, 0.08);
}
.modal-prep-qr__qr-wrap img {
  width: 100%;
  max-width: 240px;
  object-fit: contain;
}
.modal-prep-qr__title {
  font-size: 24px;
  font-weight: 700;
  color: #294563;
  margin: 1.6rem 0 0;
}
.modal-prep-qr__caption {
  margin: 4px 0 0;
}
.modal-prep-qr__qr-text {
  font-size: 16px;
  font-weight: 500;
}
.modal-how-help .bootstrap-select {
  min-width: 100%;
  margin: 2.4rem 0 0;
}
.modal-how-help .modal-dialog {
  width: 600px;
  max-width: 95%;
}
.modal-how-help .modal-header {
  padding: 0;
}
.modal-how-help .modal-body {
  width: 100%;
  padding: 0;
}
.modal-how-help .modal-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 2.4rem 0 0;
}
.modal-how-help .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-how-help .modal-content {
    padding: 4rem 15px;
  }
}
.modal-how-help__title {
  font-size: 24px;
  font-weight: 700;
  color: #294563;
  margin: 1.6rem 0 0;
}
.modal-how-help__caption {
  margin: 4px 0 0;
}
.modal-how-help__text-area {
  margin: 1.6rem 0;
  display: flex;
  padding: 16px;
  box-shadow: none;
  border-radius: 16px;
}
.modal-how-help__input {
  height: 40px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid var(--Primary-primary-50, #eaecef);
  box-shadow: none;
}
.modal-how-help__btn {
  height: 44px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.modal-how-help__btn.-send {
  min-width: 160px;
}
.modal-how-help .thanks-card {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: none;
}
.modal-how-help .thanks-card__title {
  font-size: 24px;
  font-weight: 700;
  margin: 1.6rem 0 0;
}
.modal-how-help .thanks-card__desc {
  margin: 0.4rem 0 0;
  font-size: 16px;
  color: #787878;
  font-weight: 500;
}
.modal-how-help .thanks-card__btn {
  height: 44px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 1.6rem 0 0;
}
[lang="zh-hans"] .modal-user-suggest__contents {
  max-width: 555px;
}
.profile-page legend {
  display: none;
}
.profile-page .form-item-field-gender {
  width: 30%;
  float: left;
  margin: 0px;
}
.profile-page .form-type-textfield label,
.profile-page .field--type-datetime label,
.profile-page .form-type-password label {
  display: none;
}
.profile-field input.form-text {
  line-height: 25px;
  border-radius: 3px;
  border: 1px solid #284664;
  padding: 0px 10px;
  font-size: 12px;
  color: #284664;
  max-width: 172px;
  width: 100%;
}
.path-user .customer-information .customer-billing .field__label {
  display: none;
}
.path-user .customer-information .field--name-mail .field--label {
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.path-user .customer-billing .include-name {
  margin: 20px 0px 10px 0px;
}
.path-user .order-information .field--name-completed .field--label {
  margin: 20px 0px 10px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.path-user .order-information .field--name-placed .field--label {
  margin: 20px 0px 10px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.path-user .order-information .field--name-order-items .field--label {
  margin: 20px 0px 10px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.profile-field span.label {
  width: 125px;
  float: left;
  margin: 0px 0px 0px -125px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 800;
  color: #7e90a2;
}
.ads {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 730px;
    margin: 0px auto;
  }
}
.account .error-message {
  font-size: 13px;
  color: #ea0000;
  margin-left: 5px;
  padding-top: 5px;
}
.inline.list-inline .statistics-counter {
  display: none;
}
.profile-page .btn-login {
  display: block;
  width: 100%;
  background-color: #284664;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.uploadImage {
  margin-top: 10px;
}
.tab-section-reading .section-image {
  text-align: center;
}
.tab-section-reading .section-image img {
}
.nicescroll-cursors {
  cursor: pointer;
}
.reading-header .rh-top .brand-reading {
  width: 200px !important;
}
.share-test {
  line-height: 16px;
  left: 23%;
  position: absolute;
  top: 45px;
  display: none;
}
.rh-menu {
  position: relative;
}
.split-left .listen-from-here .sl-control {
  position: relative;
  top: -41px;
}
.preload {
  position: relative;
  top: -50px;
  left: 239px;
  display: none;
}
#modal-contact .modal-profile {
  height: 100px;
  overflow: hidden;
}
#modal-contact .login-box {
  min-height: 100px;
}
.form-item-payment-information-payment-method label input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.view-commerce-checkout-order-summary .field--type-commerce-price,
.view-commerce-checkout-order-summary
  .field--name-field-task-name
  .field--label {
  display: none;
}
label.credit-card-label:after {
  content: "Debit/ Credit Card";
  font-size: 14px;
  color: #536b83;
  font-family: "Nunito";
  font-weight: bold;
  min-width: 200px;
  margin-right: 40px;
  text-indent: 0px;
  -moz-margin-end: unset;
}
#wot_file_area .sl-caption span {
  margin: 0px 0px 20px 0px;
  font-size: 28px;
  font-weight: 700;
  color: #284664;
  text-transform: capitalize !important;
}
#wot_file_area .sl-caption {
  margin-bottom: 30px;
}
#wot_file_area .h5 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  color: #888;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
#wot_file_area .small a {
  font-weight: 700;
  text-decoration: underline;
  color: #284664;
  font-size: 16px;
}
#wot_file_area .small {
  color: #888;
  font-weight: 700;
  font-size: 16px;
}
#wot_file_area .small.status {
  color: #f9a95a;
}
label.credit-card-label.active {
  background-color: #f5f5f5;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  input[value="new--credit_card--authoriz_js"] {
  display: none;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  input[value="new--credit_card--authoriz_js"]:after {
  content: "Debit/ Credit Card";
  font-size: 15px;
  color: #536b83;
  padding-top: 55px;
  font-family: "Nunito";
  font-weight: bolder;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  input[value="paypal"]:after {
  content: "PayPal";
  font-size: 15px;
  color: #536b83;
  padding-top: 55px;
  font-family: "Nunito";
  font-weight: bolder;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  input.payment-method--new:checked {
  background-color: #f5f5f5;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  input[value="paypal"] {
  display: none;
}
label.paypal-label.active {
  background-color: #f5f5f5;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  input.payment-method--new:checked {
  background-color: #f5f5f5;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  .form-item-payment-information-payment-method {
  float: left;
  padding: 0px 10px;
  margin: 0px 0px 20px 0px;
  width: 225px;
  height: 128px;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  .form-item-payment-information-payment-method
  label {
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] {
  height: 160px;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  legend {
  margin: 0;
}
.cc-selector input:active + .drinkcard-cc {
  opacity: 0.9;
}
.cc-selector input:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 70px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}
.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}
div[data-drupal-selector="edit-payment-information-add-payment-method"]
  .authorize-net-accept-js-form {
  width: 48%;
  float: left;
  margin-right: 30px;
}
div[data-drupal-selector="edit-payment-information-add-payment-method"]
  div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] {
  width: 48%;
  float: left;
}
.address-line2 {
  display: none;
}
div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address-country-code"] {
  position: absolute;
  bottom: 0px;
}
div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"] {
  position: absolute;
  bottom: 0px;
}
div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"],
div[data-drupal-selector="edit-payment-information-billing-information"] {
  position: relative;
  padding-bottom: 120px;
}
.commerce-checkout-flow-multistep-default input[type="text"] {
  display: block;
  width: 100%;
  padding: 0px 10px;
  line-height: 50px;
  border: 1px solid #d4dae0;
  border-radius: 3px;
  height: 50px;
}
.commerce-checkout-flow-multistep-default select {
  display: block;
  width: 100%;
  padding: 0px 10px;
  line-height: 50px;
  border: 1px solid #d4dae0;
  border-radius: 3px;
  height: 50px;
}
.commerce-checkout-flow-multistep-default label {
  display: block;
  margin: 30px 0px 15px 0px;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.commerce-checkout-flow-multistep-default
  .table-responsive
  .table
  tbody
  tr
  td:last-child {
  min-width: 120px;
  text-align: right;
  padding-right: 10px;
  width: 5%;
  font-size: 20px;
}
td.views-field-purchased-entity,
.views-field-purchased-entity a {
  font-size: 24px;
  color: #888;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
}
.commerce-checkout-flow-multistep-default .table-responsive .table tbody tr td {
  font-size: 16px;
  color: #888;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  width: 50%;
  padding-left: 0px;
  border: 0px;
}
.order-total-line__subtotal {
  display: none;
}
.commerce-checkout-flow-multistep-default .order-total-line-label {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #284664;
  margin: 0px;
  padding: 0px 0px;
  font-family: "Montserrat", sans-serif;
}
.commerce-checkout-flow-multistep-default .order-total-line-value {
  display: inline-block;
  width: 50%;
  text-align: right;
  float: right;
  color: #888;
  font-weight: 700;
  font-size: 20px;
}
#payment-errors {
  margin-top: 30px;
  color: #a94442;
}
#payment-information-wrapper .panel-heading .panel-title {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#payment-information-wrapper .panel-body {
  padding: 0 15px 15px 15px;
}
.commerce-checkout-flow-multistep-default .table-responsive {
  border: 0px;
}
.commerce-checkout-flow-multistep-default table {
  margin-bottom: 10px;
}
.commerce-checkout-flow-multistep-default
  .view-commerce-checkout-order-summary
  table {
  border-bottom: 2px solid #d4dae0;
}
.commerce-checkout-flow-multistep-default .panel {
  border: 0 !important;
  margin-bottom: 20px;
  background-color: inherit;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.commerce-checkout-flow-multistep-default .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.commerce-checkout-flow-multistep-default .panel-title {
  font-weight: 700;
  color: #284664;
  font-size: 40px;
  margin: 0px 0px 15px 0px;
}
span.fieldset-legend {
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
div.address-container-inline .form-item {
}
.form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name {
  margin-right: 0px !important;
  width: 49%;
}
.form-item-payment-information-add-payment-method-billing-information-address-0-address-family-name {
  width: 49%;
  margin-left: 0em;
  margin-right: 0px !important;
}
.form-item-payment-information-add-payment-method-payment-details-expiration-divider {
  display: none !important;
}
.form-item-payment-information-add-payment-method-payment-details-expiration-month {
  width: 49%;
  margin-right: 1em;
}
.form-item-payment-information-add-payment-method-payment-details-expiration-year {
  width: 49%;
  margin-right: 0px !important;
}
.view-commerce-checkout-order-summary .view-footer .field--type-commerce-price {
  display: block !important;
}
.view-commerce-checkout-order-summary .table thead {
  background-color: transparent;
}
.view-commerce-checkout-order-summary .table thead th:first-child {
  width: 95%;
}
.view-commerce-checkout-order-summary .table thead th:last-child {
  width: 5%;
  text-align: right;
  padding-right: 10px;
}
.view-commerce-checkout-order-summary .view-footer {
  margin-left: -8px;
}
.view-commerce-checkout-order-summary .table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.view-commerce-checkout-order-summary .table thead th {
  font-size: 24px;
  font-weight: 700;
  color: #284664;
  padding: 10px 0px;
  font-family: "Montserrat", sans-serif;
  border: 0px;
}
.view-commerce-checkout-order-summary
  .table
  thead
  .views-field-total-price__number {
  text-align: right;
}
div.address-container-inline .form-item:last-child {
  margin-right: 0px;
}
div[data-drupal-selector="edit-payment-information-add-payment-method-payment-details"]:before {
}
h2.include-name {
  margin: 30px 0px 0px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: none;
}
h2.include-name:first-child {
  display: block !important;
}
span.fieldset-legend:before {
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
h2.payment-caption {
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
}
.commerce-checkout-flow-multistep-default legend {
  border-bottom: 0;
}
#edit-actions-next {
  background-color: #284664;
  display: inline-block;
  padding: 0px 40px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
  height: 60px;
  width: 360px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
.commerce-checkout-flow-multistep-default .form-actions {
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 30px;
  margin-top: 70px;
  text-align: center;
}
.payment-box h1 {
  font-weight: 700;
  color: #284664;
  font-size: 40px;
  margin: 0px 0px 20px 0px;
}
.payment-box .payment-caption {
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
}
.payment-control p.infor-p {
  margin: 0px 0px 50px 0px;
  text-align: left;
}
.input-group-addon {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address-country-code"] {
  width: 100%;
}
.payment-control .btn-checkout {
  background-color: #284664;
  display: inline-block;
  padding: 0px 40px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
  font-family: "Montserrat";
  width: 300px;
  height: 60px;
}
#payment-information-wrapper .panel-heading .panel-title,
.checkout-pane-payment-information span.fieldset-legend {
  display: none;
}
.checkout-pane-payment-information .panel-body {
  padding: 0px;
}
#payment-information-wrapper
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
  .fieldset-legend {
  display: none;
}
h2.order-information-title {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #284664;
  margin: 30px 0px 30px 15px;
}
h2.payment-caption {
  margin: 0px 0px 30px 15px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.view-header h2.payment-caption {
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.checkout-pane-payment-information .panel-heading {
  display: none;
}
.payment-box .payment-control p {
  margin: 0px 0px 10px 0px;
  text-align: left;
}
.payment-box .payment-control p.infor-p {
  margin: 0px 0px 50px 0px;
}
.action-home {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.tt-park .tt-park-item ul {
  min-height: 280px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  div[data-drupal-selector="edit-payment-information-add-payment-method"]
    .authorize-net-accept-js-form {
    width: 47%;
    float: left;
    margin-right: 30px;
  }
  div[data-drupal-selector="edit-payment-information-add-payment-method"]
    div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] {
    width: 47%;
    float: left;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method:last-child
    input {
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method:first-child
    input {
  }
  .commerce-checkout-flow-multistep-default .form-actions {
    margin-left: 22%;
    margin-right: 22%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method {
    float: left;
    width: 45%;
    padding: 0px 10px;
    margin: 0px 0px 20px 0px;
  }
  div[data-drupal-selector="edit-payment-information-add-payment-method"]
    .authorize-net-accept-js-form {
    width: 100%;
    float: left;
    margin-right: 30px;
  }
  div[data-drupal-selector="edit-payment-information-add-payment-method"]
    div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] {
    width: 100%;
    float: left;
  }
  #edit-actions-next {
    background-color: #284664;
    display: inline-block;
    padding: 0px 10px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.3s;
    border-radius: 4px;
  }
  .commerce-checkout-flow-multistep-default .form-actions {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .commerce-checkout-flow-multistep-default
    .table-responsive
    .table
    tbody
    tr
    td {
    font-size: 12px;
    white-space: normal;
  }
  .commerce-checkout-flow-multistep-default
    .table-responsive
    .table
    tbody
    tr
    td:last-child {
    font-size: 16px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    input[value="new--credit_card--authoriz_js"]:after {
    font-size: 13px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    input[value="paypal"]:after {
    font-size: 13px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method:first-child
    input {
    background-size: 65px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method:last-child
    input {
    background-size: 55px;
  }
  label.credit-card-label {
    background-size: 45%;
  }
  label.paypal-label {
    background-size: 37%;
  }
  label.credit-card-label:after {
    font-size: 15px;
    text-indent: -42px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method {
    float: left;
    padding: 0px 5px;
    margin: 0px 0px;
    width: 157px;
    height: 128px;
  }
  #edit-actions-next {
    width: 348px;
  }
}
.change-source {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #84d1dd;
  font-size: 13px;
  font-style: normal;
  cursor: pointer;
  z-index: 99;
}
.player .change-source .cs-dropdown {
  position: absolute;
  top: 15px;
  right: initial;
  width: 130px;
  padding: 5px 0px;
  background-color: #d6f0f4;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: visible;
  opacity: 0;
  margin-top: 10px;
  z-index: 100;
}
.split-item.split-item-no-relative {
  position: static;
}
.mejs-inner {
  max-width: 100% !important;
  top: 0 !important;
}
.mejs-time-rail,
.mejs-time-total {
  width: calc(100% - 234px) !important;
}
.comment-item .links li {
  font-size: 12px;
  color: #284664;
  display: inline-block;
  margin: 0px 0px 0px 20px;
}
.player .change-source {
  position: absolute;
  bottom: 0px;
  right: 7px;
  color: #84d1dd;
  font-size: 13px;
  font-style: normal;
  cursor: pointer;
}
.player .change-source i {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .player .change-source {
    right: 25px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method {
    float: left;
  }
  #payment-information-wrapper .panel-heading .panel-title {
    font-size: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
}
.player .change-source .cs-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 130px;
  padding: 5px 0px;
  background-color: #d6f0f4;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
}
.player .change-source .cs-dropdown p {
  display: block;
  line-height: 20px;
  margin: 0px;
  font-size: 13px;
  padding: 3px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #36b1c5;
}
.player .change-source .cs-dropdown p:hover {
  color: #84d1dd;
}
.player .change-source .cs-dropdown p i {
  font-size: 10px;
  opacity: 0;
  margin: 0px 2px 0px 0px;
}
.player .change-source .cs-dropdown p.active i {
  opacity: 1;
}
.player .change-source:hover .cs-dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.test-vote a {
  color: #f9a95a;
  margin: 0px 2px;
}
.test-vote.small a {
  color: #f9a95a;
  margin: 0px 0px;
  font-size: 12px;
}
.review-explanation table {
  width: 100% !important;
}
.split-left .nodepad.in {
  display: block;
}
#views-exposed-form-search-tips-page-1 {
  display: none;
}
#search-tips {
  padding: 20px 20px 0 0;
}
@media screen and (max-width: 991px) {
  .date-analytics {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    float: left !important;
    width: 100% !important;
  }
  .listening-page .player-fixed {
    margin: 0;
  }
  .progression-skin .mejs-controls .mejs-unmute,
  .progression-skin .mejs-controls .mejs-mute {
    display: block !important;
  }
  .question {
    position: relative;
  }
  .listening-page .player-fixed {
    position: fixed;
    left: 0;
  }
  .progression-skin .mejs-controls .mejs-horizontal-volume-slider {
    display: none !important;
  }
  .flex .question-title,
  .flex .number {
    display: inline-block;
  }
  .flex .question-title {
    width: calc(100% - 30px);
  }
  .show-review-explanation .review-explanation {
    display: block !important;
  }
  .table-scroll {
    overflow: auto;
    max-width: 100%;
  }
  .st3-item .st4-radio .str-item {
    width: 50% !important;
  }
}
.profile-field span.glyphicon {
  width: 12px;
  margin: 0;
}
.tab-test {
  min-height: 700px;
}
.no-padding-top {
  padding-top: 1px;
}
.text-big .split-right {
  font-size: 20px;
}
a.hover-fa-star-o:before {
  content: "\f006" !important;
}
#contact-form-page i.close-modal {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
}
.player-listening .mejs-playpause-button button {
  width: 50px;
  height: 50px;
}
#modal-subscribe .login-box {
  min-height: 100px;
  height: 100px;
}
.standfirst {
  font-weight: bold;
  margin-bottom: 15px;
}
.st2-item input.name,
.st2-item input.email {
  width: 100%;
}
.st2-item .area-wrong {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
  min-height: 120px;
}
.mistake i {
  font-size: 24px;
  margin-right: 7px;
}
.bp-control button {
  display: inline-block;
  cursor: pointer;
  line-height: 50px;
  padding: 0px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #284664;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.bp-control button:hover {
  background-color: #2f5376;
}
i.required {
  color: red;
}
#modal-report .login-box {
  min-height: 100px;
}
li.share {
  position: relative;
}
li.share div.ss-share a {
  width: 26px;
  height: 26px;
  float: left;
  padding: 9px !important;
  font-size: 11px !important;
}
.us-user img {
  border-radius: 50px;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .test-hero .test-hero-icon {
    position: relative !important;
    width: 100% !important;
    right: 0;
    top: 15px;
  }
  .reading-footer .rf-time span {
    font-size: 30px !important;
  }
  .chart-l,
  .chart-r {
    width: 100% !important;
    float: left !important;
    margin-top: 0px !important;
  }
  .description-home {
    min-height: 180px;
  }
  .st3-item .st4-radio .str-item {
    width: 100% !important;
  }
  .listening-page .question .sl-caption {
    position: absolute;
    right: 60px;
    top: auto;
  }
  .listening-page .btn-show-note {
    width: 40px;
    overflow: hidden;
    height: 28px;
    padding: 0px 13px !important;
  }
  .listening-page .split-left .listen-from-here .sl-control {
    display: inherit;
    top: -38px;
  }
  .reading-box .split-left .sl-caption .sl-caption-right {
    float: right;
  }
}
.starbox-item a {
  cursor: pointer;
}
a.hover-fa-star-o:before {
  content: "\f006";
}
.starbox-item a.hover:before {
  content: "\f005";
}
.starbox-item a.click:before {
  content: "\f005";
}
.comments img {
  border-radius: 50px;
}
.indented .comment-item .avatar img {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 25px;
}
.indented .comment-item p.c-name {
  font-size: 13px;
  font-weight: 800;
  color: #284664;
  float: left;
  margin-right: 20px;
}
.indented .comment-item .avatar {
  float: left;
  width: 25px;
  height: 25px;
  margin: -3px 0px 0px -38px;
}
.indented .comment-item .avatar {
  float: left;
  width: 25px;
  height: 25px;
  margin: -3px 0px 0px -38px;
}
.indented .links.list-inline {
  display: none;
}
.indented .c-info {
  display: none;
}
.indented .comment-item {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 60px;
}
.indented {
  margin-left: 40px;
}
.st3-item .st4-radio .str-item {
  float: left;
  width: 30%;
  text-align: left;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
}
.pb-footer {
  min-height: 90px;
}
.error-message3,
.error-message2 {
  color: red;
}
.step2-action.next.click {
  display: none;
}
#report-mistake .bp-control {
  margin-top: 20px !important;
}
#report-mistake img {
  width: 160px;
}
.yourname {
  width: 100%;
}
.filter-history {
  height: 30px;
  line-height: 27px;
  border-radius: 3px;
  width: 90px;
  display: inline;
  background-color: #284664;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0;
}
.answer .b-r {
  font-weight: bold;
  color: red;
}
.split-left.cyan .sl-caption span.txt-notepad {
  color: inherit;
  text-transform: none;
}
.solution-page .sitemap a:last-child {
  display: none;
}
.flex .question-title {
  display: inline-block;
  width: calc(100% - 40px);
}
.question-title-group {
  width: 100%;
  display: -webkit-inline-box;
}
.question-title-group .number {
  width: 4%;
}
.question-title-group .question-title {
  width: 95%;
}
.volunteer-explain .tabledrag-toggle-weight,
.volunteer-explain .filter-wrapper.form-inline,
.volunteer-explain .messages--warning,
.volunteer-explain .form-type-vertical-tabs {
  display: none;
}
.menu .menu-main li.li-language {
  float: right;
}
.menu .menu-main li.li-language ul li {
  float: right;
}
#modal-draft .login-box {
  min-height: 100px;
}
.modal {
  z-index: 1050 !important;
}
.cols .colleft {
  min-height: 1500px;
}
#player2-container .mejs__time-buffering,
#player2-container .mejs__time-current,
#player2-container .mejs__time-handle,
#player2-container .mejs__time-loaded,
#player2-container .mejs__time-marker,
#player2-container .mejs__time-total,
#player2-container .mejs__time-hovered {
  height: 2px;
}
#player2-container .mejs__time-total {
  margin-top: 9px;
}
#player2-container .mejs__time-handle {
  left: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: -5px;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  border: none;
}
#player2-container .mejs__time-handle-content {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}
.player-loading {
  display: none;
}
#modal-error h2.modal-caption {
  font-size: 24px;
  margin: 20px 0px 22px 0px;
}
#modal-error .modal-error-control a {
  display: inline-block;
  line-height: 45px;
  border-radius: 5px;
  padding: 0px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #284664;
  background-color: #d4dae0;
  margin-top: 0px;
}
.modal-error-control {
  text-align: center;
}
.error-message.newsletter-error {
  margin-top: 10px;
  color: #fff;
}
.modal-content {
  max-height: 100% !important;
}
.path-account .modal-auto .close-modal,
.path-user .modal-auto .close-modal {
  display: none;
}
.path-account.modal-open .modal-auto .close-modal,
.path-user.modal-open .modal-auto .close-modal {
  display: block;
}
.chart-l,
.chart-r {
  width: 50%;
  float: left;
  margin-top: 35px;
}
.not-active-print {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.profile_err {
  color: #a94442;
}
.profile_no_err {
  color: #3c763d;
}
.pager {
  margin: 20px 0 0 0;
}
.cv-related-tips {
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .cv-related-tips {
    padding-right: 0px;
  }
}
.tip-article-detail .thumb-tip-detail {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.colleft {
  padding-bottom: 15px;
}
.profile-page,
.analytics {
  padding-bottom: 30px;
}
.hidden-btn {
  display: none;
}
.cv-coll-header {
  margin-bottom: 90px;
}
.reading-box .subtitle {
  text-align: center;
}
.badge-notify {
  background: #f9a95a;
  position: relative;
  top: -10px;
  left: 0px;
  font-weight: bold !important;
  border-radius: 2px;
  color: #284664 !important;
  padding: 0.2em 0.3em 0.1em 0.3em;
  font-size: 60% !important;
}
.upload-title {
  letter-spacing: normal !important;
}
.hashover-deleted {
  display: none !important;
}
.pdfobject-container {
  max-width: 800px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
}
.accordion {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
  padding-right: 25px;
}
.accordion .item .heading {
  height: auto;
  padding: 15px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  color: #30305e;
  background-position: right 10px top 22px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.accordion .item.open .heading {
  background-position: right 10px top 22px;
  color: #f9a95a;
}
.accordion .item .content {
  display: none;
  padding: 15px;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #ccc;
}
.acoordion-right {
  line-height: 50px;
  float: right;
  font-size: 14px;
  line-height: 50px;
  margin-right: 64px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .accordion .item .heading {
    padding: 10px 30px 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .accordion .item .content {
    padding: 10px 0;
  }
  .accordion {
    padding-right: 0px;
  }
}
.img-writing-task {
  max-width: 500px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.input-required {
  border: 1px solid red !important;
}
.sale-notification.is-active {
  display: none;
}
.prep-purchase-wrapper {
  display: flex;
  align-items: center;
}
.user-just-purchase img.sale-notification__flag {
  width: 16px;
  height: 16px;
}
.om-item.orange .orange-dark {
  background-color: #bb7f44;
}
.customer-mail {
  color: #337ab7;
  font-weight: bold;
}
.line-height-3 {
  line-height: 3;
}
#report-mistake .preload {
  width: 50px !important;
  top: 0px !important;
  left: -50px !important;
}
.preload-1 {
  position: relative;
  left: -52px;
  display: none;
}
.span-red {
  color: red;
  float: right;
}
.h2-head-forgot-pass {
  font-size: 24px;
  margin: 25px 0px 5px 0px;
}
.spinner-submit-test {
  font-size: 20px;
}
.disable-submit-test {
  background-color: #aeafaf !important;
  cursor: default !important;
}
.link-in-faq {
  color: #284664;
  text-decoration: underline;
}
.link-in-faq:hover {
  text-decoration: underline !important;
}
.pager li.is-active a {
  color: #284664;
  border-color: #284664;
}
.tab-section-question-reading select.iot-question:focus {
  border-color: #e4a849;
}
.checkout-pane-order-summary .view-footer .order-total-line {
  overflow: hidden;
  width: 100%;
}
.checkout-pane-order-summary
  .view-footer
  .order-total-line.order-total-line__adjustment
  .order-total-line-label {
  font-size: inherit;
}
.checkout-pane-coupon-redemption {
  text-align: right;
  margin-top: 20px;
}
.checkout-pane-coupon-redemption .form-item label {
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #536b83;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: none;
}
.checkout-pane-coupon-redemption .form-wrapper {
  overflow: hidden;
  display: inline-block;
  width: 50%;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .coupon-redemption-form__coupons {
  overflow: hidden;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .coupon-redemption-form__coupons
  table {
  width: auto;
  float: right;
  color: #888;
  font-weight: 700;
  font-size: 20px;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .coupon-redemption-form__coupons
  table
  .form-submit {
  line-height: 1;
  padding: 10px;
  font-size: 0;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .coupon-redemption-form__coupons
  table
  .form-submit
  .icon {
  font-size: 14px;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .coupon-redemption-form__coupons
  > h3 {
  font-size: 24px;
  font-weight: 700;
  color: #284664;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .form-item-coupon-redemption-form-code {
  display: inline-table;
  vertical-align: bottom;
  width: calc(100% - 124px);
  text-align: left;
}
.checkout-pane-coupon-redemption
  .form-wrapper
  .form-item-coupon-redemption-form-code
  + .form-submit {
  display: inline-table;
  vertical-align: bottom;
  width: 118px;
}
@media (max-width: 640) {
  .checkout-pane-coupon-redemption .form-wrapper {
    overflow: hidden;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .checkout-pane-coupon-redemption
    .form-wrapper
    .form-item-coupon-redemption-form-code {
    width: 58%;
  }
  .commerce-checkout-flow-multistep-default input[type="text"] {
    width: 96%;
  }
  h2.order-information-title {
    font-size: 32px;
    margin: 30px 0px 30px;
    text-align: center;
  }
  h2.payment-caption {
    font-size: 22px;
    margin: 0px 0px 30px 0;
    text-align: center;
  }
  .checkout-pane-coupon-redemption .form-wrapper {
    width: 100%;
  }
  label.credit-card-label:after {
    text-indent: 0;
    font-size: 12px;
  }
  div.address-container-inline .form-item {
    padding-right: 10px;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"]
    .form-item-payment-information-payment-method {
    width: 50%;
  }
  #edit-actions-next {
    width: 100%;
  }
}
.captcha-area .text-feild {
  height: auto;
}
.menu-res-inner ul.sub-menu > li.has-child > a span:after {
  top: 6px;
}
.menu li.user-messages img,
.table-chat-content .partner-mess-name img {
  width: 30px;
  height: 30px;
}
.schollmate-avatar img {
  overflow: hidden;
  display: inline-block;
  width: 60px;
  height: auto;
  max-height: 100%;
}
#message-srcoll-wrapper {
  height: 438px;
  position: relative;
  top: 50px;
  overflow-y: auto;
  opacity: 0;
}
.messages-page .table-chat-content .mess-content {
  top: auto;
  height: auto;
}
.mess-container-detail .fa-spin,
#message-srcoll-wrapper .fa-spin {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  padding: 0;
  position: relative;
  top: 10px;
}
.menu li.user-messages .user-messages-wrap ul.unread-messages {
  position: relative;
  max-height: 344px;
  overflow: auto;
}
.menu li.user-messages .user-messages-wrap ul.unread-messages li:last-child {
  text-align: left;
}
.messages-popup-wp #messages-tabs {
  overflow: auto;
  max-height: calc(100vh - 100px);
}
.icon-notification-mb .number:empty,
.icon-notification .number:empty,
.user-messengers .number:empty,
.header-mobile .private-message-notification-wrapper .number:empty {
  display: none;
}
.header-mobile .private-message-notification-wrapper.unread-message .number,
.private-message-notification-wrapper.unread-message .number {
  display: block;
}
.messages-page .table-chat-content .partner-mess > img {
  width: 30px;
  height: auto;
}
.table-history {
  overflow: initial;
  margin-bottom: 15px;
}
.ifm-essay-sample {
  margin-top: -35px;
  margin-bottom: -6px;
}
.show-filter-tag {
  display: block !important;
}
.dropdown.currency- {
}
#fix-odt-file-load:not(.loaded) {
  position: fixed;
  z-index: -999;
  top: 0;
  visibility: hidden;
}
.menu li.user-palette.usr-logged .user-info-wrap {
  height: auto;
}
.test-hero .test-hero-icon.orange p,
.test-hero .test-hero-icon.orange strong {
  color: #f9a95a;
}
.tt-sample-essay .panel-body {
  padding: 0px !important;
}
#colorbox.step2,
#colorbox.step2 #cboxWrapper,
#colorbox.step2 #cboxLoadedContent,
#colorbox.step2 #cboxContent {
  height: auto !important;
}
#colorbox.step2 #cboxWrapper {
  position: relative;
}
.spb-popup-main-wrapper {
  border: none;
  box-shadow: 0px 0px 20px -6px #a0a0a0;
}
.spb-controls > span {
  border: none;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}
.spb-popup-main-wrapper .field--name-body p:last-child,
.spb-popup-main-wrapper .field–name-body p:last-child {
  margin-bottom: 0;
}
.img-writing-task {
  max-width: 100% !important;
  max-height: 100% !important;
}
.messages-page .users-column .nav-tabs > li.empty {
  text-align: center;
}
.menu li.user-notification .user-notification-wrap ul + ul {
  padding: 0;
}
.messages-page .table-chat-content .write-message textarea {
  resize: none;
}
.path-taxonomy .product-variation .item-service-wp .price {
  text-decoration: line-through;
}
.spb_center {
  margin-left: 0;
  margin-top: 0;
  max-width: calc(100% - 60px);
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: none !important;
}
.spb_center img {
  height: auto;
}
.spb-controls {
  top: -28px;
  right: -28px;
}
.spb-controls > span {
  margin: 0;
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  border: none !important;
  width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
}
.wallet-usage .table-responsive {
  border: 0px;
}
.wallet-usage .order-panel .form-group {
  margin-bottom: 15px;
}
.checkout-page .checkout-complete {
  margin-bottom: 40px;
}
.checkout-page .checkout-complete.wallet-checkout-complete .thumbs-up,
.path-iot .checkout-page .checkout-success img.hand-shake {
  width: 134px;
  height: 134px;
  margin: 40px auto;
}
.ellipsis-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  max-width: 104px;
}
.checkout-page .checkout-success .back-home {
  margin-bottom: 60px;
}
.checkout-page .total-cost {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wallet-usage .orders-table tbody tr td {
    white-space: initial;
  }
}
.home-hero {
}
.home-hero video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.home-hero .region-hero {
  position: relative;
  z-index: 2;
}
.sl-item.explaination li {
  white-space: initial !important;
  border-collapse: separate;
  display: list-item;
}
.class-item .real-price {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #9d9d9d;
  text-decoration: line-through;
  margin-right: 19px;
  margin-top: 2px;
  margin-bottom: 13px;
}
.wbn-recommend .class-item .price-wp {
  margin-bottom: 16px;
}
.wbn-recommend .class-item .price-wp > div {
  float: none;
  margin-right: 0;
  margin-bottom: 3px;
  text-align: left;
}
.class-item .percent-off {
  color: #c86478;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-right: 0;
}
.wbn-recommend .owl-dots button.owl-dot {
  margin: 0;
  padding: 0;
}
.checkout-page #discount {
  display: block;
}
.checkout-page .pro-code .rm-promo {
  background-color: rgb(210, 131, 147);
  display: none;
}
.product-detail .commerce-product-other > section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
a.base-link {
  color: #337ab7;
  text-decoration: underline;
  cursor: pointer;
}
.wbn-detail .region-footer section {
  max-width: 100%;
}
.link-my-webinar {
  color: #32b4c8;
}
.owl-theme .owl-dots .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.wbn-detail section.class-info .action .addeventatc {
  z-index: 1;
}
.td-classses .registered-ds.bt-reg {
  max-width: unset;
  background: #ccc;
}
.wbn-detail .who-join .std-name a {
  cursor: default;
}
.my-webinar-filter .filter-option-inner-inner {
  color: #284664;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.wbn-count-down em,
.my-webinar .list-class .cl-nav a em {
  font-style: normal;
}
.my-webinar .list-class .awaiting.wbn-count-down,
#modal-insu-credit a.buymore {
  max-width: unset;
}
.my-webinar .registered.wbn-count-down {
  position: relative;
  max-width: unset;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.my-webinar .registered.bt-reg.wbn-count-down {
  padding-left: 25px;
  padding-right: 25px;
}
.class-item .registered.wbn-count-down {
  width: 100%;
}
.aw-rewatch.wbn-btn-disabled > span,
.registered.wbn-count-down span {
  position: absolute;
  padding: 8px 9px 10px;
  font-size: 9px;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  width: calc(100% + 50px);
  left: 0;
  bottom: calc(100% + 8px);
  background: #284664;
  border-radius: 4px;
  color: #fff;
  max-width: 100%;
}
.aw-rewatch.wbn-btn-disabled > span,
.td-classses .registered-ds.bt-reg > span {
  max-width: 100%;
}
.aw-rewatch.wbn-btn-disabled > span::after,
.registered.wbn-count-down span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #284664;
  bottom: -5px;
  left: 38%;
}
.wbn-count-down.join > span {
  display: none !important;
}
.wbn-listing .uc-class .ucc-nav a.registered em {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.aw-rewatch.wbn-btn-disabled {
  background-color: #ccc;
  color: #fff;
  position: relative;
}
.classes-wrap .aw-rewatch.wbn-btn-disabled,
.owl-carousel .aw-rewatch.wbn-btn-disabled {
  max-width: unset;
}
.my-webinar .list-class .registered-ds.bt-reg {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .my-webinar .list-class .registered-ds.bt-reg {
    max-width: unset;
  }
  .bt-reg.registered-ds span {
    max-width: 100%;
    margin-left: 0;
  }
  .my-webinar .list-class .cl-time {
    height: 65px;
  }
}
.pdf-report {
  height: 370px;
}
form#reset-password-form .btn-cxpass {
  display: none;
}
.footer .footer-bar .follow-box .fa,
.footer .footer-bar .follow-box span {
  line-height: 25px;
}
.footer .footer-bar .follow-box a:nth-child(2) {
  position: static;
  top: 0;
  padding-top: 0;
}
.contact-field select {
  border: 1px solid #284664;
  width: 100%;
  padding: 0 0 0 10px;
  height: 30px;
  font-size: 12px;
  border-radius: 3px;
}
.player-listening iframe {
  opacity: 0;
}
.wbn-detail section.class-info .action button:last-child {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.player-listening .mejs__button.mejs__playpause-button .press-hint {
  display: none;
}
.sot-commerce .top-selling .reading-service h2 a {
  color: #327846;
}
.sot-commerce .top-selling .reading-service .bt-buynow {
  background-color: #327846;
}
.sot-commerce .top-selling .reading-service:hover {
  box-shadow: 0 2px 8px 0 rgba(50, 120, 70, 0.63);
}
.sot-commerce .top-selling .reading-service:hover .item-wrapper {
  box-shadow: 0 0 0 2px #327846;
}
.require-login {
  position: fixed;
  top: 28%;
  left: 36%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 0;
  z-index: 1002;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
}
.require-login a {
  color: #84d1dd;
  font-weight: bold;
}
.send-smscode {
  position: relative;
  overflow: hidden;
}
.send-smscode .disable-click {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.login-box .login-box__login-field .form-group .form-item-verification-code {
  display: inline;
  width: auto;
}
.login-box .login-box__login-field .form-group .send-smscode {
  position: relative;
  overflow: hidden;
}
.login-box .login-box__login-field.form-group .send-smscode .disable-click {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.reg-login-form .js-form-item-verification-code .help-block {
  margin-top: 11px;
}
#modal-mobile-verify .js-form-item-verification-code .help-block {
  margin-top: 0;
}
.js-form-item-verification-code .help-block {
  font-size: 10px;
  margin-bottom: 0;
  white-space: nowrap;
  color: #284664;
}
.js-form-item-verification-code.has-error .help-block {
  color: #c0392b;
  display: block !important;
}
.reset-password-form,
.user-pass {
  max-width: 380px;
  margin: 0 auto 60px;
  font-size: 14px;
}
.reset-password-form label,
.user-pass label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #284664;
  margin-bottom: 7px;
}
.reset-password-form p,
.user-pass p {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: #7a7a7a;
  margin-top: 20px;
}
.reset-password-form input,
.user-pass input {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0px 13px 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: none;
  border-radius: 4px;
  box-shadow: none;
}
.reset-password-form > .form-group,
.user-pass > .form-group {
  margin-bottom: 22px;
}
.reset-password-form .form-submit,
.user-pass .form-submit {
  display: block;
  width: 100%;
  background-color: #284664;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.4px;
  border: none;
  border-radius: 4px;
  text-align: center;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin-bottom: 9px;
  margin-top: 25px;
}
.reset-password-form a,
.user-pass a {
  font-weight: 800;
  color: #284664;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.changed-pass-success {
  text-align: center;
}
.changed-pass-success .success-icon img {
  width: 160px;
}
.book-img-wrap-one .video-icon-one,
.book-img-wrap-two .video-icon-two {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  z-index: 9;
  border: none;
  border-radius: initial;
}
.processing-share::after {
  content: "";
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.webinar-share-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 9999;
  margin-top: -24px;
  margin-left: -31px;
  color: #1c3145;
}
#modal-register-mobile .modal-dialog {
  display: block;
  margin: 50px auto;
}
#modal-register-mobile .form-message {
  margin-bottom: 15px;
}
#modal-register-mobile .ion-android-close {
  display: block;
}
a.draft-disabled {
  pointer-events: none;
  cursor: default;
}
.view-corporate-partner-manage .view-content table .table-responsive {
  margin-top: 0;
}
.view-corporate-partner-manage
  .view-content
  table
  .table-responsive
  .table
  thead
  tr
  th {
  color: inherit;
}
.view-corporate-partner-manage .view-content table .table-responsive table,
.view-corporate-partner-manage
  .view-content
  table
  .table-responsive
  table
  thead,
.view-corporate-partner-manage .view-content table .table-responsive table tr {
  background-color: transparent;
}
.view-corporate-partner-manage {
  margin-bottom: 60px;
}
.view-corporate-partner-manage .btn-table {
  width: auto;
}
.view-corporate-partner-manage .form-submit {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #284664;
  margin-left: 15px;
  color: #fff;
}
.view-corporate-partner-manage .form-submit:hover {
  background-color: #dadfe4;
}
.view-corporate-partner-manage .view-content .table {
  margin-bottom: 0;
}
.analytics-page .no-detail-box .get-start.disabled {
  background-color: gray !important;
}
#block-ads300x600 img {
  display: block;
  margin: 0 auto;
}
.tip-article-detail video,
.tip-article-detail audio {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  [lang="zh-CN"] .footer-content .box-about {
    color: #fff;
  }
  [lang="zh-CN"] .footer-content .col-right {
    margin-bottom: 100px;
  }
  [lang="vi"] .footer-content .col-right {
    margin-bottom: 30px;
  }
}
html[lang="vi"] .affiliate-page .social-box__btn {
  padding-left: 38px;
}
html[lang="vi"] .affiliate-page .social-box__btn:before {
  left: 12px;
}
html[lang="vi"] .affiliate-page .social-box__btn {
  padding-left: 38px;
}
html[lang="vi"] .affiliate-page .social-box__btn:before {
  left: 12px;
}
.invoice__header-item.-desc {
  display: none !important;
}
.applied-box .iot-ra-cbx .checkmark {
  top: 60% !important;
}
.ta-content ol {
  list-style-type: decimal;
  padding-inline-start: 30px;
}
.ta-content ul {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.view-id-user_collection.view-display-id-page_1 .view-header a {
  padding: 6px 25px;
  margin-left: 36px;
}
.view-id-user_collection.view-display-id-page_1 .view-filters {
  margin-top: 20px;
}
.view-id-user_collection.view-display-id-page_1 .table thead tr th {
  vertical-align: middle;
}
.view-id-user_collection.view-display-id-page_1
  .view-content
  .table
  th.views-field-nothing {
  text-align: center;
}
.view-id-user_collection.view-display-id-page_1
  .view-content
  .table
  .views-field-nothing
  a {
  display: inline-block;
  float: left;
  margin: 5px;
  padding: 3px;
  width: calc(50% - 10px);
}
form.node-form button {
  padding: 5px 10px;
}
form#node-collection-edit-form .form-wrapper,
form.node-form .form-wrapper {
  margin-bottom: 10px;
}
form#node-collection-edit-form .form-wrapper input[type="text"],
form.node-form .form-wrapper input[type="text"],
form#node-collection-edit-form .form-wrapper select,
form#node-collection-edit-form .form-wrapper input[type="file"],
form.node-form .form-wrapper input[type="file"] {
  height: 40px;
}
form#node-collection-edit-form legend,
form.node-form legend {
  border-bottom: 0;
  margin-bottom: 0;
}
form#node-collection-edit-form .fieldset-legend,
form.node-form .fieldset-legend {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}
form#node-collection-edit-form .fieldset-wrapper,
form.node-form .fieldset-wrapper {
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 3px;
}
form#node-collection-edit-form .form-number,
form.node-form .form-number {
  display: block;
  width: 100%;
}
form#node-collection-edit-form .form-type-vertical-tabs .vertical-tabs,
form.node-form .form-type-vertical-tabs .vertical-tabs {
  display: flex;
  border: 1px solid #ddd;
  margin: 15px 0;
}
form#node-collection-edit-form .form-type-vertical-tabs .vertical-tabs-list,
form.node-form .form-type-vertical-tabs .vertical-tabs-list {
  width: 35%;
  border-bottom: 0;
}
form#node-collection-edit-form .form-type-vertical-tabs .vertical-tabs-panes,
form.node-form .form-type-vertical-tabs .vertical-tabs-panes {
  width: 75%;
  min-height: auto !important;
}
form#node-collection-edit-form .form-type-vertical-tabs .vertical-tabs-list li,
form.node-form .form-type-vertical-tabs .vertical-tabs-list li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
form#node-collection-edit-form
  .form-type-vertical-tabs
  .vertical-tabs-list
  li
  a,
form.node-form .form-type-vertical-tabs .vertical-tabs-list li a {
  width: 100%;
  border-radius: 0;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
form#node-collection-edit-form
  .form-type-vertical-tabs
  .vertical-tabs-list
  li:last-child,
form.node-form .form-type-vertical-tabs .vertical-tabs-list li:last-child {
  border-bottom: 0;
}
form#node-collection-edit-form
  .form-type-vertical-tabs
  .vertical-tabs-list
  li:first-child,
form.node-form .form-type-vertical-tabs .vertical-tabs-list li:first-child {
  border-top: 0;
}
form#node-collection-edit-form
  .form-type-vertical-tabs
  .vertical-tabs-list
  li.active,
form.node-form .form-type-vertical-tabs .vertical-tabs-list li.active {
  border-right: 0;
}
form#node-collection-edit-form
  .form-type-vertical-tabs
  .vertical-tabs-list
  li.active
  a,
form.node-form .form-type-vertical-tabs .vertical-tabs-list li.active a {
  background: #eee;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  margin-right: 0;
}
form#node-collection-edit-form .form-actions,
form.node-form .form-actions {
  margin-bottom: 20px;
}
form#node-collection-edit-form .form-actions .btn,
form#node-collection-edit-form .form-actions .button,
form.node-form .form-actions .btn,
form.node-form .form-actions .button {
  padding: 6px 15px;
  margin-right: 15px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
form#node-collection-edit-form .form-actions .button--danger,
form.node-form .form-actions .button--danger {
  border-radius: 4px;
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.study-broad-questions-form .form-group-social,
.study-broad-questions-form .form-group-budget {
  display: flex;
}
.study-broad-questions-form .form-group-social .form-type-select,
.study-broad-questions-form .form-group-budget .form-type-select {
  min-width: 155px;
  margin-right: 15px;
}
.study-broad-questions-form
  .form-group-social
  .form-type-select
  .bootstrap-select,
.study-broad-questions-form
  .form-group-budget
  .form-type-select
  .bootstrap-select {
  width: 100%;
}
.study-broad-questions-form .form-group-social .select-wrapper:before,
.study-broad-questions-form .form-group-social .select-wrapper:after,
.study-broad-questions-form .form-group-budget .select-wrapper:before,
.study-broad-questions-form .form-group-budget .select-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.study-broad-questions-form .fhidden,
.my-interest-form .fhidden {
  position: relative;
  opacity: 0;
  height: 0;
  top: 25px;
}
.study-broad-questions-form .fhidden .form-group,
.my-interest-form .fhidden .form-group {
  margin-bottom: 0;
  min-height: auto;
  max-width: 300px;
}
.study-broad-questions-form .fhidden textarea.form-control,
.my-interest-form .fhidden textarea.form-control {
  height: 0 !important;
  opacity: 0;
  min-height: auto;
  resize: none;
}
.study-broad-questions-form
  .intending-box
  .intend-body
  .form-item-annual-budget {
  width: 100%;
  margin-right: 0;
}
.form-caption.form-instruction {
  color: #d0021b;
  margin-bottom: 25px;
  text-align: left;
}
.study-broad-questions-form .intending-box div#edit-destination {
  padding: 0 30px;
}
.intending-box .form-group .form-item {
  width: 100%;
}
.user-profile-page
  .form-group.budget
  .bootstrap-select.disabled
  .dropdown-toggle {
  cursor: default;
}
.user-profile-page .form-group.budget .bootstrap-select.disabled .bs-caret {
  display: none;
}
.my-profile-page
  .form-group.budget
  .bootstrap-select.disabled
  .dropdown-toggle
  .bs-caret {
  display: none;
}
.my-profile-page .user-info__email-wrap .form-group {
  margin-bottom: 0;
}
.user-profile-page .form-group[class*="col-"] > .form-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.user-profile-page .form-group[class*="col-"] > .form-item .select-wrapper {
  width: 100%;
}
.user-profile-page .form-group {
  min-height: 76px;
}
.user-profile-page .form-group label.error,
.my-interest-form .form-group label.error,
label.radios-error {
  position: absolute;
  top: 100%;
  color: #d0021b !important;
  font-size: 14px !important;
  font-style: italic;
  font-weight: normal !important;
  margin-top: 5px;
  line-height: 1;
  min-height: auto;
}
div#edit-destination:before,
div#edit-destination:after {
  display: table;
  content: "";
  clear: both;
}
.user-profile-page label.radios-error,
.my-interest-form label.radios-error {
  position: static;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.bootstrap-select .error + label + button.dropdown-toggle {
  border: 1px solid #d0021b !important;
}
.form-group input.error {
  border: 1px solid #d0021b !important;
}
.study-broad-questions-form .form-group-cate,
.my-interest-form .form-group-cate {
  opacity: 1;
  top: 0;
  height: auto;
}
.study-broad-questions-form .form-group-cate textarea,
.my-interest-form .form-group-cate textarea {
  padding: 0;
}
.form-group-cate label.error {
  color: #d0021b !important;
  font-size: 14px !important;
  font-style: italic;
  font-weight: normal !important;
  margin-top: 5px;
  line-height: 1;
  top: -25px;
  margin-bottom: 20px;
}
.reason-practice__options label.radios-error {
  margin-top: -20px;
}
.webinar-teaser .wbn-bt {
  width: 100%;
  max-width: none;
}
.modal-target-score .form-group {
  margin-bottom: 15px;
}
.modal-target-score .form-control {
  height: auto;
}
.modal-target-score .form-overall {
  display: none;
}
.analytics-page .modal-target-score .iot-opselect.form-control {
  z-index: unset;
}
.analytics-page .test-performance__option-item {
  display: inline-block;
  text-align: center;
}
.analytics-page .modal-target-score button.button-item {
  line-height: 1;
}
.analytics-page .modal-target-score button.button-item span {
  display: none;
}
.analytics-page .recent-test__time {
  line-height: 28px;
}
.referral-dashboard .badge-notify {
  top: -3px;
}
.analytics-page .recent-test table tbody tr td:last-child {
  width: 15%;
}
.btn-table {
  margin-left: 3px;
}
.payment-bank-transfer-info .form-required + .form-group,
.payment-box .form-group.form-wrapper {
  margin-bottom: 15px;
}
.payment-bank-transfer-info .form-required + .form-group em.help-block {
  position: absolute;
  bottom: -5px;
}
.affiliate-content.affiliate-no-choose {
  padding-bottom: 60px;
  padding-top: 60px;
}
.my-webinar .list-class .cl-nav a.join {
  max-width: 100%;
}
.class-item a.wbn-bt.wbn-count-down.join {
  width: 100%;
  max-width: none;
}
.sot-tutor-evaluation-form input.readonly {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font: inherit;
  color: inherit;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  text-align: right;
}
.speaking-review-page .evaluation .bootstrap-select {
  height: auto;
}
.solution-page .panel-title > a.recording__collapse {
  padding: 15px 27px 15px 20px;
  background: initial;
  height: initial;
  line-height: initial;
  text-transform: initial;
}
#modal-wt-vote div.modal-wt-vote__band.form-control,
#modal-voting div.modal-voting__band.form-control {
  height: auto;
}
#modal-wt-vote .modal-wt-vote__capcha-text,
#modal-voting .modal-voting__capcha-text {
  vertical-align: middle;
}
#modal-wt-vote .modal-wt-vote__capcha-refresh,
#modal-voting .modal-voting__capcha-refresh {
  text-indent: -999999999px;
  overflow: hidden;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  padding: 0;
}
#modal-wt-vote span.error,
#modal-voting span.error {
  font-size: 12px;
  color: red;
  letter-spacing: normal;
  display: block;
  text-align: left;
  line-height: 16px;
}
.band_score-msg,
#band_score-msg {
  margin-top: -14px;
  margin-bottom: 14px;
}
.iot-tutor-evaluation-tabs {
  overflow: hidden;
}
.iot-tutor-evaluation-tabs li {
  float: left;
  border: 1px solid #ccc;
  padding: 20px 56px;
  background-color: #f5f5f5;
  color: #888;
  font-weight: bold;
  margin-left: -1px;
  cursor: pointer;
}
.iot-tutor-evaluation-tabs li.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #284664;
}
.iot-tutor-evaluation-tabs li:first-child {
  margin-left: 0;
  border-radius: 10px 0 0 0;
}
.iot-tutor-evaluation-tabs li:last-child {
  border-radius: 0 10px 0 0;
}
.iot-tutor-evaluation-tabs + .views-exposed-form {
  display: none;
}
.iot-tutor-evaluation-tabs + .views-exposed-form {
  display: none;
}
.iot-tutor-evaluation-job-list .view-content .table-responsive {
  margin-top: -1px;
  padding-top: 20px;
  border: 1px solid #ccc;
}
.iot-tutor-evaluation-job-list {
  margin-bottom: 60px;
}
.page-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #284664;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.table-history .iot-tutor-evaluation-tabs li label {
  cursor: pointer;
}
.table-history {
  margin-top: 30px;
}
.table-history .filter-type {
  margin-top: 30px;
}
.table-history .filter-type input {
  display: none;
}
.table-history form {
  margin-bottom: 0;
}
.table-history .evaluation-result {
  color: #888;
  font-weight: bold;
}
.table-history .evaluation-result span {
  color: #282828;
  font-weight: normal;
}
.table-history .evaluation-result a {
  color: #32b4c8;
}
.evaluation .panel-body {
  overflow: visible;
}
.evaluation-footer__note strong {
  color: #c86478;
  text-transform: uppercase;
}
.speaking-review-page .community-vote.no-vote-data .community-vote__btn {
  margin-top: 5px;
}
#modal-upload-error .modal-header {
  display: block !important;
}
.iot-tutor-evaluation-job-list .form-group {
  margin-bottom: 0;
}
.recordings-panel > .recordings-panel {
  border: none;
  border-radius: 0;
  margin: 0;
}
.speaking-test .mic-box__icon-wrap.clickable {
  pointer-events: inherit;
}
.speaking-test .iot-bt.mic-box__image {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background: transparent;
  color: #c86478;
  text-align: center;
  font-size: 26px;
}
.speaking-test #js-record.iot-bt.mic-box__image .fa {
  margin-left: 0;
}
.speaking-test #js-record.iot-bt.mic-box__image .fa.fa-play {
  position: relative;
  right: -4px;
}
.modal__button-wrap .fa,
.test-mic-actions .fa {
  margin-left: 5px;
}
.speaking-test .iot-bt,
.speaking-test .iot-btgr,
.speaking-test .iot-btor,
.speaking-test .iot-btc,
.speaking-test .test-bt,
.speaking-test .explain-bt {
  transition: all 0.3s;
}
.mic-box__audio-note strong {
  color: #c86478;
}
.mic-box__audio-note .fa {
  color: #c86478;
  margin-left: 5px;
  margin-right: 5px;
}
.recording-indicator {
  position: absolute;
  right: 20px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
.recording-indicator::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #c86478;
  animation: fading 1s infinite;
}
.speaking-test .part-caption__note#time-to-think-note {
  margin-bottom: 15px;
}
#js-record .fa {
  margin-left: 6px;
}
.mic-box__result-part .part-caption__content {
  margin-top: 50px;
}
#waveform.thinking {
  opacity: 0 !important;
}
@keyframes fading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.table-history .optgroup-1.dropdown-header {
  font-weight: bold;
  text-transform: uppercase;
  color: #888;
}
.table-history .filter-option-inner-inner,
.table-history .optgroup-1 {
  text-transform: capitalize;
}
.speaking-review-page .evaluation-footer__btn.-pink.-custom-submit {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  max-width: 350px;
}
.tutor-sot-evaluation-form textarea {
  resize: none;
}
.speaking-review-page .user-info {
  margin-bottom: 60px;
}
.speaking-review-page .final-score__comment[disabled="disabled"] {
  resize: none;
}
.speaking-test .mic-box__test-suggest p:last-child,
.speaking-test .mic-box__question-title p:last-child {
  margin-bottom: 0;
}
.publish-test-form .checkbox.form-item-published {
  margin: 0;
}
.score-card__btn .tooltip-inner {
  font-size: 11px;
  background-color: #2f5376;
}
.score-card__btn .tooltip .tooltip-arrow {
  border-top-color: #2f5376;
}
.taking-test-page {
  -webkit-transform: none;
  transform: none;
}
.no-icon .icon {
  display: none;
}
#notify-body img {
  max-width: unset;
}
.examiner-evaluation-form #modal-reset-record .iot-bt {
  margin-right: 0;
}
.examiner-evaluation-form #modal-reset-record .iot-bt:first-child {
  margin-bottom: 15px;
  margin-top: 15px;
}
.speaking-review-page.node-type-writing .recordings-panel__title,
.speaking-review-page.node-type-writing .test-button {
  background-color: #faaa5a;
}
.speaking-review-page.node-type-writing .recording .panel-heading:hover {
  background-color: rgba(250, 170, 90, 0.38);
}
.speaking-review-page.node-type-writing .speak-sample__ex-score {
  color: #faaa5a;
}
.speaking-review-page.node-type-writing #arcodion1-item1 .panel-body {
  max-height: 300px;
  overflow: hidden;
  transition: all 0.6s;
  position: relative;
}
.speaking-review-page.node-type-writing
  #arcodion1-item1
  .panel-body
  .speak-sample__show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0;
  color: #faaa59;
  padding: 5px 0;
}
.writing-essay-page .answer .answer__answer-box {
  display: block;
}
.wot-btn-style-wrapper {
  text-align: center;
}
.wot-btn-style {
  background-color: #faaa5a;
}
@media (max-width: 767px) {
  .speaking-review-page .evaluation__item-comment[disabled="disabled"] {
    overflow: auto;
  }
  .table-history .iot-tutor-evaluation-tabs {
    display: flex;
  }
  .table-history .iot-tutor-evaluation-tabs li label,
  .iot-tutor-evaluation-tabs li {
    padding: 10px 15px;
  }
  .table-history .filter-bar > div {
    margin-bottom: 15px;
  }
  .table-history .filter-bar label {
    width: 90px;
  }
  .table-history .filter-history {
    margin-left: 109px;
    width: 220px;
  }
  .solution-page .panel-title > a.recording__collapse {
    padding: 10px 15px 25px 10px;
  }
}
.wbn-bt.join-now.join {
  background-color: #faaa5a;
}
.checkout-page .rm-balance.rm-total-cost:empty {
  border: 0;
  margin: 0;
  padding: 0;
}
.wbn-bt.join-now.join {
  background-color: #faaa5a;
}
.checkout-page .rm-balance.rm-total-cost:empty {
  border: 0;
  margin: 0;
  padding: 0;
}
.question table {
}
.path-node dt {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.path-node dd {
  padding-bottom: 10px;
  font-size: 14px;
  padding-left: 17px;
}
.path-node dt:before {
  content: "▷";
  padding-right: 5px;
  font-size: 13px;
}
.country_code {
  color: transparent;
}
.country_code.show {
  color: #fff;
}
button.time-filter__btn-fake.time-filter__btn.iot-bt:not(.hidden) + button {
  display: none;
}
@media (min-width: 768px) {
  .modal-add-credit .credit-wrap {
    display: flex;
  }
}
#iot-profile-register-corporate-form .register-corporate .login-center {
  max-width: 310px;
  margin: 0 auto;
  float: none;
}
#iot-profile-register-corporate-form
  .register-corporate
  .js-form-item-verification-code:not(.has-error):not(.has-ajax) {
  margin-bottom: 0;
}
#iot-profile-register-corporate-form
  .register-corporate
  .login-field.sms-field
  + .login-field {
  margin-top: 22px;
}
#iot-profile-register-corporate-form
  .register-corporate
  .form-group.tel
  em#phone-number-error {
  color: #c0392b;
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 0;
}
#iot-profile-register-corporate-form .register-corporate .login-center {
  max-width: 100%;
  width: 70%;
}
#iot-profile-register-corporate-form
  .register-corporate
  .login-center
  .fields-group {
  width: 400px;
  margin: 0 auto;
}
#iot-profile-register-corporate-form .login-box .login-field .form-group {
  max-width: 100%;
}
#iot-profile-register-corporate-form
  .login-box
  .login-field
  .form-group
  input.phone-number {
  width: 100%;
  max-width: calc(100% - 81px);
}
#iot-profile-register-corporate-form
  .login-box
  .login-field
  .form-group
  .form-item-verification-code {
  max-width: calc(100% - 140px);
  width: 100%;
}
#iot-profile-register-corporate-form .login-box .login-left .btn-submit {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  text-transform: capitalize;
}
.page-signup-student .login-page-wrap .container > h1 {
  display: none;
}
#iot-profile-register-corporate-form
  .login-box
  .login-field
  .form-group
  input.sms-code {
  max-width: 100%;
}
#iot-profile-register-corporate-form
  .form-item-edu-level.has-error
  .iot-opselect.form-select.required.form-control {
  height: 100%;
}
.page-signup-student-organisation .dialog-off-canvas-main-canvas,
.page-signup-student {
  height: 100%;
}
.login-page-wrap {
  background: #f7f7f7;
}
.page-signup-student .desc-group {
  text-align: center;
  margin-bottom: 50px;
}
.page-signup-student .desc-group .desc-header {
  font-size: 24px;
  margin: 18px 0;
  color: #8c8c8c;
}
.page-signup-student .desc-group ul {
  text-align: left;
  list-style: disc;
  margin: 0 auto 0;
  display: inline-block;
}
.page-signup-student .desc-group ul li {
  padding: 0 0 5px 20px;
}
.page-signup-student.login-page h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-signup-student.login-page .iot-logo {
    margin: 18px auto 18px;
  }
  .page-signup-student.login-page h1 {
    font-size: 26px;
  }
  .page-signup-student .desc-group .desc-header {
    font-size: 20px;
  }
  .page-signup-student .desc-group ul {
    padding-left: 30px;
  }
  .page-signup-student .desc-group {
    margin-bottom: 40px;
  }
  #iot-profile-register-corporate-form .register-corporate .login-center {
    width: 100%;
  }
  #iot-profile-register-corporate-form
    .register-corporate
    .login-center
    .fields-group {
    width: auto;
  }
}
.icp a {
  color: #fff;
  font-size: 10px;
}
.my-livelesson-page a.lesson-item__btn.play-zoom-video {
  pointer-events: all;
  background-color: #284664;
  border: none;
  color: #fff;
}
.purchase-table td.purchase-table__test-name {
  max-width: 300px;
}
.my-livelesson-page li.recommended-item__info-item.recommended-item__hidden {
  opacity: 0;
}
.intending-box .intend-study > .form-group,
.intending-box .other-dest > .form-group,
.intending-box .social-media > .form-group,
.intending-box .budget > .form-group {
  margin-bottom: 0;
}
.div#drupal-modal--dialog {
  width: auto;
}
.path-my-profile div#drupal-modal--dialog {
  width: auto;
}
.path-my-profile div#drupal-modal--header {
  display: none;
}
.writing-essay-page
  .evaluation
  button.btn.dropdown-toggle.disabled
  span.bs-caret {
  display: none;
}
.writing-essay-page
  .evaluation
  button.btn.dropdown-toggle.disabled
  .filter-option-inner-inner {
  text-align: center;
}
.writing-essay-page .evaluation button.btn.dropdown-toggle.disabled {
  opacity: 1;
  text-align: center;
  padding-left: 0;
}
.form-error-mess:empty {
  display: none;
}
section#block-disclaimer ul.contextual-links.links li.block-configure,
section#block-disclaimer
  ul.contextual-links.links
  li.config-translationcontextual-linksentityblockconfig-translation-overview {
  display: none;
}
section#block-footeraboutus ul.contextual-links.links li.block-configure,
section#block-footeraboutus
  ul.contextual-links.links
  li.config-translationcontextual-linksentityblockconfig-translation-overview {
  display: none;
}
#block-footermenu ul.contextual-links.links li.block-configure,
#block-footermenu
  ul.contextual-links.links
  li.config-translationcontextual-linksentityblockconfig-translation-overview {
  display: none;
}
.history-table__btn-publish {
  margin-top: 10px;
}
.history-table__action-mess + .history-table__btn-publish {
  margin-top: 0;
}
a.use-ajax.history-table__btn-publish {
  position: relative;
  margin-left: 10px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  a.use-ajax.history-table__btn-publish {
    text-align: right;
  }
}
a.use-ajax.history-table__btn-publish .ajax-throbber {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
a.use-ajax .ajax-throbber {
  font-size: inherit;
  padding-left: 3px;
}
.listening-page .end-the-test .report span.ajax-throbber {
  background-image: none;
}
.split-left .sl-item .sl-control a.locate-explain.use-ajax .ajax-throbber {
  top: 3px;
}
.modal-rpmistake .modal-body {
  padding: 0;
}
.modal-rpmistake#drupal-modal .modal-body {
  overflow: unset !important;
  pointer-events: auto;
}
.user-info__left .user-info__edit-avatar {
  display: inline-block;
}
.user-info__edit-avatar a.use-ajax.load-photo-upload-form:focus {
  color: inherit;
}
.user-info__edit-avatar a.use-ajax.load-photo-upload-form span.ajax-throbber {
  font-size: 11px;
  padding-left: 5px;
  display: none;
}
.my-livelesson-page .lesson-recommend .row {
  width: 100%;
}
.notifi-popup-mobile table {
  table-layout: fixed;
}
.notifi-popup-mobile table a {
  word-break: break-word;
}
.notifi-popup-mobile img {
  margin: 0 !important;
}
.hashover .hashover-select-wrapper select {
  padding-right: 0 !important;
}
.modal-iot .modal-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  flex-direction: column;
}
.modal-iot .modal-detail img {
  width: 40px;
}
.modal-iot .modal-detail h3.modal-caption {
  text-align: center;
  margin: 20px 0px 30px 0px;
  color: #284664;
  line-height: 30px;
}
img.icon-vnpay {
  height: 30px;
}
a.btn-wechat-login .ajax-throbber {
  font-size: 12px;
  top: 0;
}
@media (min-width: 768px) {
  .modal-wechat-qr-code .modal-dialog {
    width: 600px;
  }
}
div#wechat-qr-code .title {
  text-align: center;
  font-size: 20px;
}
div#wechat-qr-code img {
  max-width: 300px;
  width: 280px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
}
div#wechat-qr-code .info {
  width: 280px;
  margin: 0 auto;
}
div#wechat-qr-code .status_browser {
  text-align: center;
  padding: 7px 14px;
}
div#wechat-qr-code .info .status_succ {
  padding: 7px 14px 7px 20px;
  text-align: left;
}
div#wechat-qr-code .status_succ .status_txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
div#wechat-qr-code .status_succ h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
div#wechat-qr-code .status_succ p {
  font-size: 14px;
  margin-bottom: 0;
}
.my-dashboard-page .history-table__btn-view {
  white-space: nowrap;
}
.ielts-courses .region-breadcrumb {
  display: none;
}
@media screen and (max-width: 767px) {
  .ielts-courses__contents > .container {
    padding: 0;
  }
}
.banktransfer-title {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .banktransfer-title {
    font-size: 16px;
  }
}
.banktransfer-content {
  margin-left: 59px;
  padding: 15px;
  border: 1px solid #ccc;
  margin-right: 20px;
  border-radius: 10px;
  background: #fbfbfb;
  box-shadow: 0px 6px 10px 0px #dcdcdc;
}
.sms-field .form-group {
  margin-bottom: 0;
}
.not-login {
  position: relative;
}
.not-login:before {
  content: "";
  background: transparent;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 1100;
}
.test-header.introjs-fixParent {
  -webkit-transform: translate3d(0, -123px, 0) !important;
  transform: translate3d(0, -123px, 0) !important;
  z-index: 1001 !important;
}
.introjs-helperNumberLayer {
  top: -5px;
  left: -20px;
}
.test-collection-page .close-app.active {
  position: relative;
  top: -50px;
  z-index: 1111;
}
.form-item-verification-code.form-group.error .help-block.error {
  color: #c0392b;
}
.webform-submission-form li::marker {
  color: transparent;
}
.block-url-referral-product-admin-block {
  background: #f6f6f7;
}
.notifications-detail-page .notifi-cont-wrap .col-left .orders-column {
  text-align: center;
}
.notifications-detail-page .orders-column .nav-tabs {
  text-align: left;
}
.dashboard-page .referral .share-box__btn {
  width: auto;
  min-width: 93px;
}
.menu li.user-notification .icon-notification.plus .number {
  padding-left: 3px;
  width: 21px;
}
.menu li.user-notification .icon-notification.plus .number:after {
  top: 3px;
  right: -3px;
}
.hashover textarea:hover,
.hashover input:hover,
.hashover .hashover-submit:hover {
  color: #222;
}
.block-iot-ads {
  text-align: center;
}
.block-iot-ads.-top {
  margin-bottom: 20px;
}
.block-iot-ads.-bottom {
  margin-top: 20px;
}
.zalo-qrcode {
  position: relative;
  z-index: 9;
}
.zalo-qrcode a.iot-zalo {
  background: #1890ff;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  padding: 8px 5px;
  text-align: center;
  display: flex;
  margin-top: 5px;
  position: fixed;
  bottom: 24px;
  right: 105px;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
}
.zalo-qrcode .iot-zalo img {
  width: 40px;
  height: 40px;
}
.zalo-qrcode .qrcode {
  display: none;
  position: fixed;
  width: 320px;
  height: 300px;
  bottom: 90px;
  right: 105px;
  z-index: 1;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  animation-duration: 200ms;
  animation-name: fb_bounce_out_v2;
  transition-timing-function: ease-in;
}
.zalo-qrcode .qrcode.active {
  display: block;
  animation-duration: 600ms;
  animation-name: fb_bounce_in_v2;
}
.zalo-qrcode .qrcode img {
  width: 200px;
  margin: 0 auto;
}
.copy-right .field--name-body a.active {
  color: #fff;
}
.path-official-ielts-test select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
@keyframes fb_bounce_in_v2 {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(1.03, 1.03);
    transform-origin: bottom right;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom right;
  }
}
@keyframes fb_bounce_out_v2 {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom right;
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom right;
  }
}
.footer-vn.footer-content {
  background: #fff;
}
.footer-vn .footer-menu-vn li a {
  font-weight: 800;
  color: #282828;
  padding: 0;
}
.footer-vn .footer-menu-vn {
  background: transparent;
}
.footer-vn .footer-menu-vn li a:hover {
  background: transparent;
  color: #284664;
  text-decoration: underline;
}
.reg-login-form .glyphicon-log-in {
  display: none;
}
.adminimal-admin-toolbar a.unmasquerade {
  display: none;
}
.checkout-page .payment-method .pay-method-cont > img.icon-instamojo,
.checkout-page .payment-method .pay-method-cont > img.icon-phonepe {
  width: 150px;
}
@media (max-width: 767px) {
  .checkout-page .payment-method .pay-method-cont > img.icon-instamojo {
    width: 100px;
  }
}
.path-download-pdf .payment-box {
  margin-top: 50px;
}
.class-item.webinar-teaser .registered.wbn-count-down {
  position: relative;
}
#menu-mobile-area .main-menu__arrow {
  display: none !important;
}
.login-field.recaptcha-field {
  position: relative;
}
.login-field.recaptcha-field .help-block.error {
  color: #c0392b;
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .header {
    height: auto;
  }
}
.js-form-item-verification-code.has-success .help-block {
  display: block !important;
}
.testimonial-page .feedback-item .select-wrapper {
  width: 100%;
  max-width: 404px;
  height: 42px;
}
.testimonial-page .feedback-item .iot-opselect {
  height: auto;
}
.testimonial-page .feedback__bt {
  width: 100%;
}
.testimonial-page .feedback-item .upload-box__input-file.active {
  position: static;
  opacity: 1;
}
.testimonial-page .upload-box__input-file.active .form-managed-file {
  display: flex;
  align-items: center;
}
.testimonial-page .upload-box__input-file.active .form-type-managed-file,
.testimonial-page .upload-box__input-file.active .form-group {
  margin-bottom: 0;
}
.testimonial-page .upload-box__input-file.active input[type="hidden"] + .file {
  font-size: 14px;
  width: 100%;
  line-height: 1;
}
.testimonial-page
  .form-item-avatar
  .upload-box__input-file.active
  input[type="hidden"]
  + .file {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  margin-right: 10px;
  align-items: center;
}
.testimonial-page
  .form-item-avatar
  .upload-box__input-file.active
  input[type="hidden"]
  + .file
  span.file-link {
  overflow-wrap: break-word;
  width: 75%;
}
.testimonial-page
  .upload-box__input-file.active
  input[type="hidden"]
  + .file
  .file-icon {
  margin-right: 5px;
}
.testimonial-page .upload-box__input-file.active button.form-submit.btn-danger {
  font-size: 0;
  padding: 5px;
}
.testimonial-page
  .upload-box__input-file.active
  button.form-submit.btn-danger
  .icon {
  font-size: 13px;
}
.testimonial-page
  .upload-box__input-file.active
  button.form-submit.btn-danger
  .icon
  + span {
  margin-left: 5px;
}
.testimonial-page .feedback-item__exp-content .form-type-textarea {
  margin-bottom: 0;
}
.testimonial-page .feedback-item__exp-content .form-type-textarea textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: unset;
  border: 0;
  min-height: 132px;
}
.testimonial-page span.upload-box__file-error {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #b40000;
  width: 100%;
}
.testimonial-page span.upload-box__file-error em {
  font-weight: bold;
}
.testimonial-page .label-required:after {
  content: "*";
  display: inline-block;
  color: #b40000;
}
.testimonial-page .feedback-item__custom-file .upload-box__input-file.active {
  padding: 6.5px 5px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
}
.testimonial-page
  .feedback-item__custom-file
  .upload-box__file-error:not(:empty) {
  line-height: initial;
  padding: 6.5px 5px;
  background: #fff;
  width: 100%;
  display: inherit;
  border: 1px solid #979797;
  margin-top: 6px;
}
.testimonial-page .js-form-item-allow-video {
  position: static;
  margin: 0;
}
.testimonial-page .upload-box .fa-upload.active:before {
  display: none;
}
.checkout-page .payment-method .form-group .form-item {
  margin-bottom: 0;
}
.checkout-page label[for="promo-code"] {
  min-width: 100px;
  display: block;
}
.path-media .field--label-inline > div {
  display: inline-block;
  margin-right: 10px;
}
.path-media .field--label-inline > .field--label {
  font-weight: bold;
  min-width: 150px;
}
.path-media .field--label-inline > .field--label:after {
  content: ":";
}
.section.workpartners {
  padding-top: 0;
}
.workpartners__info {
  padding-right: 60px;
}
.workpartners__image {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.workpartners__image .workpartners__image--image {
  width: 33.33%;
  float: left;
  height: 125px;
}
.workpartners__image .workpartners__image--image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.webinar-teaser li.date.current--time.today {
  position: relative;
}
.webinar-teaser li.date.current--time.today:after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  background: #f00;
  border-radius: 50%;
  top: 4px;
  left: 135px;
  animation: text-flicker 1s linear infinite;
  transition: all 1s;
}
.path-live-lessons .live-lesson a.join.wbn-bt.wbn-count-down.no-free,
.path-live-lessons .live-lesson a.aw-rewatch.bt-reg.wbn-btn-disabled {
  margin-top: 26px;
  margin-bottom: 20px;
}
section#block-disclaimer a.active,
section#block-disclaimer a:hover,
section#block-disclaimer a:focus {
  color: #7e90a2;
  transition: 0.2s;
}
#modal-submit-essay .iot-bt.center {
  float: none;
  margin: 0 auto;
  display: block;
}
#modal-submit-essay .modal-submit-essay_btn-wrap {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
button.iot-bt.iot-bt-white {
  background: #fff;
  color: #284664;
  border: 1px solid #284664;
}
button.iot-bt.iot-bt-white:hover {
  background-color: #d4dae0;
}
#modal-submit-essay .modal-submit-essay_btn-wrap button.iot-bt.iot-bt-white {
  width: 35%;
}
.introjs-tooltip.introjs-bottom-left-aligned {
  pointer-events: auto;
}
section#block-offcertificate {
  padding-top: 5rem;
}
.box-caption-margin {
  display: flex;
  justify-content: space-between;
}
p.refresh {
  font-size: 12px;
  color: #c76378;
  cursor: pointer;
  display: flex;
  align-items: center;
}
p.refresh:hover {
  color: #d28393;
  transition: 0.3s;
}
p.refresh i {
  padding-right: 5px;
  font-size: 16px;
}
p.refresh.active i {
  transform: rotate(360deg);
  transition: 1s;
}
.view-id-recent_tips .views-exposed-form.bef-exposed-form {
  display: none;
}
.view-recent-tips form.views-exposed-form {
  display: none;
}
.box-caption-margin {
  display: flex;
  justify-content: space-between;
}
p.refresh {
  font-size: 12px;
  color: #c76378;
  cursor: pointer;
  display: flex;
  align-items: center;
}
p.refresh:hover {
  color: #d28393;
  transition: 0.3s;
}
p.refresh i {
  padding-right: 5px;
  font-size: 16px;
}
p.refresh.active i {
  transform: rotate(360deg);
  transition: 1s;
}
.view-id-recent_tips .views-exposed-form.bef-exposed-form {
  display: none;
}
.page-node-type-tips .col-md-4.col-sm-12.col-xs-12.cl-right,
.path-ielts-tips .col-md-4.col-sm-12.col-xs-12.cl-right {
  background-color: #f5f5f5;
  padding: 30px;
}
.popup-left-bottom {
  position: fixed;
  z-index: 99;
  bottom: 0;
}
.popup-left-bottom .close-popup-left-botton {
  top: 6px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  color: #000;
  z-index: 100;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
}
.popup-left-bottom img {
  width: 335px;
}
#block-views-block-recent-tips-block-1 .box-caption p,
#block-views-block-recent-tips-block-3 .box-caption p {
  line-height: 1.6;
}
#block-views-block-recent-tips-block-3 .box-caption-margin,
#block-views-block-recent-tips-block-3 .view-filters.form-group {
  margin-top: 0;
}
#modal-do-not-work-lr .modal-dialog {
  width: 520px;
  padding: 40px 45px 30px;
}
section.test-history td.history-table__time-spent {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
section.test-history td.history-table__time-spent span.time-listening {
  padding-right: 10px;
}
section.test-history table.history-table thead tr th:last-child {
  text-align: center;
}
section.prev-class.prev-class-page-list a.registered.wbn-bt.wbn-count-down {
  position: relative;
}
nav#block-footermenuvn > ul.menu {
  margin-bottom: 20px;
  height: auto;
}
.modal-rpmistake#drupal-modal i.ion-android-close.close-modal {
  pointer-events: auto;
}
.ielts-tips__item-vote.stars-vote .back-stars a {
  font-size: 16px;
}
#block-partners {
  margin: 50px 0;
}
.home-page-cn #block-partners {
  margin: 0 !important;
}
.prev-class .live-lesson__other-info a.join-now {
  margin: 26px 0 20px 0;
}
.redirectlanguage-none {
  display: none;
}
section.review-explanation .test-notice {
  margin-left: 0;
  z-index: 21;
}
section.review-explanation.display {
  position: relative;
}
section.review-explanation.display:before {
  background: #000;
  opacity: 0.5;
  position: absolute;
  width: calc(100vw - 48px);
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 20px;
}
form#referral-payment-form
  .payment-box
  > .row
  > .form-group
  > div
  label.control-label {
  display: none;
}
.backto-top__qrcode-wrap img {
  max-width: none;
}
section#block-qrcodecheckout {
  text-align: center;
  margin-top: 30px;
}
section#block-studybroadform {
  background-color: #fff;
}
section.consulting-team tbody tr td p {
  display: flex;
  justify-content: center;
}
section.consulting-team tbody tr td p img {
  margin: 20px 10px;
}
.test-collection-page .writing-volume {
  display: inline-block;
  width: 100%;
}
.test-collection .collection-nav {
  align-items: flex-start;
}
.page.test-collection .dropdown.bootstrap-select.iot-opselect {
  max-width: 140px;
  margin-left: auto;
  margin-top: 10px;
}
.page.test-collection .dropdown.bootstrap-select.iot-opselect button {
  height: 32px;
  line-height: 32px;
}
.page.test-collection .col-md-4 {
  background-color: #f7f7f7;
  padding-top: 50px;
}
.test-collection .collection-nav__item {
  font-size: 16px;
}
.notifications-detail-page .table-order-content .order-title {
  padding-right: 115px;
}
.hashover .hashover-header > .hashover-thread-link {
  color: #fff;
}
.hashover-comment
  .hashover-comment.hashover-reply
  .hashover-header
  > .hashover-thread-link {
  color: #00c;
}
.study-abroad-detail .overview-items {
  margin-top: 30px;
}
.ielts-self-study .study-program {
  margin-bottom: 10px;
}
section.package-intro {
  margin-bottom: 50px;
}
.note-re {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.note-re p.color-default {
  color: #284664;
}
.note-re p span {
  font-weight: 600;
}
.ielts-self-study .card-buy__demo-link {
  cursor: pointer;
}
.ielts-self-study .card-buy__discount-wrap.-no-currency {
  justify-content: left;
}
.successfully-really-english {
  margin: 30px 0 50px 0;
}
.successfully-really-english a {
  margin: 0 20px;
  text-transform: uppercase;
}
a.button-successfully-first {
  color: #284664;
  border: 1px solid #284664;
  background-color: transparent;
}
.re-package .card-buy__demo-link {
  cursor: pointer;
}
.card-buy__promo-text strong,
.re-package .price-card__period strong {
  text-transform: uppercase;
}
.ielts-self-study .course-item {
  height: 100%;
}
.block-study-abroad form.views-exposed-form {
  display: none;
}
form#views-exposed-form-study-abroad-page-1 .iot-opselect .form-control {
  box-shadow: none;
}
form#views-exposed-form-study-abroad-page-1
  .schools-search__btn
  span.icon.glyphicon.glyphicon-search {
  display: none;
}
form#views-exposed-form-study-abroad-page-1 .iot-opselect > .dropdown-menu {
  margin-top: 10px !important;
}
.result-details-mbti {
  margin: 50px 0;
}
.schools-search__select-city ul.dropdown-menu.inner {
  max-height: 250px;
}
form#views-exposed-form-study-abroad-page-1 .schools-search__select-city input {
  border: 1px solid #dfe3e8 !important;
  border-radius: 30px;
  height: 44px;
  color: #284664;
  font-weight: 600;
}
form#views-exposed-form-study-abroad-page-1
  .schools-search__select-city
  input::placeholder {
  color: #284664;
}
.ui-autocomplete {
  max-height: 250px;
  overflow-y: scroll;
}
.custom-autocomplete-ul {
  width: 273px;
  background: #fff;
  z-index: 9999;
  border: 1px solid #dfe3e8 !important;
}
.custom-autocomplete-ul li a {
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #284664;
  padding: 6px 15px;
  display: inline-block;
}
.custom-autocomplete-ul li a:hover {
  background-color: #ececec;
  color: #284664;
  border: 0;
  font-weight: bold;
}
form#views-exposed-form-study-abroad-page-1 .form-item-field-citys-value {
  position: relative;
}
form#views-exposed-form-study-abroad-page-1
  .form-item-field-citys-value:before {
  content: "\ea29";
  font-family: "iot-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  top: 10px;
}
li.-circle-dollar > span {
  padding-right: 5px;
}
.schools-list-page .schools-search__input {
  max-width: 100%;
}
div#exampleModalStudyAbroad
  .ion-android-close.modal-sa-consultant__close-modal {
  position: absolute;
  right: 25px;
  top: 25px;
}
div#exampleModalStudyAbroad label.register-card__caption.control-label,
.study-abroad-detail label.register-card__caption.control-label {
  display: none;
}
strong#js-user-name {
  text-transform: capitalize;
}
.schools-search__wrapper .schools-search__btn button,
.consultant-card .field--name-field-advertise {
  width: 100%;
}
form#views-exposed-form-study-abroad-page-1
  .schools-search__select-city-fake
  > .dropdown-menu {
  margin-top: -15px !important;
}
.schools-search__select-city-fake {
  width: 250px !important;
  max-width: 250px !important;
}
.consultant-card .field--name-field-advertise p {
  text-align: center;
}
@keyframes text-flicker {
  0% {
    opacity: 0;
    background: #f00;
  }
  25% {
    opacity: 0.2;
    background: #f00;
  }
  50% {
    opacity: 0.5;
    background: #f00;
  }
  75% {
    opacity: 0.7;
    background: #f00;
  }
  100% {
    opacity: 0.9;
    background: #f00;
  }
}
.exam-library .lesson-nav li a {
  font-weight: 600;
}
.ielts-self-study .ielts-package__desc {
  min-height: 91px;
}
.checkout-success-error {
  margin-bottom: 100px;
}
.free-demo-error {
  color: #c76378;
  font-size: 12px;
}
.event-table__note__re {
  font-size: 14px;
  font-style: italic;
}
.service-item__note__re {
  font-size: 12px;
}
.service-item__note__re span.event-table__asterisk {
  color: #c76378;
}
.schools-search__wrapper .schools-search__btn button,
.schools-search__wrapper .schools-search__btn button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  font-weight: 600;
}
.schools-search__select-city-fake ul.dropdown-menu.inner {
  max-height: 300px;
}
.schools-search__select-city-fake
  div.dropdown-menu
  .inner.open::-webkit-scrollbar {
  width: 3px;
}
.schools-search__select-city-fake
  div.dropdown-menu
  .inner.open::-webkit-scrollbar-thumb {
  background: #888;
}
.vocational-guidance .selection-box__radio-label::first-letter {
  text-transform: capitalize;
}
.writing-essay-page .score-card__num span.score-task-1,
.writing-essay-page .score-card__num span.score-task-2 {
  float: none;
}
.not-have-permission {
  padding: 50px 0;
}
.writing-essay-page__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.checkout-wot_sample__purchases a.iot-bt {
  margin: 0 15px;
}
.writing-essay-page .score-card__num,
.writing-essay-page .score-card__overall {
  position: relative;
}
.writing-essay-page .score-card__overall .wot-sample-checking,
.writing-essay-page .score-card__num .wot-sample-checking {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.writing-essay-page .score-card__num .wot-sample-checking {
  right: 20px;
}
.writing-essay-page .score-card__overall .wot-sample-checking {
  top: 40%;
}
.wot-sample-checking:after {
  position: relative;
  content: "\f110";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  font-size: 16px;
}
.checkout-page .btn-checkout-continue-re {
  height: 48px;
  line-height: 48px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
  background: #284664;
  padding: 0;
  margin-top: 10px;
}
.adminimal-admin-toolbar .lesson-speaker .tutor-overview {
  display: inline;
}
.lesson-speaker .tutor-card {
  display: flex;
  flex-direction: column;
}
.lesson-speaker .tutor-card .tutor-card__body {
  flex: 1;
}
.lesson-speaker .tutor-card__tutor-level:after {
  top: -20px;
}
div#modalBookLessonSpeaker .modal-dialog {
  max-width: 478px;
  background: transparent;
  padding: 0;
}
div#modalBookLessonSpeaker .ion-android-close {
  top: 5px;
  right: 5px;
}
.user-just-purchase {
  margin-bottom: 5px !important;
}
.lesson-speaker .tutor-card__btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
}
.view-id-webinar_list.view-display-id-block_1 .view-filters {
  display: none;
}
.lesson-speaker .hero__icon-wrap.-green {
  transform: translateX(385px);
}
.my-purchase-page .service-item__item-img {
  height: 100%;
  object-fit: contain;
}
.product-purchase-image {
  width: 271px;
  height: 170px;
  text-align: center;
  border: 1px solid rgba(40, 70, 100, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
div#modal-study-abroad-detail .ion-android-close {
  top: 10px;
  right: 10px;
}
.custom-show-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px 20px;
  margin-bottom: 3rem;
}
.modal-user-suggest__check-bg.show-error {
  border-color: #d0021b;
}
.modal-user-suggest__btn button.btn-primary {
  background: transparent;
  border-color: transparent;
}
.modal-look-sky,
.modal-user-suggest {
  z-index: -1 !important;
}
.modal-look-sky.in,
.modal-user-suggest.in {
  z-index: 1050 !important;
}
#block-blockqruserfeedbacksot .field--name-body > p,
#block-blockqruserfeedbackwot .field--name-body > p {
  text-align: center;
}
.modal-show-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.modal-user-suggest__item-title span {
  color: #a94442;
}
form#iot-profile-forgot-password-sms-form .error.help-block {
  color: #c0392b;
  font-size: 10px;
  margin-bottom: 0;
}
.ntf-ical {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .notify-live-lesson-confirmation .email-title,
  .notify-live-lesson-confirmation .class-name {
    font-size: 24px !important;
  }
  .notify-live-lesson-confirmation .class-time {
    font-size: 18px !important;
  }
  .notify-live-lesson-confirmation .how-to-content {
    font-size: 14px !important;
  }
  .notify-live-lesson-confirmation .how-to-tr {
    display: flex;
    flex-direction: column;
  }
  .notify-live-lesson-confirmation .how-to-td:last-child {
    background: none !important;
  }
  .notify-live-lesson-confirmation .how-to-td p {
    text-align: left;
    background: none !important;
    padding: 0 0 0 10px !important;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1023px) {
  .uc-class .live-lesson__time-box,
  .prev-class .live-lesson__time-box {
    width: 16.99%;
  }
  .uc-class .live-lesson__main-info,
  .prev-class .live-lesson__main-info {
    width: 56.01%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uc-class .live-lesson__main-info,
  .prev-class .live-lesson__main-info {
    width: 70%;
  }
}
.service-box__wot_samples ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding-left: 15px;
}
.service-box__wot_samples ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #284664;
  position: relative;
  top: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
}
.service-box__wot_samples .service-box__price {
  margin: 20px 0;
}
#select-wot-samples ul.dropdown-menu.inner {
  max-height: 365px;
}
#select-wot-samples .dropdown-menu > .inner::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
}
#select-wot-samples .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  background-color: #d4dae0;
  border-radius: 55px;
}
.speaking-review-page .final-score__comment-box {
  width: 100%;
}
.verification-has-success {
  color: #00a65a !important;
}
.checkout-page .checkout-item .pay-item__btns-group {
  margin-bottom: 0;
}
.study-abroad-detail .school-item__list li.-tuition:before {
  content: "\e978";
}
.re-package .card-buy__btn.btn.disabled {
  pointer-events: auto;
}
.rebanner__contents .rebanner__title > div {
  display: flex;
}
.rebanner__contents .rebanner__title > span.rebanner__blod,
.rebanner__contents .rebanner__title > span.rebanner__blod > span {
  font-weight: bold;
  font-size: 20px;
  font-style: initial;
  padding: 0px 4px;
}
span.rebanner_price.-top {
  padding: 0 4px;
}
@media screen and (max-width: 1025px) {
  .re-package .rebanner__coupon-val,
  .re-package .rebanner__title,
  .re-package .rebanner__title > span.rebanner__blod,
  .re-package .rebanner__title > span.rebanner__blod > span {
    font-size: 17px;
  }
  .workpartners__image .workpartners__image--image {
    height: 100px;
  }
  .workpartners__info {
    padding-right: 20px;
  }
  .lesson-speaker .tutor-card__tutor-level:after {
    top: -12px;
    right: -15px;
  }
  .product-purchase-image {
    width: 234px;
    height: 147px;
  }
  .home-page .work-partners__col-left {
    width: 40%;
  }
  .home-page .work-partners__col-right {
    width: 60%;
  }
  a.notification-wbn-btn {
    max-width: 33% !important;
  }
}
@media screen and (max-width: 821px) {
  .writing-essay-page .final-score__user-feedback {
    font-size: 20px;
  }
  .product-purchase-image {
    width: 100%;
    height: 168px;
    text-align: center;
    border: none;
  }
  .my-purchase-page .service-item__item-img {
    width: 100%;
    max-height: 168px;
    height: 100%;
    object-fit: cover;
  }
  section.section.section-tip .ielts-tips__item-vote.stars-vote .back-stars a {
    font-size: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 769px) {
  .study-abroad-detail .consultant-card__mess span {
    font-size: 18px;
  }
  .study-abroad-detail .hero__wrap-line {
    display: inline-block;
  }
  .test-collection .collection-nav__item {
    margin-right: 2rem;
  }
  .workpartners__info {
    padding-right: 0;
  }
  div#modal-abroad-gift .modal-dialog {
    margin-top: 30%;
  }
}
@media screen and (max-width: 480px) {
  .home-page .work-partners__col-left,
  .home-page .work-partners__col-right {
    width: 100%;
  }
  .ielts-self-study .rebanner__title > span.rebanner__blod,
  .ielts-self-study .rebanner__title > span.rebanner__blod > span {
    font-size: 18px;
  }
  .notify-live-lesson-confirmation {
    padding: 0 20px;
  }
  .my-purchase-page .service-item__item-img {
    width: auto;
  }
  .my-purchase-page .service-item__name {
    max-width: 300px;
  }
  div#modalBookLessonSpeaker .modal-dialog {
    max-width: 96%;
  }
  .lesson-speaker .tutor-card__tutor-level:after {
    top: -17px;
    right: -10px;
  }
  .modal-submit-essay_btn-wrap.clearfix {
    flex-direction: column;
  }
  #modal-submit-essay .modal-submit-essay_btn-wrap button.iot-bt.iot-bt-white {
    width: 100%;
  }
  .vocational-guidance
    section#block-studyabroadv2guidancewebform
    .register-form__title {
    font-size: 32px;
  }
  .checkout-success-error {
    margin-bottom: 50px;
  }
  .successfully-really-english a {
    width: 250px;
    margin-bottom: 15px;
  }
  .re-package .program-item__body {
    margin-bottom: 55px;
  }
  .test-collection .collection-nav__item {
    font-size: 14px;
  }
  .page.test-collection .dropdown.bootstrap-select.iot-opselect {
    position: absolute;
    top: 0;
    right: 15px;
  }
  section.consulting-team tbody tr td p {
    flex-direction: column;
    align-items: center;
  }
  .workpartners__image .workpartners__image--image {
    width: 50%;
  }
  .workpartners__image {
    margin-top: 20px;
  }
  .popup-left-bottom {
    width: 50%;
  }
  .popup-left-bottom img {
    width: auto;
  }
  .modal-exit-test .modal-body,
  .modal-exit-test .modal-footer {
    width: 100%;
    padding: 0;
  }
  .modal-exit-test .modal-body {
    padding: 20px 0;
  }
  .modal-exit-test {
    width: 100%;
    padding: 30px 20px;
  }
  .modal-exit-test h2.modal-caption {
    font-size: 22px;
  }
  .modal-exit-test .modal-footer a {
    padding: 10px 0;
  }
  .modal-exit-test .modal-footer a.modal--no {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 376px) {
  .workpartners__image .workpartners__image--image {
    height: 90px;
  }
  .vocational-guidance
    section#block-studyabroadv2guidancewebform
    .register-form__title {
    font-size: 28px;
  }
  .rebanner__contents .rebanner__coupon-val,
  .rebanner__contents .rebanner__title,
  .rebanner__contents .rebanner__title > span.rebanner__blod,
  .rebanner__contents .rebanner__title > span.rebanner__blod > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 321px) {
  .workpartners__image .workpartners__image--image {
    width: 100%;
    height: 100px;
  }
}
body.path-webinar-calendar .page .container {
  width: 80%;
}
.fc-event-main-frame > div {
  font-size: 12px !important;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr,
div#fullcalendar table {
  margin-bottom: 0;
}
.view-id-webinar_calender.view-display-id-page_calendar
  form#views-exposed-form-webinar-calender-page-calendar,
.view-id-webinar_calender.view-display-id-page_calendar nav.pager {
  display: none;
}
div#fullcalendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
  margin: 20px 0;
}
.iot-cbx input[type="checkbox"][disabled] + span,
.iot-cbx input[type="checkbox"][disabled] + span + span {
  cursor: not-allowed;
}
.user-create-profile .basic-info-box .form-item,
.user-create-profile .form-group[class*="col-"] .form-item {
  width: 100%;
  max-width: 380px;
}
.user-create-profile .reason-box-wrap .score-tabs.active .-dont-have-score {
  margin-bottom: 0;
}
.user-create-profile
  .reason-box-wrap
  .score-tabs.active
  .-dont-have-score.active
  ~ div {
  margin-bottom: 0;
}
.user-create-profile
  .reason-box-wrap
  .score-tabs.dont-have-score
  .-dont-have-score {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .user-create-profile
    .reason-box-wrap
    .score-tabs.dont-have-score
    .-dont-have-score {
    margin-bottom: 20px;
  }
}
.user-create-profile .error.help-block {
  position: absolute;
  bottom: -18px;
}
.login-box__login-field .error.help-block {
  position: absolute;
  top: 100%;
}
.login-box__login-field.login-pass {
  margin-bottom: 35px;
}
.step-footer__btn.active:hover,
.step-footer__btn.active:focus {
  color: #fff;
}
.uc-class .live-lesson__other-info a.registered,
.prev-class .live-lesson__other-info a.registered {
  position: relative;
}
.user-create-profile
  .reason-box-wrap
  .score-tabs.active
  .-dont-have-score.active
  ~ div {
  margin-bottom: 0;
}
.simplenews-subscriber-account-form {
  margin: 50px 0;
}
.ielts-master .webform-submission-form .btn.btn-primary:hover {
  border-color: none;
  background-color: #c86478;
}
.ielts-master .webform-submission-form .btn {
  height: 48px;
}
.ielts-master .webform-submission-form .form-select {
  border: none;
}
.top-selling .item-wrapper.chinese .item-content .item-price {
  font-size: 14px;
}
.top-selling .item-wrapper.chinese .item-content .buy-now a {
  width: 110px;
}
form#wot-publish-test-form {
  margin-top: auto;
  margin-bottom: 0;
}
.service-box__credits_evaluation {
  font-size: 13px;
}
.service-box__credits_evaluation .note {
  color: red;
  margin-right: 5px;
  font-size: 16px;
}
.service-box__credits_evaluation .-pink {
  color: #c86478;
  font-weight: bold;
  font-style: initial;
}
.service-box__credits_evaluation .-yellow {
  color: #f8a85b;
  font-weight: bold;
  font-style: initial;
}
.checkout-page .promo-code button {
  background-color: #284664;
}
.checkout-page .promo-code button:disabled {
  background-color: #7d90a0;
}
#modal-no-support .modal-no-support_btn-wrap .iot-bt {
  position: relative;
}
.mic-box__btn-group-action {
  width: 100%;
}
.register-form__globe-wrap.not-vn:after {
  display: none;
}
div#hashover-comments-section a[rel="noopener noreferrer"] {
  pointer-events: none;
  color: #222;
}
.modal-icon-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 20px;
}
#modal-not-taketest p.modal-des {
  margin-top: 0;
}
ul.header-nav__main-menu.main-menu .menu-same {
  display: none !important;
}
.video-lessons-package .btn-buynow.is-purchased::after {
  display: none;
}
.video-lessons-package .btn-buynow.is-purchased span {
  margin-left: 2rem;
  font-size: 26px;
  transition: all 0.35s ease-out;
}
.video-lessons-package .btn-buynow.is-purchased:hover span {
  transform: translateX(5px);
}
.video-lessons-package .btn-buynow.is-purchased {
  width: 245px;
}
.bootstrap-select .dropdown-menu li.disabled {
  background: #f7f7f7;
}
.my-interest-form
  .form-item-expecting-std-abroad
  ul.dropdown-menu.inner
  li.disabled {
  display: none;
}
.btn-process.disabled {
  background: #284664 !important;
  background-color: #284664 !important;
  color: white !important;
  pointer-events: none;
}
.block-banneradsserver {
  display: none;
}
.history-table__btn-view.disabled:hover,
.history-table__btn-view.disabled {
  color: #ccc;
  border: 1px solid #ccc;
  background-color: #fff !important;
}
.recording__question-content ul {
  margin-left: 20px;
}
.view-id-manage_tips.view-display-id-page_1 .form-inline .form-group {
  margin: 0 5px 10px;
}
.view-id-manage_tips.view-display-id-page_1
  .form-inline
  .form-group
  label.control-label {
  display: block;
}
.view-id-manage_tips.view-display-id-page_1 .views-exposed-form {
  margin-top: 15px;
}
.view-id-manage_tips.view-display-id-page_1 .table tbody tr td {
  font-size: 13px;
}
.contact-form-china .contact-field {
  margin: 0px !important;
}
.exam-detail
  .circular-progress.-finished.-persent
  [class^="circular-progress-percent"] {
  display: block;
}
.take-test table.iot-table-info.table {
  margin-bottom: 0;
}
.take-test .test-panel__answers-wrap .table-responsive {
  margin-bottom: 20px;
  margin-top: 0;
}
.page.take-test .region.region-content {
  width: 100%;
}
.page.take-test .ckeditor-wrapper .table-responsive table {
  margin: 0;
}
.take-test .test-panel__answer,
.take-test .test-panel__answers-wrap {
  width: 100%;
}
.realtest-header__btn-save {
  transition: opacity 0.5s linear, max-height 0s linear 0s;
  opacity: 1;
  max-height: 100%;
}
.realtest-header__btn-save.save_hidden {
  opacity: 0;
  transition: opacity 1s linear, max-height 0s linear 2s;
  max-height: 0;
  overflow: hidden;
}
.test-guidance .iot-grbt.-disabled,
.test-guidance .-disabled.iot-gribt {
  pointer-events: inherit;
  box-shadow: none;
}
.exam-library .mocktest-card__pack .mocktest-card__pack-title {
  text-align: left;
}
.writing-test .test-panel__nav a {
  cursor: pointer;
}
.btn.btn-coppy-url {
  display: inline-flex;
  align-items: center;
}
.btn.btn-coppy-url span {
  margin-top: 0;
}
.share-box__copy-wrap {
  position: relative;
}
.share-box__copy-wrap .share-box__copy-status {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #32b4c8;
  text-align: center;
  height: 0;
  font-size: 12px;
}
.fontsize-menu__font-link.active {
  background-color: #f3f3f3;
  color: #294563;
}
.realtest-header.time-up.no-limit {
  background: #fff;
  border: none;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
}
.plyr--video .plyr__controls {
  color: #000;
}
.listening-test.-test-mode .plyr--audio {
  min-width: initial;
}
.listening-test.-test-mode .plyr--audio.plyr--full-ui input[type="range"] {
  min-width: 90px;
}
.listening-test.-test-mode .plyr--audio .plyr__controls__item:first-child {
  margin-right: 18px;
}
.reading-test .test-panel__header {
  display: none;
}
@media (max-width: 991px) {
  .take-test .test-panel__header {
    margin-right: -15px;
  }
}
.test-panel__item.removed-drag .iot-drag-drop_dropdown-question {
  display: inline-block;
}
.test-panel__item:not(.removed-drag) .iot-drag-drop_dropdown-question {
  display: none;
}
body.uploading .uploading-overlay {
  display: flex !important;
}
.modal-review-test .result-table__col span {
  white-space: nowrap;
}
.take-test b.iot-question-number {
  width: 24px;
  display: inline-block;
  text-align: center;
}
.take-test .iot-option {
  margin: 5px 0;
}
.take-test .test-panel__input-answer {
  margin-bottom: 5px;
  margin-top: 5px;
}
body.listening-test.-test-mode .listen-from-here {
  display: none;
}
#modal-full-test-notice {
  background-color: rgba(255, 255, 255, 0.26);
  z-index: 1111;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  pointer-events: auto !important;
}
body.disabled-controls #modal-full-test-notice * {
  pointer-events: auto !important;
}
.speaking-test-page .iot-cbx input:checked ~ .checkmark {
  border: 1px solid #294563 !important;
  background-color: #294563 !important;
}
.speaking-test-page .publish-test-form .checkbox label {
  padding-left: 36px !important;
  min-height: 48px !important;
  margin: 2px 0px !important;
}
.speaking-test-page .publish-test-form .checkbox label .cb-label {
  font-weight: normal !important;
  font-size: 14px !important;
  letter-spacing: 0px !important;
}
.speaking-test-page .congratulation-page .share-box__note {
  font-size: 13px !important;
}
.modal-refusal.full-test-ios .modal-refusal__btn.iot-grbt {
  background: var(--main-color);
}
.take-test__player-container {
  width: 100%;
  display: flex;
}
.anonymous-user.take-test-page *,
.anonymous-user.speaking-test-page *,
.anonymous-user.writing-test * {
  pointer-events: none !important;
}
.test-notice.modal-test-notice {
  margin-left: 0;
  z-index: 9999;
}
.test-notice.modal-test-notice,
.test-notice.modal-test-notice * {
  pointer-events: auto !important;
}
#first-tour-screen,
#first-tour-screen * {
  pointer-events: auto !important;
}
.introjs-button.introjs-nextbutton,
.introjs-button.introjs-prevbutton,
.introjs-button.introjs-skipbutton,
.introjs-tooltip .introjs-bullets,
.introjs-tooltip .introjs-bullets * {
  pointer-events: auto !important;
}
.congratulation-page.-writing form#wot-publish-test-form {
  margin-top: 0px !important;
}
.-test-mode.guide_tour .take-test__click-play {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.record-empty .plyr__controls {
  filter: grayscale(100%);
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.speaking-review-page .panel-default.recording {
  position: relative;
}
.speaking-test .take-test section {
  border: none !important;
}
.congratulation-box__test-name.origin-title {
  text-transform: none !important;
}
.exam-library__title {
  font-weight: 700 !important;
  font-size: 48px !important;
  padding: 0;
  margin: 3rem 0;
}
.exam-library .search-box__btn {
  top: 38% !important;
}
.modal-rpmistake .iot-opselect {
  max-width: 165px;
}
@media (max-width: 1024px) {
  .exam-library .mocktest-card .book,
  .exam-library .mocktest-item .book {
    transform-style: unset;
  }
}
.listening-test.-practice-mode .plyr--audio .plyr__control.plyr__tab-focus,
.listening-test.-practice-mode .plyr--audio .plyr__control:hover,
.listening-test.-practice-mode
  .plyr--audio
  .plyr__control[aria-expanded="true"] {
  color: #fff;
}
.listening-test.-practice-mode
  .modal-rpmistake__question
  .iot-opselect.-rounded
  button.dropdown-toggle {
  height: 40px;
  line-height: 40px;
}
.modal-rpmistake .iot-opselect .dropdown-toggle .caret {
  top: 10px;
}
#modal-exit-test-speaking .modal-exit-test {
  width: 520px !important;
  padding: 40px;
}
#modal-exit-test-speaking .modal-exit-test h2 {
  margin-bottom: 0;
}
#modal-exit-test-speaking .modal-exit-test .modal-body {
  width: 390px;
  text-align: center;
  margin: 0 auto;
}
#modal-exit-test-speaking .modal-exit-test .modal-footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 86%;
  margin: 0 auto;
}
#modal-exit-test-speaking .modal-exit-test a.modal--no {
  padding: 13px 0;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  background: #c76378;
  color: #fff;
  margin-bottom: 20px;
}
#modal-exit-test-speaking .modal-exit-test .modal--yes {
  background: #d4dae0;
  color: #08304f;
  padding: 13px 0;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
button.full-test__btn.-disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.exam-detail .full-test .tooltip-inner {
  background: linear-gradient(180deg, #172636 0%, #294563 100%);
  padding: 5px 10px;
}
.exam-detail .full-test .tooltip.bottom .tooltip-arrow {
  border-top-color: #172636;
}
.modal-choose-mode .tooltip-inner {
  background: linear-gradient(180deg, #172636 0%, #294563 100%);
  padding: 5px 10px;
}
.modal-choose-mode .tooltip.bottom .tooltip-arrow {
  border-top-color: #172636;
}
.modal-choose-mode.listening input#part-quiz-full + label {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .exam-library__col-right .region-sidebar-right {
    width: 100%;
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .exam-library__col-left,
  .exam-library__col-right {
    width: 100%;
  }
  .exam-library__grid {
    flex-wrap: wrap;
    padding: 0;
  }
}
#modal-upload-error .iot-bt {
  position: unset !important;
  min-width: auto !important;
  height: 48px !important;
  font-size: 16px !important;
  transform: none !important;
}
.popular-tips .tip-item__img-link img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
.modal-speaking-practice-mode .modal__desc {
  text-align: center;
  margin: auto !important;
  padding-bottom: 20px;
}
.top-notice__contents .top-notice__btn.iot-bt.-grey {
  display: block !important;
}
.top-notice__contents .top-notice__btn.iot-bt {
  top: auto !important;
  position: unset !important;
  min-width: auto !important;
  margin-bottom: unset !important;
  transform: none !important;
}
span.mega-menu__menu-icon.ioticon-download-cloud {
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.close-rx {
  display: none;
}
.show-review-explanation .close-rx {
  display: block;
}
@media (max-width: 767px) {
  .listening-test .take-test__questions-wrap {
    overflow-y: scroll;
  }
  .listening-test .take-test__board {
    position: fixed;
  }
}
.parent {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.test-logo-cn {
  height: 48px;
}
.wbn-listing h1 {
  margin: 50px 0;
  font-size: 32px;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #284664;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wbn-listing h1 {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 0.3px;
    margin: 0 0 36px;
  }
}
.hero__students-use strong {
  margin-left: 3px;
}
.test-history-page a.test-history__view-more {
  color: #282828 !important;
  text-decoration: none !important;
}
.test-history__bottom ul li {
  margin: 0px 2px;
  display: inline-block;
}
.card-successful__new-tag {
  position: absolute;
  text-transform: uppercase;
  top: -7px;
  left: 28px;
  display: flex;
  padding: 8px 16px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 16px 16px;
  background: var(
    --gradient-speaking,
    linear-gradient(180deg, #c86478 0%, #954b5a 100%)
  );
}
.card-successful__box.ai-evaluation {
  position: relative;
}
.share-box__refer-link-update.share-link {
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 600;
  color: #787878;
  padding: 0 15px;
  height: 40px;
  box-shadow: none;
  border: none;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 207px;
}
ul.share-box__social-list li {
  display: inline-block;
  margin-right: 8px;
}
body.uploading #modal-overdue {
  visibility: hidden;
}
.test-landing .ready-box.-custom-ready {
  position: relative;
  top: 52px;
}
.-custom-ready.ready-box .ready-box__title {
  margin-top: -3.65rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #294563 0%, #172636 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .user-feedback .view-id-feedback.view-display-id-block_1 .view-filters {
    width: 100%;
  }
}
.choose-box__warning {
  margin: 10px 0px;
  font-size: 12px;
  color: #c76378;
}
#js-time-duration-hide {
  display: none;
}
.test-header__time-duration-hide {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #536b82;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  width: 90px;
  text-align: left;
}
.test-header__time-duration-hide.-pink {
  color: #c86478;
}
.anonymous-user.speaking-test-page .test-notice .iot-bt {
  position: unset !important;
  top: auto !important;
  transform: none !important;
  min-width: auto !important;
  font-size: 16px !important;
}
.cn-stabroad .college-item__img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.study-abroad-detail .main-info__sticky-wrap section#block-blockukstudyabroad {
  margin-bottom: 0;
}
.study-abroad-detail .main-info__sticky-wrap.sticky .countries-nav {
  display: flex;
}
.study-abroad-detail
  .main-info__sticky-wrap.sticky
  section#block-blockukstudyabroad
  + .countries-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  div#modal-iot-cn-uk.modal-iot .modal-dialog {
    width: 100%;
  }
}
.course-filter__input.-select-date {
  padding: 0 20px;
  max-width: 150px;
  text-align: center;
}
.ielts-course-schedule .course-filter__filter-wrap .form-group {
  margin-bottom: 0;
}
.ielts-course-schedule .course-filter .bootstrap-select.-select-course {
  padding-left: 0;
  min-width: unset;
  width: 100% !important;
}
.ielts-course-schedule .form-item-field-course-target-id {
  width: 220px;
}
.ielts-course-schedule .course-filter__input-wrap {
  max-width: 52%;
}
.ielts-course-schedule .form-item-field-start-value {
  display: none;
}
@media (max-width: 991px) {
  .ielts-course-schedule .course-filter__input-wrap {
    max-width: initial;
  }
  .ielts-course-schedule .form-item-field-course-target-id,
  .ielts-course-schedule .form-item-date-fake {
    width: 48%;
  }
  .ielts-course-schedule
    .form-item-date-fake
    .course-filter__input.-select-date {
    width: 100%;
    max-width: 100%;
  }
  .ielts-course-schedule .course-filter__btn-reset {
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ielts-course-schedule .course-filter__input-wrap {
    max-width: initial;
  }
  .ielts-course-schedule .form-item-field-course-target-id,
  .ielts-course-schedule .form-item-date-fake {
    width: 42%;
  }
  .ielts-course-schedule
    .form-item-date-fake
    .course-filter__input.-select-date {
    width: 100%;
    max-width: 100%;
  }
}
.ielts-course-schedule .course-schedule .table-responsive table th.views-field {
  font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial,
    sans-serif;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #294563;
  border: 1px solid #eaecef;
  border-top: none;
  margin-left: -1px;
  border-top: 1px solid #eaecef;
}
.ielts-course-schedule .course-schedule table thead {
  background: #f5f5f5;
}
.ielts-course-schedule
  .course-schedule
  .table-responsive
  table
  th.views-field:last-child {
  border-right-color: transparent !important;
}
.ielts-course-schedule
  .course-schedule
  .table-responsive
  table
  th.views-field:first-child {
  border-left-color: transparent;
}
.ielts-course-schedule .form-item-date-fake {
  position: relative;
}
.menu-res-inner ul > li.has-child > a span.ioticon-chevrons-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 30px;
  text-align: center;
  z-index: 99;
  justify-content: center;
}
.menu-res-inner ul > li.has-child > a .ioticon-chevrons-right:before {
  content: "\e935";
}
.menu-res-inner ul > li.has-child > a span.ioticon-chevrons-right:after {
  display: none;
}
.menu-res-inner ul > li a span.ioticon-chevrons-right {
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-res-inner ul > li.has-child.open-submenu > a span.ioticon-chevrons-right {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 767px) {
  .ielts-master .disable-desktop.-active path.wheel-path {
    opacity: 0;
  }
  .ielts-master .disable-desktop.-active:hover path.wheel-path {
    opacity: 1;
  }
  .ielts-master .wheel-group.-active .wheel-text .st13 {
    fill: #546a82;
  }
  .ielts-master .disable-desktop.-active:hover .wheel-text .st13 {
    fill: #fff;
  }
}
.reg-login-form .login-box__login-field.captcha-account {
  position: relative;
}
.reg-login-form .login-box__login-field.captcha-account em#captcha-error {
  line-height: 1;
  color: #c0392b;
  font-size: 10px;
  margin-bottom: 0;
}
.webinar-redirection {
  margin-bottom: 35px;
}
.webinar-direct-join .iot-logo {
  display: block;
  max-width: 161px;
  margin: 35px auto 35px;
}
@media (max-width: 767px) {
  .webinar-direct-join .iot-logo {
    max-width: 120px;
    margin: 20px auto 20px;
  }
}
.webinar-infor {
  max-width: 720px;
  padding: 20px 40px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ededf4;
  margin: 0 auto 20px;
}
.webinar-infor__title {
  font-size: 24px;
  margin: 0 0 10px;
}
.webinar-infor__row {
  display: flex;
  margin-bottom: 10px;
}
.webinar-infor__label {
  font-weight: bold;
  margin-right: 10px;
}
.webinar-infor__content {
  flex: 1;
}
.webinar-redirection {
  margin-top: 20px;
  text-align: center;
}
.webinar-redirection__text {
  margin-bottom: 10px;
}
.webinar-redirection__countdown {
  font-size: 20px;
  margin-bottom: 10px;
}
.webinar-redirection__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2f5376;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}
.webinar-redirection__link:hover {
  background-color: #1f3a56;
}
@media (max-width: 768px) {
  .webinar-infor {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .webinar-infor__title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .webinar-infor__label,
  .webinar-infor__content {
    font-size: 14px;
  }
}
.dashboard-page-by-user a.my-purchase__view-detail,
.dashboard-page-by-user a.test-history__view-detail {
  display: none;
}
.ielts-prep-download section.block {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.need-help-form .modal-how-help__text-area {
  margin-top: 2.4rem;
}


/* results */

/* result */
.reading-test-result .question__input.iot-question__fill-blank.-wrong{
  border: 1px solid red;
  color: red;
}

.reading-test-result select.question__input.iot-option.iot-dropdown.-correct {
  border: 1px solid #8BC34A;
  color: #8BC34A;
}




.reading-test-result select.question__input.iot-option.iot-dropdown.-wrong {
  border: 1px solid red;
  color: red;
}


.reading-test-result .question__input.iot-question__fill-blank.-correct{
  border: 1px solid #8BC34A;
  color: #8BC34A;
}



.reading-test-result .question-label__checkbox.-is-correct {
  border: 1px solid #8BC34A;
  color: #8BC34A;
}



.reading-test-result .question-label__checkbox.-correct {
  color: white !important;
  background: #8BC34A;
}



.reading-test-result .question-label__checkbox.-wrong {
  color: white !important;
  background: #E91E63;
}






/* more */
.reading-test-result span.qp-item.-qp-wrong {
  background: #c93e3e;
}

.reading-test-result span.qp-item.-qp-correct {
  background: #8BC34A;
}

.reading-test-result .test-panel__answer-option.-wrong-radio {
  background: #c93e3e;
  color: white;
}

.reading-test-result .test-panel__answer-option.-correct-radio {
  background: #8bc34a;
  color: white !important;
}

.reading-test-result .test-panel__answer-option.-is-correct {
  border: 1px solid #8BC34A;
  color: #8BC34A;
}

.reading-test-result label.iot-radio.-r-correct {
  color: #8bc34a;
}

.reading-test-result label.iot-radio.-r-wrong {
  color: #c83e3e;
}

.reading-test-result label.iot-radio.-r-correct input[type="radio"]:checked {
  background-color: #8BC34A;
  border: 1px solid #8BC34A;
}

.reading-test-result label.iot-radio.-r-wrong input[type="radio"]:checked {
  background-color: #c73e3f;
  border: 1px solid #c73e3f;
}

.reading-test-result span.question-palette__item.-qp-correct {
  background: #8bc34a !important;
  color: white !important;
  border-color: #8bc34a !important;
}

.reading-test-result span.question-palette__item.-qp-wrong {
  background: #c93e3e !important;
  color: white !important;
  border-color: #c93e3e !important;
}


/* more listening */

.listening-test-result span.qp-item.-qp-wrong {
  background: #c93e3e;
}

.listening-test-result span.qp-item.-qp-correct {
  background: #32b4c8;
}

.listening-test-result .test-panel__answer-option.-wrong-radio {
  background: #c93e3e;
  color: white;
}

.listening-test-result .test-panel__answer-option.-correct-radio {
  background: #8bc34a;
  color: white !important;
}

.listening-test-result .test-panel__answer-option.-is-correct {
  border: 1px solid #32b4c8;
  color: #32b4c8;
}

.listening-test-result label.iot-radio.-r-correct {
  color: #32b4c8;
}

.listening-test-result label.iot-radio.-r-wrong {
  color: #c83e3e;
}

.listening-test-result label.iot-radio.-r-correct input[type="radio"]:checked {
  background-color: #32b4c8;
  border: 1px solid #32b4c8;
}

.listening-test-result label.iot-radio.-r-wrong input[type="radio"]:checked {
  background-color: #c73e3f;
  border: 1px solid #c73e3f;
}

.listening-test-result span.question-palette__item.-qp-correct {
  background: #32b4c8 !important;
  color: white !important;
  border-color: #32b4c8 !important;
}

.listening-test-result span.question-palette__item.-qp-wrong {
  background: #c93e3e !important;
  color: white !important;
  border-color: #c93e3e !important;
}

.listening-test-result .question-label__checkbox.-wrong {
  color: white;
  background: #E91E63;
}

.listening-test-result .question-label__checkbox.-correct {
  color: white !important;
  background: #32b4c8;
}

.listening-test-result .question-label__checkbox.-is-correct {
  border: 1px solid #32b4c8;
  color: #32b4c8;
}

.listening-test-result .question__input.iot-question__fill-blank.-correct {
  border: 1px solid #32b4c8;
  color: #32b4c8;
}

.listening-test-result select.question__input.iot-option.iot-dropdown.-correct{
  border: 1px solid #32b4c8;
  color: #32b4c8;
}

.listening-test-result .question__input.iot-question__fill-blank.-wrong {
  border: 1px solid red;
  color: red;
}

.listening-test-result select.question__input.iot-option.iot-dropdown.-wrong{
  border: 1px solid red;
  color: red;
}





.explanation table {
  border-collapse: collapse;
  border: 2px solid #ececec; /* Border for the table */
  width: 100%;
}

.explanation td, .explanation th {
  border: none;
  padding: 8px;
}

/* Styling for borders between cells */
.explanation td:not(:last-child),
.explanation th:not(:last-child) {
  border-right: 2px solid #e3e3e3; /* Right border for cells */
}

.explanation tr:not(:last-child) td,
.explanation tr:not(:last-child) th {
  border-bottom: 2px solid #d9d9d9; /* Bottom border for rows */
}

@media screen and (max-width: 550px ){
  .d-none-sm-550px{
    display:none;
  }
  .realtest-header__time {
    position: relative;
    top: 20px;
    left: -30px;
  }
}


span.question-palette__item.is-selected {
  border: 1px solid var(--main-color);
}

.tip-theday {
  padding: 20px 8px 8px;
  background-color: white;
  margin: 0;
  border-radius: 10px;
}

.-icon-chevron-left::after {
  content:'';
  display:none;
}

.-icon-chevron-left::before {
  content:'\f015';
  font: normal normal normal 20px / 1 FontAwesome;;
  
}

form#report-mistake .dropdown-toggle {
  background: #f2f2f2 !important;
}



