:root {
  --c_blue: #04689a;
  --c_blue_bold: #314c79;
  --c_blue_thin: #2ca9e2;
  --c_orange: #ff7a00;
  --c_orange_bg: #ff8345;
  --c_dark_orange: #964800;
  --c_dark_blue: #000b1d;
  --c_red: #ce0000;
  --c_green: #18a84a;
  --c_green_thin: #8ac449;
  --c_gray: #f9f9f9; }

body {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  color: var(--c_dark_blue); }
  @media (max-width: 991px) {
    body {
      font-size: 14px; } }

a {
  transition: 0.3s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 56.25%; }
  .c-img > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; }
    .row > div {
      padding-left: 10px;
      padding-right: 10px; } }
.tab-column-left {
  position: relative; }

.white-bg {
  background: #fff; }

.color-orange {
  color: var(--c_orange); }

.small-title {
  font-size: 16px;
  font-weight: 700; }

.bg-gray {
  background-color: var(--c_gray); }

.btn-gray {
  transition: 0.3s;
  padding: 0 0.7em;
  height: calc(2em + 2px);
  line-height: 2em;
  border-radius: 1em;
  background-color: var(--c_gray);
  color: #c1c1c1;
  border: 1px solid transparent; }
  .btn-gray:hover {
    color: var(--c_gray);
    border-color: var(--c_gray);
    background-color: #c1c1c1; }

@media (min-width: 1800px) {
  .container.container-lg {
    max-width: 1610px; } }

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px;
  cursor: pointer; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a, button:hover, button:active, button:focus {
  outline: none; }

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover; }

@media all and (min-width: 1366px) {
  .container {
    max-width: 1230px; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .col-mar-0 [class*="col-"], .col-mar-0 .col {
    padding-left: 0px;
    padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .col-mar-5 [class*="col-"], .col-mar-5 .col {
    padding-left: 5px;
    padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }
  .col-mar-8 [class*="col-"], .col-mar-8 .col {
    padding-left: 8px;
    padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .col-mar-10 [class*="col-"], .col-mar-10 .col {
    padding-left: 10px;
    padding-right: 10px; }

.fx-mid {
  align-items: center; }

.ifx-top {
  align-self: start; }

.ifx-bot {
  align-self: end; }

.ifx-mid {
  align-self: center; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

@media all and (max-width: 991px) {
  .md-pad-7 {
    margin: 0 -7px; }
    .md-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .md-pad-5 {
    margin: 0 -5px; }
    .md-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
@media all and (max-width: 767px) {
  .sm-pad-7 {
    margin: 0 -7px; }
    .sm-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .sm-pad-5 {
    margin: 0 -5px; }
    .sm-pad-5 > [class^="col-"] {
      padding: 0 5px; }

  .tb-responsive {
    display: block; }
    .tb-responsive tbody, .tb-responsive tfoot, .tb-responsive tr, .tb-responsive th, .tb-responsive td {
      display: block; }
    .tb-responsive thead {
      display: none; }
    .tb-responsive tr:nth-child(2n) {
      background: #f5f5f5; }
    .tb-responsive td {
      position: relative;
      padding: 10px 10px 10px 50%; }
      .tb-responsive td:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 50%;
        padding-right: 15px; } }
@media all and (max-width: 575px) {
  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.i-select {
  position: relative; }
  .i-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%; }

.s-content {
  word-break: break-word; }
  .s-content a[href] {
    color: #007bff; }
    .s-content a[href]:hover {
      text-decoration: underline; }
  .s-content a, .s-content a:hover, .s-content a:focus, .s-content a:active {
    text-decoration: underline; }
  .s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px; }
  .s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px; }
  .s-content li {
    list-style: inherit;
    margin-bottom: 5px; }
  .s-content p {
    margin-bottom: 10px; }
  .s-content img {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
    object_fit: initial; }
  .s-content .alignleft, .s-content img.alignleft {
    margin-right: 1.5rem;
    display: inline;
    float: left; }
  .s-content .alignright, .s-content img.alignright {
    margin-left: 1.5rem;
    display: inline;
    float: right; }
  .s-content .aligncenter, .s-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .s-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left; }
  .s-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right; }
  .s-content table, .s-content iframe {
    max-width: 100%;
    max-width: calc(100vw - 30px);
    margin: auto; }
  .s-content iframe {
    display: block; }
  .s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    font-weight: bold; }
  .s-content h1 {
    font-size: 2rem;
    margin-top: 0.67rem;
    margin-bottom: 0.67rem; }
  .s-content h2 {
    font-size: 1.5rem;
    margin-top: 0.83rem;
    margin-bottom: 0.83rem; }
  .s-content h3 {
    font-size: 1.17rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .s-content h4 {
    font-size: 1rem;
    margin-top: 1.33rem;
    margin-bottom: 1.33rem; }
  .s-content h5 {
    font-size: .83rem;
    margin-top: 1.67rem;
    margin-bottom: 1.67rem; }
  .s-content h6 {
    font-size: .67rem;
    margin-top: 2.33rem;
    margin-bottom: 2.33rem; }

.hc-upload {
  position: relative; }
  .hc-upload .hc-del {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    cursor: pointer; }
    .hc-upload .hc-del:hover {
      background: rgba(0, 0, 0, 0.85); }

.item-course {
  padding: 12px;
  background-color: var(--c_gray);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: .3s; }
  .item-course:hover {
    border-color: var(--c_orange); }
  .item-course a:hover {
    color: var(--c_orange); }
  .item-course .c-img {
    overflow: hidden;
    border-radius: 20px;
    background-color: white;
    padding-top: 66.67%; }
  .item-course .content {
    position: relative; }
    .item-course .content .icon-flag {
      position: absolute;
      top: -25px;
      right: 10px;
      z-index: 1;
      width: 30px;
      object-fit: contain; }
    .item-course .content .title {
      margin-top: 15px; }
      .item-course .content .title a {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.4em;
        max-height: calc(1.4em * 1); }
    .item-course .content .teacher_info {
      margin: 10px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #C1C1C1; }
      .item-course .content .teacher_info .name {
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.4em;
        max-height: calc(1.4em * 1); }
        .item-course .content .teacher_info .name i {
          font-size: 14px; }
      .item-course .content .teacher_info .star {
        padding-right: 10px; }
        .item-course .content .teacher_info .star span {
          padding-left: 3px; }
    .item-course .content .course-info {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      height: 55px;
      border-top: 1px solid white;
      padding-top: 10px; }
      .item-course .content .course-info .price .original-price {
        font-weight: 200;
        font-size: 14px;
        color: #C1C1C1; }
      .item-course .content .course-info .price .current-price {
        color: var(--c_orange); }
      .item-course .content .course-info .actions {
        display: flex;
        align-items: center; }
        .item-course .content .course-info .actions .add-to-cart {
          color: var(--c_orange);
          font-size: 21px;
          margin-right: 10px;
          transition: .3s; }
          .item-course .content .course-info .actions .add-to-cart:hover {
            transform: scale(1.1); }
        .item-course .content .course-info .actions .view-course {
          width: 78px;
          height: 30px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background-color: var(--c_orange);
          color: white;
          border-radius: 10px;
          transition: .3s;
          border: 1px solid transparent; }
          .item-course .content .course-info .actions .view-course:hover {
            color: var(--c_orange);
            background-color: white;
            border-color: var(--c_orange); }

.item-books {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(176, 192, 237, 0.33); }
  .item-books .c-img {
    padding-top: 100%; }
    .item-books .c-img img {
      object-fit: contain; }
  .item-books .content {
    padding: 30px; }
  .item-books .title {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: calc(1.4em * 2);
    text-align: center; }
  .item-books .block-price {
    align-items: center; }
  .item-books .price-info .price-old {
    text-decoration: line-through;
    color: #333;
    font-size: 12px;
    display: block; }
  .item-books .price-info .price {
    font-size: 18px;
    color: var(--c_green); }
  .item-books .sale {
    background-color: #cd3100;
    color: white;
    padding: 5px;
    border-radius: 5px; }

.item-teacher {
  text-align: center;
  font-size: 14px;
  border-radius: 15px;
  padding: 15px;
  transition: 0.3s;
  border: 1px solid transparent; }
  .item-teacher:hover {
    border-color: var(--c_orange); }
  .item-teacher .teacher-avatar {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin: 20px auto; }
  .item-teacher .name {
    font-size: 22px;
    font-weight: bold; }
    .item-teacher .name:hover {
      color: var(--c_orange); }
  .item-teacher .desc {
    font-size: 16px;
    color: #C1C1C1; }

.item-newspaper {
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 15px;
  background-color: #F9F9F9;
  transition: .3s;
  border: 1px solid;
  transition: 0.3s;
  border: 1px solid transparent; }
  .item-newspaper:hover {
    border-color: var(--c_orange); }
  .item-newspaper .c-img {
    padding-top: 100%; }
  .item-newspaper .col-image {
    flex: 220px;
    max-width: 220px; }
  .item-newspaper .content {
    padding-left: 15px;
    flex: calc(100% - 220px);
    max-width: calc(100% - 220px);
    position: relative;
    padding-bottom: 40px; }
    .item-newspaper .content .btn-view {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 16px;
      transition: 0.3s;
      padding: 0 0.7em;
      height: calc(2em + 2px);
      line-height: 2em;
      border-radius: 1em;
      color: white;
      background-color: var(--c_orange);
      border: 1px solid transparent;
      border-radius: 12px; }
      .item-newspaper .content .btn-view:hover {
        color: var(--c_orange);
        background-color: white;
        border-color: var(--c_orange); }
  .item-newspaper .title {
    margin-bottom: 10px; }
    .item-newspaper .title a {
      color: black;
      font-size: 18px;
      font-weight: bold;
      text-align: justify;
      display: inline-block;
      transition: .3s;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 1.2em;
      max-height: calc(1.2em * 2); }
      .item-newspaper .title a:hover {
        color: var(--c_orange); }
  .item-newspaper .desc {
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    max-height: calc(1.4em * 5); }
  @media (max-width: 480px) {
    .item-newspaper .col-image {
      flex: 100%;
      max-width: 100%; }
    .item-newspaper .content {
      flex: 100%;
      max-width: 100%;
      padding: 10px 10px 40px 10px; } }

.news-list .top-news .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #1b3043;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  max-height: calc(1.3em * 2); }
.news-list .top-news .desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  max-height: calc(1.3em * 2); }

.breadcrumbBar {
  background-color: #e5f4f9; }

.breadcrumb {
  font-size: 14px;
  color: white;
  margin: 0;
  background: none;
  padding: 11px 15px 9px 0; }
  .breadcrumb li {
    margin-left: 0; }
    .breadcrumb li a {
      color: white; }
  .breadcrumb li + li:before {
    content: ">";
    color: white;
    padding: 0 5px 0 5px; }

.slide-has-nav .owl-nav {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: calc(100% + 18px);
  text-align: right; }
  .slide-has-nav .owl-nav [class*=owl-] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #C1C1C1;
    font-size: 32px;
    background-color: #F9F9F9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #DFDFDF;
    margin: 0 3px;
    transition: .3s; }
    .slide-has-nav .owl-nav [class*=owl-].owl-prev i {
      margin-right: 5px; }
    .slide-has-nav .owl-nav [class*=owl-].owl-next {
      color: white;
      background-color: var(--c_orange); }
      .slide-has-nav .owl-nav [class*=owl-].owl-next i {
        margin-left: 5px; }
    .slide-has-nav .owl-nav [class*=owl-]:hover {
      color: var(--c_orange);
      border-color: var(--c_orange);
      background-color: white; }

.wrap {
  overflow: hidden; }

.m-t-5 {
  margin-top: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.p-t-5 {
  padding-top: 5px; }

.p-l-5 {
  padding-left: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.delay5 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.m-t-10 {
  margin-top: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.p-t-10 {
  padding-top: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.delay10 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.m-t-15 {
  margin-top: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.p-t-15 {
  padding-top: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.delay15 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.m-t-20 {
  margin-top: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.p-t-20 {
  padding-top: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.delay20 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.m-t-25 {
  margin-top: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.p-t-25 {
  padding-top: 25px; }

.p-l-25 {
  padding-left: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.delay25 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.m-t-30 {
  margin-top: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.p-t-30 {
  padding-top: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.delay30 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.m-t-35 {
  margin-top: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.p-t-35 {
  padding-top: 35px; }

.p-l-35 {
  padding-left: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.delay35 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.m-t-40 {
  margin-top: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.p-t-40 {
  padding-top: 40px; }

.p-l-40 {
  padding-left: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.delay40 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.m-t-45 {
  margin-top: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.p-t-45 {
  padding-top: 45px; }

.p-l-45 {
  padding-left: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.delay45 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.m-t-50 {
  margin-top: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.p-t-50 {
  padding-top: 50px; }

.p-l-50 {
  padding-left: 50px; }

.p-r-50 {
  padding-right: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.delay50 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.m-t-55 {
  margin-top: 55px; }

.m-l-55 {
  margin-left: 55px; }

.m-r-55 {
  margin-right: 55px; }

.m-b-55 {
  margin-bottom: 55px; }

.p-t-55 {
  padding-top: 55px; }

.p-l-55 {
  padding-left: 55px; }

.p-r-55 {
  padding-right: 55px; }

.p-b-55 {
  padding-bottom: 55px; }

.delay55 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.m-t-60 {
  margin-top: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.p-t-60 {
  padding-top: 60px; }

.p-l-60 {
  padding-left: 60px; }

.p-r-60 {
  padding-right: 60px; }

.p-b-60 {
  padding-bottom: 60px; }

.delay60 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

header {
  color: white;
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  transition: .3s;
  padding: 10px; }
  @media (max-width: 991px) {
    header {
      padding: 5px 0;
      box-shadow: 0 2px 5px 0 rgba(176, 192, 237, 0.33); } }

#header-menu {
  position: relative;
  color: #000000; }
  @media (max-width: 700px) {
    #header-menu .parent-btn-menu {
      position: absolute !important;
      right: 15px !important; } }
  @media (max-width: 700px) {
    #header-menu .menu-bonus-mobile {
      display: block;
      text-align: right; } }
  @media (min-width: 900px) {
    #header-menu .menu-bonus-mobile {
      display: none; } }
  #header-menu .menu-bonus-mobile ul li {
    display: inline-block;
    display: inline-block;
    background: var(--c_orange);
    padding: 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 15px; }
  #header-menu #menu-btn {
    cursor: pointer;
    color: var(--c_orange);
    height: 30px;
    text-align: right;
    line-height: 30px;
    font-size: 24px; }
  #header-menu .logo {
    display: inline-block; }
    #header-menu .logo img {
      max-height: 86px;
      object-fit: contain; }
      @media (max-width: 991px) {
        #header-menu .logo img {
          max-height: 40px; } }
  #header-menu .main-menu {
    font-family: "Raleway"; }
    #header-menu .main-menu .btn-header {
      font-size: 16px;
      color: white;
      background-color: var(--c_orange);
      border-radius: 8px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 1em;
      border: 1px solid transparent; }
      #header-menu .main-menu .btn-header.btn-orange {
        font-weight: bold;
        color: white;
        background-color: var(--c_orange);
        border: 1px solid transparent; }
        #header-menu .main-menu .btn-header.btn-orange:hover {
          color: var(--c_orange);
          background-color: white;
          border-color: var(--c_orange); }
      #header-menu .main-menu .btn-header.btn-red {
        font-family: "Montserrat";
        color: white;
        transition: 0.3s;
        background-color: var(--c_red);
        border: 1px solid transparent; }
        #header-menu .main-menu .btn-header.btn-red svg {
          margin-right: 10px; }
        #header-menu .main-menu .btn-header.btn-red:hover {
          color: red;
          border-color: var(--c_red);
          background-color: white; }
          #header-menu .main-menu .btn-header.btn-red:hover > svg {
            fill: var(--c_red); }
      @media (max-width: 1200px) {
        #header-menu .main-menu .btn-header {
          font-size: 14px; } }
    @media (min-width: 992px) {
      #header-menu .main-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        #header-menu .main-menu a {
          display: inline-block; }
        #header-menu .main-menu li {
          position: relative; }
          #header-menu .main-menu li:hover {
            cursor: pointer; }
            #header-menu .main-menu li:hover > a {
              color: var(--c_orange); }
            #header-menu .main-menu li:hover > ul {
              opacity: 1;
              pointer-events: all; }
        #header-menu .main-menu ul {
          transition: .3s;
          opacity: 0;
          min-width: 10rem;
          font-size: 1rem;
          color: #212529;
          text-align: left;
          list-style: none;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-radius: .25rem;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1000; }
        #header-menu .main-menu > li {
          margin: 0 10px;
          display: inline-block; }
          #header-menu .main-menu > li:last-child {
            margin-left: 5px; }
          #header-menu .main-menu > li > a {
            padding: 0.5em 1em;
            color: var(--c_dark_orange);
            font-weight: bold; }
            #header-menu .main-menu > li > a.active {
              color: var(--c_orange); } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #header-menu .main-menu > li > a {
          font-size: 14px; } }
    @media (min-width: 992px) {
          #header-menu .main-menu > li ul {
            pointer-events: none; }
            #header-menu .main-menu > li ul li a {
              display: flex;
              padding: 5px 10px;
              justify-content: space-between;
              align-items: center;
              min-width: 300px;
              border-bottom: 1px solid #efe4e4; }
              #header-menu .main-menu > li ul li a:hover {
                background-color: var(--c_orange);
                color: white; }
            #header-menu .main-menu > li ul ul {
              top: 0;
              left: 100%; } }
    @media (max-width: 991px) {
      #header-menu .main-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        z-index: 9;
        display: none;
        background-color: var(--c_orange);
        border-top: 1px solid var(--c_orange); }
        #header-menu .main-menu > li > ul li {
          padding: 0 20px; }
        #header-menu .main-menu .drop-btn {
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 40px; }
        #header-menu .main-menu li {
          display: block; }
          #header-menu .main-menu li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            color: white;
            border-bottom: 1px solid white;
            font-size: 16px; }
            #header-menu .main-menu li a .drop-btn {
              width: 40px;
              height: 38px;
              text-align: center;
              line-height: 38px;
              margin-right: -15px; }
            #header-menu .main-menu li a:hover {
              background-color: white;
              cursor: pointer;
              color: var(--c_orange); }
          #header-menu .main-menu li ul {
            display: none; }
        #header-menu .main-menu .search-box .search-btn {
          display: none; }
        #header-menu .main-menu .search-box .search-form {
          position: relative;
          display: block;
          background: none; } }

