:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --olm: #cef79f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.75;
  color: #212529;
  text-align: left;
  background-color: #f4f5fa;
}

body {
  font-family: Muli, sans-serif !important;
  font-variant-ligatures: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

b, strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: vertical;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.575rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1250px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:not(.custom)::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  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: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-warning {
  color: #856404;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  border-color: #ffeeba;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-100 {
  width: 100% !important;
}

.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #343a40 !important;
}

.w100 {
  width: 100px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.font-xsss {
  font-size: 14px !important;
}

.font-xss {
  font-size: 16px !important;
}

.font-xs {
  font-size: 18px !important;
}

.font-sm {
  font-size: 20px !important;
}

.font-md {
  font-size: 22px !important;
}

.font-xl {
  font-size: 28px !important;
}

.font-xxl {
  font-size: 32px !important;
}

.shadow-xs {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.03) !important;
}

.shadow-xss {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
}

.bg-image-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-image-center {
  background-position: center center;
}

.right-0 {
  right: 0;
}

.rounded-xxl {
  border-radius: 15px !important;
}

.rounded-xl {
  border-radius: 30px !important;
}

:root {
  --f7-theme-color: #132977 ;
}

* {
  outline: none;
}

*::after {
  margin: 0;
  padding: 0;
}

*::before {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

b, strong, .strong {
  font-weight: 700;
}

.main-wrap, .main-wrapper {
  opacity: 1;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.text-grey-800 {
  color: #343a40 !important;
}

.text-grey-900 {
  color: #212529 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.open-font {
  font-family: "Open Sans", sans-serif;
}

.header-wrapper {
  width: 100%;
}

.header-wrapper .nav-menu {
  display: inline-block;
  float: left;
  margin-left: 40px;
  margin-top: 0px;
}

.header-wrapper .nav-menu li {
  padding: 0 15px;
  display: inline-block;
  float: left;
}

.header-wrapper .nav-menu li .dropdown-menu {
  position: absolute;
  display: block;
  left: 20px;
  top: 100%;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
  min-width: 13rem;
  border-top: 3px var(--theme-color) solid;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}

.header-wrapper .nav-menu li .dropdown-menu a {
  padding: 12px 15px;
  font-size: 14px;
}

.header-wrapper .nav-menu li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #333;
  transition: all 0.4s ease;
}

.header-wrapper .nav-menu li a i {
  font-size: 10px;
  margin-left: 5px;
}

.header-wrapper .nav-menu li a:after {
  display: none;
}

.owl-carousel.owl-theme .owl-dots {
  bottom: -70px;
  width: 100%;
  position: absolute;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  transition: all 0.4s ease;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}

.owl-theme.owl-nav-link .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0%;
  margin-top: 0;
}

.owl-theme.owl-nav-link .owl-nav .owl-prev {
  left: 10px;
  top: 0;
  margin-top: -20px;
  position: absolute;
}

.owl-theme.owl-nav-link .owl-nav .owl-next {
  right: 10px;
  top: 0;
  margin-top: -20px;
  position: absolute;
}

.owl-theme.owl-nav-link .owl-nav .icon-nav {
  font-size: 18px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.03) !important;
}

.owl-theme.dot-style2 .owl-dots {
  bottom: 20px !important;
}

.owl-theme.dot-style2 .owl-dots .active span {
  background-color: transparent !important;
  border: 1px #fff solid;
}

.owl-theme.dot-style2 .owl-dots span {
  width: 25px !important;
  height: 25px !important;
  padding: 10px;
  background-color: transparent;
  position: relative;
}

.owl-theme.dot-style2 .owl-dots span:after {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  top: 9px;
  left: 9px;
}

.form-control {
  height: 50px;
  font-size: 14px;
  display: inline-block;
  border: 2px #eee solid;
}

.video-bttn {
  position: relative;
}

.video-bttn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -30px;
  margin-top: -30px;
  background-size: contain;
  display: block;
  width: 60px;
  height: 60px;
}

