/* Begin Solution Pages Css */
.solution-page h1 {
  color: #faaa5a;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .solution-page h1 {
      font-size: 18px; } }

.solution-page .test-hero {
  padding: 0; }
  .solution-page .test-hero h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: #284664;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .solution-page .test-hero h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.3px;
        color: #284664;
        text-align-last: left;
        min-height: 88px; } }
  .solution-page .test-hero .lesson {
    color: #32b4c8; }
  .solution-page .test-hero .book-img-wrap {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .solution-page .test-hero .book-img-wrap {
        float: left;
        margin-top: 0;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .solution-page .test-hero .book-img-wrap .video-icon {
        width: 12px;
        height: 12px; } }
  .solution-page .test-hero img:first-child {
    width: 180px; }
    @media (max-width: 767px) {
      .solution-page .test-hero img:first-child {
        width: 88px; } }
  .solution-page .test-hero .test-hero-icon span {
    margin-bottom: 5px; }
  @media (max-width: 767px) {
    .solution-page .test-hero .test-hero-icon {
      width: 150px; } }

.solution-page .test-vote {
  margin-bottom: 13px; }
  @media (max-width: 767px) {
    .solution-page .test-vote {
      font-size: 12px;
      margin-bottom: 10px; } }

.solution-page .rate-widget-fivestar .test-vote {
  display: flex; }
  @media (min-width: 768px) and (max-width: 991px) {
    .solution-page .rate-widget-fivestar .test-vote {
      justify-content: center; } }
  @media (max-width: 767px) {
    .solution-page .rate-widget-fivestar .test-vote {
      justify-content: left; } }
  @media (max-width: 767px) {
    .solution-page .rate-widget-fivestar .test-vote em {
      font-size: 10px; } }

@media (max-width: 767px) {
  .solution-page .rate-widget-fivestar .star-rating {
    flex-wrap: wrap;
    justify-content: center; } }

@media (max-width: 767px) {
  .solution-page .test-des p {
    font-size: 10px;
    margin: 0; } }

.solution-page .test-des .icon-ts {
  top: 5px; }

@media (max-width: 767px) {
  .solution-page .book-item-wrap {
    padding: 0; } }

@media (max-width: 767px) {
  .solution-page .book-item {
    margin: 0px auto 18px auto; } }

@media (max-width: 767px) {
  .solution-page .book-item h3 {
    line-height: 1;
    margin: 2px 0 9px; } }

@media (max-width: 767px) {
  .solution-page .book-item a {
    font-size: 12px; } }

@media (max-width: 767px) {
  .solution-page .box-caption-margin {
    margin: 30px 0 0 0; } }

.solution-page .lesson-catalog .lesson {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .solution-page .lesson-catalog .lesson {
      font-size: 10px; } }

.solution-page h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #284664;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .solution-page h2 {
      font-size: 16px; } }

.solution-page .right-panel {
  overflow: hidden; }
  @media (max-width: 767px) {
    .solution-page .right-panel {
      overflow: visible;
      text-align: left; } }