.show {
  display: block !important; }

footer {
  background-image: url("../images/bg-footer.png");
  background-position: top;
  background-repeat: no-repeat;
  min-height: 300px;
  background-size: cover;
  background-color: #ff8515;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 100px;
  color: white;
  font-size: 14px; }
  footer .logo-footer {
    width: 100px;
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    footer .logo-footer img {
      max-width: 76px; }
  footer .company-desc {
    font-size: 14px;
    max-width: 324px;
    margin-top: 20px; }
  footer .footer-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Raleway";
    color: var(--c_orange);
    margin-bottom: 15px; }
  footer .footer-menu {
    font-weight: 14px;
    font-weight: 500;
    line-height: 24px; }
  footer .hotline {
    color: var(--c_red);
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s; }
    footer .hotline:hover {
      color: var(--c_orange); }
  footer .list-socials {
    display: flex;
    align-items: center; }
    footer .list-socials a {
      margin-right: 10px;
      transition: 0.3s; }
      footer .list-socials a:hover {
        opacity: 0.5; }
  footer p {
    overflow-wrap: break-word; }
  @media (max-width: 991px) {
    footer {
      margin-top: -50px;
      padding-top: 100px;
      padding-bottom: 50px; } }

.hv-orange {
  transition: 0.3s; }
  .hv-orange:hover {
    color: var(--c_orange); }

