/*
Theme Name: Gia Sư sài gòn
Theme URI: Gia Sư sài gòn
Author: Thuy Tien
Author URI: https://giasusaingon.vn
Description: This is theme for Bussiness Man website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: giasu.
Text Domain: giasu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome.woff2') format('woff2'), url('fonts/fontawesome.woff') format('woff'), url('fonts/fontawesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-phone:before {
  content: '\f095';
}
.fa-mobile:before {
  content: '\f10b';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-facebook:before {
  content: '\f09a';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-heart:before {
  content: '\f004';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-star:before {
  content: '\f005';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-quote-left:before {
  content: '\f10d';
}
.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #fff;
  border: 1px solid #e0e2e9;
  color: #83868c;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  color: #83868c;
}
.btn-new,
.btn-future,
.btn-complete {
  border: 0;
  padding: 5px 10px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
}
.btn-new,
.btn-future {
  background: -webkit-gradient(linear, left top, right top, from(#0a61a8), to(#0aa0e7));
  background: linear-gradient(to right, #0a61a8, #0aa0e7);
}
.btn-new:hover,
.btn-future:hover {
  color: #fff;
}
.btn-complete {
  background: -webkit-gradient(linear, left top, right top, from(#ef3e0f), to(#bd0e0e));
  background: linear-gradient(to right, #ef3e0f, #bd0e0e);
}
.btn-complete:hover {
  color: #fff;
}
.btn-gradient {
  border-color: #ff822c;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ef3e0f), to(#ffb800));
  background: linear-gradient(to right, #ef3e0f, #ffb800);
  color: #fff;
}
.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active {
  background: -webkit-gradient(linear, left top, right top, from(#ef3e0f), to(#ef3e0f));
  background: linear-gradient(to right, #ef3e0f, #ef3e0f);
  color: #fff;
}
.btn-md {
  padding: 1.5rem 3.7rem;
}
.btn-lg {
  padding: 2rem 4rem;
  font-size: 1.8rem;
}
.btn-primary {
  border-color: #f6382a;
  background-color: #f6382a;
  color: #fff;
}
.btn-primary span {
  background-color: #154f58;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #e22113;
  background-color: #e22113;
  color: #fff;
}
.button-shadow {
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #fff;
  border: 0;
  color: #83868c;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.36);
          box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.36);
}
.btn-warning {
  border-color: #ff822c;
  background-color: #ff822c;
  color: #fff;
}
.btn-warning span {
  background-color: #ca5200;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #ff6800;
  background-color: #ff6800;
  color: #fff;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  color: #0c2e60;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.form-group textarea {
  height: 180px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e0e4e6;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
select {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e2e9;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
a {
  text-decoration: none;
  color: #7ed956;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #55b92a;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  color: #222671;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
.clearfix {
  clear: both;
}
.clearfix,
.row {
  clear: both;
}
.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.row:after {
  clear: both;
}
.mb30 {
  margin-bottom: 30px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.text-right {
  text-align: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
blockquote {
  margin-left: 0;
  position: relative;
  border-left: 5px solid #e0e2e9;
  padding-left: 40px;
}
blockquote::before {
  font-family: Arial;
  content: '\201C';
  color: #e0e2e9;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -15px;
}
.hidden-mb {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 20px;
  }
  .entry-content-fluid {
    max-width: 540px;
    width: 100%;
  }
  .hidden-mb {
    display: block !important;
  }
  .hidden-pc {
    display: none !important;
  }
}
.bg-primary {
  background-color: #f6382a;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.font-sm {
  font-size: 1.8rem;
}
.orange {
  color: #ff822c;
}
.blue {
  color: #222671;
}
.red {
  color: red;
}
.bg-white {
  background-color: #fff;
}
.table {
  border-collapse: collapse;
  border: 1px solid #fff;
  background-color: #fff;
  width: 100%;
}
.table td,
.table th {
  padding: 0.8rem 1rem;
  border: 1px solid #e0e2e9;
}
.table thead td,
.table thead th {
  background-color: #f2f2f2;
  color: #fff;
  text-align: center;
}
.table.table1 td,
.table.table1 th {
  border-color: #7ed956;
}
.table.table1 tbody th {
  background-color: #44a818;
  color: #fff;
}
.table.table1 tbody tr:nth-child(2n + 1) td {
  background-color: #fafffc;
}
.table.table2 td,
.table.table2 th {
  border-color: #df1e2b;
}
.table.table2 tbody th {
  background-color: red;
  color: #fff;
}
.table.table2 tbody tr:nth-child(2n + 1) td {
  background-color: #fafffc;
}
.table tbody th {
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
}
.table tbody tr:nth-child(2n + 1) td {
  background-color: #fcfcfc;
}
.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.owl-carousel .owl-nav {
  text-align: right;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 57px;
  line-height: 75px;
  margin-top: -28px;
  background: rgba(65, 59, 59, 0.63);
  font-size: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  margin-top: 4px;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\f053';
}
.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\f054';
}
.share-box {
  position: relative;
  z-index: 2;
}
.share-box .share-link img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.share-box:hover .share-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-box .share-popup {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
  width: 280px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share-box .share-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-box .share-popup li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.share-box .share-popup li a {
  color: #83868c;
}
.share-box .share-popup li a em {
  margin-right: 7px;
}
@media (min-width: 992px) {
  .column-right {
    border-left: 1px solid #000;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .pull-left {
    float: left;
  }
  .pull-left-img {
    margin-right: 20px;
    max-width: 30%;
  }
  img.pull-left {
    margin-right: 20px;
  }
  .pull-right {
    float: right;
  }
  .pull-right-img {
    margin-left: 20px;
    max-width: 30%;
  }
  img.pull-right {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 2rem;
  }
}
html {
  font-size: 10px;
}
body {
  position: relative;
  background: #fff;
  color: #83868c;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
body.admin-bar {
  padding-top: 32px;
}
body.lock {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
.primary-title {
  margin-bottom: 30px;
  font-size: 4.8rem;
  line-height: 1.1;
}
.site-main {
  padding: 60px 0;
  overflow: hidden;
}
.banner-page {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  background: url(images/page-banner.jpeg) center no-repeat;
  overflow: hidden;
}
.banner-page::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
}
.banner-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.banner-page h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.breadcrum {
  padding: 20px 0;
}
.breadcrum ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #969696;
}
.breadcrum ul li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.breadcrum ul li + li:before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
.breadcrum ul li a {
  color: #969696;
}
.page-title {
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
  color: #7ed956;
}
.second-title {
  color: #ff822c;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.font-large {
  font-size: 7.2rem;
}
.font-small {
  font-size: 1.4rem;
}
.lead {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.image-full {
  display: block;
  width: 100%;
}
.thumbnail {
  padding: 5px;
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
}
.owl-dots .owl-dot span {
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f6382a;
}
.owl-dots .owl-dot.active span {
  width: 24px;
  border-radius: 5px;
}
.error-404 .page-title {
  margin-bottom: 30px;
}
.error-404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.no-results .not-found-title {
  text-align: center;
  color: #ff2a38;
}
@media only screen and (max-width: 1199px) {
  .font-large {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .site-main {
    padding: 30px 0;
  }
  .page-title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .primary-title {
    font-size: 2.4rem;
  }
  .font-large {
    font-size: 3rem;
  }
}
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
  }
  img,
  fieldset {
    border: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.9em;
  }
  ol,
  ul {
    list-style-type: none;
  }
  ol li,
  ul li {
    list-style-type: disc;
  }
  dt {
    font-weight: bold;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  input,
  select,
  textarea {
    border: 1px solid #000;
  }
  input {
    padding: 1px 0;
  }
  select {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: normal;
  }
  img {
    max-width: 100%;
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  div {
    text-align: left;
  }
  caption {
    display: none;
  }
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
  }
  table th,
  table td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
.logo {
  margin: 0;
}
.logo__link {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
}
.logo__link img {
  display: block;
}
.site-is-loading {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  overflow: hidden;
}
.site-is-loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #e0e2e9;
}
.header .header-inner {
  margin: auto;
  max-width: 991px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__left .logo {
  width: 160px;
}
.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header-top a {
  color: #fff;
}
.header .header-top .hotline-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-top .hotline-email dl {
  margin: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-top .hotline-email dl dt {
  width: 50px;
  text-align: center;
}
.header .header-top .hotline-email dl dt .fa {
  font-size: 3rem;
  color: #7ed956;
}
.header .header-top .hotline-email dl dd {
  margin: 0;
  font-size: 1.8rem;
}
.header .header-top .hotline-email dl dd a {
  color: #000;
}
.header .header-top .hotline-email dl dd span {
  display: block;
  font-size: 14px;
  color: #000;
}
.header .header-top .hotline-email .site-email {
  margin-left: 20px;
  border-left: 1px solid #e0e2e9;
}
.header .header-top .site-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  gap: 10px;
}
.header .header-top .site-social li img {
  display: block;
}
.header-menu {
  position: relative;
  background-color: #cd0815;
}
.header-menu__inner {
  position: relative;
}
.header-menu .nav {
  padding-right: 220px;
}
.header-menu .search-form {
  position: absolute;
  z-index: 1002;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.search-form {
  display: inline-block;
  position: relative;
  width: 200px;
}
.search-form .search-field {
  border: 0;
  border-radius: 0;
  padding: 10px 50px 10px 15px;
  width: 100%;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
}
.search-form .search-submit {
  position: absolute;
  right: 7px;
  top: 2px;
  background: url(images/search-icon.png) top center no-repeat;
  width: 33px;
  height: 33px;
  border: 0;
  outline: none;
  cursor: pointer;
}
nav {
  position: relative;
  z-index: 1000;
}
nav ul:not(.sub-menu) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
nav ul:not(.sub-menu) > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  border-right: 1px solid red;
  border-left: 1px solid #970f0f;
}
nav ul:not(.sub-menu) > li.menu-item-has-children > a {
  padding-right: 25px;
}
nav ul:not(.sub-menu) > li.menu-item-has-children > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav ul:not(.sub-menu) > li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.no-touch nav ul:not(.sub-menu) > li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul:not(.sub-menu) > li.current-page-ancestor > a,
nav ul:not(.sub-menu) > li.current_page_item > a,
nav ul:not(.sub-menu) > li.current-menu-item > a,
nav ul:not(.sub-menu) > li.active > a {
  color: #fff;
  background-color: #bb1623;
}
nav ul:not(.sub-menu) > li:hover > a {
  color: #fff;
  background-color: #bb1623;
}
nav ul:not(.sub-menu) > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav ul:not(.sub-menu) > li > ul {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: #fff;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul:not(.sub-menu) > li > ul li {
  display: block;
  padding: 0;
  text-align: left;
}
nav ul:not(.sub-menu) > li > ul li a {
  display: block;
  padding: 15px 20px;
  text-transform: none;
  color: #000;
}
.no-touch nav ul:not(.sub-menu) > li > ul li a:hover {
  background-color: #f2f2f2;
  color: #ff2a38;
}
nav ul:not(.sub-menu) > li > ul li.active > a {
  background-color: #f2f2f2;
  color: #ff2a38;
}
nav ul:not(.sub-menu) > li > ul li > ul {
  left: 100%;
  top: 0;
  width: 242px;
  padding-left: 20px;
  background-color: transparent;
}
nav ul:not(.sub-menu) > li > ul li > ul:before {
  top: 10px;
  left: 10px;
  width: 0;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ffc908 transparent transparent;
}
nav ul:not(.sub-menu) > li > ul li > ul li a {
  background-color: #cd0815;
}
nav .search {
  position: absolute;
  right: 0;
  top: 10px;
}
nav .search .search-input {
  border: 0;
  padding: 7px 20px 7px 0;
  border-bottom: 1px solid #000;
  background: none;
}
.flexMenuToggle {
  display: none;
  position: absolute;
  left: 15px;
  top: 70px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background: none;
  background: #f6382a;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle .icon-bar:first-child,
.flexMenuToggle .icon-bar:nth-child(3) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
.flexMenuToggle.active .icon-bar:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
          transform: rotate(45deg) translate(6px, 8px);
}
.flexMenuToggle.active .icon-bar:nth-child(2) {
  visibility: hidden;
}
.flexMenuToggle.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
          transform: rotate(-45deg) translate(7px, -9px);
}
@media only screen and (max-width: 1199px) {
  nav {
    display: none;
  }
  .flexMenuToggle {
    display: block;
  }
  .header .header-inner {
    padding-top: 0;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header__left .logo {
    margin: 0 auto;
  }
  .header__right {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 5px 0;
  }
  .header__right::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
  }
  .header__right .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__right .header-top .site-social {
    margin-bottom: 0;
  }
  .header__right .header-top .site-social li img {
    background-color: #fff;
    width: 25px;
    border-radius: 5px;
  }
  .header__right .header-top .hotline-email dl dd {
    font-size: 1.4rem;
  }
  .header__right .header-top .hotline-email dl dd .text {
    display: none;
  }
  .header__right .header-top .hotline-email dl dd span,
  .header__right .header-top .hotline-email dl dd a {
    color: #fff;
  }
  .search-form .search-field {
    background-color: #f1f1f1;
  }
}
@media only screen and (max-width: 767px) {
  .header__right {
    padding-bottom: 0;
  }
  .header .header-top .site-social {
    padding-bottom: 5px;
  }
  .header .header-top .hotline-email {
    padding-bottom: 5px;
  }
  .header .header-top .hotline-email dl {
    padding: 0 10px;
  }
  .header .header-top .hotline-email dl dt .fa {
    font-size: 2rem;
  }
}
.footer {
  padding: 15px 0;
  background-color: #7ed956;
}
.footer .copyright {
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.footer a {
  color: #fff;
}
.social-footer {
  text-align: right;
}
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.social-list li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.social-list li a .fa {
  font-size: 16px;
  line-height: 1;
}
.social-list li a.link-facebook {
  background-color: #2285e1;
}
.social-list li a.link-instagram {
  background-color: #16caa6;
}
.social-list li a.link-twitter {
  background-color: #14d9e5;
}
.social-list li a.link-youtube {
  background-color: #d02a59;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    padding: 0;
    text-align: center;
  }
  footer .footer-menu-outer {
    text-align: center;
  }
  .social-footer {
    text-align: center;
  }
}
.slideshow {
  position: relative;
  z-index: 2;
}
.slideshow .slider .slick-arrow {
  background-color: #fff;
  width: 70px;
  height: 70px;
  -webkit-transform: none;
          transform: none;
  color: #4c4c4c;
}
.slideshow .slider .slick-arrow.slick-prev {
  left: 0;
}
.slideshow .slider .slick-arrow.slick-next {
  right: 0;
}
.slideshow .slider .fa {
  font-size: 4.5rem;
  color: #fff;
}
.slideshow .register-course-form {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.banner {
  position: relative;
  z-index: 2;
  padding: 7% 0 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner::before,
.banner::after {
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner::before {
  background: rgba(12, 46, 96, 0.9);
}
.banner::after {
  top: 1px;
  right: 0;
  bottom: 0;
  background-color: #f8f9fa;
  -webkit-clip-path: polygon(100% 65%, 100% 100%, 0 100%);
  clip-path: polygon(100% 65%, 100% 100%, 0 100%);
  height: 100%;
  width: 100%;
}
.banner__content {
  color: #fff;
  text-align: center;
}
.banner__content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ff822c;
}
.banner__content .text {
  margin-bottom: 25px;
  font-size: 16px;
}
.banner__content .link .btn {
  border-radius: 50px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-bottom: 0;
    min-height: 580px;
  }
  .banner__content {
    width: calc(50%-15px);
    text-align: left;
  }
  .slideshow .register-course-form {
    top: 7%;
    left: auto;
    right: calc((100% - 790px) / 2);
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  .slideshow .register-course-form {
    right: calc((100% - 1000px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .slideshow .register-course-form {
    right: calc((100% - 1200px) / 2);
  }
}
.breadcrumbs {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.breadcrumbs li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs li a:hover {
  color: #7ed956;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper video,
.videoWrapper iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-home-block {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-color: #f8f9fa;
}
.about-home-block .sec-heading {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-home-block {
    padding: 70px 0;
  }
  .about-home-block .sec-heading {
    margin-bottom: 80px;
  }
}
.category-filter ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.category-filter ul li a {
  color: #000;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category-filter ul li a:hover,
.category-filter ul li a.active {
  background-color: #7ed956;
  color: #fff;
}
.course-item {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.course-item__col {
  margin-bottom: 30px;
}
.course-item__img {
  display: block;
}
.course-item__img img {
  display: block;
  width: 100%;
}
.course-item__content {
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
.course-item__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: normal;
}
.course-item__title a {
  color: #000;
}
.course-item__meta {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #ff822c;
}
@media only screen and (min-width: 768px) {
  .course-item__img {
    position: relative;
    height: 240px;
  }
  .course-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.nav-tabs li a,
.nav-tabs li span {
  display: block;
  font-size: 16px;
  padding: 15px;
  background-color: #f7f7f7;
  color: #000;
}
.nav-tabs li a.active,
.nav-tabs li span.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ef3e0f), to(#ffb800));
  background: linear-gradient(to right, #ef3e0f, #ffb800);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.course-preview {
  text-align: center;
}
.single-course-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #222671;
}
.course-details .course-preview {
  margin-bottom: 20px;
}
.course-details .course-content {
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
}
.course-details .course-content__title {
  font-size: 36px;
  line-height: 30px;
  color: #222671;
}
.course-details .course-content__text {
  margin-bottom: 20px;
  color: #222671;
}
.course-details .course-content__text p:last-child {
  margin-bottom: 0;
}
.course-details .course-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.course-curriculum .tab-pane {
  padding: 25px 30px;
  border: 1px solid #e0e4e6;
}
.course-curriculum .tab-pane .tab-pane-box {
  margin-bottom: 30px;
}
.course-curriculum .tab-pane .features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-curriculum .tab-pane .features li {
  margin-bottom: 5px;
}
.course-curriculum .tab-pane .features li em {
  color: #222671;
  margin-right: 10px;
}
.table-schedule {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e2e9;
}
.table-schedule thead th,
.table-schedule thead td {
  background-color: #7ed956;
}
.table-schedule tbody td {
  border-color: #e0e2e9;
}
.table-schedule tbody tr:nth-child(2n + 1) td {
  background-color: #f8f8f8;
}
.class-item {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e0e4e6;
  border-radius: 3px;
}
.class-item__col {
  margin-bottom: 30px;
}
.class-item__content {
  padding: 20px;
  position: relative;
}
.class-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e0e2e9;
  overflow: hidden;
}
.class-item__header .name {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 10px 5px 15px;
  color: #000;
}
.class-item__header .name-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.class-item__header .name-right > span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 5px 10px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.class-item__header .name-right > span::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.class-item__header .discount {
  width: 50px;
  font-size: 2rem;
  line-height: 1;
}
.class-item__header .discount::before {
  background: #7ed956;
}
.class-item__header .code .ms {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.class-item__header .code::before {
  width: 120% !important;
  background: -webkit-gradient(linear, left top, right top, from(#ef3e0f), to(#ffb800));
  background: linear-gradient(to right, #ef3e0f, #ffb800);
}
.class-item__content dl {
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class-item__content dl dt,
.class-item__content dl dd {
  display: inline-block;
  vertical-align: top;
}
.class-item__content dl dt {
  padding-right: 5px;
}
.class-item__content dl dd {
  margin: 0;
  font-weight: bold;
  color: #000;
}
.class-item__content dl dd.price {
  color: #ff2a38;
}
.class-item__content dl dd.blue,
.class-item__content dl dd .blue {
  color: #222671;
}
.class-item__link a {
  width: 100%;
}
.class-item-single__content dl {
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class-item-single__content dl dt,
.class-item-single__content dl dd {
  display: inline-block;
  vertical-align: top;
}
.class-item-single__content dl dt {
  padding-right: 5px;
}
.class-item-single__content dl dd {
  margin: 0;
  font-weight: bold;
  color: #000;
}
.class-item-single__content dl dd.price {
  color: #ff2a38;
}
.class-item-single__content dl dd.blue,
.class-item-single__content dl dd .blue {
  color: #222671;
}
@media only screen and (min-width: 768px) {
  .class-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .class-item__link {
    margin-top: auto;
  }
}
.news-detail .img {
  margin-bottom: 20px;
  text-align: center;
}
.news-detail .meta {
  clear: both;
}
.news-detail .meta:before,
.news-detail .meta:after {
  display: table;
  content: "";
}
.news-detail .meta:after {
  clear: both;
}
.news-detail .meta:before,
.news-detail .meta:after {
  display: table;
  content: "";
}
.news-detail .meta:after {
  clear: both;
}
.news-detail .meta .date {
  float: left;
  margin-bottom: 15px;
}
.news-detail .meta .share {
  float: right;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.news-detail__title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.news-item-col {
  margin-bottom: 30px;
}
.news-item {
  position: relative;
}
.news-item__img {
  display: block;
}
.news-item__content {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
          box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: -95px auto 0;
  width: calc(100% - 40px);
}
.news-item__date {
  color: #83868c;
  font-size: 12px;
  text-transform: uppercase;
}
.news-item__title {
  margin-bottom: 15px;
}
.news-item__title a {
  display: block;
  font-size: 22px;
  color: #0c2e60;
}
@media only screen and (min-width: 992px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .news-item__img {
    position: relative;
    height: 300px;
  }
  .news-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.register-course-form {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-radius: 3px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  padding: 25px 25px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.register-course-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb800;
  -webkit-clip-path: circle(100% at 50% -200px);
  clip-path: circle(100% at 50% -200px);
  height: 90px;
  width: 100%;
  z-index: 0;
}
.register-course-form .form-title {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 32px;
  font-size: 1.75rem;
}
.register-course-form .form-group {
  position: relative;
}
.register-course-form .form-group .form-label {
  display: none;
}
.register-course-form .form-group textarea {
  height: 90px;
}
.register-course-form .form-group .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.register-course-form .form-group .form-control.wpcf7-not-valid {
  border-color: red;
}
.register-course-form .form-group-act {
  margin-bottom: 0;
  position: relative;
}
.register-course-form .form-group-act .wpcf7-submit {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.register-course-form .form-group-act .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 5px;
  top: 7px;
}
.home-news-block {
  overflow: hidden;
  padding: 30px 0;
}
.home-news-block .second-title {
  text-align: center;
}
.home-news-block .primary-title {
  text-align: center;
}
.home-news-block__content {
  position: relative;
}
.home-news-block__img {
  display: none;
}
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list li {
  margin-bottom: 20px;
}
.news-list li .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 25px;
  color: #83868c;
  background-color: #f8f9fa;
}
.news-list li .post-item .day-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fd5a5a;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  border-radius: 5px;
}
.news-list li .post-item .day-month .month {
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
.news-list li .post-item .e-content span {
  display: block;
}
.news-list li .post-item .e-content .title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #222671;
  font-size: 1.6rem;
}
.home-class-block {
  position: relative;
  padding: 40px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}
.home-class-block .primary-title,
.home-class-block .second-title {
  text-align: center;
}
.home-class-block .primary-title {
  margin-bottom: 30px;
}
.home-class-block__content .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.home-class-block__content .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.home-class-block__content .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.home-class-block__content .slick-slide {
  height: inherit !important;
}
.home-class-block__content .slick-slide .class-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-class-block__content .slick-slide .class-item__link {
  margin-top: auto;
}
.statistical-home-block {
  overflow: hidden;
  border-top: 1px solid #e0e4e6;
}
.statistical-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.statistical-list .statistical {
  width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 30px 10px;
  text-align: center;
}
.statistical-list .statistical .number {
  font-size: 48px;
  font-weight: 500;
  line-height: 46px;
  color: #0c2e60;
}
.statistical-list .statistical .name {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.statistical-list .statistical + .statistical {
  border-left: 1px solid #e0e4e6;
}
.testimonials-home-block {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 30px 0;
  background: url(images/bg-testimonials.jpeg) center no-repeat;
  background-size: cover;
}
.testimonials-home-block::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(12, 46, 96, 0.8)), to(rgba(239, 71, 13, 0.5)));
  background: linear-gradient(to right bottom, rgba(12, 46, 96, 0.8), rgba(239, 71, 13, 0.5));
  height: 100%;
  width: 100%;
}
.testimonials-home-block .primary-title,
.testimonials-home-block .second-title {
  text-align: center;
  color: #fff;
}
.testimonials-list {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 30px 60px;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-list .quote-sign {
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials-list .quote-sign i {
  font-size: 5rem;
  color: #83868c;
}
.testimonials-list .slick-slider .slick-arrow.slick-prev {
  left: -30px;
}
.testimonials-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.testimonial-item {
  font-style: italic;
}
.testimonial-item__content {
  margin-bottom: 5px;
}
.testimonial-item__avatar {
  margin: 0 auto 10px;
  width: 60px !important;
}
.testimonial-item__avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-item__name {
  color: #222671;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .home-news-block {
    padding: 60px 0;
  }
  .home-news-block__content {
    position: relative;
  }
  .home-news-block__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
  .home-news-block__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-news-block .news-list {
    margin-left: calc(50% + 15px);
  }
  .home-class-block {
    padding: 70px 0;
  }
  .testimonials-home-block {
    padding: 60px 0;
  }
}
.teacher-item {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.teacher-item__col {
  margin-bottom: 30px;
}
.teacher-item__inner {
  padding: 20px;
  text-align: center;
}
.teacher-item__img {
  position: relative;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.teacher-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher-item__name {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  line-height: normal;
}
.teacher-item__position {
  margin-bottom: 10px;
  color: #7ed956;
  font-size: 14px;
}
.teacher-item__desc {
  margin-bottom: 20px;
}
.teacher-item__meta {
  margin-top: auto;
  background-color: #f1f2f6;
  border-radius: 5px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teacher-item__meta a {
  color: #83868c;
}
.teacher-item__meta .more {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.teacher-item__meta .more:hover {
  color: #7ed956;
}
.teacher-item__meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teacher-item__meta ul li a img {
  display: block;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .teacher-item {
    height: 100%;
  }
  .teacher-item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teacher-item__meta {
    margin-top: auto;
  }
}
.search-area {
  padding-bottom: 40px;
}
.page-header-search {
  margin-bottom: 30px;
}
.page-header-search__title {
  font-size: 2.4rem;
  text-align: center;
}
.page-header-search__title span {
  color: #7ed956;
}
.search-item {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e2e9;
}
.search-item__title {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.search-item__title a {
  color: #000;
}
.box-documents {
  padding-top: 30px;
}
.box-documents__title {
  margin-bottom: 20px;
}
.box-documents .list-file {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-documents .list-file li {
  margin-bottom: 20px;
}
.box-documents .list-file li span,
.box-documents .list-file li a {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  padding: 15px 20px 15px 40px;
  border-radius: 3px;
  color: #222671;
}
.box-documents .list-file li a {
  cursor: pointer;
  padding-left: 40px;
}
.box-documents .list-file li a .fa {
  color: #ff2a38;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .box-documents .list-file li a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.site-main.site-main--contact {
  padding-bottom: 0;
}
.contact-map iframe {
  border: 0;
  width: 100%;
  height: 30vw;
}
.contact-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .form-control {
  width: 100%;
}
.contact-form .form-group-act .form-control-div {
  position: relative;
}
.contact-form .form-group-act .wpcf7-submit {
  margin: 0 auto;
  display: block;
  width: 174px;
  height: 50px;
  border-radius: 50px;
}
.contact-form .form-group-act .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-information {
  border: 1px solid #e0e4e6;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}
.contact-information h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 22px;
}
.contact-information h3 {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: capitalize;
}
.contact-information a {
  color: #83868c;
}
.contact-information p:last-child {
  margin-bottom: 0;
}
.field-file {
  border: 1px solid #e0e2e9;
  border-radius: 2px;
  padding: 2px;
}
.field-file::-webkit-file-upload-button {
  margin-right: 20px;
  border: none;
  background: #7ed956;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.field-file::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #7ed956;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.field-file::-webkit-file-upload-button:hover {
  background: green;
}
.field-file::file-selector-button:hover {
  background: green;
}
.button-primary {
  border: 0;
  background: #7ed956;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
.profile-form {
  color: #000;
}
.profile-form p {
  margin: 0;
}
.profile-form p.line-row {
  margin-bottom: 20px;
}
.profile-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.profile-form .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #306002;
}
.profile-form .form-control-div-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.profile-form .form-control-div-inline label {
  margin: 0;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile-form .wpcf7-textarea {
  height: 80px;
}
.profile-form .form-group--submit .btn {
  width: 80px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .profile-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .profile-form .form-group .form-label {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto 0;
  }
  .profile-form .form-group .form-control-div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .profile-form .wpcf7-checkbox .wpcf7-list-item {
    width: 33.33%;
  }
  .profile-form p.line-row,
  .profile-form .form-group--submit {
    margin-left: 170px;
  }
}
.bottom {
  position: relative;
  z-index: 1;
  margin-top: -32px;
  padding: 110px 0 40px;
  background: #02292f;
}
.bottom::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 100%;
  background: url(images/bg-after.png);
  background-size: contain;
  max-width: 392px;
  max-height: 606px;
  width: 20.63vw;
  height: 31.89vw;
}
.bottom .widget .widget-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}
.bottom .widget .widget-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.bottom .widget .widget-content {
  color: #fff;
}
.bottom .widget .widget-content ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.bottom .widget .widget-content ul li {
  margin-bottom: 10px;
  position: relative;
}
.bottom .widget .widget-content ul li::before {
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.bottom .widget .widget-content ul li.email::before {
  content: "\f0e0";
}
.bottom .widget .widget-content ul li.phone::before {
  content: "\f095";
}
.bottom .widget .widget-content ul li.pos::before {
  content: "\f041";
}
.bottom .widget .bottom-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bottom .widget .bottom-menu li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.bottom .widget .bottom-menu li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.bottom .widget .bottom-menu li a {
  color: #fff;
  text-transform: uppercase;
}
.bottom .widget .bottom-menu li a:hover {
  color: #7ed956;
}
.bottom-box {
  margin-bottom: 25px;
}
.bottom-box:last-child {
  margin-bottom: 0;
}
.bottom-box-1 .social-footer {
  text-align: left;
}
.bottom-box-1 .textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-box-1 .textwidget ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.bottom-box-1 .textwidget ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 5px;
  color: #ff822c;
}
.bottom-box-1 .textwidget ul li.pos:before {
  content: "\f041";
}
.bottom-box-1 .textwidget ul li.tel:before {
  content: "\f10b";
}
.bottom-box-1 .textwidget ul li.email:before {
  font-size: 1.8rem;
  content: "\f0e0";
}
.bottom-box-1 .textwidget ul li a {
  color: #83868c;
}
.bottom-box-3 iframe {
  height: 180px;
  width: 100%;
  border: 0;
}
.mainsite,
.block-mainnav-mobile,
.fxmenu-touch {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.showmenu .wrapper,
body.hidemenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* mainsite */
.mainsite {
  position: relative;
  left: 0;
  z-index: 1000;
}
body.showmenu .mainsite:before {
  content: '';
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* block-mainnav */
body.showmenu .mainsite .flexMenuToggle {
  left: 280px;
}
body.showmenu.hidemenu .mainsite .flexMenuToggle {
  left: 15px;
}
.block-mainnav-mobile {
  width: 280px;
  z-index: 10000;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #2c2c2c;
  left: -28rem;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.showmenu .block-mainnav-mobile {
  left: 0;
}
body.hidemenu .block-mainnav-mobile {
  left: -28rem;
}
/*item*/
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu > li > a {
  border-bottom: 1px solid #575757;
  display: block;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.mobile-menu > li.current_page_item > a,
.mobile-menu > li.current-menu-item > a {
  background: #f6382a;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu ul.children {
  border-top: 1px solid #575757;
}
.mobile-menu ul li {
  display: block;
  border-bottom: 1px solid #575757;
}
.mobile-menu ul li a {
  color: #fff;
  display: block;
  padding: 10px 15px 10px 20px;
  font-size: 1.6rem;
}
.mobile-menu ul li a:hover {
  background: #f6382a;
  text-decoration: none;
}
.mobile-menu ul li li a {
  padding-left: 25px;
}
.mobile-menu ul li li a li a {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .mobile-menu > li > a {
    font-size: 16px;
  }
}
aside {
  position: relative;
  z-index: 99;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.sidebar-box {
  border: 1px solid #e0e4e6;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-box--no-style {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.sidebar-box__title {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.sidebar-box__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-box__content ul li a {
  color: #83868c;
  display: block;
  border-bottom: 1px solid #e0e4e6;
  padding: 10px 0;
  line-height: normal;
}
.sidebar-box__content ul li a:hover {
  color: #7ed956;
}
.sidebar-box__content ul li:last-child a {
  border-bottom: 0;
}
.sidebar-box__content ul li .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sidebar-box__content ul li .post-item .thumbnail {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  position: relative;
}
.sidebar-box__content ul li .post-item .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sidebar-box__content .time-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e0e2e9;
}
.sidebar-box__content .time-list dl dt {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
}
.sidebar-box__content .time-list dl dd {
  margin: 0;
  color: #ff2a38;
  padding-left: 30px;
  background: url(images/ico_clock.png) left center no-repeat;
}
.sidebar-box__content .time-note {
  padding-top: 20px;
  color: #7ed956;
}
@media (min-width: 992px) {
  .product-page .sidebar {
    padding-right: 15px;
  }
}
.footer-pagination {
  text-align: center;
}
.footer-pagination .pagi-text {
  display: inline-block;
  vertical-align: middle;
}
.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-links,
.pagination {
  display: inline-block;
}
.nav-links > a,
.pagination > a,
.nav-links > span,
.pagination > span {
  display: inline-block;
  padding: 7px 14px;
  font-size: 1.2rem;
  border: 1px solid #e0e2e9;
  color: #9e9e9e;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-links > a:hover,
.pagination > a:hover,
.nav-links > span:hover,
.pagination > span:hover,
.nav-links > a.current,
.pagination > a.current,
.nav-links > span.current,
.pagination > span.current {
  color: #fff;
  background-color: #7ed956;
  border-color: #7ed956;
}
/*# sourceMappingURL=style.css.map */