.solution-page .tt-sample-essay .panel-heading {
  background-color: #e8e8e8; }

.solution-page .tt-sample-essay .panel-body {
  padding: 0;
  height: 335px;
  background-color: #fff;
  border: none; }

.solution-page .tt-sample-essay .panel-default {
  margin-bottom: 5px;
  border: solid 1px #c7c7c7;
  border-radius: 4px; }

.solution-page .sample-report {
  margin-bottom: 40px;
  padding: 24px 15px 30px;
  background-color: #f7f7f7;
  margin-top: 40px;
  overflow: hidden; }
  .solution-page .sample-report h2 {
    margin-top: 10px; }
  @media (max-width: 767px) {
    .solution-page .sample-report {
      margin-left: -15px;
      margin-right: -15px; } }

.solution-page .all-sample .panel-group {
  margin-bottom: 0; }

.solution-page .panel-title > a {
  color: #4a4a4a;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 20px;
  font-weight: 800;
  background: url(../../images/icon_expand_grey.png) right 30px center no-repeat; }

.solution-page .other-module .box-caption-margin {
  margin-top: 0; }

.solution-page .tasks-content {
  max-height: 335px;
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .solution-page .tasks-content {
      max-height: 235px;
      margin-top: 15px;
      font-size: 12px; } }
  .solution-page .tasks-content.active {
    max-height: none; }

.solution-page .show-more-wp {
  background-image: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0));
  bottom: 0;
  display: block;
  padding-top: 50px;
  position: absolute;
  width: 100%; }
  .solution-page .show-more-wp button {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1px;
    color: #faaa5a;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    outline: none; }
    @media (max-width: 767px) {
      .solution-page .show-more-wp button {
        font-size: 12px; } }
    .solution-page .show-more-wp button:active, .solution-page .show-more-wp button:focus {
      outline: none; }
  .solution-page .show-more-wp.active {
    background: none; }

.solution-page .order-box {
  margin-top: 30px;
  position: relative;
  min-height: 173px; }
  @media (max-width: 767px) {
    .solution-page .order-box {
      min-height: auto; } }
  .solution-page .order-box h2 {
    margin-bottom: 18px;
    margin-top: 42px; }

.solution-page .purchase-box {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #979797;
  width: 35%;
  max-width: 225px;
  float: right;
  overflow: hidden; }
  @media (max-width: 767px) {
    .solution-page .purchase-box {
      width: auto;
      max-width: auto;
      min-height: 105px;
      margin-top: 25px;
      position: relative;
      padding: 14px;
      float: none; } }
  .solution-page .purchase-box .old-price {
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #9d9d9d;
    margin-bottom: 9px;
    text-decoration: line-through; }
    @media (max-width: 767px) {
      .solution-page .purchase-box .old-price {
        font-size: 12px; } }
  .solution-page .purchase-box .ex-price {
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    margin: 10px 0 0;
    display: block;
    text-align: center; }
  .solution-page .purchase-box .price {
    font-size: 32px;
    font-weight: 900;
    line-height: 0.63;
    letter-spacing: 0.4px;
    color: #faaa5a;
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      .solution-page .purchase-box .price {
        font-size: 26px; } }
  .solution-page .purchase-box .price-cap {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #284664;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .solution-page .purchase-box .price-cap {
        font-size: 11px; } }
  .solution-page .purchase-box .purchase-bt {
    height: 40px;
    line-height: 40px;
    background-color: #faaa5a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.79;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    width: 159px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .solution-page .purchase-box .purchase-bt:active, .solution-page .purchase-box .purchase-bt:focus {
      outline: none; }
    @media (max-width: 767px) {
      .solution-page .purchase-box .purchase-bt {
        width: 140px;
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%); } }
    .solution-page .purchase-box .purchase-bt:hover {
      background-color: #F9B169; }
  .solution-page .purchase-box .price-wp {
    text-align: center; }
    @media (max-width: 767px) {
      .solution-page .purchase-box .price-wp {
        display: inline-block;
        float: left; } }

.solution-page .list-sample {
  width: 100%;
  max-width: 65%;
  float: left; }
  @media (max-width: 767px) {
    .solution-page .list-sample {
      width: auto;
      max-width: auto;
      float: none; } }
  .solution-page .list-sample li {
    padding-left: 35px;
    background: url(../../images/check-list-icon.svg) left top 2px no-repeat;
    background-size: 20px;
    margin-bottom: 22px;
    font-size: 16px;
    color: #282828; }
    @media (max-width: 767px) {
      .solution-page .list-sample li {
        padding-left: 22px;
        font-size: 12px;
        background-size: 14px;
        margin-bottom: 16px; } }
    .solution-page .list-sample li:last-child {
      margin-bottom: 0; }
  .solution-page .list-sample strong {
    font-weight: 800; }

.solution-page.writing .test-hero-icon span {
  background: url(../../images/writing-icon.svg) no-repeat center center;
  background-size: contain; }

.solution-page.writing .lesson-catalog .lesson {
  color: #faaa5a; }

.solution-page.listening .test-hero-icon span {
  background: url(../../images/icon_listen.png) no-repeat center center;
  background-size: contain; }

.solution-page.listening .lesson-catalog .lesson {
  color: #32b4c8; }

.solution-page.listening .show-more-wp button, .solution-page.listening .purchase-box .price, .solution-page.listening .purchase-box .purchase-bt {
  color: #32b4c8; }

.solution-page.reading .test-hero-icon span {
  background: url(../../images/icon_reading.png) no-repeat center center;
  background-size: 40px auto; }

.solution-page.reading .lesson-catalog .lesson {
  color: #327846; }

.solution-page.reading .show-more-wp button, .solution-page.reading .purchase-box .price, .solution-page.reading .purchase-box .purchase-bt {
  color: #327846; }

.solution-page.speaking .test-hero-icon span {
  background: url(../../images/icon_speaking.png) no-repeat center center;
  background-size: contain; }

.solution-page.speaking .lesson-catalog .lesson {
  color: #c76478; }

.solution-page.speaking .show-more-wp button, .solution-page.speaking .purchase-box .price, .solution-page.speaking .purchase-box .purchase-bt {
  color: #c76478; }

/* End Solution Pages Css */

/*# sourceMappingURL=solution-page.css.map */