.block-banner {
  background-color: white;
  padding-bottom: 15px; }
  @media (max-width: 991px) {
    .block-banner .img-banner {
      border-radius: 10px; } }

main {
  padding-top: 106px; }
  @media (max-width: 991px) {
    main {
      padding-top: 50px; } }

#home-banner {
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden; }
  #home-banner .slide-banners {
    position: relative; }
    #home-banner .slide-banners .owl-nav {
      position: absolute;
      right: 10%;
      bottom: 150px; }
      @media (max-width: 991px) {
        #home-banner .slide-banners .owl-nav {
          bottom: 100px; } }
      @media (max-width: 767px) {
        #home-banner .slide-banners .owl-nav {
          bottom: 50px;
          zoom: 0.7; } }
      #home-banner .slide-banners .owl-nav > div {
        display: inline-flex;
        margin: 0 15px;
        position: relative; }
        #home-banner .slide-banners .owl-nav > div:first-child:after {
          content: "";
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: var(--c_dark_orange);
          position: absolute;
          right: -20px;
          top: calc(50% - 3.5px); }
  #home-banner .banner-title {
    font-size: 60px;
    font-weight: bold;
    font-family: "Montserrat";
    line-height: 1.2em;
    margin-bottom: 18px; }
  #home-banner .sub-title {
    font-size: 50px;
    font-weight: bold;
    font-family: "Montserrat";
    line-height: 1.2em;
    margin-bottom: 30px; }
  #home-banner .block-item {
    position: relative; }
    #home-banner .block-item .c-img {
      padding-top: 50%; }
      #home-banner .block-item .c-img img {
        object-position: bottom; }
      @media (max-width: 767px) {
        #home-banner .block-item .c-img {
          min-height: 400px; } }
    #home-banner .block-item .content {
      z-index: 1;
      position: absolute;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-bottom: 150px; }
      @media (max-width: 991px) {
        #home-banner .block-item .content {
          padding-bottom: 50px; } }
  #home-banner .form-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px; }
  #home-banner .banner-form-search {
    position: relative;
    display: inline-block; }
    #home-banner .banner-form-search input {
      height: 40px;
      max-width: 350px;
      box-shadow: none;
      border-radius: 8px;
      background-color: white;
      border-color: transparent; }
    #home-banner .banner-form-search button {
      font-size: 16px;
      color: white;
      background-color: var(--c_orange);
      border: 1px solid transparent;
      border-radius: 8px;
      padding: 0 10px;
      height: 26px;
      line-height: 26px;
      position: absolute;
      right: 15px;
      top: calc(50% - 13px); }
      #home-banner .banner-form-search button:hover {
        color: var(--c_orange);
        background-color: white;
        border-color: var(--c_orange); }
  @media (max-width: 991px) {
    #home-banner .banner-title {
      font-size: 26px;
      margin-bottom: 10px; }
    #home-banner .sub-title {
      font-size: 18px; }
    #home-banner .form-title {
      font-size: 14px; } }

.section-padding {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .section-padding {
      padding: 40px 0; } }

.section-install-tools .block-install .install-title {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center; }

.section-services .container-sm {
  background-image: url("../images/bg-service.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .section-services .container-sm {
      background-size: cover;
      background-position: center; } }