.banner-slider .style-div {
  height: 570px;
}

.scroll-bar {
  margin-left: 0px;
  overflow-y: scroll;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.tab-content > .tab-pane {
  display: none;
}

.alert p {
  margin: 0;
}

.alert-primary {
  color: #004085;
  background: #cce5ff linear-gradient(180deg, #d4e9ff, #cce5ff) repeat-x;
  border-color: #b8daff;
}

.alert-danger {
  color: #721c24;
  background: #f8d7da linear-gradient(180deg, #f9dde0, #f8d7da) repeat-x;
  border-color: #f5c6cb;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-middle {
  vertical-align: middle !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.d-inline {
  display: inline !important;
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-24-p {
  width: 24px !important;
}

.w-340-p {
  width: 340px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-primary {
  color: #007bff !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.font-lg {
  font-size: 25px !important;
}

.border-size-lg {
  border-width: 3px !important;
}

.border-top-lg {
  border-top: 3px solid #000;
}

.right-menu-icon li a, .right-menu-icon li div.dropdown-box {
  display: inline-block;
  position: relative;
}

.right-menu-icon li a .menu-dropdown, .right-menu-icon li div.dropdown-box .menu-dropdown {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  width: 300px;
  padding: 25px 30px;
  box-shadow: 0px 15px 125px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  z-index: 9999;
  border: 0;
  position: absolute;
  top: 120%;
  right: -5px;
  text-align: left;
  transition: all 0.4s ease;
}

.right-menu-icon li a .menu-dropdown:after, .right-menu-icon li div.dropdown-box .menu-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  right: 10px;
  display: inline-block;
}

.right-menu-icon li:last-child {
  display: none;
}

.icon-count {
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 20px !important;
  top: -10px !important;
  right: -10px !important;
  line-height: 20px !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 0 !important;
}

.h67 {
  min-height: 67px;
}

.h40 {
  min-height: 40px;
}

.h45 {
  min-height: 45px;
}

.h275 {
  min-height: 275px;
}

.h1232 {
  min-height: 1232px;
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-analytics:before {
  content: "\f643";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-cog:before {
  content: "\f013";
}

.fa-comments:before {
  content: "\f086";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-phone:before {
  content: "\f095";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-search:before {
  content: "\f002";
}

.fa-server:before {
  content: "\f233";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-star:before {
  content: "\f005";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wpforms:before {
  content: "\f298";
}

/* Style */
.text-limit-line-1, .text-limit-line-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
}

.text-limit-line-2 {
  -webkit-line-clamp: 2;
}

.right-0 {
  right: 0 !important;
}

.left-5-p {
  left: 5px !important;
}

.flex-6 {
  flex: 6;
}

html {
  scroll-behavior: smooth;
}

.font-xsssss {
  font-size: 10px !important;
}

.font-xssss {
  font-size: 12px !important;
}

.font-xsss {
  font-size: 14px !important;
}

.font-xss {
  font-size: 16px !important;
}

.font-xs {
  font-size: 18px !important;
}

.font-sm {
  font-size: 20px !important;
}

.font-md {
  font-size: 22px !important;
}

.font-lg {
  font-size: 25px !important;
}

.font-xl {
  font-size: 28px !important;
}

.font-xxl {
  font-size: 32px !important;
}

.m-p-0 p {
  margin: 0;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.timeline {
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
  position: relative;
}

.timeline:before {
  background-color: #e9ecef;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 3px;
}

.blockquote.border-left, .blockquote.border-left-grey {
  background-color: hsla(0deg, 0%, 95%, 0.741);
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.blockquote.border-left-grey {
  border-left-color: #bebebd;
}

.list-style-disc li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.list-style-circle li {
  list-style-type: circle;
  margin-bottom: 5px;
}

.list-style-demical li {
  list-style: demical;
  margin-bottom: 5px;
}

.list-style-upper-alpha li {
  list-style: upper-alpha;
  margin-bottom: 5px;
}

.olm-tour .btn.starter {
  bottom: 1em;
  position: fixed;
  right: 1em;
  transition-duration: 0.3s;
  transition-property: right;
  z-index: 999 !important;
}

.accordion-v2 .card-v2 .card-v2-header {
  background-color: transparent;
  border: none;
  padding: 2rem;
}

.accordion-v2 .card-v2 .card-v2-header * {
  font-size: 1.2rem;
  font-weight: 500;
}

.accordion-v2 .card-v2 .card-v2-header a {
  color: inherit;
  display: block;
  font-size: inherit;
  padding-right: 1.5rem;
  position: relative;
  text-decoration: none;
  transition: color 0.5s ease;
}

.accordion-v2 .card-v2 .card-v2-header a:before {
  display: block;
  font-family: typicons;
  font-size: 18px;
  position: absolute;
  right: 7px;
  top: 0;
}

.accordion-v2 .card-v2 .card-v2-header a[aria-expanded=true] {
  color: #374ea2;
}

.accordion-v2 .card-v2 .card-v2-header a[aria-expanded=true]:before {
  content: "\e0cf";
}

.accordion-v2 .card-v2 .card-v2-header a[aria-expanded=false]:before {
  content: "\e0bd";
}

.accordion-v2 .card-v2 .card-v2-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 2rem 2rem;
}

.lk {
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  padding-right: 4px;
  vertical-align: bottom;
  width: 30px;
}

.footer-olm {
  background-color: #efefef;
  padding-bottom: 10px;
  padding-top: 50px;
  position: relative;
}

.footer-olm .f-about {
  padding-right: 30px;
}

.footer-olm .f-about p {
  color: #222;
  margin-top: 20px;
}

.footer-olm .f-about .copyright-text {
  color: #222;
  margin-top: 10px;
}

.footer-olm .footer-widget h5 {
  color: #1d1d1d;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-olm .f-link li {
  display: block;
  margin-bottom: 5px;
}

.footer-olm .f-link li a {
  color: #222;
  transition: all 0.4s ease-out 0s;
}

.bg-primary-v2 {
  background-color: #374ea2 !important;
}

.badge-secondary-v2, .bg-secondary-v2 {
  background-color: #f58220 !important;
}

.text-primary-v2 {
  color: #374ea2 !important;
}

.text-secondary-v2 {
  color: #f58220 !important;
}

.btn-primary-v2 {
  background-color: #374ea2 !important;
  color: #fff !important;
}

.btn-secondary-v2 {
  background-color: #f58220 !important;
  color: #fff !important;
}

.badge-secondary-v2 {
  background-color: #f58220 !important;
  color: #fff;
}

.form-control.v2 {
  background-color: transparent;
  color: #fff;
}

.v2::-moz-placeholder {
  color: #e2e2e2;
}

.v2::placeholder {
  color: #e2e2e2;
}

.opacity-header {
  opacity: 0.8;
}

.list-star {
  list-style: none;
  padding: 0;
}

.list-star li {
  padding-left: 1.5rem;
}

.list-star li:before {
  color: #f39915;
  content: "\e109";
}

.list-arrow li:before, .list-star li:before, .list-ticked li:before {
  font-family: typicons;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}

.olm-circle {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sub-header-v2 {
  background-color: rgba(244, 130, 32, 0.8);
}

.mh4em {
  max-height: 4em;
}

.width-100 {
  width: 100px;
}

.mw-100 {
  max-width: 100px;
}

.mh-80vh {
  max-height: 80vh;
}

.avata-u {
  font-size: 20px;
  height: 40px;
  width: 40px;
}

.h40rem {
  height: 4rem;
}

.minh-500 {
  min-height: 500px;
}

.minh-400 {
  min-height: 400px;
}

.mh-330 {
  max-height: 330px;
}

.mh-440 {
  max-height: 440px;
}

.h-347 {
  height: 347px;
}

.display-li {
  display: list-item;
}

.h-50 {
  height: 50px !important;
}

.color-theme-olm {
  --theme-color: #384fa1;
  --theme-color-rgb: 179,162,220;
  --theme-color-shade: #28419c;
  --theme-color-tint: #455799;
  --theme-color-one: #bc594a;
  --theme-color-two: #d93d66;
  --theme-color-three: #f48220;
  --theme-color-four: #5b6a6f;
  --theme-color-five: rgba(29,54,144,.85);
  --theme-color-six: #ffedb3;
  --theme-color-seven: #df95a8;
  --theme-color-eight: #eceff8 ;
}

.olm-text-primary {
  color: var(--theme-color);
}

.olm-text-one {
  color: var(--theme-color-one);
}

.olm-text-two {
  color: var(--theme-color-two);
}

.olm-text-three {
  color: var(--theme-color-three) !important;
}

.olm-text-four {
  color: var(--theme-color-four);
}

.olm-text-link {
  color: var(--theme-color) !important;
}

a.olm-text-link.active, a.olm-text-link:focus:not(.not-focus), a.olm-text-link:hover:not(.not-hover), a.olm-text-primary.active, a.olm-text-primary:focus:not(.not-focus), a.olm-text-primary:hover:not(.not-hover) {
  color: var(--theme-color-five) !important;
}

.olm-bg-primary {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

.olm-bg-eight {
  background-color: var(--theme-color-eight) !important;
}

.olm-btn-primary {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
  color: #fff !important;
}

.olm-primary-border {
  border-color: var(--theme-color) !important;
}

.olm-border-one {
  border-color: var(--theme-color-one) !important;
}

.olm-border-two {
  border-color: var(--theme-color-two) !important;
}

.olm-border-three {
  border-color: var(--theme-color-three) !important;
}

.olm-border-four {
  border-color: var(--theme-color-four) !important;
}

.content-hot-news a {
  color: #fff !important;
}

.bg-header-box-fun-math {
  background-color: var(--theme-color-three) !important;
  color: #fff !important;
}

.bg-header-box-fun-literature {
  background-color: var(--theme-color-one) !important;
  color: #fff !important;
}

.bg-header-box-fun-eng {
  background-color: var(--theme-color-two) !important;
  color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: var(--theme-color-four) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--theme-color-four) !important;
  color: var(--theme-color-four) !important;
}

.owl-theme .owl-dots .owl-dot.active span:after {
  background-color: var(--theme-color-four) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.header-olm.header-sticky-olm {
  position: fixed;
  top: 0;
  z-index: 10;
}

.main-wrap {
  overflow: unset;
  position: unset;
}

.scroll-bar {
  overflow: auto;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}

.form-control.form-control {
  height: 40px;
}

textarea.form-control.form-control {
  height: auto;
}

.menu-dropdown.header-user {
  right: 0 !important;
  top: 145% !important;
}

.menu-dropdown.header-noti {
  min-height: 50px !important;
  right: -8px !important;
  top: 145% !important;
}

.hand {
  cursor: pointer;
}

.main-hot-news {
  font-size: 1.5em;
  height: auto;
  overflow: hidden;
  width: 98%;
}

.main-hot-news .inner-hot-news {
  position: relative;
}

.main-hot-news .inner-hot-news > div {
  position: absolute;
  white-space: nowrap;
}

.main-hot-news .inner-hot-news p {
  margin: 0;
}

.header-wrapper .nav-menu {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .header-wrapper .nav-menu li {
    float: unset !important;
    padding: 10px !important;
    width: auto !important;
  }
  .main-input-search {
    width: 12rem;
  }
}
@media (min-width: 992px) {
  .main-input-search {
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .main-input-search {
    width: 25rem;
  }
}
.header-olm.header-sticky-olm {
  z-index: 1030 !important;
}