.section-services .service-item {
  text-align: center; }
  .section-services .service-item .img {
    height: 75px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-services .service-item .img svg {
      max-width: 100%;
      max-height: 100%; }
  .section-services .service-item .service-title {
    font-weight: 500;
    margin-bottom: 20px; }
  .section-services .service-item .service-desc {
    font-size: 14px; }
  @media (max-width: 767px) {
    .section-services .service-item {
      margin-bottom: 20px; }
      .section-services .service-item .img {
        height: 50px;
        margin-bottom: 15px; }
      .section-services .service-item .service-desc {
        padding: 0 30px; } }
.section-services .title-steps {
  margin: 90px 0 40px 0; }
  @media (max-width: 991px) {
    .section-services .title-steps {
      margin: 30px 0; } }
.section-services .block-steps {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .section-services .block-steps .step-line {
    position: absolute;
    max-width: 83.33%;
    width: 881px;
    height: 295px;
    border: 3px solid #ff7a00;
    box-sizing: border-box;
    top: 143px;
    left: 169px;
    border-radius: 0 130px 130px 0;
    border-left: none; }
    .section-services .block-steps .step-line .arrow-right {
      position: absolute;
      left: 11%;
      top: -24px; }
    .section-services .block-steps .step-line .arrow-left {
      position: absolute;
      left: 11%;
      bottom: -24px;
      transform: rotate(180deg); }
  .section-services .block-steps .step-1 {
    order: 1; }
  .section-services .block-steps .step-2 {
    order: 2; }
  .section-services .block-steps .step-3 {
    order: 3; }
  .section-services .block-steps .step-4 {
    order: 6; }
  .section-services .block-steps .step-5 {
    order: 5; }
  .section-services .block-steps .step-6 {
    order: 4; }
  .section-services .block-steps .step-item {
    text-align: center;
    position: relative;
    flex: 33.3333%;
    max-width: 33.3333%; }
    .section-services .block-steps .step-item .title {
      max-width: 130px;
      margin: auto;
      font-weight: 500;
      height: 60px; }
    .section-services .block-steps .step-item .img {
      position: relative;
      z-index: 1;
      width: 120px;
      height: 120px;
      display: inline-flex;
      margin: 20px 0 90px 0;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      background-color: var(--c_orange); }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-services .block-steps {
      zoom: 0.8; } }
  @media (max-width: 767px) {
    .section-services .block-steps .step-line {
      display: none; }
    .section-services .block-steps .step-item {
      flex: 100%;
      max-width: 100%;
      padding: 0 15px; }
      .section-services .block-steps .step-item .title {
        max-width: none;
        height: auto; }
      .section-services .block-steps .step-item .img {
        margin: 15px 0 40px 0;
        width: 100px;
        height: 100px; }
    .section-services .block-steps .step-4 {
      order: 4; }
    .section-services .block-steps .step-6 {
      order: 6; } }

.container-sm {
  max-width: 1080px;
  margin: auto; }

.owl-nav {
  pointer-events: none; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    pointer-events: all; }

.main-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .main-title {
      font-size: 18px; } }

.block-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .block-title .btn-view-more {
    transition: 0.3s;
    padding: 0 0.7em;
    height: calc(2em + 2px);
    line-height: 2em;
    border-radius: 1em;
    color: white;
    background-color: var(--c_orange);
    border: 1px solid transparent; }
    .block-title .btn-view-more:hover {
      color: var(--c_orange);
      background-color: white;
      border-color: var(--c_orange); }
    .block-title .btn-view-more.spacing-button {
      margin-right: 110px; }

#home-categories .block-category {
  padding: 20px 0; }
  #home-categories .block-category .category-img {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-radius: 20px;
    overflow: hidden; }
    #home-categories .block-category .category-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
#home-categories .banner-slide .owl-nav {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: calc(100% + 54px);
  text-align: right; }
  #home-categories .banner-slide .owl-nav [class*="owl-"] {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    color: black;
    background-color: white;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 3px;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(54, 54, 54, 0.29);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(54, 54, 54, 0.29);
    box-shadow: inset 0px -3px 0px 0px rgba(54, 54, 54, 0.29); }
@media (max-width: 991px) {
  #home-categories .main-title {
    max-width: calc(100% - 100px); }
  #home-categories .slide-course .owl-nav {
    bottom: calc(100% + 20px); } }

.owl-theme .owl-dots {
  text-align: center; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block; }
    .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; }

.btn-common {
  transition: 0.3s;
  padding: 0 0.7em;
  height: calc(2em + 2px);
  line-height: 2em;
  border-radius: 1em; }

.btn-orange {
  transition: 0.3s;
  padding: 0 0.7em;
  height: calc(2em + 2px);
  line-height: 2em;
  border-radius: 1em;
  color: white;
  background-color: var(--c_orange);
  border: 1px solid transparent; }
  .btn-orange:hover {
    color: var(--c_orange);
    background-color: white;
    border-color: var(--c_orange); }

.section-guides {
  background-image: url("../images/bg-about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 135px;
  padding-bottom: 200px; }
  @media (max-width: 991px) {
    .section-guides {
      padding-bottom: 50px; } }
  .section-guides .list-guilds {
    margin: 80px 0; }
    @media (max-width: 991px) {
      .section-guides .list-guilds {
        margin: 40px 0; } }
  .section-guides .guild-item {
    width: 250px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px; }
    .section-guides .guild-item .img {
      height: 70px;
      margin-bottom: 25px; }
    .section-guides .guild-item .title {
      font-weight: 500;
      color: var(--c_dark_orange);
      margin-bottom: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 1.4em;
      height: calc(1.4em * 3); }
    .section-guides .guild-item .desc {
      color: white;
      font-size: 14px; }
    @media (max-width: 767px) {
      .section-guides .guild-item {
        width: 100%; }
        .section-guides .guild-item .title {
          height: auto; } }
  .section-guides .list-reasons {
    padding-bottom: 80px; }
    .section-guides .list-reasons .reason-item {
      padding-left: calc(100% - 610px);
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-top: 80px; }
      .section-guides .list-reasons .reason-item .img {
        width: 45%; }
        .section-guides .list-reasons .reason-item .img .c-img {
          border-radius: 8px;
          overflow: hidden; }
      .section-guides .list-reasons .reason-item .content {
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        color: white;
        align-items: flex-end;
        padding-left: 30px; }
        .section-guides .list-reasons .reason-item .content .number {
          font-weight: bold;
          width: 70px;
          font-size: 87.5px;
          line-height: 1;
          margin-bottom: -10px;
          opacity: 0.5; }
        .section-guides .list-reasons .reason-item .content .desc {
          width: calc(100% - 70px);
          margin-bottom: -2px;
          font-size: 14px;
          line-height: 17px; }
      @media (max-width: 991px) {
        .section-guides .list-reasons .reason-item {
          padding-left: 0;
          align-items: flex-start;
          margin-top: 40px; }
          .section-guides .list-reasons .reason-item .img {
            width: 100%; }
          .section-guides .list-reasons .reason-item .content {
            width: 100%;
            padding-left: 0;
            align-items: flex-start;
            margin-top: 15px; }
            .section-guides .list-reasons .reason-item .content .number {
              line-height: 0.7em; } }

.spacing-header {
  padding-top: 100px; }

.page-content {
  background-color: white;
  box-shadow: 0 2px 33px 0 #b0c0ed;
  padding: 30px;
  border-radius: 8px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .page-content {
      padding: 20px 10px;
      margin-top: 30px; } }

.page-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 39px; }
  .page-title.sidebar-title {
    color: var(--c_orange); }
  @media (max-width: 767px) {
    .page-title {
      font-size: 24px; } }

.thumbnail {
  padding: 0;
  border-radius: 8px; }

.search-group-sticky {
  background: #FFFFFF;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 40px;
  position: sticky;
  z-index: 9;
  top: 10px; }
  .search-group-sticky .input-group-addon {
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    padding: 15px 0;
    color: #333;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 50%;
    text-align: center; }
    .search-group-sticky .input-group-addon:first-child {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      border-right: none; }
    .search-group-sticky .input-group-addon:last-child {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px; }
    .search-group-sticky .input-group-addon.search {
      width: 69px; }
  @media (max-width: 991px) {
    .search-group-sticky {
      display: none; } }

.course-routes {
  display: flex;
  flex-wrap: wrap; }
  .course-routes .course-route {
    flex: 33.333%;
    max-width: 33.333%;
    display: flex;
    align-items: center;
    height: 100px;
    transition: .3s;
    border-bottom: 3px solid #D1D1D1;
    padding: 15px 10px;
    position: relative; }
    .course-routes .course-route:after {
      content: "\f0d8";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      position: absolute;
      bottom: -1px;
      font-size: 32px;
      height: 9px;
      line-height: 10px;
      width: 20px;
      left: calc(50% - 10px);
      color: var(--c_orange);
      transition: .3s;
      opacity: 0; }
    .course-routes .course-route:hover {
      color: var(--c_orange);
      border-bottom-color: var(--c_orange); }
      .course-routes .course-route:hover:after {
        opacity: 1; }
    .course-routes .course-route .icon {
      flex: 80px;
      max-width: 80px;
      text-align: center;
      font-size: 24px; }
    .course-routes .course-route .text {
      font-size: 18px;
      flex: calc(100% - 80px);
      max-width: calc(100% - 80px);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 1.3em;
      max-height: calc(1.3em * 3); }
    @media (max-width: 991px) {
      .course-routes .course-route {
        flex: 100%;
        max-width: 100%; } }

.headingBackground {
  background-color: var(--c_orange);
  color: white;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden; }
  .headingBackground svg {
    position: absolute;
    top: 30px;
    right: -150px; }
  .headingBackground .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 1em;
    color: white; }

#page-course {
  padding-bottom: 60px; }
  #page-course .block-course {
    padding: 30px;
    background: white;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 1px 0 #c1c1c1; }
    #page-course .block-course .block-title {
      font-size: 16px;
      color: var(--c_orange);
      font-weight: 500;
      margin-bottom: 20px; }
  @media (max-width: 991px) {
    #page-course {
      padding-bottom: 20px; }
      #page-course .block-course {
        padding: 15px;
        border-radius: 15px; } }

#course-info .info {
  background-color: white;
  border-radius: 20px;
  margin-bottom: 20px; }
  #course-info .info .showMoreBtn {
    text-align: right;
    display: block;
    color: #FF5620;
    font-weight: bold;
    font-size: 20px; }
#course-info .course-content {
  line-height: 1.2em;
  overflow-y: hidden;
  transition: all ease-in-out; }
  #course-info .course-content.hideContent {
    max-height: 100px; }

#block-title-course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  #block-title-course .title {
    font-size: 36px;
    font-weight: 700; }
  #block-title-course .search-box {
    position: relative;
    color: #D1D1D1;
    width: 250px; }
    #block-title-course .search-box .icon {
      position: absolute;
      font-size: 24px;
      width: 30px;
      height: 30px;
      top: calc(50% - 15px);
      left: 15px;
      text-align: center;
      line-height: 30px; }
    #block-title-course .search-box input {
      width: 100%;
      height: 48px;
      padding: 10px 10px 10px 50px;
      border-radius: 12px;
      border: 1px solid #D1D1D1;
      font-size: 18px; }
  @media (max-width: 991px) {
    #block-title-course .title {
      flex: 100%; }
    #block-title-course .search-box {
      flex: 100%; } }

#course-syllabus .header_syllabus {
  text-transform: uppercase;
  color: var(--c_orange);
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }
  #course-syllabus .header_syllabus i {
    color: black;
    font-size: 21px; }
#course-syllabus .lesson-item {
  font-size: 16px;
  line-height: 1.2em;
  padding: 15px 20px;
  margin-bottom: 5px;
  background: var(--c_gray);
  border-radius: 15px; }
#course-syllabus .lesson-list .lesson-item:last-child {
  margin-bottom: 0; }

#course-evaluate .total-star {
  margin-bottom: 20px; }
  #course-evaluate .total-star .average-star {
    font-size: 35px;
    font-weight: 500;
    display: flex;
    align-items: center; }
    #course-evaluate .total-star .average-star i {
      font-size: 22px;
      color: var(--c_orange);
      margin-right: 5px; }
  #course-evaluate .total-star .amount {
    font-size: 16px;
    color: #C1C1C1; }
#course-evaluate .block-star .item-star {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em; }
  #course-evaluate .block-star .item-star .star {
    flex: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #course-evaluate .block-star .item-star .star i {
      color: var(--c_orange);
      margin-left: 5px; }
  #course-evaluate .block-star .item-star .amount-star {
    flex: 30px;
    max-width: 30px; }
  #course-evaluate .block-star .item-star .process-star {
    flex: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0 20px; }
    #course-evaluate .block-star .item-star .process-star .process {
      height: 5px;
      border-radius: 5px;
      background-color: #C1C1C1;
      width: 100%;
      position: relative; }
      #course-evaluate .block-star .item-star .process-star .process span {
        position: absolute;
        display: inline-block;
        border-radius: 5px;
        transition: .3s;
        background-color: var(--c_orange);
        left: 0;
        top: 0;
        bottom: 0; }

#teacher-info .teacher-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.2; }
#teacher-info .block-teacher-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }
  #teacher-info .block-teacher-info .teacher-info {
    display: flex;
    align-items: center; }
    #teacher-info .block-teacher-info .teacher-info .teacher-avatar {
      border-radius: 50%;
      width: 80px;
      height: 80px; }
    #teacher-info .block-teacher-info .teacher-info .info {
      padding-left: 20px;
      flex: calc(100% - 80px);
      max-width: calc(100% - 80px); }
  #teacher-info .block-teacher-info .statistic-teacher {
    border: 1px solid #C1C1C1;
    display: flex;
    border-radius: 8px;
    width: 250px; }
    #teacher-info .block-teacher-info .statistic-teacher .item {
      flex: 50%;
      max-width: 50%;
      text-align: center;
      padding: 10px 20px;
      border-right: 1px solid #C1C1C1; }
      #teacher-info .block-teacher-info .statistic-teacher .item:last-child {
        border-right: none; }
      #teacher-info .block-teacher-info .statistic-teacher .item .amount {
        font-size: 26px;
        font-weight: 500;
        color: var(--c_orange); }
      #teacher-info .block-teacher-info .statistic-teacher .item p {
        font-size: 16px;
        line-height: 1.2em; }
  @media (max-width: 991px) {
    #teacher-info .block-teacher-info .teacher-info {
      flex: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    #teacher-info .block-teacher-info .statistic-teacher {
      flex: 100%;
      max-width: 100%; } }
#teacher-info .job-title {
  font-size: 14px;
  font-weight: 200;
  color: #C1C1C1; }
#teacher-info .teacher-desc {
  font-size: 16px;
  line-height: 1.2; }
#teacher-info .content {
  padding: 10px 20px 10px 20px; }

#profile-page .user-name {
  font-size: 18px;
  text-align: center;
  margin: 10px -15px; }
#profile-page .user-meta {
  padding: 15px 30px; }
#profile-page .user-avatar {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }
#profile-page .user-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1; }
#profile-page .user-meta .file {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 90px 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition-duration: 0.3s;
  opacity: 0; }
#profile-page .left-navbar ul > li.active > a {
  background-color: #fff;
  color: #FF5520;
  border: solid #FF5520;
  border-width: 1px 0;
  margin-bottom: -1px;
  z-index: 1; }
#profile-page .left-navbar ul > li > a {
  display: block;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #d1d1d1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  background-color: #F8F9FD;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
#profile-page .panel {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 12px; }
#profile-page .primary-tabs {
  margin: 0 0 20px;
  padding: 0;
  background-color: #F8F9FD;
  border: 0;
  border-radius: 12px;
  display: flex; }
#profile-page .primary-tabs > li > a.active {
  border: 1px solid #FF5520;
  background-color: #fff;
  color: #FF5520;
  border-bottom-width: 5px; }
#profile-page .primary-tabs > li {
  float: none;
  flex: 1;
  overflow: hidden;
  position: relative; }
#profile-page .primary-tabs > li > a {
  margin: 0;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  border-right: 0;
  position: relative;
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  display: block; }
#profile-page .panel-heading {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 24px 30px;
  border-bottom: 1px solid #d1d1d1; }
  #profile-page .panel-heading .panel-title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px; }
#profile-page .panel-body {
  padding: 30px; }
#profile-page .form-profile {
  display: block;
  padding: 0 100px 0 60px; }
  #profile-page .form-profile .form-group {
    margin-right: -15px;
    margin-left: -15px; }
  #profile-page .form-profile .control-label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 42px;
    padding-top: 0;
    line-height: 45px;
    white-space: nowrap; }
  #profile-page .form-profile .input-icon {
    position: relative; }
    #profile-page .form-profile .input-icon i {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 30px;
      font-size: 16px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      text-align: center;
      color: #000;
      opacity: 0.5; }
  #profile-page .form-profile .btn-submit {
    outline: none;
    height: 48px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    background: #FF5620;
    text-shadow: 0px 2px 1px #00000040;
    box-shadow: inset 0 -3px 0 0 #00000040;
    border-radius: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 20px 4px 15px; }

#course-comments {
  background-color: white;
  border: 1px solid silver;
  border-radius: 8px;
  margin-top: 45px;
  padding: 10px 20px 10px 20px; }
  #course-comments .title {
    font-size: 30px; }
  #course-comments .item-comment {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d1d1d1; }
    #course-comments .item-comment .comment-avatar {
      margin-right: 15px;
      flex: 50px;
      max-width: 50px;
      height: 50px;
      border: 1px solid #d1d1d1;
      text-align: center;
      margin-bottom: 15px;
      font-size: 28px;
      line-height: 50px;
      color: #d1d1d1; }
    #course-comments .item-comment .name {
      font-weight: bold;
      font-size: 18px; }
    #course-comments .item-comment .date {
      font-style: italic;
      padding-right: 10px;
      line-height: 25px; }
    #course-comments .item-comment .comment-content {
      margin-top: 5px;
      font-size: 15px; }
    #course-comments .item-comment .comment-meta {
      flex: calc(100% - 65px);
      max-width: calc(100% - 65px); }
  #course-comments .list-comments-title {
    font-size: 22px;
    line-height: 31px;
    color: #333333;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px; }
    #course-comments .list-comments-title:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 150px;
      height: 2px;
      background: var(--c_orange); }
  @media (max-width: 991px) {
    #course-comments {
      padding: 10px; } }

.rating {
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .rating .star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0 0 5px; }
    .rating .star-rating input[type=radio] {
      display: none; }
    .rating .star-rating input[type=radio]:checked ~ label {
      color: #ff6609; }
    .rating .star-rating label {
      color: #bbb;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 32px; }
      @media (max-width: 991px) {
        .rating .star-rating label {
          font-size: 23px; } }
  .rating .rating-result {
    line-height: 40px;
    font-weight: bold; }

form.feedback-form {
  color: #787878; }
  form.feedback-form .form-group {
    position: relative;
    padding: 9px 5px 9px 5px;
    border-radius: 8px;
    border: solid 1px #dadada;
    background-color: #f0f0f0;
    display: block; }
    form.feedback-form .form-group i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 21px;
      font-size: 15px; }
    form.feedback-form .form-group input {
      border: none;
      width: 100%;
      padding-left: 39px;
      background-color: transparent; }
    form.feedback-form .form-group textarea {
      width: 100%;
      border: none;
      background-color: transparent;
      height: 167px;
      padding-left: 15px;
      padding-right: 15px; }

.action-btn {
  /* width: 189px; */
  height: 48px;
  border-radius: 8px;
  box-shadow: inset 0 -6px 0 0 rgba(0, 0, 0, 0.25);
  font-size: 22px;
  padding: 0 20px;
  border: none;
  color: white;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  transition: .3s; }
  .action-btn.orange {
    background-color: var(--c_orange); }
  .action-btn:hover {
    opacity: 0.6; }

#related-courses .title {
  font-size: 18px;
  font-weight: 600; }
#related-courses .relate-course {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(176, 192, 237, 0.33);
  font-size: 12px;
  margin: 0 0 15px;
  padding: 10px 8px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap; }
  #related-courses .relate-course .relate-course-image {
    flex: 150px;
    max-width: 150px; }
    #related-courses .relate-course .relate-course-image .c-img {
      padding-top: 66.7%; }
  #related-courses .relate-course .relate-course-detail {
    flex: calc(100% - 160px);
    max-width: calc(100% - 160px);
    margin-left: 10px; }
#related-courses .relate-course-block-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px; }
#related-courses .relate-course-name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  min-height: 5em;
  text-transform: uppercase; }

#page-container {
  margin-top: -65px; }

#course-sidebar {
  padding: 15px;
  margin-bottom: 48px;
  background: white;
  border-radius: 8px; }
  #course-sidebar .btn-source-sidebar {
    width: 100%;
    height: 40px;
    line-height: 40px; }
  #course-sidebar .old-price {
    font-weight: 200;
    font-size: 14px;
    color: #C1C1C1;
    margin-bottom: -5px; }
  #course-sidebar .current-price {
    color: var(--c_orange);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px; }
  #course-sidebar .sidebar-wrap {
    padding: 20px; }
  #course-sidebar .c-img {
    border-radius: 8px;
    padding-top: 65%; }
    #course-sidebar .c-img svg {
      z-index: 2;
      width: 25px;
      position: absolute;
      bottom: -25px;
      right: 20px; }

#header.header-lesson {
  height: 65px; }
  #header.header-lesson #header-menu {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #header.header-lesson #header-menu .logo img {
      max-height: 45px; }
    #header.header-lesson #header-menu .search-form {
      right: 15px;
      display: flex;
      background: none;
      padding: 0;
      align-items: center;
      height: 40px !important;
      top: calc(50% - 20px); }
      #header.header-lesson #header-menu .search-form button {
        height: 38px;
        top: calc(50% - 19px);
        color: white;
        font-size: 22px;
        position: static; }
      #header.header-lesson #header-menu .search-form input {
        border-radius: 0;
        background: none;
        color: white;
        border: none;
        padding: 7px; }
        #header.header-lesson #header-menu .search-form input::placeholder {
          color: white; }
    @media (max-width: 1200px) {
      #header.header-lesson #header-menu {
        justify-content: space-between; }
        #header.header-lesson #header-menu .search-form {
          position: static;
          min-width: 0;
          max-width: 200px; } }

#page-lesson {
  display: flex;
  flex-wrap: wrap;
  --wap-height: calc(100vh - 65px);
  --sidebar_with: 400px;
  min-height: var(--wap-height); }
  #page-lesson .lesson-content {
    flex: calc(100% - var(--sidebar_with));
    max-width: calc(100% - var(--sidebar_with)); }
    #page-lesson .lesson-content .name {
      color: var(--c_orange); }
    #page-lesson .lesson-content .practiceBtn2 {
      min-width: 200px;
      width: auto;
      min-height: 40px;
      border-radius: 12px;
      box-shadow: inset 0 -6px 0 0 rgba(0, 0, 0, 0.25);
      background-color: #ff5620;
      color: white;
      font-size: 16px;
      border: none;
      padding: 0px 15px 3px 15px;
      top: -24px;
      text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
      margin: 0 10px; }
    #page-lesson .lesson-content .video-intro {
      padding: 5px 15%; }
      #page-lesson .lesson-content .video-intro .title-data {
        font-size: 24px;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 10px; }
      #page-lesson .lesson-content .video-intro .sub {
        display: flex;
        justify-content: space-between; }
      #page-lesson .lesson-content .video-intro .rating {
        padding: 0;
        flex-direction: column; }
        #page-lesson .lesson-content .video-intro .rating .star-rating {
          display: block; }
          #page-lesson .lesson-content .video-intro .rating .star-rating label {
            font-size: 24px; }
        #page-lesson .lesson-content .video-intro .rating .rating-result {
          line-height: 1em; }
  #page-lesson .lesson-sidebar {
    flex: var(--sidebar_with);
    max-width: var(--sidebar_with);
    max-height: calc(100vh - 65px);
    overflow: auto; }
    #page-lesson .lesson-sidebar ul.nav {
      border-bottom: 1px #d1d1d1 solid; }
      #page-lesson .lesson-sidebar ul.nav li {
        width: 25%;
        border-right: 1px #d1d1d1 solid; }
        #page-lesson .lesson-sidebar ul.nav li:last-child {
          border-right: none; }
        #page-lesson .lesson-sidebar ul.nav li a {
          display: flex !important;
          height: 60px;
          justify-content: center;
          align-items: center;
          background: none;
          transition: .3s;
          color: var(--c_orange) !important;
          font-size: 22px;
          border: none; }
          #page-lesson .lesson-sidebar ul.nav li a:hover, #page-lesson .lesson-sidebar ul.nav li a.active {
            border-bottom: 2px solid var(--c_orange); }
    #page-lesson .lesson-sidebar .video-category .category-title {
      margin-top: 0;
      margin-bottom: 0;
      padding: 10px 15px;
      font-size: 20px;
      font-weight: bold;
      background: #EFEFEF;
      border-bottom: 1px solid #DFDFDF; }
    #page-lesson .lesson-sidebar .video-category .video-list .item {
      position: relative;
      border-bottom: 1px #d1d1d1 solid;
      padding: 10px 20px 10px;
      cursor: pointer;
      transition: .3s; }
      #page-lesson .lesson-sidebar .video-category .video-list .item:hover {
        background-color: #ff52079c;
        color: white; }
        #page-lesson .lesson-sidebar .video-category .video-list .item:hover .info i {
          color: white !important; }
      #page-lesson .lesson-sidebar .video-category .video-list .item.active {
        background-color: var(--orange);
        color: white; }
        #page-lesson .lesson-sidebar .video-category .video-list .item.active .info i {
          color: white !important; }
      #page-lesson .lesson-sidebar .video-category .video-list .item .number {
        position: absolute;
        top: 13px;
        font-weight: normal;
        font-size: 18px; }
      #page-lesson .lesson-sidebar .video-category .video-list .item .info {
        margin-left: 40px;
        padding-left: 10px; }
        #page-lesson .lesson-sidebar .video-category .video-list .item .info i {
          margin-right: 2px;
          color: var(--c_orange); }
        #page-lesson .lesson-sidebar .video-category .video-list .item .info .title {
          font-size: 18px;
          line-height: 1.3;
          margin-bottom: 5px; }
        #page-lesson .lesson-sidebar .video-category .video-list .item .info .comments {
          margin: 0 25px; }
  @media (max-width: 1200px) {
    #page-lesson .lesson-content {
      margin-bottom: 30px; }
      #page-lesson .lesson-content .video-intro {
        padding: 20px 10px; }
        #page-lesson .lesson-content .video-intro .sub {
          flex-direction: column; }
        #page-lesson .lesson-content .video-intro .rating {
          margin: 20px 0; }
    #page-lesson .lesson-content, #page-lesson .lesson-sidebar {
      flex: 100%;
      max-width: 100%;
      max-height: none; }
    #page-lesson .lesson-sidebar ul.nav {
      border-top: 1px #d1d1d1 solid; } }

#page-exam {
  padding: 25px 15px; }
  #page-exam .page-content {
    box-shadow: 0 2px 5px 0 rgba(176, 192, 237, 0.33);
    padding: 10px;
    margin-top: 0; }
    #page-exam .page-content .exam-info {
      background-color: #ec933a;
      padding: 10px;
      color: white;
      border-radius: 6px; }
      #page-exam .page-content .exam-info .title {
        font-size: 36px;
        color: yellow;
        text-transform: uppercase; }
        #page-exam .page-content .exam-info .title span {
          color: white;
          font-size: 21px; }
      #page-exam .page-content .exam-info .info span {
        color: yellow;
        font-weight: bold; }
      #page-exam .page-content .exam-info .desc {
        border-radius: 6px;
        padding: 10px;
        border: 1px solid white; }
    #page-exam .page-content .exam-item {
      margin-top: 15px;
      border-top: 1px solid #ccc;
      padding-top: 10px; }
      #page-exam .page-content .exam-item img {
        width: inherit !important;
        object-fit: contain; }
      #page-exam .page-content .exam-item .exam-item-title {
        font-size: 18px;
        font-weight: bold; }
      #page-exam .page-content .exam-item .exam-item-content {
        padding-left: 10%; }
      #page-exam .page-content .exam-item .answers {
        margin-top: 15px;
        margin-left: 5%; }
        #page-exam .page-content .exam-item .answers .answer-item {
          padding: 10px;
          font-weight: bold;
          width: 170px;
          max-width: 25%;
          font-size: 21px;
          display: inline-flex;
          align-items: center; }
          #page-exam .page-content .exam-item .answers .answer-item input {
            zoom: 1.8; }
      #page-exam .page-content .exam-item .btn-view-answer {
        font-size: 16px; }
      #page-exam .page-content .exam-item .answer-content iframe, #page-exam .page-content .exam-item .answer-content video {
        width: 100%; }
      #page-exam .page-content .exam-item .answer-content .video-js {
        width: 100%; }
        #page-exam .page-content .exam-item .answer-content .video-js video, #page-exam .page-content .exam-item .answer-content .video-js iframe {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%; }
    @media (max-width: 991px) {
      #page-exam .page-content {
        padding: 0;
        box-shadow: none;
        margin-top: 80px; }
        #page-exam .page-content .exam-info .title {
          font-size: 24px; }
        #page-exam .page-content .exam-item .answers {
          display: flex;
          flex-wrap: wrap; }
          #page-exam .page-content .exam-item .answers .answer-item {
            flex: 50%;
            font-size: 18px; } }
  #page-exam .page-sidebar {
    box-shadow: 0 2px 5px 0 rgba(176, 192, 237, 0.33);
    padding: 10px;
    position: sticky;
    top: 15px; }
    #page-exam .page-sidebar .list-questions .item-question {
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      margin: 5px;
      border: 1px solid #ccc;
      color: #333333;
      font-size: 18px; }
      #page-exam .page-sidebar .list-questions .item-question.active {
        background-color: var(--c_orange);
        color: white; }
    #page-exam .page-sidebar .question-process {
      margin: 10px 5px; }
      #page-exam .page-sidebar .question-process .process {
        width: 100%;
        height: 5px;
        background-color: #d8d8d8;
        position: relative;
        border-radius: 2.5px; }
        #page-exam .page-sidebar .question-process .process .ratio {
          transition: .43s;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          background-color: var(--c_orange); }
    #page-exam .page-sidebar .block-countdown {
      margin: 10px 5px; }
    #page-exam .page-sidebar button {
      font-size: 20px; }
    #page-exam .page-sidebar #countdown {
      display: inline-block;
      color: var(--c_red);
      font-size: 25px; }
    @media (max-width: 991px) {
      #page-exam .page-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        background-color: white;
        z-index: 9; }
        #page-exam .page-sidebar .question-process {
          order: 0;
          margin: 0; }
        #page-exam .page-sidebar .block-countdown {
          order: 1;
          margin: 5px 0 0 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
          #page-exam .page-sidebar .block-countdown .btn-drop-exam {
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            font-size: 24px; }
        #page-exam .page-sidebar .list-questions {
          order: 3;
          margin: 0; }
        #page-exam .page-sidebar button {
          order: 4; } }

.label-radio {
  display: inline-flex;
  align-items: center; }
  .label-radio input {
    display: none; }
  .label-radio input:checked + .fake-radio {
    background-color: #2196f3;
    --radio_border_width: 7px; }
  .label-radio.error-radio .fake-radio {
    background-color: #2196f3;
    border: 1px solid var(--white); }
    .label-radio.error-radio .fake-radio::before {
      background-color: var(--danger) !important; }
  .label-radio.success-radio .fake-radio {
    background-color: var(--success) !important;
    border: 1px solid var(--white); }
  .label-radio .fake-radio {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    --radio_border_width: 1px;
    transition: .1s;
    border: 1px solid var(--orange); }
    @media (max-width: 767px) {
      .label-radio .fake-radio {
        width: 20px;
        height: 20px; } }
    .label-radio .fake-radio:before {
      position: absolute;
      content: '';
      transition: .1s;
      transform-origin: center;
      width: 15px;
      height: 15px;
      left: 4px;
      top: 3px;
      z-index: 9;
      border-radius: 50%; }
  .label-radio .text {
    padding-left: 5px;
    line-height: 1em; }

#page-about .header-page {
  background-color: var(--c_orange);
  padding: 10px 0;
  position: sticky;
  z-index: 9;
  top: 0;
  transition: .3s; }
  #page-about .header-page > .container {
    align-items: center; }
  #page-about .header-page .logo img {
    height: 60px; }
  #page-about .header-page .menu-page li {
    display: inline-block;
    margin-left: 10px; }
    #page-about .header-page .menu-page li a {
      text-transform: uppercase;
      display: block;
      font-size: 18px;
      transition: 0.3s;
      padding: 0 0.7em;
      height: calc(2em + 2px);
      line-height: 2em;
      border-radius: 1em;
      color: var(--c_orange);
      background-color: white;
      border: 1px solid transparent; }
      #page-about .header-page .menu-page li a:hover {
        background-color: var(--c_orange);
        color: white;
        border-color: white; }
  @media (max-width: 991px) {
    #page-about .header-page {
      padding: 5px 0; }
      #page-about .header-page .logo img {
        height: 30px; }
      #page-about .header-page .menu-page li a {
        font-size: 10px; } }
#page-about .banner-page {
  font-family: "Quicksand", cursive;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden; }
  #page-about .banner-page .shape-circle-small {
    position: absolute;
    z-index: -2;
    bottom: 360px;
    pointer-events: none; }
    #page-about .banner-page .shape-circle-small svg {
      width: 270px;
      height: 270px;
      opacity: 0.56; }
  #page-about .banner-page .shape-circle-right {
    position: absolute;
    width: 362px;
    height: 362px;
    top: 20px;
    right: -10%;
    pointer-events: none;
    z-index: -1; }
  #page-about .banner-page .shape-circle-big {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -5%;
    pointer-events: none; }
    #page-about .banner-page .shape-circle-big svg {
      width: 460px;
      height: 460px;
      opacity: 0.56;
      fill: #e83b30; }
  #page-about .banner-page .shape-ware {
    width: 60px;
    height: 30px;
    top: 55px;
    left: 0;
    z-index: -1;
    position: absolute; }
  #page-about .banner-page .banner-title {
    color: #140b5c;
    font-size: 44px;
    text-align: center;
    line-height: 1.2; }
    #page-about .banner-page .banner-title .span {
      display: block; }
  #page-about .banner-page .sub-title {
    width: 542px;
    height: 75.531px;
    position: relative;
    margin: 20px auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 58px; }
    #page-about .banner-page .sub-title svg {
      z-index: -1;
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media (min-width: 1200px) {
    #page-about .banner-page .banner-list {
      padding: 50px 6%; } }
  #page-about .banner-page .banner-list li {
    color: #150b5c;
    font-size: 29px;
    line-height: 1.2;
    -webkit-text-stroke-color: #150b5c;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #page-about .banner-page .banner-list li .icon {
      flex: 46px;
      max-width: 46px;
      height: 48px; }
    #page-about .banner-page .banner-list li .text {
      flex: calc(100% - 46px);
      max-width: calc(100% - 46px);
      padding-left: 15px; }
      #page-about .banner-page .banner-list li .text .content-answer-result {
        margin-left: 5%;
        margin-right: 5%; }
      #page-about .banner-page .banner-list li .text .content-answer-result img {
        padding-left: 0% !important; }
      #page-about .banner-page .banner-list li .text .content-answer-result p {
        font-size: 23px;
        font-weight: 600;
        text-align: center;
        padding-top: 5%; }
      #page-about .banner-page .banner-list li .text .content-answer-result ul li {
        color: blue;
        font-size: 18px;
        font-weight: 500; }
  #page-about .banner-page .banner-btn {
    font-size: 34px;
    transition: 0.3s;
    padding: 0 0.7em;
    height: calc(2em + 2px);
    line-height: 2em;
    border-radius: 1em;
    color: white;
    background-color: var(--c_orange);
    border: 1px solid transparent;
    -webkit-animation: scales 1s ease-out infinite alternate;
    -moz-animation: scales 1s ease-out infinite alternate;
    animation: scales 1s ease-out infinite alternate; }
    #page-about .banner-page .banner-btn:hover {
      color: var(--c_orange);
      background-color: white;
      border-color: var(--c_orange); }
  @media (max-width: 991px) {
    #page-about .banner-page .banner-title {
      font-size: 24px; }
    #page-about .banner-page .sub-title {
      margin: 10px auto;
      width: 220.562px;
      height: 33.7424px;
      font-size: 24px; }
    #page-about .banner-page .banner-list {
      margin-top: 20px; }
      #page-about .banner-page .banner-list li {
        font-size: 18px; }
        #page-about .banner-page .banner-list li .icon {
          flex: 30px;
          max-width: 30px;
          height: 32px; }
        #page-about .banner-page .banner-list li .text {
          flex: calc(100% - 32px);
          max-width: calc(100% - 32px); }
    #page-about .banner-page .shape-ware {
      width: 60px;
      height: 30px; }
    #page-about .banner-page .shape-circle-big svg {
      width: 200px;
      height: 200px; }
    #page-about .banner-page .shape-circle-small {
      bottom: 170px; }
      #page-about .banner-page .shape-circle-small svg {
        width: 130px;
        height: 130px; }
    #page-about .banner-page .shape-circle-right {
      width: 130px;
      height: 130px; }
    #page-about .banner-page .banner-btn {
      font-size: 24px; } }
#page-about .block-contact {
  padding: 10px 0; }
  #page-about .block-contact .title {
    display: inline-block;
    font-family: "Lobster", cursive;
    color: #160b5c;
    font-size: 65px;
    text-align: center;
    line-height: 1.2;
    padding-left: 60px;
    position: relative; }
    #page-about .block-contact .title svg {
      position: absolute;
      width: 58.5848px;
      height: 74.8823px;
      left: 0; }
  #page-about .block-contact .sub-title {
    font-family: "Lobster", cursive;
    color: #e83b30;
    font-size: 32px;
    text-align: center;
    line-height: 1.2; }
  #page-about .block-contact .control-title {
    font-size: 18px;
    font-weight: 600;
    color: #160b5c; }
  #page-about .block-contact .form-control {
    transition: .3s; }
    #page-about .block-contact .form-control:focus, #page-about .block-contact .form-control:active {
      box-shadow: none;
      border-color: var(--c_orange); }
  #page-about .block-contact .form-btn {
    transition: 0.3s;
    padding: 0 0.7em;
    height: calc(2em + 2px);
    line-height: 2em;
    border-radius: 1em;
    color: white;
    background-color: var(--c_orange);
    border: 1px solid transparent;
    font-size: 18px; }
    #page-about .block-contact .form-btn:hover {
      color: var(--c_orange);
      background-color: white;
      border-color: var(--c_orange); }
  @media (max-width: 1366px) {
    #page-about .block-contact .title {
      font-size: 50px; }
    #page-about .block-contact .sub-title {
      font-size: 24px; } }
  @media (max-width: 991px) {
    #page-about .block-contact .title {
      font-size: 24px;
      padding-left: 35px; }
      #page-about .block-contact .title svg {
        width: 25.767px;
        height: 32.8823px; }
    #page-about .block-contact .sub-title {
      font-size: 16px; } }

@-webkit-keyframes scales {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes scales {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.block-video {
  display: block;
  position: relative; }
  .block-video > div {
    width: 100%;
    padding-top: 45%; }
  .block-video .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 2.2em;
    height: 2.2em;
    width: 2.2em;
    position: absolute;
    top: calc(50% - 1.1em);
    left: calc(50% - 1.1em);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #ff5620;
    border-radius: 100%;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 1200px) {
      .block-video .video-js .vjs-big-play-button {
        font-size: 21px; } }
  .block-video video, .block-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }

/*# sourceMappingURL=main.css.map */
