@charset "UTF-8";
/*
* Theme Name: Dewey Schools
* Version: 1.0.0
* Description: Dewey Schools | Education WordPress Theme
* Author: Beau Vietnam
* Author URI: https://beau.vn/
* Theme URI: https://thedeweyschools.edu.vn/
* Text Domain: dewey
* License: GNU General Public License version 3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-lg1-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-lg1-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-lg1-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-lg1-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-lg1-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-lg1-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-lg1-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-lg1-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-lg1-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-lg1-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-lg1-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-lg1-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-lg1-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-lg1-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-lg1-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15 {
  float: left;
}

.col-xs-1 {
  width: 6.66667%;
}

.col-xs-2 {
  width: 13.33333%;
}

.col-xs-3 {
  width: 20%;
}

.col-xs-4 {
  width: 26.66667%;
}

.col-xs-5 {
  width: 33.33333%;
}

.col-xs-6 {
  width: 40%;
}

.col-xs-7 {
  width: 46.66667%;
}

.col-xs-8 {
  width: 53.33333%;
}

.col-xs-9 {
  width: 60%;
}

.col-xs-10 {
  width: 66.66667%;
}

.col-xs-11 {
  width: 73.33333%;
}

.col-xs-12 {
  width: 80%;
}

.col-xs-13 {
  width: 86.66667%;
}

.col-xs-14 {
  width: 93.33333%;
}

.col-xs-15 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15 {
    float: left;
  }
  .col-sm-1 {
    width: 6.66667%;
  }
  .col-sm-2 {
    width: 13.33333%;
  }
  .col-sm-3 {
    width: 20%;
  }
  .col-sm-4 {
    width: 26.66667%;
  }
  .col-sm-5 {
    width: 33.33333%;
  }
  .col-sm-6 {
    width: 40%;
  }
  .col-sm-7 {
    width: 46.66667%;
  }
  .col-sm-8 {
    width: 53.33333%;
  }
  .col-sm-9 {
    width: 60%;
  }
  .col-sm-10 {
    width: 66.66667%;
  }
  .col-sm-11 {
    width: 73.33333%;
  }
  .col-sm-12 {
    width: 80%;
  }
  .col-sm-13 {
    width: 86.66667%;
  }
  .col-sm-14 {
    width: 93.33333%;
  }
  .col-sm-15 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15 {
    float: left;
  }
  .col-md-1 {
    width: 6.66667%;
  }
  .col-md-2 {
    width: 13.33333%;
  }
  .col-md-3 {
    width: 20%;
  }
  .col-md-4 {
    width: 26.66667%;
  }
  .col-md-5 {
    width: 33.33333%;
  }
  .col-md-6 {
    width: 40%;
  }
  .col-md-7 {
    width: 46.66667%;
  }
  .col-md-8 {
    width: 53.33333%;
  }
  .col-md-9 {
    width: 60%;
  }
  .col-md-10 {
    width: 66.66667%;
  }
  .col-md-11 {
    width: 73.33333%;
  }
  .col-md-12 {
    width: 80%;
  }
  .col-md-13 {
    width: 86.66667%;
  }
  .col-md-14 {
    width: 93.33333%;
  }
  .col-md-15 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15 {
    float: left;
  }
  .col-lg-1 {
    width: 6.66667%;
  }
  .col-lg-2 {
    width: 13.33333%;
  }
  .col-lg-3 {
    width: 20%;
  }
  .col-lg-4 {
    width: 26.66667%;
  }
  .col-lg-5 {
    width: 33.33333%;
  }
  .col-lg-6 {
    width: 40%;
  }
  .col-lg-7 {
    width: 46.66667%;
  }
  .col-lg-8 {
    width: 53.33333%;
  }
  .col-lg-9 {
    width: 60%;
  }
  .col-lg-10 {
    width: 66.66667%;
  }
  .col-lg-11 {
    width: 73.33333%;
  }
  .col-lg-12 {
    width: 80%;
  }
  .col-lg-13 {
    width: 86.66667%;
  }
  .col-lg-14 {
    width: 93.33333%;
  }
  .col-lg-15 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-lg1-1, .col-lg1-2, .col-lg1-3, .col-lg1-4, .col-lg1-5, .col-lg1-6, .col-lg1-7, .col-lg1-8, .col-lg1-9, .col-lg1-10, .col-lg1-11, .col-lg1-12, .col-lg1-13, .col-lg1-14, .col-lg1-15 {
    float: left;
  }
  .col-lg1-1 {
    width: 6.66667%;
  }
  .col-lg1-2 {
    width: 13.33333%;
  }
  .col-lg1-3 {
    width: 20%;
  }
  .col-lg1-4 {
    width: 26.66667%;
  }
  .col-lg1-5 {
    width: 33.33333%;
  }
  .col-lg1-6 {
    width: 40%;
  }
  .col-lg1-7 {
    width: 46.66667%;
  }
  .col-lg1-8 {
    width: 53.33333%;
  }
  .col-lg1-9 {
    width: 60%;
  }
  .col-lg1-10 {
    width: 66.66667%;
  }
  .col-lg1-11 {
    width: 73.33333%;
  }
  .col-lg1-12 {
    width: 80%;
  }
  .col-lg1-13 {
    width: 86.66667%;
  }
  .col-lg1-14 {
    width: 93.33333%;
  }
  .col-lg1-15 {
    width: 100%;
  }
}

/* custom */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-didozird:before,
.slick-next.slick-didozird:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Bottom line waving */
/*!
* animate.css -https://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes open-modal {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, 15px, 0);
    transform: translate3d(15px, 15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump .elementor-image img {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump 3s linear alternate infinite;
  animation: jump 3s linear alternate infinite;
}

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump-2 .elementor-image img {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump-2 1.5s linear alternate infinite;
  animation: jump-2 1.5s linear alternate infinite;
}

.rungs {
  animation: rungs 2s ease infinite;
}

@-webkit-keyframes rungs {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  font-family: "FontAwesome" !important;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

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

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

.fa-heart:before {
  content: "\f004";
}

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

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

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

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

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

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

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

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

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

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

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

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

.fa-heart-o:before {
  content: "\f08a";
}

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

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

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

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

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

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

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

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

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

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

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

.fa-info:before {
  content: "\f129";
}

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

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

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

.fa-chevron-circle-up:before {
  content: "\f139";
}

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.dewey-slider-banner-widget .container-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  margin: 0 35px;
}

@media (min-width: 1200px) {
  .dewey-slider-banner-widget .container-heading {
    margin-right: 196px;
    margin-left: 24px;
  }
}

.dewey-slider-banner-widget .js-banner-slider .box {
  float: left;
}

@media (max-width: 500px) {
  .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 326px;
  }
}

.dewey-slider-banner-widget .js-banner-slider .box.box-last {
  width: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .dewey-slider-banner-widget .slick-active .banner-slider:before {
    background: transparent !important;
  }
  .dewey-slider-banner-widget .slickslider .slick-active + .slick-active:nth-child(odd) .banner-slider:before {
    background: linear-gradient(270.83deg, rgba(16, 2, 73, 0.8) 0.71%, rgba(16, 2, 73, 0) 92.67%);
  }
}

.banner-slider {
  display: flex;
  padding: 53px 47px 55px 68px;
  border-radius: 32px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .banner-slider {
    border-radius: 16px;
  }
}

@media (min-width: 1200px) {
  .banner-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270.83deg, rgba(16, 2, 73, 0.8) 30.71%, rgba(16, 2, 73, 0) 92.67%);
  }
}

@media (max-width: 1200px) {
  .banner-slider {
    padding: 26px 32px;
    flex-direction: column;
  }
}

.banner-slider .banner-info,
.banner-slider .slider-banner {
  float: left;
}

.banner-slider .banner-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .banner-slider .banner-info {
    width: 360px;
    min-height: 554px;
  }
}

@media (max-width: 425px) {
  .banner-slider .banner-info {
    min-height: 350px;
  }
}

.banner-slider .banner-info h3 {
  text-align: left;
}

.banner-slider .slider-banner {
  height: auto;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .banner-slider .slider-banner {
    width: 495px;
    height: 495px;
    margin-left: 80px;
    margin-top: 55px;
  }
}

@media (max-width: 1200px) {
  .banner-slider .slider-banner {
    max-width: 300px;
  }
}

@media (max-width: 425px) {
  .banner-slider .slider-banner {
    height: 200px;
  }
}

.banner-slider .dewey-table-list {
  letter-spacing: normal;
  padding-left: 0;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .banner-slider .dewey-table-list {
    max-width: 360px;
  }
}

.banner-slider .dewey-table-list .dewey-repeater-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 2, 73, 0.1);
  padding: 14px 0 19px;
}

.banner-slider .dewey-table-list .dewey-repeater-item .text-item {
  text-align: left;
  color: #69647E;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 22px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .banner-slider .dewey-table-list .dewey-repeater-item .text-item {
    max-width: 125px;
  }
}

.banner-slider .dewey-table-list .dewey-repeater-item .text-item-space {
  text-align: end;
}

@media (min-width: 1200px) {
  .banner-slider .dewey-table-list .dewey-repeater-item .text-item-space {
    max-width: 135px;
  }
}

@media (max-width: 425px) {
  .banner-slider .dewey-table-list .dewey-repeater-item.target .text-item-space {
    max-height: 67px;
  }
}

.banner-slider .dewey-table-list .dewey-repeater-item::marker {
  font-size: 0;
}

@media (max-width: 767px) {
  .banner-slider .dewey-table-list .dewey-repeater-item.language {
    height: 100px;
  }
}

.slick-next.slick-arrow {
  position: absolute;
  top: 42%;
  right: 20px;
  font-size: 0;
  background-color: #FDB611;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='26' viewBox='0 0 30 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.01538 10.9304C2.13595 10.9109 2.25797 10.9018 2.38005 10.9034H23.1682L22.7149 10.6926C22.2718 10.4829 21.8687 10.1975 21.5237 9.84925L15.6942 4.01973C14.9264 3.28683 14.7974 2.10781 15.3885 1.2262C16.0764 0.286748 17.3956 0.0827674 18.3351 0.770674C18.411 0.826281 18.4832 0.886896 18.551 0.952122L29.0926 11.4937C29.9164 12.3167 29.9171 13.6516 29.0942 14.4754C29.0937 14.4759 29.0931 14.4765 29.0926 14.477L18.551 25.0187C17.7265 25.8408 16.3916 25.839 15.5693 25.0145C15.5046 24.9496 15.4442 24.8806 15.3885 24.8078C14.7974 23.9262 14.9264 22.7472 15.6942 22.0143L21.5132 16.1742C21.8225 15.8646 22.1781 15.6049 22.5673 15.4047L23.1998 15.1201H2.49607C1.41905 15.1601 0.474125 14.4077 0.271791 13.3491C0.0854034 12.1997 0.866013 11.1169 2.01538 10.9304Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .slick-next.slick-arrow {
    display: none !important;
  }
}

.slick-next.slick-arrow:before {
  content: "";
}

.slick-next.slick-arrow:hover, .slick-next.slick-arrow:focus {
  background-color: #FFD800;
  outline: none;
}

.slick-prev.slick-arrow {
  position: absolute;
  top: 38.3%;
  left: 20px;
  font-size: 0;
  background-color: #FDB611;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='26' viewBox='0 0 30 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.01538 10.9304C2.13595 10.9109 2.25797 10.9018 2.38005 10.9034H23.1682L22.7149 10.6926C22.2718 10.4829 21.8687 10.1975 21.5237 9.84925L15.6942 4.01973C14.9264 3.28683 14.7974 2.10781 15.3885 1.2262C16.0764 0.286748 17.3956 0.0827674 18.3351 0.770674C18.411 0.826281 18.4832 0.886896 18.551 0.952122L29.0926 11.4937C29.9164 12.3167 29.9171 13.6516 29.0942 14.4754C29.0937 14.4759 29.0931 14.4765 29.0926 14.477L18.551 25.0187C17.7265 25.8408 16.3916 25.839 15.5693 25.0145C15.5046 24.9496 15.4442 24.8806 15.3885 24.8078C14.7974 23.9262 14.9264 22.7472 15.6942 22.0143L21.5132 16.1742C21.8225 15.8646 22.1781 15.6049 22.5673 15.4047L23.1998 15.1201H2.49607C1.41905 15.1601 0.474125 14.4077 0.271791 13.3491C0.0854034 12.1997 0.866013 11.1169 2.01538 10.9304Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-prev.slick-arrow {
    display: none !important;
  }
}

.slick-prev.slick-arrow:before {
  content: "";
}

.slick-prev.slick-arrow:hover, .slick-prev.slick-arrow:focus {
  background-color: #FFD800;
  outline: none;
}

.js-banner-slider .slick-dots {
  margin-top: 9px;
}

.js-banner-slider .slick-dots li {
  width: 12px;
  margin: 0 3px;
}

.js-banner-slider .slick-dots li button {
  width: 12px;
  height: 5px;
  padding: 0;
}

.js-banner-slider .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 5px;
  border-radius: 25px;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
}

.js-banner-slider .slick-dots li button:hover, .js-banner-slider .slick-dots li button:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.js-banner-slider .slick-dots li.slick-active {
  width: 45px;
}

.js-banner-slider .slick-dots li.slick-active button:before {
  width: 45px;
  background-color: rgba(255, 255, 255, 0.35);
}

/*Dewey Slider*/
.dewey-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.dewey-slider-wrapper .js-dewey-slider {
  display: none;
}

.dewey-slider-wrapper .js-dewey-slider .images-item .images-slider {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.dewey-slider-wrapper .js-dewey-slider .images-item .images-slider:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 498px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 2, 73, 0) 0%, rgba(9, 3, 36, 0.8) 81.77%);
}

@media (max-width: 425px) {
  .dewey-slider-wrapper .js-dewey-slider .images-item .images-slider:after {
    height: 325px;
    background: linear-gradient(180deg, rgba(16, 2, 73, 0) 0%, #090324 76.66%);
  }
}

.dewey-slider-wrapper .js-dewey-slider .images-item .images-slider .slider-images {
  display: block;
  object-fit: cover;
  min-height: 541px;
}

@media (max-width: 425px) {
  .dewey-slider-wrapper .js-dewey-slider .images-item .images-slider .slider-images {
    opacity: 0;
  }
}

.dewey-slider-wrapper .js-dewey-slider .images-item .images-info {
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: absolute;
  bottom: 110px;
  left: 195px;
}

@media (max-width: 1600px) {
  .dewey-slider-wrapper .js-dewey-slider .images-item .images-info {
    bottom: 102px;
    left: 163px;
  }
}

@media (max-width: 1024px) {
  .dewey-slider-wrapper .js-dewey-slider .images-item .images-info {
    bottom: 102px;
    left: 104px;
  }
}

@media (max-width: 768px) {
  .dewey-slider-wrapper .js-dewey-slider .images-item .images-info {
    bottom: 102px;
    left: 23px;
  }
}

.dewey-slider-dots {
  margin-top: -65px;
}

.dewey-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  width: 12px;
  margin: 0 3px;
  height: 35px;
}

@media (max-width: 425px) {
  .dewey-slider-dots .slick-dots li {
    height: 26px;
  }
}

.dewey-slider-dots .slick-dots li .dots-bullet {
  width: 12px;
  height: 5px;
  padding: 0;
}

@media (max-width: 425px) {
  .dewey-slider-dots .slick-dots li .dots-bullet {
    height: 3px;
  }
}

.dewey-slider-dots .slick-dots li .dots-bullet:before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 5px;
  border-radius: 25px;
  border: none;
  background-color: #514E66;
}

@media (max-width: 425px) {
  .dewey-slider-dots .slick-dots li .dots-bullet:before {
    height: 3px;
  }
}

.dewey-slider-dots .slick-dots li .dots-bullet:hover, .dewey-slider-dots .slick-dots li .dots-bullet:focus {
  background-color: #514E66;
}

.dewey-slider-dots .slick-dots li.slick-active {
  width: 45px;
}

@media (max-width: 425px) {
  .dewey-slider-dots .slick-dots li.slick-active {
    width: 36px;
  }
}

.dewey-slider-dots .slick-dots li.slick-active .dots-bullet:before {
  width: 45px;
  background-color: #7A788A;
}

@media (max-width: 425px) {
  .dewey-slider-dots .slick-dots li.slick-active .dots-bullet:before {
    width: 36px;
  }
}

.cau-giay-banner-slider.elementor-widget-dewey-banner-slider .js-banner-slider .slick-dots {
  display: none;
}

@media (max-width: 500px) {
  .cau-giay-banner-slider.elementor-widget-dewey-banner-slider .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 450px;
  }
}

@media (max-width: 425px) {
  .cau-giay-banner-slider.elementor-widget-dewey-banner-slider .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 375px;
  }
}

@media (max-width: 414px) {
  .cau-giay-banner-slider.elementor-widget-dewey-banner-slider .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 365px;
  }
}

@media (max-width: 390px) {
  .cau-giay-banner-slider.elementor-widget-dewey-banner-slider .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 345px;
  }
}

@media (max-width: 375px) {
  .cau-giay-banner-slider.elementor-widget-dewey-banner-slider .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 330px;
  }
}

@media (max-width: 320px) {
  .cau-giay-banner-slider.elementor-widget-dewey-banner-slider .dewey-slider-banner-widget .js-banner-slider .box {
    max-width: 275px;
  }
}

.elementor-widget-dewey-banner .dewey-banner-wrapper .dewey-banner-image {
  position: relative;
  overflow: hidden;
}

.elementor-widget-dewey-banner .dewey-banner-wrapper .dewey-banner-image img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
}

.elementor-widget-dewey-banner .dewey-banner-wrapper.layout-1 .dewey-banner-image:hover img {
  transform: scale(1.1);
}

.elementor-widget-dewey-banner .dewey-banner-wrapper.layout-2 {
  position: relative;
}

.elementor-widget-dewey-banner .dewey-banner-wrapper.layout-2 .dewey-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.elementor-widget-dewey-banner .dewey-banner-wrapper.layout-2:hover .dewey-banner-image img {
  transform: scale(1.1);
}

.elementor-widget-dewey-banner .dewey-banner-wrapper.layout-2:hover .dewey-banner-button {
  display: inline-block;
  transition-duration: 0.3s;
}

.elementor-widget-dewey-banner .dewey-banner-wrapper.layout-2 .dewey-banner-button {
  display: none;
  transition-duration: 0.3s;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* Sections
 */
body {
  margin: 0;
  font-family: "SVN-Articulat CF";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: .9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:active {
  color: #4DAEE5;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s;
}

[type="submit"]:focus,
[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

button:hover, button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  color: #ffffff;
  text-decoration: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #80808080;
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #80808080;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #80808012;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #8080801a;
}

table tbody + tbody {
  border-top: 2px solid #80808080;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.line-slider {
  display: block;
  height: 6px;
  width: 203px;
  background-color: #4DAEE5;
}

.swiper-pagination-bullet {
  height: 5px;
  width: 12px !important;
  border-radius: 2.5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px !important;
}

.sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
}

@media (min-width: 1200px) {
  .class-du-an {
    position: relative;
  }
  .class-du-an:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 269px;
    background-color: #fff;
  }
  .class-du-an .new-position {
    position: absolute;
    top: -190px;
    left: -91px;
    width: 546px !important;
  }
  .class-du-an-2 {
    position: relative;
  }
  .class-du-an-2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 279px;
    background-color: #fff;
  }
  .class-du-an-2 .new-position-2 {
    position: absolute;
    top: -189px;
    right: -91px;
    width: 546px !important;
  }
  .class-gioi-thieu {
    position: relative;
  }
  .class-gioi-thieu:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 115px;
    background-color: #fff;
  }
  .class-gioi-thieu .intro-position {
    position: absolute;
    top: -20px;
    left: -98px;
    width: 432px !important;
  }
  .class-gioi-thieu-2 {
    position: relative;
  }
  .class-gioi-thieu-2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 115px;
    background-color: #fff;
  }
  .class-gioi-thieu-2 .intro-position-2 {
    position: absolute;
    top: -316px;
    right: -98px;
    width: 432px !important;
  }
}

.fate-new:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 182px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(8, 37, 79, 0) 0%, rgba(8, 37, 79, 0.65) 42.71%, #08254F 82.29%);
}

.no-1.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span {
  position: relative;
}

.no-1.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span:after {
  position: absolute;
  content: '';
  width: 54px;
  height: 12px;
  left: 3px;
  bottom: 25px;
  background-color: #0D3C80;
}

.entry-title.search-title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #69647e;
}

.entry-title.search-title .search-key,
.entry-title.search-title .search-found {
  color: rgba(16, 2, 73, 0.8);
  font-weight: 600;
}

.comments-area a, .page-content a {
  text-decoration: none !important;
}

h2.title-search {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 11px;
}

h2.title-search a {
  color: #100249;
}

@media (min-width: 1200px) {
  body:not([class*=elementor-page-]) .site-main.search-container {
    max-width: 910px;
  }
}

.search .page-header h1.entry-title {
  display: block !important;
}

.header-search {
  padding: 176px 0 17px;
}

.search-box {
  padding: 27px 0 22px;
  border-top: 1px solid rgba(16, 2, 73, 0.1);
}

.search-box p {
  max-width: 760px;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.025em;
  color: #69647E;
}

.search-container .button-load-more {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 56px;
  border-radius: 31px;
  width: 206px;
  font-size: 16px;
  font-weight: 600;
  transition: all 240ms linear 0ms;
  margin: 0 auto;
  background-color: #FDB611;
  padding: 0 30px;
  position: relative;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
}

.search-container .button-load-more:hover {
  background-color: #FFD800;
  color: #fff;
}

/*Scroll to top*/
.js-to-top {
  padding-top: 11px;
  transition: all 1.2s ease;
}

.js-to-top .space-scroll-to-top {
  display: block;
  background-color: #F3F2F6;
  height: 1px;
  width: calc( 100% - 8px);
  margin: 0 4px 11px;
}

.js-to-top .scroll-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FDB611;
}

@media (max-width: 767px) {
  .js-to-top .scroll-to-top {
    width: 45px;
    height: 45px;
  }
}

.js-to-top .scroll-to-top:hover {
  background-color: #FFD800;
}

.dewey-function-list {
  position: fixed;
  z-index: 100;
  right: -56px;
  bottom: 40px;
  transform: translateX(56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 56px;
  transition: all 0.8s ease;
}

@media (max-width: 767px) {
  .dewey-function-list {
    width: 40px;
    transform: translateX(45px);
    bottom: 45px;
  }
}

.dewey-function-list .dewey-social-icons-wrapper {
  position: relative;
  overflow: hidden;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .dewey-function-list .dewey-social-icons-wrapper {
    height: 46px;
  }
}

.dewey-function-list .dewey-social-icons-wrapper .button {
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.dewey-function-list .dewey-social-icons-wrapper .button .fa-plus:before {
  font-style: initial;
}

.dewey-function-list .dewey-social-icons-wrapper .elementor-grid-item {
  pointer-events: none;
}

.dewey-function-list .dewey-social-icons-wrapper.show {
  height: auto;
}

.dewey-function-list .dewey-social-icons-wrapper.show .elementor-grid-item {
  pointer-events: auto;
}

.dewey-function-list .dewey-social-icons-wrapper.show .button {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .dewey-function-list .js-to-top {
    display: none;
  }
}

.dewey-function-list.is-visible {
  right: 76px;
}

@media (max-width: 767px) {
  .dewey-function-list.is-visible {
    right: 68px;
  }
}

.dewey-function-list .elementor-grid-item .elementor-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #15BEF0;
  margin: 3px 0;
}

@media (max-width: 767px) {
  .dewey-function-list .elementor-grid-item .elementor-icon {
    width: 40px;
    height: 40px;
  }
}

.dewey-function-list .elementor-grid-item .elementor-icon:hover {
  /*background-color: #FDB611;*/
}

.fa.fa-search.e-font-icon-svg.e-fas-search {
  display: none;
}

.e-font-icon-svg-container {
  position: relative;
}

.e-font-icon-svg-container:after {
  content: '';
  position: absolute;
  height: 23px;
  width: 23px;
  right: 18px;
  top: 50%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.854 20.9733L18.5299 16.6492C19.8404 14.9336 20.5591 12.8527 20.5594 10.6569C20.5594 8.01074 19.5288 5.52279 17.6574 3.65169C15.7863 1.7806 13.2987 0.75 10.6522 0.75C8.00602 0.75 5.51807 1.7806 3.64697 3.65169C-0.215658 7.51465 -0.215658 13.7998 3.64697 17.6621C5.51807 19.5335 8.00602 20.5641 10.6522 20.5641C12.848 20.5638 14.9289 19.8451 16.6445 18.5346L20.9686 22.8587C21.2287 23.1191 21.5702 23.2493 21.9113 23.2493C22.2524 23.2493 22.5939 23.1191 22.854 22.8587C23.3748 22.3382 23.3748 21.4938 22.854 20.9733ZM5.53239 15.7767C2.70947 12.9538 2.7098 8.36035 5.53239 5.53711C6.8999 4.16992 8.71826 3.41667 10.6522 3.41667C12.5864 3.41667 14.4045 4.16992 15.772 5.53711C17.1395 6.90462 17.8927 8.72298 17.8927 10.6569C17.8927 12.5911 17.1395 14.4092 15.772 15.7767C14.4045 17.1442 12.5864 17.8975 10.6522 17.8975C8.71826 17.8975 6.8999 17.1442 5.53239 15.7767Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

/* Widget Blog Slider */
.arrows-widget {
  position: absolute;
  width: 100px;
  left: 0;
  top: calc( 50% - 24px);
  display: flex;
  justify-content: space-between;
  transition: all .3s ease;
}

@media (min-width: 1600px) {
  .arrows-widget {
    width: calc( 100% + 130px);
    left: -65px;
  }
}

.arrows-widget .dewey-arrow {
  opacity: 0.35;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dewey-blog-slider-widget {
  /* the parent */
}

.dewey-blog-slider-widget .blog-box-slider {
  overflow: hidden;
  transition: all 0.3s;
}

.dewey-blog-slider-widget .blog-box-slider:hover .blog-entry-thumbnail img {
  transform: scale(1.1);
}

.dewey-blog-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.dewey-blog-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  .dewey-blog-slider-widget .slick-list {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .dewey-blog-slider-widget .no-excerpt .center {
    position: relative;
    margin-top: -127px;
    max-width: 930px;
    left: 50%;
    width: 70%;
    transform: translate(-50%);
    padding: 42px 80px 46px;
    text-align: center;
  }
}

.dewey-blog-slider-widget .no-excerpt .center .info-blog-change .entry-meta {
  margin-top: 0;
}

.dewey-blog-slider-widget .entry-title {
  margin-bottom: 0;
}

.dewey-blog-slider-widget .blog-slider-wrapper {
  position: relative;
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 64px;
  z-index: 10;
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget .arrows-prev:before {
  content: '\f104';
  font-family: "FontAwesome";
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget .arrows-next:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget .dewey-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget .dewey-arrow:before {
  color: #e5e5e5;
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget .dewey-arrow:hover {
  border-color: #fc5a34;
}

.dewey-blog-slider-widget .blog-slider-wrapper .arrows-widget .dewey-arrow:hover:before {
  color: #fff;
}

.dewey-blog-slider-widget .blog-entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.dewey-blog-slider-widget .blog-entry-thumbnail img {
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .dewey-blog-slider-widget .blog-entry-thumbnail.date-thunnail img {
    display: block;
    min-height: 320px;
    object-fit: cover;
  }
}

.dewey-blog-slider-widget .blog-header-info .if-item:before {
  display: none;
}

.dewey-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 769px) {
  .dewey-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
    margin-left: 20px;
  }
}

.blog-read-more {
  font-size: 12px;
  margin-top: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.blog-slider-dots .slick-dots {
  text-align: left;
  padding-left: 14px;
}

.blog-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.blog-slider-dots .slick-dots li .dots-bullet:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #000;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.blog-slider-dots .slick-dots li.slick-active .dots-bullet:before {
  opacity: 1;
  background: #121212;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media (max-width: 767px) {
  .dewey-filter-by-category .container,
  .dewey-filter-by-category .ht-grid-item {
    padding-right: 0;
  }
}

.dewey-filter-by-category .cat-filter--wrapper {
  justify-content: end;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8E6ED;
}

@media (min-width: 767px) {
  .dewey-filter-by-category .cat-filter--wrapper {
    display: flex;
  }
}

.dewey-filter-by-category .ht-grid-item.hidden {
  display: none !important;
}

.dewey-filter-by-category .ht-grid-item .blog-entry-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.dewey-filter-by-category .ht-grid-item .blog-entry-thumbnail img {
  display: block;
  transition: transform .2s;
  height: 340px;
  object-fit: cover;
}

.dewey-filter-by-category .ht-grid-item .blog-entry-thumbnail:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .dewey-filter-by-category .ht-grid-item .blog-entry-thumbnail {
    border-radius: 16px;
  }
}

.dewey-filter-by-category .ht-grid-item .blog-detail-box {
  padding: 20px 25px 60px;
}

.dewey-filter-by-category .ht-grid-item .blog-detail-box h3.blog-entry-title {
  margin: 3px 0 0 0;
}

.dewey-filter-by-category .search {
  margin-bottom: 8px;
}

@media (min-width: 767px) {
  .dewey-filter-by-category .search {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.dewey-filter-by-category .search input[type="text"] {
  padding: 0 28px !important;
  border: none !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #B7B3C8;
  background: #E8F9FE;
  border-radius: 31px;
  line-height: 48px !important;
}

@media (min-width: 767px) {
  .dewey-filter-by-category .search input[type="text"] {
    line-height: 56px !important;
  }
}

.dewey-filter-by-category .pagination-blog {
  margin-top: 7.223942208462332vh;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

.dewey-filter-by-category .button-load-more {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 56px;
  border-radius: 31px;
  width: 206px;
  font-size: 16px;
  font-weight: 600;
  transition: all 240ms linear 0ms;
  margin: 0 auto;
  background-color: #FDB611;
  padding: 0 30px;
  position: relative;
  color: #fff;
}

.dewey-filter-by-category .button-load-more:hover {
  background-color: #FFD800;
  color: #fff;
}

.dewey-filter-by-category .product-filter-tab {
  padding-right: 65px;
}

.dewey-filter-by-category .filter-tab {
  display: flex;
  padding: 5px;
  border-radius: 31px;
  background-color: #E8F9FE;
  width: fit-content;
}

.dewey-filter-by-category .tab-item-filter .posts-filter__link {
  display: block;
  border-radius: 31px;
  margin: 0 2.5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 12px 28px;
  color: #7C7EA3;
  cursor: pointer;
}

.dewey-filter-by-category .tab-item-filter .posts-filter__link:first-child, .dewey-filter-by-category .tab-item-filter .posts-filter__link:last-child {
  margin: 0;
}

.dewey-filter-by-category .tab-item-filter .posts-filter__link:hover, .dewey-filter-by-category .tab-item-filter .posts-filter__link.is-selected {
  background-color: #fff;
  color: #584E80;
}

.dewey-filter-by-category .tab-item-filter {
  list-style: none;
}

@media (max-width: 500px) {
  .widget-blog-post2.container {
    padding-left: 0;
  }
}

.widget-blog-post2 .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 500px) {
  .widget-blog-post2 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.widget-blog-post2 .row .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 500px) {
  .widget-blog-post2 .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .widget-blog-post2 .row .col-lg-4 {
    width: calc( 100% / 3);
  }
}

.widget-blog-post2 .grid-4-img {
  margin-top: 0;
}

.widget-blog-post2 .card-list-style-1 {
  display: block;
  margin-bottom: 8px;
}

/*@media (min-width: 767px) {
  .widget-blog-post2 .card-list-style-1 {
    display: flex;
  }
}*/

.widget-blog-post2 .card-list-style-1 .blog-detail-box {
  padding-left: 22px;
  padding-top: 15px;
}

.widget-blog-post2 .card-list-style-1 .blog-detail-box h3.blog-entry-title {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .blog-preset-new.blog-mode-small.col-lg-4 {
    padding-left: 30px;
    border-left: 1px solid #E8E8E8;
    width: 39.3%;
  }
  .blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
    
    border-radius: 18px;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(2) {
    padding-right: 30px;
    width: 31%;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(1) {
    width: 29.7%;
  }
}

@media (max-width: 1199px) {
  /*.blog-preset-new.blog-mode-small.col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    width: 100%;
  }
  .blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
    max-width: 180px;
    border-radius: 18px;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(2) {
    width: calc( 40% - 10px);
    padding-right: 0;
    padding-left: 10px;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(1) {
    width: calc( 40% - 10px);
    padding-right: 10px;
    padding-left: 0;
  }*/
}

@media (max-width: 768px) {
  .widget-blog-post2 .row .col-lg-4:nth-child(2) {
    width: calc( 50% - 10px);
    padding-right: 0;
    padding-left: 10px;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(1) {
    width: calc( 50% - 10px);
    padding-right: 10px;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  /*.blog-preset-new.blog-mode-small.col-lg-4 {
    padding-left: 0;
    padding-right: 10px;
    width: 100%;
  }
  .blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
    max-width: 100%;
    border-radius: 18px;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(2) {
    width: 100%;
    padding-right: 10px;
    padding-left: 0;
  }
  .widget-blog-post2 .row .col-lg-4:nth-child(1) {
    width: 100%;
    padding-right: 10px;
    padding-left: 0;
  }*/
}

.blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
  object-fit: cover;
  height: 222px;
  border-radius: 18px;
}

@media (min-width: 768px) {
  .blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
    height: 310px;
  }
}
@media (min-width: 1024px) {
  .widget-blog-post2 .card-list-style-1 {
    display: flex;
  }
  .blog-preset-new.blog-mode-small.col-lg-4 .blog-entry-thumbnail img {
    height: 112px;
  }
}

.blog-preset-new.blog-mode-big .card-grid-style-4 .blog-detail-box {
  padding: 13px 25px;
}

.blog-preset-new.blog-mode-big .card-grid-style-4 .blog-detail-box h3.blog-entry-title {
  margin-top: 3px;
}

.blog-preset-new.blog-mode-big .card-grid-style-4 .blog-entry-thumbnail img {
  border-radius: 18px !important;
  object-fit: cover;
  height: 222px;
}

@media (min-width: 768px) {
  .blog-preset-new.blog-mode-big .card-grid-style-4 .blog-entry-thumbnail img {
    height: 310px;
    width: 100%;
  }
}

#parent {
  width: 100%;
}

#parent .posts-filter__tab-pane {
  display: none;
}

#parent .posts-filter__tab-pane.is-selected {
  display: block;
}

.cat-filter--wrapper .post-new-wrapp {
  display: block;
}

@media (min-width: 767px) {
  .cat-filter--wrapper .post-new-wrapp {
    display: none;
  }
}

@media (max-width: 768px) {
  .cat-filter--wrapper .filter-tabs {
    display: none;
  }
}

.cat-filter--wrapper .posts-filter__select {
  background: #E8F9FE;
  border-radius: 31px;
  padding: 13px 10px 14px 22px;
  font-size: 14px;
  color: #40356D;
  font-family: 'SVN-Articulat CF';
  font-weight: 700;
  width: 100%;
  border: none;
  -webkit-appearance: none;
}

.posts-filter__option {
  position: relative;
}

.posts-filter__option .arrow-down-icon {
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("http://deway.local/wp-content/uploads/2023/02/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}

.widget-blog-post2 .js-blog-post-slider .box {
  float: left;
}

@media (max-width: 1024px) {
  .widget-blog-post2 .js-blog-post-slider .box {
    max-width: 300px;
  }
}

.widget-blog-post2 .js-blog-post-slider .box.box-last {
  width: 0;
  margin: 0;
}

.elementor-element.post-sticky {
  position: sticky;
  top: 30px;
}

.single.direction-down .elementor-element.post-sticky {
  top: 30px;
}

.single.direction-up .elementor-element.post-sticky {
  top: 60px;
}

.admin-bar.direction-down .elementor-element.post-sticky {
  top: 62px;
}

.admin-bar.direction-up .elementor-element.post-sticky {
  top: 167px;
}

.parallax-item {
  position: absolute;
}

.dewey-image.elementor-widget-image {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.dewey-image.elementor-widget-image img {
  display: block;
  transition: transform 0.2s;
  /* Animation */
}

.dewey-image.elementor-widget-image:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .dewey-image.elementor-widget-image {
    border-radius: 16px;
  }
}

.box-dewey.elementor-widget-image-box .elementor-image-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.box-dewey.elementor-widget-image-box .elementor-image-box-img img {
  display: block;
  transition: transform 0.2s;
  /* Animation */
}

.box-dewey.elementor-widget-image-box .elementor-image-box-img:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .box-dewey.elementor-widget-image-box .elementor-image-box-img {
    border-radius: 16px;
  }
}

.box-dewey.elementor-widget-image-box .elementor-image-box-content {
  padding-left: 30px;
}

@media (max-width: 1600px) {
  .box-dewey.elementor-widget-image-box .elementor-image-box-content {
    padding-left: 25px;
  }
}

@media (max-width: 1366px) {
  .box-dewey.elementor-widget-image-box .elementor-image-box-content {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .box-dewey.elementor-widget-image-box .elementor-image-box-content {
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .box-dewey.elementor-widget-image-box .elementor-image-box-content {
    padding-left: 12px;
  }
}

/*-----------------------------------------*/
ul {
  list-style-position: inside;
  padding-left: 0px;
}

form.elementor-form label.elementor-field-label {
  padding-left: 24px;
}

form.elementor-form .elementor-mark-required .elementor-field-label:after {
  color: currentColor;
  padding-left: 0;
}

form.elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
  width: 12px;
  height: 12px;
  right: 30px;
  background-image: url("assets/images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

form.elementor-form .elementor-select-wrapper .select-caret-down-wrapper svg {
  display: none;
}

form.elementor-form .elementor-field-group hr {
  border-top: 1px solid #1002491a;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-child) {
  border-bottom: 1px solid #ecebf0 !important;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-right: 15px;
  margin-top: 3px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active {
  margin-top: -12px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
  margin-bottom: 11px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content ul {
  margin-top: 10px;
  margin-bottom: 11px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content ul li {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 23px;
  position: relative;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content ul li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #69647e;
  border-radius: 50%;
  top: 12px;
  left: 10px;
}

@media (max-width: 1600px) {
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content ul li::before {
    top: 9px;
  }
}

@media (max-width: 1366px) {
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content ul li::before {
    top: 7px;
  }
}

@media (max-width: 767px) {
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content ul li::before {
    top: 10px;
  }
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content a {
  color: #69647e;
  text-decoration: underline !important;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content a:hover {
  color: #15bef0;
}

.elementor-widget-button .elementor-button-content-wrapper {
  text-align: left;
}

.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
}

.list-bullet ul li {
  list-style-type: none;
  padding-left: 13px;
  position: relative;
}

.list-bullet ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #69647e;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

@media (max-width: 1600px) {
  .list-bullet ul li::before {
    top: 7px;
  }
}

@media (max-width: 1366px) {
  .list-bullet ul li::before {
    top: 6px;
  }
}

.list-bullet ul li:not(:last-child) {
  margin-bottom: 8px;
}

.list-post .e-loop-item .elementor-widget-theme-post-featured-image {
  overflow: hidden;
}

.list-post .e-loop-item .elementor-widget-theme-post-featured-image img {
  transition-duration: 0.3s;
}

.list-post .e-loop-item .elementor-widget-theme-post-featured-image:hover img {
  transform: scale(1.1);
}

.list-post .e-loop-item .elementor-widget-theme-post-title .elementor-heading-title a {
  display: block;
}

.list-post .e-loop-item .elementor-widget-theme-post-title .elementor-heading-title:hover {
  color: #15bef0;
}

@media (max-width: 1600px) {
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .scroll-wrapper {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .scroll-wrapper.list-item ul {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll-wrapper.list-item ul::-webkit-scrollbar {
    display: none;
  }
  .scroll-wrapper.list-item ul li:first-child {
    padding-left: 23px;
  }
  .scroll-wrapper.list-item ul li:last-child {
    padding-right: 23px;
  }
  .scroll-item {
    min-width: fit-content !important;
  }
  .scroll-item.min-114 {
    min-width: 114px !important;
  }
  .scroll-item.min-159 {
    min-width: 159px !important;
  }
  .scroll-item.min-229 {
    min-width: 229px !important;
  }
  .scroll-item.min-272 {
    min-width: 272px !important;
  }
  .scroll-item.min-284 {
    min-width: 284px !important;
  }
  .scroll-item.min-679 {
    min-width: 679px !important;
  }
  .scroll-item.min-815 {
    min-width: 815px !important;
  }
  .scroll-item.min-970 {
    min-width: 970px !important;
  }
}

.content-wrap {
  display: flex;
  white-space: normal;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-right: 3px;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 18px;
    height: 18px;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active {
    margin-top: -6px;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
    margin-bottom: 8px;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content ul {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  form.elementor-form .elementor-field-group {
    margin-bottom: 14px !important;
  }
  form.elementor-form label.elementor-field-label {
    padding-left: 10px;
    padding-bottom: 10px !important;
  }
  form.elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
    width: 10px;
    height: 10px;
    right: 20px;
  }
  form.elementor-form button.elementor-button {
    padding: 12px 44px 14px 44px !important;
  }
  .list-bullet ul li {
    padding-left: 18px;
  }
  .list-bullet ul li::before {
    width: 4px;
    height: 4px;
    left: 6px;
    top: 10px;
  }
  .list-bullet ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

ul {
  padding-left: 0;
}

/* Breadcrumb */
.dewey-breadcrumb {
  padding-left: 0;
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon svg path {
  /*fill: #40356d;*/
}

.elementor-widget-icon-list .elementor-icon-list-item:hover .elementor-icon-list-icon svg path {
  /*fill: #15bef0;*/
}

.elementor-widget-icon-list.list-icon-recruitment .elementor-icon-list-item .elementor-icon-list-icon svg path {
  fill: #69647e;
}

.elementor-widget-icon-list.list-icon-recruitment .elementor-icon-list-item:hover .elementor-icon-list-icon svg path {
  fill: #69647e;
}

.elementor-counter .elementor-counter-title {
  text-align: left !important;
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0 !important;
}

.right-icon {
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url("assets/images/ic-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
}

@media (max-width: 1600px) {
  .right-icon {
    width: 9px;
    height: 9px;
  }
}

.elementor-image-box-description .button-new {
  display: flex;
  align-items: center;
  color: #15bef0 !important;
  position: relative;
  width: fit-content;
}

.elementor-image-box-description .button-new::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #15bef0;
  bottom: 8px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.elementor-image-box-description .button-new:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

@media (min-width: 768px) {
  .classnew.elementor-widget-form .elementor-column.elementor-col-30,
  .classnew.elementor-widget-form .elementor-column[data-col="30"] {
    width: 33.3% !important;
    padding-right: 4px !important;
  }
  .classnew.elementor-widget-form .elementor-column.elementor-col-20,
  .classnew.elementor-widget-form .elementor-column[data-col="20"] {
    width: 16.7%;
    padding-left: 4px !important;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .classnew.elementor-widget-form .elementor-column.elementor-sm-60 {
    width: 59% !important;
    padding-right: 3px !important;
  }
  .classnew.elementor-widget-form .elementor-column.elementor-sm-40 {
    width: 41%;
    padding-left: 3px !important;
    margin-top: 12px;
  }
}

.classnew.elementor-widget-form .elementor-field-type-html {
  padding-bottom: 0px;
  padding-top: 21px;
  margin-bottom: 16px !important;
}

@media (max-width: 767px) {
  .classnew.elementor-widget-form .elementor-field-type-html {
    padding-top: 6px;
    margin-bottom: 12px !important;
  }
}

/*blog-sticky*/
.blog-sticky {
  display: flex;
}

@media (max-width: 767px) {
  .blog-sticky {
    display: block;
  }
}

.blog-sticky .blog-detail-box {
  max-width: 645px;
  padding: 70px 0 0 112px;
}

@media (max-width: 1366px) {
  .blog-sticky .blog-detail-box {
    max-width: 550px;
    padding: 50px 0 0 90px;
  }
}

@media (max-width: 1024px) {
  .blog-sticky .blog-detail-box {
    max-width: 500px;
    padding: 25px 0 0 75px;
  }
}

@media (max-width: 991px) {
  .blog-sticky .blog-detail-box {
    max-width: 400px;
    padding: 0 0 0 60px;
  }
}

@media (max-width: 767px) {
  .blog-sticky .blog-detail-box {
    padding: 15px 12px 0;
  }
  .blog-sticky .blog-detail-box .blog-post-excerpt {
    display: none;
  }
  .blog-sticky .blog-detail-box .blog-read-more {
    display: none;
  }
}

.blog-sticky .blog-entry-thumbnail {
  position: relative;
}

.blog-sticky .blog-entry-thumbnail .thumbnail-blog {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  z-index: 9;
  max-width: 780px;
}

@media (max-width: 767px) {
  .blog-sticky .blog-entry-thumbnail .thumbnail-blog {
    border-radius: 16px;
  }
}

.blog-sticky .blog-entry-thumbnail .thumbnail-blog img {
  display: block;
  width: 890px;
  border-radius: 24px;
  height: 468px;
  transition: transform 0.2s;
  /* Animation */
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-sticky .blog-entry-thumbnail .thumbnail-blog img {
    border-radius: 16px;
    height: 340px;
  }
}

.blog-sticky .blog-entry-thumbnail .thumbnail-blog:hover img {
  transform: scale(1.1);
}

.blog-sticky .blog-entry-thumbnail .icon1 {
  position: absolute;
  top: 31.1%;
  right: -10.3%;
}

@media (max-width: 992px) {
  .blog-sticky .blog-entry-thumbnail .icon1 {
    right: 3px;
  }
}

.blog-sticky .blog-entry-thumbnail .icon2 {
  position: absolute;
  top: 69%;
  left: -6%;
}

@media (max-width: 992px) {
  .blog-sticky .blog-entry-thumbnail .icon2 {
    left: -5%;
  }
}

.blog-sticky .blog-entry-thumbnail .icon3 {
  position: absolute;
  bottom: -8%;
  right: -7%;
}

@media (max-width: 992px) {
  .blog-sticky .blog-entry-thumbnail .icon1,
  .blog-sticky .blog-entry-thumbnail .icon2,
  .blog-sticky .blog-entry-thumbnail .icon3 {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .blog-sticky .blog-entry-thumbnail .icon1,
  .blog-sticky .blog-entry-thumbnail .icon2,
  .blog-sticky .blog-entry-thumbnail .icon3 {
    display: none;
  }
}

.button-new {
  display: flex;
  align-items: center;
  color: #15bef0 !important;
  position: relative;
  width: fit-content;
}

.button-new::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #15bef0;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.button-new:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.blog-detail-box .blog-post-excerpt {
  margin: 19px 20px 22px 0;
}

/*Blog Single*/
.widget-blog-single {
  background-color: #e8f9fe;
  border-radius: 24px;
  padding: 21px 42px 21px;
}

.widget-blog-single .blog-heading-blog {
  margin: 14px 0 17px;
}

@media (max-width: 767px) {
  .widget-blog-single {
    border-radius: 16px;
    padding: 10px 22px;
  }
  .widget-blog-single .blog-article .blog-single-title svg {
    display: none;
  }
}

.blog-article .blog-single-title {
  border-top: 1px solid rgba(16, 2, 73, 0.1);
}

.blog-article .blog-single-title::marker {
  font-size: 0;
}

.blog-article .blog-single-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -3px;
}

.single-post .elementor-widget-table-of-contents .elementor-toc__header {
  padding: 17px 10px;
}

.single-post .elementor-widget-table-of-contents .elementor-toc__body {
  padding: 17px 10px;
}

.single-post .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item {
  margin-bottom: 15px;
}

.single-post .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item:last-child {
  margin-bottom: 0;
}

.single-post .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item-text-wrapper::before {
  display: none;
}

.single-post .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item-text-wrapper a:hover {
  text-decoration: none;
}

.single-post .elementor-widget-theme-post-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.single-post .elementor-widget-theme-post-content ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #60606040;
  border-radius: 50%;
  top: 12px;
  left: 22px;
}

.single-post .elementor-widget-theme-post-content .wp-block-image {
  margin-top: 60px;
  margin-bottom: 80px;
}

.single-post .elementor-widget-theme-post-content a {
  color: #100249;
  font-weight: 700;
  text-decoration: underline;
}

.single-post .elementor-widget-theme-post-content a:hover {
  color: #15bef0;
}

.single-post .form-subscribe form {
  position: relative;
}

.single-post .form-subscribe form .elementor-field-type-email input {
  padding: 15px 50px 17px 28px;
}

.single-post .form-subscribe form .elementor-field-type-submit {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
}

.single-post .form-subscribe form .elementor-field-type-submit button {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  border-radius: 50%;
  padding: 10px !important;
}

.single-post .form-sidebar form input.elementor-field {
  padding: 14px 25px 16px;
}

.single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__header {
  padding: 17px 10px;
}

.single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body {
  padding: 17px 10px;
}

.single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item {
  margin-bottom: 15px;
}

.single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item:last-child {
  margin-bottom: 0;
}

.single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item-text-wrapper::before {
  display: none;
}

.single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item-text-wrapper a:hover {
  text-decoration: none;
}

.single-extracurriculars .elementor-widget-theme-post-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.single-extracurriculars .elementor-widget-theme-post-content ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #60606040;
  border-radius: 50%;
  top: 12px;
  left: 22px;
}

.single-extracurriculars .elementor-widget-theme-post-content .wp-block-image {
  margin-top: 60px;
  margin-bottom: 80px;
}

.single-extracurriculars .elementor-widget-theme-post-content a {
  color: #69647e;
  text-decoration: underline;
}

.single-extracurriculars .elementor-widget-theme-post-content a:hover {
  color: #15bef0;
}

.single-extracurriculars .form-subscribe form {
  position: relative;
}

.single-extracurriculars .form-subscribe form .elementor-field-type-email input {
  padding: 15px 50px 17px 28px;
}

.single-extracurriculars .form-subscribe form .elementor-field-type-submit {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
}

.single-extracurriculars .form-subscribe form .elementor-field-type-submit button {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  border-radius: 50%;
  padding: 10px !important;
}

.single-extracurriculars .form-sidebar form input.elementor-field {
  padding: 14px 25px 16px;
}

@media (max-width: 1600px) {
  .single-post .elementor-widget-theme-post-content ul li::before {
    top: 9px;
  }
  .single-extracurriculars .elementor-widget-theme-post-content ul li::before {
    top: 9px;
  }
}

@media (max-width: 1366px) {
  .single-post .elementor-widget-theme-post-content ul li::before {
    top: 8px;
  }
  .single-extracurriculars .elementor-widget-theme-post-content ul li::before {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .single-post .elementor-widget-table-of-contents .elementor-toc__header {
    padding: 16px 8px;
  }
  .single-post .elementor-widget-table-of-contents .elementor-toc__body {
    padding: 15px 2px;
  }
  .single-post .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item {
    margin-bottom: 10px;
  }
  .single-post .elementor-widget-theme-post-content ul li {
    padding-left: 17px;
    margin-bottom: 10px;
  }
  .single-post .elementor-widget-theme-post-content ul li::before {
    width: 4px;
    height: 4px;
    top: 9px;
    left: 5px;
  }
  .single-post .elementor-widget-theme-post-content .wp-block-image {
    margin-top: 40px;
    margin-bottom: 42px;
  }
  .single-post .form-subscribe form .elementor-field-type-submit {
    top: 37%;
    right: 5px;
  }
  .single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__header {
    padding: 16px 8px;
  }
  .single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body {
    padding: 15px 2px;
  }
  .single-extracurriculars .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item {
    margin-bottom: 10px;
  }
  .single-extracurriculars .elementor-widget-theme-post-content ul li {
    padding-left: 17px;
    margin-bottom: 10px;
  }
  .single-extracurriculars .elementor-widget-theme-post-content ul li::before {
    width: 4px;
    height: 4px;
    top: 9px;
    left: 5px;
  }
  .single-extracurriculars .elementor-widget-theme-post-content .wp-block-image {
    margin-top: 40px;
    margin-bottom: 42px;
  }
  .single-extracurriculars .form-subscribe form .elementor-field-type-submit {
    top: 37%;
    right: 5px;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 1600px) {
  html {
    font-size: 13.5px;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 9px;
  }
}

.elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
  padding: 17px 36px 19px;
}

@media (max-width: 1600px) {
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
    padding: 14px 29px 16px;
  }
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 33px !important;
  }
}

@media (max-width: 1366px) {
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
    padding: 12px 25px 13px;
  }
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 27px !important;
  }
}

@media (max-width: 1024px) {
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
    padding: 9px 20px;
  }
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 21px !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
    padding: 13px 25px;
  }
}

.page-header h1.entry-title {
  display: none;
}

.elementor-widget-tabs.tab-dewey .elementor-tabs-content-wrapper {
  background-color: #fff !important;
  margin-top: 15px;
  border-top: 1px solid #e8e6ed !important;
}

.elementor-widget-tabs.tab-dewey .elementor-tab-content {
  padding: 20px 0 0 0;
}

.elementor-widget-tabs.tab-dewey .elementor-tabs-wrapper {
  display: flex;
  padding: 5px;
  border-radius: 31px;
  background-color: #e8f9fe;
  width: fit-content;
}

.elementor-widget-tabs.tab-dewey .elementor-tab-desktop-title {
  border-radius: 31px;
  display: block !important;
  margin: 0 2.5px;
}

.elementor-widget-tabs.tab-dewey .elementor-tab-desktop-title:first-child, .elementor-widget-tabs.tab-dewey .elementor-tab-desktop-title:last-child {
  margin: 0;
}

.elementor-widget-tabs.tab-dewey .elementor-tab-desktop-title:hover {
  background-color: #fff;
}

.elementor-widget-tabs.tab-dewey .elementor-tab-desktop-title.elementor-active {
  background-color: #fff;
}

.elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container {
  border-bottom: 1px solid #ffffff1f !important;
}

.elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav {
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav ul {
    flex-wrap: wrap;
  }
}

.elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav ul li.active:after {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_752_3164)'%3E%3Cpath d='M6.85245 9.25827C6.91315 9.19801 6.96438 9.13128 7.00893 9.06198L11.6598 4.41088C12.1133 3.95694 12.1135 3.22125 11.6596 2.7671C11.2059 2.31316 10.47 2.31316 10.0158 2.7671L6.01044 6.77291L1.98397 2.74687C1.53046 2.29271 0.79434 2.29271 0.340186 2.74687C0.113539 2.97394 0.000108662 3.27119 0.000108649 3.56843C0.000108636 3.86568 0.11354 4.16357 0.340617 4.39L5.01195 9.06198C5.0565 9.13128 5.10751 9.19779 5.16842 9.25827C5.40088 9.49073 5.70609 9.60223 6.01044 9.59706C6.315 9.60244 6.62064 9.49073 6.85245 9.25827Z' fill='%23FFF' fill-opacity='1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_752_3164'%3E%3Crect width='12' height='12' fill='white' transform='translate(12) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 0 0;
  background-size: contain;
}

.elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav .list-content {
  padding: 12px 66px;
}

@media (max-width: 1600px) {
  .elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav .list-content {
    padding: 12px 50px;
  }
}

@media (max-width: 1366px) {
  .elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav .list-content {
    padding: 12px 45px;
  }
}

@media (max-width: 1199px) {
  .elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav .list-content {
    padding: 12px 35px;
  }
}

@media (max-width: 1024px) {
  .elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav .list-content {
    padding: 12px 30px;
  }
}

@media (max-width: 991px) {
  .elementor-widget-dewey-tab-content.tab-chuong-trinh .tabs-container nav .list-content {
    padding: 12px 25px;
  }
}

.dewey-tab-dichvu.elementor-widget-dewey-tab-content .tabs-horizontal .tabs-container {
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e6ed;
  flex-wrap: wrap;
}

.dewey-image-scale.elementor-widget-image {
  position: relative;
  overflow: hidden;
}

.dewey-image-scale.elementor-widget-image img {
  display: block;
  transition: transform 0.2s;
  /* Animation */
}

.dewey-image-scale.elementor-widget-image:hover img {
  transform: scale(1.05);
}

.rotating img {
  animation: rotate 3s infinite;
  animation-timing-function: cubic-bezier(1, 0, 0.5, 1);
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.animated {
  animation-duration: 0.8s !important;
}

.fadeInUp {
  animation-name: fadeInUp2 !important;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.zoomIn {
  animation-name: zoomIn2 !important;
}

@keyframes zoomIn2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}

.elementor-nav-menu--dropdown .elementor-item:focus {
  background-color: transparent !important;
}

.elementor-nav-menu li.vechungtoi, .elementor-nav-menu li.coso, .elementor-nav-menu li.ctdt, .elementor-nav-menu li.tuyensinh, .elementor-nav-menu li.goctdser, .elementor-nav-menu li.doisonghocduong, .elementor-nav-menu li.cosoen, .elementor-nav-menu li.admission, .elementor-nav-menu li.vechungtoien, .elementor-nav-menu li.ctdten, .elementor-nav-menu li.goctdseren, .elementor-nav-menu li.schoollife{
  position: relative;
}

.elementor-nav-menu li.vechungtoi:after, .elementor-nav-menu li.coso:after, .elementor-nav-menu li.ctdt:after, .elementor-nav-menu li.tuyensinh:after, .elementor-nav-menu li.goctdser:after, .elementor-nav-menu li.doisonghocduong:after, .elementor-nav-menu li.vechungtoien:after, .elementor-nav-menu li.cosoen:after, .elementor-nav-menu li.admission:after, .elementor-nav-menu li.ctdten:after, .elementor-nav-menu li.goctdseren:after, .elementor-nav-menu li.schoollife:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  right: 0;
  top: 53%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.02849 5.57651C7.96321 5.51075 7.89092 5.45526 7.81584 5.40699L2.77715 0.368534C2.28538 -0.122767 1.48839 -0.123 0.996387 0.368767C0.50462 0.860301 0.50462 1.65753 0.996387 2.14953L5.33602 6.48869L0.974469 10.8507C0.482469 11.342 0.482469 12.1395 0.974469 12.6315C1.22047 12.877 1.54248 12.9999 1.8645 12.9999C2.18652 12.9999 2.50923 12.877 2.75453 12.631L7.81584 7.57039C7.89092 7.52212 7.96297 7.46686 8.02849 7.40087C8.28032 7.14904 8.40111 6.8184 8.39551 6.48869C8.40134 6.15875 8.28032 5.82764 8.02849 5.57651Z' fill='white' fill-opacity='0.9'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.menu-icon-hover .elementor-icon-list-items .elementor-icon-list-item a {
  position: relative;
}

.menu-icon-hover .elementor-icon-list-items .elementor-icon-list-item a:before {
  opacity: 0;
  content: "";
  position: absolute;
  height: 16px;
  width: 8px;
  right: 5px;
  top: 55%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25827 5.14755C7.19801 5.08685 7.13128 5.03562 7.06198 4.99107L2.41088 0.340185C1.95694 -0.113323 1.22125 -0.113539 0.767098 0.3404C0.313159 0.794124 0.313159 1.53003 0.767098 1.98418L4.77291 5.98956L0.746866 10.016C0.292711 10.4695 0.292711 11.2057 0.746866 11.6598C0.973943 11.8865 1.27119 11.9999 1.56843 11.9999C1.86568 11.9999 2.16357 11.8865 2.39 11.6594L7.06198 6.98805C7.13128 6.9435 7.19779 6.89249 7.25827 6.83158C7.49073 6.59912 7.60223 6.29391 7.59706 5.98956C7.60244 5.685 7.49073 5.37936 7.25827 5.14755Z' fill='%2315BEF0' fill-opacity='0.85'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.menu-icon-hover .elementor-icon-list-items .elementor-icon-list-item a:hover:before {
  opacity: 1;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoi, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.coso, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdt, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.tuyensinh, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdser, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.doisonghocduong, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoien, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.cosoen, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.admission, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdten, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdseren, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.schoollife {
  position: relative;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoi a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.coso a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdt a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.tuyensinh a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdser a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.doisonghocduong a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoien a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.cosoen a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.admission a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdten a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdseren a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.schoollife a:after {
  opacity: 1 !important;
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: transparent !important;
  right: 0;
  top: 45%;
  bottom: auto;
  left: auto;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49998 5.13025C4.33868 5.13025 4.1774 5.06867 4.05442 4.94575L0.184627 1.07591C-0.0615424 0.829744 -0.0615424 0.430623 0.184627 0.184553C0.430697 -0.0615175 0.829739 -0.0615175 1.07593 0.184553L4.49998 3.6088L7.92404 0.184672C8.17021 -0.0613979 8.56921 -0.0613979 8.81526 0.184672C9.06155 0.430742 9.06155 0.829864 8.81526 1.07603L4.94553 4.94587C4.82249 5.06881 4.66121 5.13025 4.49998 5.13025Z' fill='%23DCDFE9'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoi:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.coso:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdt:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.tuyensinh:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdser:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.doisonghocduong:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoien:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.cosoen:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.admission:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdten:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdseren:hover a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.schoollife:hover a:after {
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49998 5.13025C4.33868 5.13025 4.1774 5.06867 4.05442 4.94575L0.184627 1.07591C-0.0615424 0.829744 -0.0615424 0.430623 0.184627 0.184553C0.430697 -0.0615175 0.829739 -0.0615175 1.07593 0.184553L4.49998 3.6088L7.92404 0.184672C8.17021 -0.0613979 8.56921 -0.0613979 8.81526 0.184672C9.06155 0.430742 9.06155 0.829864 8.81526 1.07603L4.94553 4.94587C4.82249 5.06881 4.66121 5.13025 4.49998 5.13025Z' fill='%2315BEF0'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.dialog-type-lightbox {
  z-index: 99 !important;
}

/*language*/
.wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
  width: fit-content !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #110a50;
  width: fit-content;
}

.footer-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #ffffff;
  width: 131px !important;
  bottom: 100%;
  top: auto !important;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.25);
  border-radius: 8px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #ffffff;
  width: 131px !important;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.25);
  border-radius: 8px !important;
}

.wpml-ls-legacy-dropdown a {
  padding: 12px !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  background: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49998 6.06507C4.33868 6.06507 4.1774 6.00348 4.05442 5.88056L0.184627 2.01073C-0.0615424 1.76456 -0.0615424 1.36544 0.184627 1.11937C0.430697 0.873297 0.829739 0.873297 1.07593 1.11937L4.49998 4.54361L7.92404 1.11949C8.17021 0.873417 8.56921 0.873417 8.81526 1.11949C9.06155 1.36556 9.06155 1.76468 8.81526 2.01085L4.94553 5.88068C4.82249 6.00362 4.66121 6.06507 4.49998 6.06507Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  border: 0 !important;
  width: 9px;
  height: 8px;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag,
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  border-radius: 50px;
  height: 20px;
  object-fit: cover;
}

.wpml-ls-legacy-dropdown {
  width: 57px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  left: auto !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0 !important;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  margin-bottom: 0 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 6px !important;
  color: #706792;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: initial !important;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle .wpml-ls-native {
  display: none !important;
}

.direction-down .header-dewey.header-pin {
  transform: translateY(0);
}

.direction-down .header-dewey.header-unpin {
  transform: translateY(-104px);
}

/*Expand/Collapse Background Image*/
.container-expand-en,
.container-expand {
  transition: 0.5s all;
}

.container-expand-en .elementor-widget-image,
.container-expand .elementor-widget-image {
  height: 708px;
  overflow: hidden;
}

.container-expand-en.tall .elementor-widget-image,
.container-expand.tall .elementor-widget-image {
  height: auto;
}

.container-expand .expand.elementor-widget-text-editor,
.container-expand .expand-en.elementor-widget-text-editor,
.container-expand-en .expand.elementor-widget-text-editor,
.container-expand-en .expand-en.elementor-widget-text-editor {
  margin-top: 17px;
  padding-right: 11px;
  position: relative;
}

.container-expand .expand.elementor-widget-text-editor:before,
.container-expand .expand-en.elementor-widget-text-editor:before,
.container-expand-en .expand.elementor-widget-text-editor:before,
.container-expand-en .expand-en.elementor-widget-text-editor:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 8px;
  right: 0;
  top: 22%;
  left: auto;
  background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5683 5.16567C4.60877 5.12549 4.64292 5.08101 4.67262 5.03481L7.77321 1.93407C8.07555 1.63145 8.07569 1.14099 7.77307 0.838222C7.47058 0.535596 6.97998 0.535596 6.67721 0.838222L4.00696 3.50876L1.32264 0.824733C1.0203 0.521964 0.529559 0.521964 0.22679 0.824733C0.0756922 0.976118 7.19772e-05 1.17428 7.19685e-05 1.37244C7.19599e-05 1.57061 0.0756926 1.7692 0.227077 1.92016L3.3413 5.03481C3.371 5.08101 3.40501 5.12535 3.44562 5.16567C3.60059 5.32064 3.80406 5.39497 4.00696 5.39153C4.21 5.39512 4.41376 5.32064 4.5683 5.16567Z' fill='%2315BEF0'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.container-expand.tall .expand.elementor-widget-text-editor:before,
.container-expand.tall .expand-en.elementor-widget-text-editor:before,
.container-expand-en.tall .expand.elementor-widget-text-editor:before,
.container-expand-en.tall .expand-en.elementor-widget-text-editor:before {
  top: 36%;
  background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4317 0.834328C3.39123 0.874506 3.35708 0.918989 3.32738 0.965193L0.22679 4.06593C-0.0755489 4.36855 -0.0756924 4.85901 0.226934 5.16178C0.529416 5.4644 1.02002 5.4644 1.32279 5.16178L3.99304 2.49124L6.67736 5.17527C6.9797 5.47804 7.47044 5.47804 7.77321 5.17527C7.92431 5.02388 7.99993 4.82572 7.99993 4.62756C7.99993 4.42939 7.92431 4.2308 7.77292 4.07984L4.6587 0.965193C4.629 0.918989 4.59499 0.874649 4.55438 0.834328C4.39941 0.679356 4.19594 0.605027 3.99304 0.608471C3.79 0.604884 3.58624 0.679356 3.4317 0.834328Z' fill='%2315BEF0'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.popup-image-box.dialog-type-lightbox {
  z-index: 9999 !important;
}

.popup-image-box .elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
}

.popup-image-box .elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}

.popup-image-box .elementor-widget-image-box .elementor-image-box-title a {
  color: inherit;
}

.popup-image-box .elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
}

.popup-image-box .elementor-widget-image-box .elementor-image-box-description {
  margin: 0;
}

@media (min-width: 768px) {
  .popup-image-box .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    display: flex;
    text-align: left;
    flex-direction: row;
  }
  .popup-image-box .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: flex;
    text-align: right;
    flex-direction: row-reverse;
  }
  .popup-image-box .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto;
  }
  .popup-image-box .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    align-items: flex-start;
  }
  .popup-image-box .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    align-items: center;
  }
  .popup-image-box .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .popup-image-box .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
  }
}

.link-footer a {
  color: #dcdbe6;
}

.link-footer a:hover {
  color: #15bef0d9;
}

.elementor-widget-dewey-images-slider.list-logo-img .js-images-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}

.elementor-widget-dewey-images-slider.list-logo-img .js-images-slider .images-item {
  width: fit-content !important;
}

.elementor-widget-dewey-images-slider.list-logo-img .js-images-slider .images-item .images-slider:hover .slider-images {
  transform: none;
}

.fluentform .ff_screen_reader_title {
  display: none;
}

.fluentform .form-tu-van .ff-el-group {
  margin-bottom: 24px;
}

.fluentform .form-tu-van .ff-el-input--label {
  margin-bottom: 15px;
}

.fluentform .form-tu-van .ff-el-input--label label {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1002494d;
  padding-left: 24px;
}

.fluentform .form-tu-van .ff-el-input--label label:after {
  color: currentColor !important;
  margin-left: 0 !important;
}

.fluentform .form-tu-van .ff-el-input--content input {
  background-color: #15bef01a;
  border-color: transparent;
  border: none;
  border-radius: 32px;
  height: auto;
  min-height: 40px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.41em;
  letter-spacing: 0.01em;
  padding: 18px 35px 20px;
}

.fluentform .form-tu-van .ff-el-input--content select {
  background-color: #15bef01a;
  border-color: transparent;
  border: none;
  border-radius: 32px;
  height: auto !important;
  min-height: 40px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.41em;
  letter-spacing: 0.01em;
  padding: 18px 38px 20px 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85245 7.25827C6.91315 7.19801 6.96438 7.13128 7.00893 7.06198L11.6598 2.41088C12.1133 1.95694 12.1135 1.22125 11.6596 0.767098C11.2059 0.313159 10.47 0.313159 10.0158 0.767098L6.01044 4.77291L1.98397 0.746865C1.53046 0.292711 0.79434 0.292711 0.340186 0.746865C0.113539 0.973942 0.000108681 1.27119 0.000108668 1.56843C0.000108655 1.86568 0.11354 2.16357 0.340617 2.39L5.01195 7.06198C5.0565 7.13128 5.10751 7.19779 5.16842 7.25827C5.40088 7.49073 5.70609 7.60223 6.01044 7.59706C6.315 7.60244 6.62064 7.49073 6.85245 7.25827Z' fill='%23100249' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
}

.fluentform .form-tu-van .cap-dropdown .ff-el-input--content select {
  background-position-x: 82%;
}

.fluentform .form-tu-van .ff-t-container.container-dropdown .ff-t-column-2 {
  display: flex;
  flex-direction: row;
}

.fluentform .form-tu-van .ff-t-container.container-dropdown .coso-dropdown {
  width: 68%;
  padding-right: 4px;
}

.fluentform .form-tu-van .ff-t-container.container-dropdown .cap-dropdown {
  width: 32%;
  padding-left: 4px;
}

.fluentform .form-tu-van .ff-el-group.ff-custom_html {
  margin: 26px 0 15px;
}

.fluentform .form-tu-van .ff-el-group.ff-custom_html hr {
  border-top: 1px solid #1002491a;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.fluentform .form-tu-van .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}

.fluentform .form-tu-van .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.41em;
  letter-spacing: 0.01em;
  border-radius: 31px;
  padding: 15px 62px 17px 61px;
  background-color: #fdb611;
  color: #fff;
}

.fluentform .form-tu-van .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit:hover {
  background-color: #ffd800;
}

.fluentform .form-tu-van .iti--allow-dropdown .iti__flag-container {
  display: none;
}

.fluentform .form-tu-van .iti--allow-dropdown .ff-el-phone::placeholder {
  color: transparent;
}

.fluentform .form-tu-van.frm-fluent-form .ff-t-container {
  gap: 40px;
}

.fluentform .ff-el-is-error .text-danger {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #d72c0d;
  position: relative;
  margin-top: 9px;
  margin-left: 35px;
  padding-left: 20px;
}

.fluentform .ff-el-is-error .text-danger:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.993 14C3.1276 13.9958 -0.00279812 10.8605 1.87689e-06 6.9951C0.00280188 3.1304 3.1374 -0.00139953 7.0021 4.69196e-07C10.8675 0.00140047 14 3.1346 14 7C13.9979 10.8675 10.8605 14.0014 6.993 14ZM1.4 7.1204C1.41591 8.60031 2.01701 10.0138 3.07193 11.0518C4.12685 12.0898 5.5498 12.6681 7.02978 12.6601C8.50975 12.6522 9.9264 12.0587 10.9701 11.0093C12.0138 9.96002 12.5997 8.5402 12.5997 7.0602C12.5997 5.5802 12.0138 4.16038 10.9701 3.11106C9.9264 2.06173 8.50975 1.46824 7.02978 1.46028C5.5498 1.45233 4.12685 2.03056 3.07193 3.0686C2.01701 4.10665 1.41591 5.52009 1.4 7V7.1204ZM7.7 10.5H6.3V9.1H7.7V10.5ZM7.7 7.7H6.3V3.5H7.7V7.7Z' fill='%23D72C0D'/%3E%3C/svg%3E") no-repeat 0 0;
}

.fluentform .ff-message-success {
  display: none;
}

.fluentform .ff-errors-in-stack {
  display: none;
}

.fluentform .form-sidebar .iti--allow-dropdown .iti__flag-container {
  display: none;
}

.fluentform .form-sidebar .ff-el-input--content input {
  background-color: #fff;
  border: none;
  border-radius: 28px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375em;
  letter-spacing: 0.02em;
  padding: 15px 24px;
  color: #40356d;
  height: auto;
  min-height: 40px;
}

.fluentform .form-sidebar .ff-el-input--content input::placeholder {
  color: #b7b3c8;
}

.fluentform .form-sidebar .ff-el-group {
  margin-bottom: 8px;
}

.fluentform .form-sidebar .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}

.fluentform .form-sidebar .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375em;
  letter-spacing: 0.02em;
  border-radius: 31px 31px 31px 31px;
  padding: 14px 45px 16px 45px;
  background-color: #fdb611;
  color: #fff;
}

.fluentform .form-sidebar .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit:hover {
  background-color: #ffd800;
}

.fluentform .form-subscribe .ff-el-input--content input {
  background-color: #ffffff;
  border: none;
  border-radius: 28px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.41em;
  color: #40356d;
  height: auto;
  min-height: 40px;
  padding: 16px 60px 16px 28px;
}

.fluentform .form-subscribe .ff-el-input--content input::placeholder {
  color: #10024959;
}

.fluentform .form-subscribe .ff-el-group {
  margin-bottom: 0;
}

.fluentform .form-subscribe .ff-el-group.ff_submit_btn_wrapper {
  position: absolute;
  top: 7px;
  right: 6px;
}

.fluentform .form-subscribe .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
  background-color: #fdb611;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0;
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23FDB611'/%3E%3Cg clip-path='url(%23clip0_1201_15223)'%3E%3Cpath d='M12.9799 19.7221C13.0543 19.71 13.1297 19.7044 13.2051 19.7054H26.0448L25.7649 19.5752C25.4912 19.4456 25.2422 19.2694 25.0291 19.0543L21.4285 15.4537C20.9543 15.001 20.8747 14.2728 21.2397 13.7283C21.6646 13.148 22.4794 13.0221 23.0597 13.4469C23.1066 13.4813 23.1511 13.5187 23.193 13.559L29.704 20.07C30.2129 20.5783 30.2133 21.4028 29.705 21.9116C29.7047 21.9119 29.7043 21.9123 29.704 21.9126L23.193 28.4236C22.6838 28.9314 21.8593 28.9303 21.3514 28.4211C21.3115 28.381 21.2741 28.3383 21.2397 28.2934C20.8747 27.7489 20.9543 27.0207 21.4285 26.568L25.0226 22.9609C25.2137 22.7696 25.4333 22.6093 25.6737 22.4856L26.0644 22.3098H13.2768C12.6115 22.3345 12.0279 21.8698 11.9029 21.2159C11.7878 20.506 12.27 19.8372 12.9799 19.7221Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1201_15223'%3E%3Crect width='18.2' height='18.2' fill='white' transform='matrix(-1 0 0 1 30.0859 11.8984)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}

.fluentform .form-subscribe .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit:hover {
  background-color: #ffd800;
}

.fluentform .ff-el-input--content select {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fluentform .form-tuyen-dung .ff-el-group {
  margin-bottom: 20px;
}

.fluentform .form-tuyen-dung .iti--allow-dropdown .iti__flag-container {
  display: none;
}

.fluentform .form-tuyen-dung .iti--allow-dropdown .ff-el-phone::placeholder {
  color: transparent;
}

.fluentform .form-tuyen-dung .ff-el-input--label {
  margin-bottom: 15px;
}

.fluentform .form-tuyen-dung .ff-el-input--label label {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1002494d;
  padding-left: 24px;
}

.fluentform .form-tuyen-dung .ff-el-input--label label:after {
  margin-left: 0 !important;
}

.fluentform .form-tuyen-dung .ff-el-input--content input {
  background-color: #15bef01a;
  border-color: transparent;
  border: none;
  border-radius: 32px;
  height: auto !important;
  min-height: 40px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.41em;
  letter-spacing: 0.01em;
  padding: 18px 35px 20px;
}

.fluentform .form-tuyen-dung .ff-el-input--content select {
  background-color: #15bef01a;
  border-color: transparent;
  border: none;
  border-radius: 32px;
  height: auto !important;
  min-height: 40px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.41em;
  letter-spacing: 0.01em;
  padding: 18px 50px 20px 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85245 7.25827C6.91315 7.19801 6.96438 7.13128 7.00893 7.06198L11.6598 2.41088C12.1133 1.95694 12.1135 1.22125 11.6596 0.767098C11.2059 0.313159 10.47 0.313159 10.0158 0.767098L6.01044 4.77291L1.98397 0.746865C1.53046 0.292711 0.79434 0.292711 0.340186 0.746865C0.113539 0.973942 0.000108681 1.27119 0.000108668 1.56843C0.000108655 1.86568 0.11354 2.16357 0.340617 2.39L5.01195 7.06198C5.0565 7.13128 5.10751 7.19779 5.16842 7.25827C5.40088 7.49073 5.70609 7.60223 6.01044 7.59706C6.315 7.60244 6.62064 7.49073 6.85245 7.25827Z' fill='%23100249' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 91%;
  background-position-y: 50%;
}

.fluentform .form-tuyen-dung .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}

.fluentform .form-tuyen-dung .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.41em;
  letter-spacing: 0.01em;
  border-radius: 31px;
  padding: 15px 61px;
  background-color: #fdb611;
  color: #fff;
}

.fluentform .form-tuyen-dung .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit:hover {
  background-color: #ffd800;
}

.fluentform .form-tuyen-dung .file-upload-wrapper {
  margin: 12px 0 0;
}

.fluentform .form-tuyen-dung .file-upload-wrapper .ff-el-group {
  margin-bottom: 9px;
}

.fluentform .form-tuyen-dung .ff_file_upload_holder {
  display: block;
  width: 100%;
  border: 2px dashed rgba(21, 190, 240, 0.2);
  border-radius: 20px;
  text-align: center;
  padding: 35px 0 42px;
}

.fluentform .form-tuyen-dung .ff_file_upload_holder .ff_upload_btn.ff-btn {
  background-color: transparent;
  color: #15bef0;
  padding: 35px 0 0;
  font-size: 1.0625rem;
  line-height: 1.41em;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
}

.fluentform .form-tuyen-dung .ff_file_upload_holder .ff_upload_btn.ff-btn:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 26px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.0935 9.82411C25.684 4.61424 21.3134 0.500115 16 0.500115C13.8131 0.489667 11.6824 1.19255 9.931 2.50221C8.17958 3.81186 6.90294 5.65687 6.29463 7.75749C4.53067 8.37126 3.00125 9.51841 1.91823 11.04C0.835219 12.5617 0.25222 14.3824 0.25 16.2501C0.25 21.2125 4.28763 25.2501 9.25 25.2501H23.875C28.2175 25.2501 31.75 21.7176 31.75 17.3751C31.7544 15.6731 31.2049 14.0159 30.1845 12.6537C29.164 11.2915 27.7281 10.2983 26.0935 9.82411ZM23.875 23.0001H9.25C5.52738 23.0001 2.5 19.9727 2.5 16.2501C2.50211 14.7636 2.99463 13.3193 3.9012 12.1411C4.80777 10.963 6.07772 10.117 7.51412 9.73411C7.91912 9.62611 8.23075 9.30211 8.323 8.89374C9.12175 5.33424 12.3505 2.75011 16 2.75011C20.1558 2.75011 23.8705 6.03961 23.8705 10.7252C23.8705 11.2754 24.2676 11.7445 24.8099 11.8345C26.1222 12.0509 27.3146 12.7271 28.1739 13.7422C29.0332 14.7574 29.5033 16.0451 29.5 17.3751C29.5 20.4767 26.9766 23.0001 23.875 23.0001Z' fill='%2315BEF0'/%3E%3Cpath d='M21.2952 12.0796C21.3997 12.184 21.4825 12.308 21.539 12.4445C21.5956 12.581 21.6247 12.7272 21.6247 12.875C21.6247 13.0227 21.5956 13.1689 21.539 13.3054C21.4825 13.4419 21.3997 13.5659 21.2952 13.6703C21.1908 13.7748 21.0668 13.8576 20.9303 13.9142C20.7938 13.9707 20.6475 13.9998 20.4998 13.9998C20.3521 13.9998 20.2058 13.9707 20.0694 13.9142C19.9329 13.8576 19.8089 13.7748 19.7045 13.6703L17.1248 11.0907V19.625C17.1248 19.9233 17.0063 20.2095 16.7953 20.4205C16.5843 20.6314 16.2982 20.75 15.9998 20.75C15.7015 20.75 15.4153 20.6314 15.2043 20.4205C14.9934 20.2095 14.8748 19.9233 14.8748 19.625V11.0907L12.2952 13.6703C12.0843 13.8813 11.7982 13.9998 11.4998 13.9998C11.2015 13.9998 10.9154 13.8813 10.7045 13.6703C10.4935 13.4594 10.375 13.1733 10.375 12.875C10.375 12.5766 10.4935 12.2905 10.7045 12.0796L15.2045 7.57959C15.4162 7.36971 15.7023 7.25195 16.0004 7.25195C16.2985 7.25195 16.5846 7.36971 16.7963 7.57959L21.2952 12.0796Z' fill='%2315BEF0'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}

.fluentform .form-tuyen-dung.frm-fluent-form .ff-t-container {
  gap: 30px;
}

@media (max-width: 1600px) {
  .fluentform .form-tu-van.frm-fluent-form .ff-t-container {
    gap: 30px;
  }
  .fluentform .form-tu-van .ff-el-input--content input {
    padding: 15px 29px 17px 29px;
  }
  .fluentform .form-tu-van .ff-el-input--content select {
    padding: 15px 32px 17px 29px;
  }
  .fluentform .form-subscribe .ff-el-group.ff_submit_btn_wrapper {
    top: 5px;
  }
  .fluentform .form-tuyen-dung.frm-fluent-form .ff-t-container {
    gap: 20px;
  }
}

@media (max-width: 1366px) {
  .fluentform .form-tu-van.frm-fluent-form .ff-t-container {
    gap: 20px;
  }
  .fluentform .form-tu-van .ff-t-container.container-dropdown .coso-dropdown {
    width: 60%;
  }
  .fluentform .form-tu-van .ff-t-container.container-dropdown .cap-dropdown {
    width: 40%;
  }
  .fluentform .form-subscribe .ff-el-group.ff_submit_btn_wrapper {
    top: 3px;
  }
}

@media (max-width: 767px) {
  .fluentform .form-tu-van .ff-el-group {
    margin-bottom: 14px;
  }
  .fluentform .form-tu-van .ff-el-input--label {
    margin-bottom: 10px;
  }
  .fluentform .form-tu-van .ff-el-input--label label {
    font-size: 1.33rem;
    line-height: 1.17em;
    padding-left: 10px;
  }
  .fluentform .form-tu-van .ff-el-input--content input {
    font-size: 1.67rem;
    line-height: 1.47em;
    letter-spacing: 0.02em;
    padding: 14px 22px 16px 22px;
  }
  .fluentform .form-tu-van .ff-el-input--content select {
    font-size: 1.67rem;
    line-height: 1.47em;
    letter-spacing: 0.02em;
    padding: 14px 28px 16px 22px;
    background-position-x: 88%;
    background-position-y: 50%;
  }
  .fluentform .form-tu-van .cap-dropdown .ff-el-input--content select {
    background-position-x: 88%;
  }
  .fluentform .form-tu-van .ff-t-container.container-dropdown .coso-dropdown {
    width: 60%;
    padding-right: 3px;
  }
  .fluentform .form-tu-van .ff-t-container.container-dropdown .cap-dropdown {
    width: 40%;
    padding-left: 3px;
  }
  .fluentform .form-tu-van .ff-el-group.ff-custom_html {
    margin: 7px 0 11px;
  }
  .fluentform .form-tu-van .ff-el-group.ff_submit_btn_wrapper {
    text-align: center;
  }
  .fluentform .form-tu-van .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
    font-size: 1.67rem;
    line-height: 1.47em;
    padding: 12px 44px;
  }
  .fluentform .ff-el-is-error .text-danger {
    font-size: 1.33rem;
    line-height: 1.17em;
    margin-left: 10px;
  }
  .fluentform .form-sidebar .ff-el-group {
    margin-bottom: 6px;
  }
  .fluentform .form-sidebar .ff-el-input--content input {
    font-size: 1.67rem;
    line-height: 1.47em;
  }
  .fluentform .form-sidebar .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
    font-size: 1.78rem;
  }
  .fluentform .form-subscribe .ff-el-input--content input {
    font-size: 1.67rem;
    line-height: 1.47em;
    padding: 15px 50px 15px 28px;
  }
  .fluentform .form-subscribe .ff-el-group.ff_submit_btn_wrapper {
    top: 5px;
    right: 4px;
  }
  .fluentform .form-tuyen-dung .ff-el-group {
    margin-bottom: 14px;
  }
  .fluentform .form-tuyen-dung .ff-el-input--label {
    margin-bottom: 10px;
  }
  .fluentform .form-tuyen-dung .ff-el-input--label label {
    font-size: 1.33rem;
    line-height: 1.17em;
    padding-left: 10px;
  }
  .fluentform .form-tuyen-dung .ff-el-input--content input {
    font-size: 1.67rem;
    line-height: 1.47em;
    letter-spacing: 0.02em;
    padding: 14px 22px 15px;
  }
  .fluentform .form-tuyen-dung .ff-el-input--content select {
    font-size: 1.67rem;
    line-height: 1.47em;
    letter-spacing: 0.02em;
    padding: 14px 35px 16px 22px;
  }
  .fluentform .form-tuyen-dung .ff_file_upload_holder {
    padding: 28px 0 31px;
  }
  .fluentform .form-tuyen-dung .ff_file_upload_holder .ff_upload_btn.ff-btn {
    font-size: 1.67rem;
    line-height: 1.47em;
    letter-spacing: 0.02em;
    padding: 27px 0 0;
  }
  .fluentform .form-tuyen-dung .ff_file_upload_holder .ff_upload_btn.ff-btn:before {
    width: 25px;
    height: 20px;
  }
  .fluentform .form-tuyen-dung .file-upload-wrapper .ff-el-group {
    margin-bottom: 5px;
  }
  .fluentform .form-tuyen-dung .ff-el-group.ff_submit_btn_wrapper {
    text-align: center;
  }
  .fluentform .form-tuyen-dung .ff-el-group.ff_submit_btn_wrapper button.ff-btn-submit {
    font-size: 1.56rem;
    line-height: 1.29em;
    letter-spacing: 0.02em;
    padding: 12px 43px;
  }
}

/*Menu tdser*/
.menu-tdser.elementor-widget-nav-menu .elementor-nav-menu a {
  justify-content: space-between;
}

.menu-tdser.elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu--dropdown a {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  padding-left: 26px !important;
  padding-right: 0 !important;
  font-size: 1rem !important;
}

@media (max-width: 767px) {
  .menu-tdser.elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu--dropdown a {
    font-size: 1.78rem !important;
  }
}

.menu-tdser.elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu--dropdown li:not(:last-child) {
  border: none !important;
}

.elementor-icon-list-items .elementor-icon-list-item a,
.elementor-nav-menu .menu-item a {
  outline: none !important;
}

/*polylang*/
.elementor-widget-polylang-language-switcher .cpel-switcher__toggle .cpel-switcher__name {
  display: none;
}

.elementor-widget-polylang-language-switcher .cpel-switcher__nav ul.cpel-switcher__list {
  background-color: #ffffff;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  left: auto;
  right: 0;
  display: block;
}

.elementor-widget-polylang-language-switcher .cpel-switcher__nav ul.cpel-switcher__list li.cpel-switcher__lang {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.elementor-widget-polylang-language-switcher .cpel-switcher__nav ul.cpel-switcher__list li.cpel-switcher__lang a {
  padding: 12px;
  border-width: 0 1px 1px;
}

.elementor-widget-polylang-language-switcher .cpel-switcher__nav:hover ul.cpel-switcher__list {
  max-height: max-content;
}

.elementor-widget-polylang-language-switcher.footer-language .cpel-switcher__toggle {
  padding-top: 12px;
}

.elementor-widget-polylang-language-switcher.footer-language .cpel-switcher__nav ul.cpel-switcher__list {
  background-color: #ffffff;
  width: 131px !important;
  bottom: 100%;
  top: auto !important;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.25);
  border-radius: 8px !important;
}

.cpel-switcher--layout-dropdown .cpel-switcher__nav {
  display: inline-flex !important;
  line-height: 20px;
}

.elementor-12
.elementor-element.elementor-element-b08eaa5.cpel-switcher--aspect-ratio-11
.cpel-switcher__flag {
  display: block;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

blockquote {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#elementor-lightbox-cc07be6 {
  z-index: 9999 !important;
}

.elementor-12.elementor-location-header {
  height: 0;
}

.table-dewey-en .dewey_pricing_tab.show-status .dewey-heading {
  min-height: 257px;
}

.table-dewey-en .dewey-heading {
  min-height: 235px;
}

.table-dewey-en .dewey-bangcap {
  min-height: 140px;
}

.table-dewey-en .dewey-duhoc {
  min-height: 115px;
}

/*@font-face {
	font-family: 'SVN-ArticulatCF';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/SVN-ArticulatCF-Regular.ttf') format('truetype'),
}

@font-face {
	font-family: 'SVN-ArticulatCF';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/SVN-ArticulatCF-Medium.ttf') format('truetype'),
}

@font-face {
	font-family: 'SVN-ArticulatCF';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/SVN-ArticulatCF-DemiBold.ttf') format('truetype'),
}

@font-face {
	font-family: 'SVN-ArticulatCF';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/SVN-ArticulatCF-Bold.ttf') format('truetype'),
}

@font-face {
	font-family: 'SVN-ArticulatCF';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/SVN-ArticulatCF-ExtraBold.ttf') format('truetype'),
}*/
.ht-grid {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 1px;
}

.ht-grid-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}

@media (min-width: 1024px) {
  .ht-grid-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ht-grid-tablet-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-tablet-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-tablet-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-tablet-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-tablet-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-tablet-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-tablet-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-tablet-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-tablet-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-tablet-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-tablet-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-tablet-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-tablet-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-tablet-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-tablet-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-tablet-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-tablet-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-tablet-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-tablet-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-tablet-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-tablet-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-tablet-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-tablet-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .ht-grid-mobile-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-mobile-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-mobile-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-mobile-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-mobile-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-mobile-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-mobile-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-mobile-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-mobile-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-mobile-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-mobile-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-mobile-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-mobile-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-mobile-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-mobile-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-mobile-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-mobile-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-mobile-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-mobile-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-mobile-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-mobile-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-mobile-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-mobile-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

.dewey-images-widget {
  position: relative;
}

.dewey-images-widget .dewey-arrow:hover,
.dewey-images-widget .dewey-arrow:focus {
  opacity: 1;
}

.dewey-images-widget .js-images-slider .images-item .images-slider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  display: block;
  width: fit-content;
}

.dewey-images-widget .js-images-slider .images-item .images-slider .slider-images {
  display: block;
  object-fit: cover;
  transition: transform .2s;
  /* Animation */
}

.dewey-images-widget .js-images-slider .images-item .images-slider:hover .slider-images {
  transform: scale(1.1);
}

.dewey-images-widget .js-images-slider .images-item .images-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 28px;
  left: 40px;
}

.dewey-images-widget .js-images-slider .images-item .images-info .html5lightbox.dewey-box {
  width: fit-content;
}

.dewey-images-widget .js-images-slider .images-item .images-info .images--name span {
  margin-left: 6px;
}

.dewey-images-widget .js-images-slider .images-item.layout2 .images-slider {
  border-radius: 50px;
}

.dewey-images-widget .js-images-slider .images-item.layout2 .images-slider .slider-images {
  display: block;
  overflow: hidden;
  position: relative;
}

.dewey-images-widget .js-images-slider .images-item.layout2 .images-order {
  display: flex;
  flex-direction: column;
}

.dewey-images-widget .js-images-slider .images-item.layout2 .images-info {
  display: flex;
  flex-direction: column;
  position: static;
  margin-top: 11px;
  text-align: left;
}

.dewey-images-widget .js-images-slider .images-item.layout2 .images-info .images--name span {
  margin-left: 0;
}

.dewey-images-widget .js-images-slider .images-item.layout3 {
  float: left;
}

@media (max-width: 500px) {
  .dewey-images-widget .js-images-slider .images-item.layout3 {
    max-width: 300px;
  }
}

.dewey-images-widget .js-images-slider .images-item.layout4 {
  float: left;
}

@media (max-width: 500px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 {
    max-width: 229px;
  }
}

.dewey-images-widget .js-images-slider .images-item.layout4 .images-slider {
  background-color: #FFF;
  width: 100%;
  height: auto;
  min-height: 312px;
  display: flex;
  padding: 14px 23px 25px 42px;
}

@media (max-width: 767px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 .images-slider {
    display: block;
    min-height: 325px;
    padding: 17px 23px 17px 23px;
  }
}

.dewey-images-widget .js-images-slider .images-item.layout4 .images-slider a {
  order: 2;
}

@media (max-width: 767px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 .images-slider a img {
    width: 75%;
    margin: 0 auto;
  }
}

.dewey-images-widget .js-images-slider .images-item.layout4 .images-info {
  order: 1;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 19px 0 8px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 .images-info {
    padding: 32px 0 8px;
  }
}

@media (min-width: 767px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 .images-info .images--name {
    max-width: 215px;
  }
}

@media (max-width: 425px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 .images-info .images--name {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .dewey-images-widget .js-images-slider .images-item.layout4 .images-info .images--name {
    margin-bottom: 5px;
  }
}

.dewey-images-widget .js-images-slider .images-item.layout4 .images-info .images--name span {
  margin-left: 0;
}

.dewey-images-widget .js-images-slider .images-item.layout4 .images-info .main-content {
  margin-right: 5px;
}

.dewey-images-widget .js-images-slider .images-item.layout5 .images-info {
  display: flex;
  flex-direction: column;
  position: static;
  margin-top: 11px;
  text-align: left;
}

.dewey-images-widget .js-images-slider .images-item.layout5 .images-info .images--name span {
  margin-left: 0;
}

.dewey-images-widget .js-images-slider .images-item.layout5 .images-info .show-hide-btn {
  padding-right: 14px;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  color: #15BEF0;
}

.dewey-images-widget .js-images-slider .images-item.layout5 .images-info .show-hide-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 55%;
  left: auto;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2786_10102)'%3E%3Cpath d='M5.13934 6.93589C5.18486 6.89069 5.22328 6.84065 5.2567 6.78867L8.74486 3.30035C9.08499 2.95989 9.08515 2.40813 8.7447 2.06751C8.40441 1.72706 7.85248 1.72706 7.51187 2.06751L4.50783 5.07187L1.48797 2.05234C1.14784 1.71172 0.595755 1.71172 0.255139 2.05234C0.0851536 2.22264 8.1034e-05 2.44558 8.10242e-05 2.66851C8.10145e-05 2.89145 0.0851545 3.11486 0.255463 3.28469L3.75896 6.78867C3.79238 6.84065 3.83063 6.89053 3.87632 6.93589C4.05066 7.11024 4.27957 7.19386 4.50783 7.18998C4.73625 7.19402 4.96548 7.11024 5.13934 6.93589Z' fill='%2315BEF0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2786_10102'%3E%3Crect width='9' height='9' fill='white' transform='translate(9) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 0 0;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.dewey-images-widget .js-images-slider .images-item.layout5 .images-info.expand .show-hide-btn:after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 500px) {
  .dewey-images-widget .js-images-slider .images-item.layout5 {
    max-width: 315px;
  }
}

.dewey-images-widget .arrows-widget {
  width: calc(100% + 130px);
  top: calc(50% - 20px);
  left: -65px;
}

@media (max-width: 1024px) {
  .dewey-images-widget .arrows-widget {
    display: none;
  }
}

.dewey-images-widget .arrows-widget.layout2 svg {
  font-size: 18px;
}

.dewey-images-widget .arrows-widget.layout1 svg,
.dewey-images-widget .arrows-widget.layout3 svg,
.dewey-images-widget .arrows-widget.layout4 svg {
  font-size: 26px;
}

.dewey-images-widget .arrows-widget.layout5 .dewey-arrow {
  background-color: #FDB611;
  border-radius: 50%;
  padding: 13px;
}

.dewey-images-widget .arrows-widget.layout5 .dewey-arrow svg path {
  fill: #FFF;
}

@media (max-width: 1600px) {
  .dewey-images-widget .arrows-widget.layout5 .dewey-arrow svg {
    width: auto;
  }
}

@media (max-width: 1600px) {
  .dewey-images-widget .arrows-widget {
    width: calc(100% + 110px);
    top: calc(50% - 19px);
    left: -54px;
  }
  .dewey-images-widget .arrows-widget .dewey-arrow svg {
    width: 21px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info {
    bottom: 24px;
    left: 33px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info .images--name span {
    margin-left: 4px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info .images--name span svg {
    width: 6px;
  }
}

@media (max-width: 1366px) {
  .dewey-images-widget .arrows-widget {
    width: calc(100% + 94px);
    left: -47px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info {
    bottom: 21px;
    left: 30px;
  }
}

@media (max-width: 1024px) {
  .dewey-images-widget .arrows-widget {
    width: calc(100% + 71px);
    top: calc(50% - 17px);
    left: -36px;
  }
  .dewey-images-widget .arrows-widget .dewey-arrow svg {
    width: 14px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info {
    bottom: 15px;
    left: 21px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info .images--name span {
    margin-left: 2px;
  }
  .dewey-images-widget .js-images-slider .images-item .images-info .images--name span svg {
    width: 4px;
  }
}

@media (max-width: 767px) {
  .dewey-images-widget .arrows-widget {
    display: none;
  }
}

/*=========================== Preloader ============================ */
#preloader {
  position: fixed;
  top: 0;
  background-color: #100249;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.preloader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.dewey-demo-loader {
  position: relative;
  color: #272727;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1em;
  background: #100249;
  mix-blend-mode: multiply;
  overflow: hidden;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}

.dewey-demo-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  background: linear-gradient(90deg, #ee2852, #fce494, #81b9f8);
  width: 500px;
  height: 100px;
  animation: gradientBG 10s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  will-change: transform;
}

@keyframes gradientBG {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-460px, 0, 0);
  }
}

.logo-img-loader {
  width: 130px;
  animation: bouncedelay 1.2s infinite ease-in-out;
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
}

.loader-wrap {
  height: 130px;
}

.loader-circles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 75px;
  height: 75px;
}

.loader-circles .circle {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: transparent !important;
  border: 1.5px solid #100249;
  border-radius: 50%;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  text-align: center;
}

.loader-circles .circle:nth-child(even) {
  border-color: #df1111;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.loader-circles .circle:nth-child(odd) {
  border-color: #6257bd;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.loader-circles .circle:nth-child(1) {
  width: 7.5px;
  height: 7.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 12s;
}

.loader-circles .circle:nth-child(2) {
  width: 15px;
  height: 15px;
  animation: rotate-circle linear infinite;
  animation-duration: 6s;
}

.loader-circles .circle:nth-child(3) {
  width: 22.5px;
  height: 22.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 4s;
}

.loader-circles .circle:nth-child(4) {
  width: 30px;
  height: 30px;
  animation: rotate-circle linear infinite;
  animation-duration: 3s;
}

.loader-circles .circle:nth-child(5) {
  width: 37.5px;
  height: 37.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 2.4s;
}

.loader-circles .circle:nth-child(6) {
  width: 45px;
  height: 45px;
  animation: rotate-circle linear infinite;
  animation-duration: 2s;
}

.loader-circles .circle:nth-child(7) {
  width: 52.5px;
  height: 52.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.71429s;
}

.loader-circles .circle:nth-child(8) {
  width: 60px;
  height: 60px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.5s;
}

.loader-circles .circle:nth-child(9) {
  width: 67.5px;
  height: 67.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.33333s;
}

.loader-circles .circle:nth-child(10) {
  width: 75px;
  height: 75px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.2s;
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: #fff;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.pricing-tab-scroll-wrapper.e-con-full.e-con {
  overflow-x: scroll;
  padding: 0 0 24px;
}

.elementor-element {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

.elementor-element * {
  scrollbar-width: auto;
  scrollbar-color: #137eb7 #123e7f;
}

.elementor-element *::-webkit-scrollbar {
  width: 16px;
  height: 12px;
}

.elementor-element *::-webkit-scrollbar-track {
  border-radius: 28px;
  background: #123e7f;
}

.elementor-element *::-webkit-scrollbar-thumb {
  border-radius: 28px;
  background-color: #137eb7;
  border: 2px solid #123e7f;
}

.dewey_pricing_tab {
  position: relative;
  background-color: #fff;
  padding: 22px 22px 8px;
  border-radius: 24px;
}

.dewey_pricing_tab > div {
  padding: 10px;
  border-bottom: 1px solid #e8e6ed;
}

.dewey_pricing_tab > div:last-child {
  border-bottom: 0;
}

.dewey_pricing_tab.show-status {
  padding: 0;
  background-color: transparent;
  width: 154px;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .dewey_pricing_tab.show-status {
    padding-right: 15px;
  }
}

.dewey_pricing_tab.show-status > div {
  border-bottom: 1px solid #2d2a68;
}

.dewey_pricing_tab.show-status > div:last-child {
  border-bottom: 0;
}

.dewey_pricing_tab.show-status * {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 17px !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status * {
    font-size: 11px !important;
    line-height: 14px !important;
  }
}

.dewey_pricing_tab.show-status .dewey-heading {
  min-height: 204px;
}

.dewey_pricing_tab.show-status .dewey-muctieudaura {
  padding: 51px 47px 0 15px !important;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-muctieudaura {
    padding: 57px 0 !important;
  }
}

.dewey_pricing_tab.show-status .dewey-bangcap {
  padding: 47px 0px 0 15px !important;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-bangcap {
    padding-left: 0 !important;
  }
}

@media (max-width: 375px) {
  .dewey_pricing_tab.show-status .dewey-bangcap {
    height: 120px;
  }
}

@media (max-width: 375px) {
  .dewey_pricing_tab.show-status .dewey-bangcap {
    height: 138px;
  }
}

.dewey_pricing_tab.show-status .dewey-tylegiangday {
  padding: 23px 0 0 15px !important;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-tylegiangday {
    padding: 14px 0 !important;
    height: 69px;
    width: fit-content;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-tylegiangday {
    padding: 14px 0 !important;
    height: 130px;
    width: fit-content;
/*    overflow: auto;*/
  }
  .dewey-tylegiangday {
    min-height: 130px !important;
  }
}
.dewey_pricing_tab.show-status .dewey-tylegiaovien {
  padding: 23px 22px 0 15px !important;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-tylegiaovien {
    padding: 13px 0 !important;
  }
}

.dewey_pricing_tab.show-status .dewey-sotiettienganh {
  padding: 23px 0 0 15px !important;
  text-align: left;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-sotiettienganh {
    padding: 13px 0 !important;
        height: 100px;
    width: fit-content;
/*    overflow: auto;*/
  }
  .dewey-sotiettienganh {
    min-height: 100px !important;
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-sotiettienganh {
    padding: 13px 0 !important;
        height: 100px;
    width: fit-content;
/*    overflow: auto;*/
  }
  .dewey-sotiettienganh {
    min-height: 100px !important;
  }
}
.dewey_pricing_tab.show-status .dewey-muctieutieng {
  padding: 44px 0 0 15px !important;
  align-items: start;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-muctieutieng {
    padding: 18px 0 !important;
    height: 100px;
    width: fit-content;
/*    overflow: auto;*/
  }
  .dewey-muctieutieng {
    min-height: 100px !important;
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-muctieutieng {
    padding: 18px 0 !important;
        height: 69px;
    width: fit-content;
    overflow: auto;
  }
}
.dewey_pricing_tab.show-status .dewey-duhoc {
  padding: 14px 20px 0 15px !important;
  text-align: left;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-duhoc {
    padding: 18px 0 !important;
    height:   140px;
    width: fit-content;
/*    overflow: auto;*/
  }
  .dewey-duhoc {
    min-height: 140px !important;
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-duhoc {
    padding: 18px 0 !important;
        height: 140px;
    width: fit-content;
    overflow: auto;
  }
  .dewey-duhoc {
    min-height: 140px !important;
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-bangcap {
    padding: 18px 0 !important;
    
  }
}
@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-muctieudaura {
    padding: 18px 0 !important;
    
  }
}
.dewey_pricing_tab.show-status .dewey-price-table {
  padding: 62px 0 0 15px !important;
}

@media (max-width: 425px) {
  .dewey_pricing_tab.show-status .dewey-price-table {
    padding-left: 0 !important;
  }
}

.dewey-price-table__ribbon {
  transform: rotate(90deg);
  position: absolute;
  top: 29px;
  right: 0;
}

.dewey-price-table__ribbon .dewey-price-table__ribbon-inner {
  padding: 5px 20px 5px 20px;
}

.text-inner-icons {
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.text-inner-icons svg {
  margin-right: 7px;
}

.t-plancing {
  color: #d4d4d4;
}

.icon-bg {
  position: absolute;
  top: -1px;
  right: -1px;
}

.background-icon .text-bg {
  display: none;
}

.background-icon .icon-bg {
  display: none;
}

.background-icon.background .text-bg {
  display: unset;
}

.background-icon.icon .icon-bg {
  display: unset;
}

.icon-sass-flex .elementor-image-box-wrapper {
  display: flex;
  align-items: center;
}

ul.dewey-price-table__features-list {
  list-style: none;
}

.dewey-price-table__features-list {
  list-style: none;
  padding-left: 0;
}

.loop-product-stock {
  padding: 21px 0 28px 0;
}

@media (max-width: 425px) {
  .loop-product-stock {
    padding: 5px 0 10px;
  }
}

.loop-product-stock .status-bar,
.loop-product-stock .sold-bar {
  height: 6px;
  background-color: #a9e8fa;
  border-radius: 4px;
}

.loop-product-stock .status-bar {
  background-color: #e8f9fe;
  border-radius: 4px;
}

.loop-product-stock .status-bar {
  position: relative;
}

.loop-product-stock .status-bar .dewey-circle {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -14px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #a9e7fa;
  top: 50%;
  transform: translateY(-50%);
}

.product-stock-status {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
}

.product-stock-status .sold,
.product-stock-status .available {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(16, 2, 73, 0.5);
  margin-bottom: 9px;
}

.dewey-heading {
  min-height: 183px;
  display: inline-grid;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #100249;
}

@media (max-width: 425px) {
  .dewey-heading {
    font-size: 15px;
    line-height: 22px;
  }
}

.dewey-heading img.khoahoc-images {
  margin-bottom: 10px;
}

.dewey_pricing_tab .dewey-muctieudaura {
  min-height: 149px;
}

@media (max-width: 768px) {
  .dewey_pricing_tab .dewey-muctieudaura {
    min-height: 90px;
  }
}

@media (max-width: 414px) {
  .dewey_pricing_tab .dewey-muctieudaura {
    min-height: 125px;
    height: 125px;
  }
}

@media (max-width: 375px) {
  .dewey_pricing_tab .dewey-muctieudaura {
    height: 155px;
  }
}

.dewey_pricing_tab.show-status .dewey-muctieudaura {
  min-height: 143px;
}

@media (max-width: 768px) {
  .dewey_pricing_tab.show-status .dewey-muctieudaura {
    min-height: 90px;
  }
}

@media (max-width: 414px) {
  .dewey_pricing_tab.show-status .dewey-muctieudaura {
    min-height: 123px;
    height: 123px;
  }
}

@media (max-width: 375px) {
  .dewey_pricing_tab.show-status .dewey-muctieudaura {
    height: 155px;
  }
}

.dewey-muctieudaura,
.dewey-bangcap {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #69647e;
  padding: 21px 10px !important;
}

@media (max-width: 425px) {
  .dewey-muctieudaura,
  .dewey-bangcap {
    font-size: 12px;
    line-height: 18px;
  }
}

.dewey-bangcap {
  padding: 16px 10px !important;
  min-height: 113px;
}

.dewey-bangcap .dewey-price-table__features-list li {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

@media (max-width: 425px) {
  .dewey-bangcap {
    height: 120px;
  }
}

@media (max-width: 414px) {
  .dewey-bangcap {
    height: 100px;
    min-height: 100px;
  }
}

@media (max-width: 375px) {
  .dewey-bangcap {
    height: 139px;
  }
}

.dewey-tylegiangday {
  padding: 10px 0 !important;
  min-height: 99px;
}

@media (max-width: 425px) {
  .dewey-tylegiangday {
    height: 69px;
    min-height: 69px;
  }
}

.dewey-tylegiaovien {
  padding: 10px 0 13px !important;
  min-height: 102px;
}

@media (max-width: 425px) {
  .dewey-tylegiaovien {
    height: 82px;
    min-height: 82px;
  }
}

.dewey-sotiettienganh {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(16, 2, 73, 0.5);
  padding: 28px 0 !important;
  min-height: 81px;
}

@media (max-width: 425px) {
  .dewey-sotiettienganh {
    height: 68px;
    min-height: 68px;
    padding: 22px 0 !important;
  }
}

.dewey-muctieutieng {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 0 12px !important;
  min-height: 106px;
}

@media (max-width: 425px) {
  .dewey-muctieutieng {
    height: 90px;
    min-height: 90px;
    padding: 15px 0 12px !important;
  }
}

.dewey-muctieutieng p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #69647e;
}

.dewey-duhoc {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #69647e;
  min-height: 81px;
  padding: 29px 0 0 0 !important;
}

@media (max-width: 425px) {
  .dewey-duhoc {
    height: 68px;
    min-height: 68px;
  }
}

.dewey-price-table {
  padding: 20px 0 17px !important;
  min-height: 146px;
}

.dewey-price-table .yes span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #69647e;
}

.dewey-price-table .no span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #c3c1cb;
}

.dewey-price-table .no svg path {
  fill: #c7effb;
}

.dewey-price-table ul li {
  padding: 0 0 6px;
}

@media (max-width: 425px) {
  .dewey-price-table ul li {
    padding: 0;
  }
}

.dewey-muctieutieng.no svg path {
  fill: #c7effb;
}

.dewey-price-table__footer {
  display: flex;
  flex-direction: column;
  padding: 24px 0 !important;
}

.dewey-price-table__footer .dewey-price-table__button {
  text-align: center;
}

.dewey-price-table__footer .dewey-price-table__button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-top: 13px;
}

.elementor-element.elementor-element-463d99e.elementor-widget__width-initial.elementor-widget-mobile__width-initial.elementor-widget.elementor-widget-dewey-pricing[data-id="463d99e"] {
  position: sticky;
  left: 0;
  background: #100249;
  z-index: 99;
}

.container-recruitment-boxed {
  background-color: #E8F9FE;
  border-radius: 20px;
  padding: 18px 32px;
}

.container-recruitment-boxed .recruitment-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #100249;
  letter-spacing: normal;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .container-recruitment-boxed .recruitment-header {
    letter-spacing: -0.02em;
  }
}

.container-recruitment-boxed .title-card {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #A8B0C8;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .container-recruitment-boxed .title-card {
    font-size: 12px;
    line-height: 14px;
  }
}

.container-recruitment-boxed .info-card {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #3B346D;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .container-recruitment-boxed .info-card {
    font-size: 15px;
    line-height: 20px;
  }
}

.container-recruitment-boxed .line {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #D7E5F0;
  margin: 15px 0;
}

.heading-recruitment {
  display: flex;
  align-items: center;
}

.heading-recruitment .title-recruitment {
  margin-right: 24px;
}

@media (max-width: 767px) {
  .heading-recruitment .title-recruitment {
    margin-right: 16px;
  }
}

.heading-recruitment .button-new {
  margin-top: 14px;
}

@media (max-width: 1600px) {
  .heading-recruitment .button-new {
    margin-top: 7px;
  }
}

@media (max-width: 991px) {
  .heading-recruitment .button-new {
    margin-top: 0;
  }
}

.heading-recruitment .button-new svg {
  margin-left: 7px;
}

.dewey-filter-recruitment .cat-filter--wrapper {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 31px;
  margin-bottom: 42px;
  border-bottom: 1px solid #E8E6ED;
}

@media (min-width: 992px) {
  .dewey-filter-recruitment .cat-filter--wrapper {
    display: flex;
  }
}

@media (max-width: 991px) {
  .dewey-filter-recruitment .cat-filter--wrapper {
    padding-bottom: 41px;
  }
}

.dewey-filter-recruitment .cat-filter--wrapper h2.title-recruitment {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .dewey-filter-recruitment .cat-filter--wrapper h2.title-recruitment {
    padding-left: 0;
  }
}

.dewey-filter-recruitment .search {
  margin-bottom: 8px;
  width: 85%;
  float: left;
  margin-top: 0;
}

@media (min-width: 1601px) {
  .dewey-filter-recruitment .search {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .dewey-filter-recruitment .search {
    margin-bottom: 0;
    width: 490px;
  }
}

@media (max-width: 991px) {
  .dewey-filter-recruitment .search {
    margin-top: 12px;
  }
}

.dewey-filter-recruitment .search input[type="text"] {
  padding: 0 34px !important;
  border: none !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #100249cc;
  background-color: #E8F9FE;
  border-radius: 31px;
  line-height: 52px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1756 19.4125L17.1217 15.3586C18.3503 13.7502 19.0242 11.7994 19.0244 9.74084C19.0244 7.26007 18.0583 4.92761 16.3038 3.17346C14.5497 1.41931 12.2175 0.453125 9.73642 0.453125C7.25565 0.453125 4.92319 1.41931 3.16904 3.17346C-0.452179 6.79498 -0.452179 12.6873 3.16904 16.3082C4.92319 18.0627 7.25565 19.0289 9.73642 19.0289C11.795 19.0286 13.7458 18.3548 15.3542 17.1262L19.4081 21.1801C19.6519 21.4242 19.972 21.5463 20.2918 21.5463C20.6117 21.5463 20.9318 21.4242 21.1756 21.1801C21.6639 20.6921 21.6639 19.9004 21.1756 19.4125ZM4.93661 14.5406C2.29013 11.8942 2.29044 7.58783 4.93661 4.94104C6.21866 3.6593 7.92337 2.95312 9.73642 2.95312C11.5498 2.95312 13.2542 3.6593 14.5362 4.94104C15.8183 6.22308 16.5244 7.92779 16.5244 9.74084C16.5244 11.5542 15.8183 13.2586 14.5362 14.5406C13.2542 15.8227 11.5498 16.5289 9.73642 16.5289C7.92337 16.5289 6.21866 15.8227 4.93661 14.5406Z' fill='%2315BEF0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

.dewey-filter-recruitment .search input[type="text"]::placeholder {
  color: #1002494d;
}

.dewey-filter-recruitment .search input[type="text"]:focus-visible {
  outline: none;
}

@media (min-width: 992px) {
  .dewey-filter-recruitment .search input[type="text"] {
    line-height: 62px !important;
  }
}

@media (max-width: 767px) {
  .dewey-filter-recruitment .search input[type="text"] {
    font-size: 15px;
    padding: 0 23px !important;
  }
}

.dewey-filter-recruitment .pagination-blog {
  margin-top: 7.223942208462332vh;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

.dewey-filter-recruitment .button-load-more {
  position: relative;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 56px;
  border-radius: 31px;
  width: 176px;
  transition: all 240ms linear 0ms;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 30px;
  background-color: #FDB611;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.dewey-filter-recruitment .button-load-more:hover {
  background-color: #FFD800;
  color: #fff;
}

@media (max-width: 767px) {
  .dewey-filter-recruitment .button-load-more {
    font-size: 15px;
    line-height: 48px;
    width: 148px;
    margin-top: 31px;
    padding: 0 20px;
  }
}

h3.recruitment-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: 0.01em !important;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  h3.recruitment-title {
    margin-bottom: 2px;
    font-size: 20px !important;
    line-height: 27px !important;
    letter-spacing: normal !important;
  }
}

h3.recruitment-title a {
  color: #100249 !important;
}

.on-hot,
.on-urgent {
  font-size: 9px;
  padding: 3px 9px 1px 7px;
  text-align: center;
  text-transform: uppercase;
  color: #FFEFE9;
  background-color: #FF6329;
  border-radius: 31px;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .on-hot,
  .on-urgent {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 1px 5px 0px 8px;
  }
}

.on-hot {
  color: #FE733F;
  background-color: #fff;
  border: 1px solid #F99F7F;
  padding: 1px 6px;
}

@media (min-width: 992px) {
  .recruitment-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.recruitment-item {
  padding: 18px 24px;
  border-radius: 16px;
  background-color: #F1FBFE;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .recruitment-item {
    padding: 38px 50px 44px 40px;
  }
}

.recruitment-list .title-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  max-width: 380px;
  padding-right: 140px;
}

@media (min-width: 768px) {
  .recruitment-list .title-card {
    max-width: 380px;
    margin-bottom: 0;
    flex-grow: 1;
  }
}

@media (max-width: 1600px) {
  .recruitment-list .title-card {
    max-width: 300px;
    padding-right: 105px;
  }
}

@media (max-width: 1366px) {
  .recruitment-list .title-card {
    max-width: 225px;
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .recruitment-list .title-card {
    max-width: 180px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .recruitment-list .title-card {
    max-width: 100%;
    padding-right: 0;
  }
}

.card-content {
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: -3px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #69647E;
}

@media (max-width: 992px) {
  .card-content {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .card-content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    flex-grow: 1;
  }
  .card-content.location {
    max-width: 150px;
  }
}

.card-content .info-card svg {
  margin-top: 5px;
  margin-right: 5px;
}

.card-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-top: 14px;
  color: #15BEF0;
}

@media (min-width: 768px) {
  .card-button {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }
}

.card-button a svg {
  margin-left: 6px;
}

.count-recruitment {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #69647E;
  padding-left: 12px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .count-recruitment {
    font-size: 17px;
    line-height: 28px;
    padding-left: 22px;
  }
}

.recruitment-container {
  display: flex;
  justify-content: space-between;
}

.recruitment-container .sidebar-recruitment {
  width: 21.6%;
  padding: 40px 46px 20px 24px;
}

@media (max-width: 991px) {
  .recruitment-container .sidebar-recruitment {
    display: none;
  }
}

.recruitment-container .sidebar-recruitment h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B8B4C9;
  padding-left: 10px;
}

.recruitment-container .filter-category-content {
  width: 78.4%;
}

@media (max-width: 991px) {
  .recruitment-container .filter-category-content {
    width: 100%;
  }
}

.recruitment-container .filter-category-content .posts-filter__tab-panner {
  margin-top: 20px;
}

.recruitment-container .expand-collapse {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.recruitment-container .expand-collapse strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(16, 2, 73, 0.5);
}

.recruitment-container .expand-collapse svg path {
  fill: #10024980;
}

.recruitment-container .expand-collapse.active svg {
  transform: rotate(180deg);
}

.recruitment-container .expand-collapse svg path {
  fill: #10024980;
}

.recruitment-container .filter-box {
  padding: 16px 10px 7px;
  margin-top: 10px;
  border-top: 1px solid #ECEBF1;
  /* Hide the browser's default checkbox */
  /* The container */
  /*Style 2 checkbox*/
  /* The container */
}

.recruitment-container .filter-box form label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #69647E;
  margin-bottom: 5px;
}

.recruitment-container .filter-box form label input {
  margin-right: 10px;
}

.recruitment-container .filter-box .label-container {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.recruitment-container .filter-box .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.recruitment-container .filter-box .label-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 2px solid rgba(21, 190, 240, 0.2);
  border-radius: 4px;
}

.recruitment-container .filter-box .label-container:hover input ~ .checkmark {
  background-color: #cccccc;
}

.recruitment-container .filter-box .label-container input:checked ~ .checkmark {
  background-color: #15BEF0;
}

.recruitment-container .filter-box .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.recruitment-container .filter-box .label-container input:checked ~ .checkmark:after {
  display: block;
}

.recruitment-container .filter-box .label-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recruitment-container .filter-box .label-radio-container {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.recruitment-container .filter-box .label-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.recruitment-container .filter-box .label-radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #ffffff;
  border: 2px solid rgba(21, 190, 240, 0.2);
  border-radius: 50%;
}

.recruitment-container .filter-box .label-radio-container:hover input ~ .checkmark {
  background-color: #cccccc;
}

.recruitment-container .filter-box .label-radio-container input:checked ~ .checkmark {
  background-color: #15BEF0;
}

.recruitment-container .filter-box .label-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.recruitment-container .filter-box .label-radio-container input:checked ~ .checkmark:after {
  display: block;
}

.recruitment-container .filter-box .label-radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

/*Single*/
.single-recruitment h2 {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: normal !important;
}

@media (max-width: 767px) {
  .single-recruitment h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.02em !important;
  }
}

.single-recruitment .single-button-recruitment {
  display: block;
  float: left;
  width: 100%;
  padding-top: 13px;
  border-top: 1px solid #ECEBF1;
  margin-top: 22px;
}

.single-recruitment .single-button-recruitment .button-new a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #15BEF0;
}

.single-recruitment .button-new .elementor-button-icon {
  font-size: 7px;
}

.mobile-filter {
  display: none;
}

@media (max-width: 991px) {
  .mobile-filter {
    display: block;
    margin-top: 20px;
  }
}

.filter-top {
  margin-left: 10px;
}

.filter-top-item {
  padding: 5px 10px;
  background-color: #E7F8FC;
  cursor: pointer;
  font-size: 12px;
  border-radius: 20px;
  margin-left: 3px;
}

.filter-top-item > span {
  margin-left: 5px;
}

.filter-top-item-clear {
  padding: 5px 10px;
  color: #46BBEA;
  cursor: pointer;
  font-size: 12px;
  margin-left: 3px;
}

.popup-recruitment {
  display: block;
  width: 100%;
  clear: both;
}

.popup-recruitment .filter-box {
  font-size: 1.67rem;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #69647E;
}

.popup-recruitment .filter-box .expand-collapse {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.popup-recruitment .filter-box .expand-collapse strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.55rem;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: rgba(16, 2, 73, 0.5);
}

.popup-recruitment .filter-box .expand-collapse svg path {
  fill: #10024980;
}

.popup-recruitment .filter-box .expand-collapse.active svg {
  transform: rotate(180deg);
}

.popup-recruitment .filter-box {
  padding: 16px 10px 7px;
  margin-top: 10px;
  border-top: 1px solid #ECEBF1;
  /* Hide the browser's default checkbox */
  /* The container */
  /*Style 2 checkbox*/
  /* The container */
}

.popup-recruitment .filter-box form label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #69647E;
  margin-bottom: 5px;
}

.popup-recruitment .filter-box form label input {
  margin-right: 10px;
}

.popup-recruitment .filter-box .label-container {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.popup-recruitment .filter-box .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.popup-recruitment .filter-box .label-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 2px solid rgba(21, 190, 240, 0.2);
  border-radius: 4px;
}

.popup-recruitment .filter-box .label-container:hover input ~ .checkmark {
  background-color: #cccccc;
}

.popup-recruitment .filter-box .label-container input:checked ~ .checkmark {
  background-color: #15BEF0;
}

.popup-recruitment .filter-box .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.popup-recruitment .filter-box .label-container input:checked ~ .checkmark:after {
  display: block;
}

.popup-recruitment .filter-box .label-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-recruitment .filter-box .label-radio-container {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.popup-recruitment .filter-box .label-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.popup-recruitment .filter-box .label-radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #ffffff;
  border: 2px solid rgba(21, 190, 240, 0.2);
  border-radius: 50%;
}

.popup-recruitment .filter-box .label-radio-container:hover input ~ .checkmark {
  background-color: #cccccc;
}

.popup-recruitment .filter-box .label-radio-container input:checked ~ .checkmark {
  background-color: #15BEF0;
}

.popup-recruitment .filter-box .label-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.popup-recruitment .filter-box .label-radio-container input:checked ~ .checkmark:after {
  display: block;
}

.popup-recruitment .filter-box .label-radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

/*Filter*/
.wrap-filter-top {
  display: flex;
  flex-wrap: wrap;
}

.filter-top {
  margin-left: 10px;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .filter-top {
    margin-top: -12px;
  }
}

.filter-top-item {
  padding: 9px 16px;
  background-color: #E8F9FE;
  cursor: pointer;
  border-radius: 31px;
  margin-left: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(16, 2, 73, 0.5);
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.filter-top-item > span {
  margin-left: 5px;
}

.filter-top-item-clear {
  padding: 8px 0;
  cursor: pointer;
  margin-left: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #15BEF0;
}

@media (max-width: 600px) {
  .filter-top {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 10px;
  }
  .filter-top-item {
    margin-bottom: 6px;
  }
  .filter-top-item-clear {
    width: 100%;
  }
}

/*Recruitment*/
.widget-recruitment-post {
  /* the parent */
}

.widget-recruitment-post .js-recruitment-post-slider {
  display: flex;
}

@media (max-width: 1024px) {
  .widget-recruitment-post .js-recruitment-post-slider {
    display: block;
  }
}

.widget-recruitment-post .js-recruitment-post-slider .box-recruitment {
  width: 100%;
  float: left;
  margin: 0 10px;
  padding: 25px 40px 30px 40px;
  background-color: #FFFFFF;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .widget-recruitment-post .js-recruitment-post-slider .box-recruitment {
    padding: 18px 24px 22px;
    width: calc( 50% - 10px);
    margin: 5px;
    display: block;
  }
}

@media (max-width: 500px) {
  .widget-recruitment-post .js-recruitment-post-slider .box-recruitment {
    max-width: 300px;
    margin: 0 5px;
  }
}

.widget-recruitment-post .js-recruitment-post-slider h3.recruitment-entry-title {
  margin-bottom: 8px;
}

.widget-recruitment-post .js-recruitment-post-slider .recruitment-card-list .info-card {
  margin-bottom: 1px;
}

.widget-recruitment-post .js-recruitment-post-slider .recruitment-card-list .info-card svg {
  margin: 4px 7px -1px 0;
}

.widget-recruitment-post.container {
  padding-left: 0;
}

@media (max-width: 500px) {
  .widget-recruitment-post.container {
    padding-left: 0;
    padding-right: 0;
    margin-right: -23px;
  }
}

.widget-recruitment-post .row {
  margin-left: -10px;
  margin-right: 5px;
}

@media (max-width: 500px) {
  .widget-recruitment-post .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.widget-recruitment-post .slick-list {
  margin: 0;
  padding-left: 23px;
}

.animeslide-slide {
  color: #fff;
}

.animeslide-slide {
  position: relative;
  padding: 0;
  min-height: 500px;
  background-size: cover;
}

.animeslide-slide .images-info {
  position: relative;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}

.animeslide-heading {
  margin-bottom: 25px;
  transition-delay: 3s;
}

.animeslide-heading span {
  font-size: 16px;
  background-color: #f08723;
  padding: 6px 12px 7px;
  border-radius: 8px;
  font-weight: normal;
}

.animeslide-desc {
  padding: 15px 22px;
  border-radius: 8px;
  background-color: #202238;
  max-width: 480px;
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.animeslide-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  background-color: #202238;
  max-width: 600px;
  z-index: 1;
  padding: 35px 35px;
  right: 0;
  font-size: 14px;
}

.animeslide-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}

.animeslide-bottom .animeslide-scrollbar {
  margin-top: 16px;
}

.animeslide-bottom .animeslide-scrollbar-drag {
  height: 6px;
}

.animeslide-bottom .animeslide-pagination {
  font-size: 25px;
  bottom: inherit;
  color: #fff;
}

.animeslide-bottom .animeslide-pagination b {
  font-size: 28px;
  margin-top: -5px;
}

.animeslide-bottom .animeslide-pagination span {
  padding-left: 5px;
  padding-right: 5px;
}

.animeslide-button-next,
.animeslide-button-prev {
  outline: none;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
  font-size: 22px;
  color: #fff;
}

.swiper-pagination {
  bottom: 38px !important;
  width: 100%;
}

.dewey-swiper-wrapper .images-slider {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 440px) {
  .dewey-swiper-wrapper .images-slider {
    background-image: none !important;
  }
}

.dewey-swiper-wrapper .images-slider .slider-images {
  display: block;
  object-fit: cover;
  min-height: 541px;
  width: 100%;
}

@media (max-width: 439px) {
  .dewey-swiper-wrapper .images-slider .slider-images {
    opacity: 0;
    min-height: 440px;
  }
}

.dewey-swiper-wrapper .images-info {
  display: flex;
  flex-direction: column;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
}

.swiper-pagination-bullet {
  margin: 0 3px;
  background: #514f66 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7a788a !important;
}

.swiper-wrapper {
  overflow: hidden;
}

/* Tab content */
.tabs-horizontal {
  display: flex;
  flex-direction: column;
}

@media (min-width: 42em) {
  .tabs-horizontal.reverse {
    flex-direction: column-reverse;
  }
}

.tabs-horizontal:not(.reverse) .tab-container {
  border-bottom: 1px solid #ECEBF0;
}

.tabs-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tabs-container {
    flex-direction: column;
  }
}

.tabs-container .title-tab {
  margin-left: 23px;
}

@media (max-width: 767px) {
  .tabs-container .title-tab {
    margin-left: 12px;
  }
}

.tabs-container .nav-tabs {
  display: flex;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 38px;
  flex-wrap: wrap;
  padding: 5px;
  border-radius: 31px;
  background-color: #fff;
}

.tabs-container .list-content {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  padding: 14px 28px;
  margin: 0 2.5px;
  border-radius: 31px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .tabs-container .list-content {
    font-size: 14px;
    margin: 0;
  }
}

.tabs-vertical .tab-content-area .tab-content-item {
  display: none;
}

.tabs-vertical .tab-content-area .tab-content-item.current {
  display: block;
}

.tabs-horizontal .tab-content-area .tab-content-item {
  display: none;
}

.tabs-horizontal .tab-content-area .tab-content-item.active {
  display: block;
}

/*Tab content Vertical*/
.tabs-vertical.dewey-vertical {
  display: flex;
}

@media (max-width: 1024px) {
  .tabs-vertical.dewey-vertical {
    display: block;
  }
}

.tabs-vertical:not(.accordion-dewey) .nav-container {
  width: 36.5%;
  padding-right: 130px;
  border-right: 1px solid #ffffff1f;
  height: fit-content;
}

.tabs-vertical:not(.accordion-dewey) .nav-container .tabs-vertical-heading {
  margin: 0;
  text-transform: none;
}

.tabs-vertical:not(.accordion-dewey) .tab-content-container {
  padding-left: 90px;
}

.tabs-vertical:not(.accordion-dewey) .tab-container {
  display: block;
  list-style: none;
}

.tabs-vertical:not(.accordion-dewey) .tab-container .list-content {
  padding: 17px 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}

@media (min-width: 767px) {
  .tabs-vertical:not(.accordion-dewey) .tab-container .list-content {
    border-top: 1px solid #ffffff26;
  }
}

.tabs-vertical:not(.accordion-dewey) .tab-container .list-content:before {
  width: 0;
}

.tabs-vertical:not(.accordion-dewey) .tab-container .list-content .nav-icon {
  float: right;
  opacity: 0;
}

@media (max-width: 1024px) {
  .tabs-vertical:not(.accordion-dewey) .tab-container .list-content .nav-icon {
    opacity: 1;
    transform: rotate(90deg);
  }
}

.tabs-vertical:not(.accordion-dewey) .tab-container .list-content:hover {
  cursor: pointer;
}

.tabs-vertical:not(.accordion-dewey) .tab-container .list-content:hover .nav-icon {
  opacity: 1;
}

.tabs-vertical:not(.accordion-dewey) .tab-content-container {
  width: 63.5%;
}

.tabs-vertical:not(.accordion-dewey) .tab-content-container ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 13px;
  position: relative;
}

.tabs-vertical:not(.accordion-dewey) .tab-content-container ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ffffff99;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

@media (max-width: 1600px) {
  .tabs-vertical:not(.accordion-dewey) .tab-content-container ul li::before {
    top: 7px;
  }
}

@media (max-width: 1366px) {
  .tabs-vertical:not(.accordion-dewey) .tab-content-container ul li::before {
    top: 5px;
  }
}

@media (max-width: 1366px) {
  .tabs-vertical:not(.accordion-dewey) .nav-container {
    padding-right: 50px;
  }
  .tabs-vertical:not(.accordion-dewey) .tab-content-container {
    padding-left: 60px;
  }
}

@media (max-width: 1024px) {
  .tabs-vertical:not(.accordion-dewey) {
    display: block;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container {
    width: 100%;
    border: none;
  }
  .tabs-vertical:not(.accordion-dewey) .tab-content-container {
    width: 100%;
    padding-left: 0;
    padding-top: 47px;
  }
}

@media (max-width: 767px) {
  .tabs-vertical:not(.accordion-dewey) .tab-content-container ul li {
    margin-bottom: 5px;
  }
  .tabs-vertical:not(.accordion-dewey) .tab-content-container ul li::before {
    width: 4px;
    height: 4px;
    top: 8px;
    left: 0;
  }
}

.tabs-vertical.accordion-dewey .tab-content-container ul li {
  margin-bottom: 0;
  padding-left: 28px;
}

.tabs-vertical.accordion-dewey .tab-content-container ul li::before {
  position: relative;
}

.accordion-dewey {
  /* Accordion styles */
}

.accordion-dewey input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion-dewey .tabs {
  overflow: hidden;
}

.accordion-dewey .tab {
  width: 100%;
  overflow: hidden;
}

.accordion-dewey .tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #676592;
  letter-spacing: 0.01em;
  border-top: 1px solid #D3E1EC;
  padding: 18px 0 17px 11px;
  cursor: pointer;
  /* Icon */
}

.accordion-dewey .tab-label:hover {
  color: #15BEF0;
}

.accordion-dewey .tab-label::after {
  content: "\276F";
  font-size: 12px;
  line-height: 22px;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
  transform: rotate(90deg);
}

.accordion-dewey .tab-label.no-dropdown::after {
  display: none;
}

.accordion-dewey .tab-content {
  max-height: 0;
  padding: 0 10px;
  transition: all .35s;
}

.accordion-dewey .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  height: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.accordion-dewey .tab-close:hover {
  background: #1a252f;
}

.accordion-dewey input:checked + .tab-label {
  color: #15BEF0;
  border-top: 1px solid #B7B3C8;
  padding-bottom: 2px;
}

.accordion-dewey input:checked + .tab-label::after {
  transform: rotate(-90deg);
  width: 3em;
}

.accordion-dewey input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 6px 0 14px 35px;
}

@media (min-width: 768px) {
  .col-sm-3 {
    width: 18.2%;
  }
}

.tabs-vertical .nav-container h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B7B3C8;
  margin: 0 0 17px 12px;
}

.tabs-vertical.accordion-dewey .row {
  margin-left: 0;
  margin-right: 0;
}

.tabs-vertical.accordion-dewey .nav-container {
  width: 21.8%;
}

.tabs-vertical.accordion-dewey .tab-content-container {
  width: 100%;
  padding-left: 80px;
  padding-right: 0;
}

.tabs-vertical.accordion-dewey .tab-container {
  display: block;
  list-style: none;
  border-bottom: 0;
}

.tabs-vertical.accordion-dewey .tab-container .list-content {
  padding: 4px 0;
}

@media (max-width: 767px) {
  .tabs-vertical.accordion-dewey .tab-content-container,
  .tabs-vertical.accordion-dewey .nav-container {
    width: 100% !important;
  }
}

.tabs-horizontal {
  /*Epanded*/
  /* the nitty gritty */
}

.tabs-horizontal .tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 500px) {
  .tabs-horizontal .tabs-container nav ul {
    border-radius: 31px;
  }
}

.tabs-horizontal .tabs-container nav ul li {
  cursor: pointer;
  color: #A7A7A7;
}

.tabs-horizontal .tabs-container nav ul li:hover {
  color: #3e4b58;
}

.tabs-horizontal .tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}

.tabs-horizontal .tabs-container {
  position: relative;
  z-index: 5;
}

@media (max-width: 42em) {
  .tabs-horizontal .tabs-container nav {
    width: 100%;
  }
}

.tabs-horizontal .tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-horizontal .tabs-container nav ul.expanded {
  background-color: #fff;
  border-radius: 31px;
}

.tabs-horizontal .tabs-container nav ul li {
  order: 1;
}

.tabs-horizontal .tabs-container nav ul li.active {
  order: 0;
}

.tabs-horizontal .tabs-container nav ul li.active:after {
  content: '';
  width: 9px;
  height: 12px;
  position: absolute;
  top: 40%;
  right: 24px;
  background-image: url("assets/images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs-horizontal .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.tabs-horizontal .tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
}

.tabs-horizontal .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  .tabs-horizontal nav {
    background: transparent;
  }
  .tabs-horizontal .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 5px;
    background-color: #fff;
    border-radius: 31px;
  }
  .tabs-horizontal .tabs-container nav ul li {
    border: none;
  }
  .tabs-horizontal .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }
  .tabs-horizontal .tabs-container nav ul li.active {
    order: 1;
  }
  .tabs-horizontal .tabs-container nav ul li.active:after {
    display: none;
  }
}

.tabs-horizontal .tab-content {
  display: none;
}

.tabs-horizontal .tab-content.current {
  display: inherit;
}

/*Vertical Epanded*/
.tabs-vertical:not(.accordion-dewey) {
  /*Epanded*/
  /* the nitty gritty */
}

.tabs-vertical:not(.accordion-dewey) .nav-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 500px) {
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul {
    border-radius: 31px;
  }
}

.tabs-vertical:not(.accordion-dewey) .nav-container nav ul li {
  cursor: pointer;
  color: #A7A7A7;
}

.tabs-vertical:not(.accordion-dewey) .nav-container nav ul li:hover {
  color: #3e4b58;
}

.tabs-vertical:not(.accordion-dewey) .nav-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}

.tabs-vertical:not(.accordion-dewey) .nav-container {
  position: relative;
  z-index: 5;
}

@media (max-width: 42em) {
  .tabs-vertical:not(.accordion-dewey) .nav-container nav {
    width: 100%;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li {
    order: 1;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li.current {
    order: 0;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li:not(.current) {
    position: absolute;
    top: -999em;
  }
}

.tabs-vertical:not(.accordion-dewey) .nav-container nav ul.expanded li.current:after {
  border-top-color: transparent;
  border-bottom-color: #555;
}

.tabs-vertical:not(.accordion-dewey) .nav-container nav ul.expanded li:not(.current) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  .tabs-vertical:not(.accordion-dewey) nav {
    background: transparent;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 5px;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li:not(.current) {
    position: relative;
    top: auto;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li {
    border: none;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li.current:after {
    display: none;
  }
}

@media (max-width: 500px) {
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul li.current {
    order: 1;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container nav ul {
    border-radius: 31px;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container .nav-tabs {
    background-color: #113A7B;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container .nav-tabs .list-content {
    color: #FFFFFF !important;
    background-color: #113A7B;
    border-radius: 31px;
    order: 1;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container .nav-tabs .list-content.current {
    order: 0;
  }
  .tabs-vertical:not(.accordion-dewey) .nav-container .nav-tabs .list-content:not(.current) .nav-icon {
    display: none;
  }
}

.tabs-vertical:not(.accordion-dewey) .tab-content {
  display: none;
}

.tabs-vertical:not(.accordion-dewey) .tab-content.current {
  display: inherit;
}

.tagcloud a {
  display: inline-block;
  padding: 10px 21px;
  margin: 0 2px 5px 0;
  color: #B7B3C8;
  background-color: #E8F9FE;
  border-radius: 31px;
  transition: .3s;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 18px;
  text-align: center;
}

.tagcloud a:hover {
  color: #fff;
  background-color: #FFD800;
}

.dewey-slider-tdser-widget .container-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin: 0 35px;
}

@media (min-width: 1200px) {
  .dewey-slider-tdser-widget .container-heading {
    margin-right: 196px;
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .dewey-slider-tdser-widget .container-heading {
    margin: 0 12px;
  }
}

.dewey-slider-tdser-widget .js-tdser-slider .box {
  float: left;
}

@media (max-width: 500px) {
  .dewey-slider-tdser-widget .js-tdser-slider .box {
    max-width: 326px;
  }
}

.dewey-slider-tdser-widget .js-tdser-slider .box.box-last {
  width: 0;
  margin: 0;
}

.dewey-slider-tdser-widget .js-tdser-slider .slick-prev.slick-arrow,
.dewey-slider-tdser-widget .js-tdser-slider .slick-next.slick-arrow {
  display: none !important;
}

.tdser-slider {
  display: flex;
  padding: 55px 0 0 72px;
  border-radius: 32px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .tdser-slider {
    border-radius: 16px;
  }
}

@media (max-width: 1200px) {
  .tdser-slider {
    padding: 0;
    flex-direction: column;
  }
}

.tdser-slider .tdser-info,
.tdser-slider .slider-tdser {
  float: left;
}

.tdser-slider .tdser-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .tdser-slider .tdser-info {
    padding: 26px 32px 0 32px;
  }
}

@media (max-width: 767px) {
  .tdser-slider .tdser-info {
    padding: 27px 26px 0;
  }
}

@media (min-width: 1200px) {
  .tdser-slider .tdser-info {
    width: 506px;
    min-height: 546px;
  }
}

.tdser-slider .tdser-info h3 {
  text-align: left;
  margin-bottom: 0;
}

.tdser-slider .tdser-info h3 a {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #100249;
}

@media (max-width: 425px) {
  .tdser-slider .tdser-info h3 {
    height: 110px;
  }
}

.tdser-slider .tdser-info a.button-new {
  margin-bottom: 50px;
}

@media (max-width: 425px) {
  .tdser-slider .tdser-info a.button-new {
    margin-bottom: 0;
  }
}

.tdser-slider .tdser-info a.button-new .main-content {
  margin-right: 8px;
}

.tdser-slider .slider-tdser {
  height: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .tdser-slider .slider-tdser {
    width: 462px;
  }
}

@media (max-width: 1200px) {
  .tdser-slider .slider-tdser {
    max-width: 300px;
  }
}

@media (max-width: 425px) {
  .tdser-slider .slider-tdser {
    max-width: 233px;
  }
}

.tdser-slider .dewey-table-list {
  letter-spacing: normal;
  padding-left: 0;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .tdser-slider .dewey-table-list {
    max-width: 448px;
  }
}

@media (max-width: 767px) {
  .tdser-slider .dewey-table-list {
    padding-bottom: 17px;
  }
}

.tdser-slider .dewey-table-list .dewey-repeater-item {
  border-bottom: 1px solid rgba(16, 2, 73, 0.1);
}

.tdser-slider .dewey-table-list .dewey-repeater-item.description-tdser {
  padding: 14px 0 31px;
}

@media (max-width: 767px) {
  .tdser-slider .dewey-table-list .dewey-repeater-item.description-tdser {
    padding: 12px 0 25px;
  }
}

@media (max-width: 425px) {
  .tdser-slider .dewey-table-list .dewey-repeater-item.description-tdser {
    height: 185px;
  }
}

.tdser-slider .dewey-table-list .dewey-repeater-item.achievement {
  padding: 16px 0;
  display: flex;
}

@media (max-width: 767px) {
  .tdser-slider .dewey-table-list .dewey-repeater-item.achievement {
    padding: 10px 0 15px;
  }
}

@media (max-width: 425px) {
  .tdser-slider .dewey-table-list .dewey-repeater-item.achievement {
    height: 80px;
  }
}

.tdser-slider .dewey-table-list .dewey-repeater-item.achievement .icon {
  margin: 3px 7px 0 0;
}

.tdser-slider .dewey-table-list .dewey-repeater-item::marker {
  font-size: 0;
}

.js-tdser-slider .slick-dots {
  margin-top: 25px;
}

.js-tdser-slider .slick-dots li {
  width: 250px;
  margin: 0;
}

@media (max-width: 767px) {
  .js-tdser-slider .slick-dots li {
    width: 62px;
  }
}

.js-tdser-slider .slick-dots li.slick-active button:before {
  border-radius: 2px !important;
}

.js-tdser-slider .slick-dots li:first-child button:before {
  border-radius: 2px 0 0 2px;
}

.js-tdser-slider .slick-dots li:last-child button:before {
  border-radius: 0 2px 2px 0;
}

.js-tdser-slider .slick-dots li button {
  width: 250px;
  height: 5px;
  padding: 0;
}

@media (max-width: 767px) {
  .js-tdser-slider .slick-dots li button {
    width: 62px;
  }
}

.js-tdser-slider .slick-dots li button:before {
  content: "";
  width: 250px;
  height: 5px;
  border-radius: 0;
  border: none;
  background: #15bef0;
  opacity: 0.12;
}

@media (max-width: 767px) {
  .js-tdser-slider .slick-dots li button:before {
    width: 62px;
  }
}

.js-tdser-slider .slick-dots li button:hover, .js-tdser-slider .slick-dots li button:focus {
  opacity: 1;
}

.js-tdser-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*USE CSS for Slider*/
.dewey-testimonial-widget {
  /*End USE CSS for Slider*/
}

.dewey-testimonial-widget .testi-slider .slider.slider-for {
  max-width: 94%;
  padding-right: 20px;
  padding-right: 380px;
}

.dewey-testimonial-widget .testi-slider .slider.slider-nav {
  max-width: 6%;
}

.dewey-testimonial-widget .testi-slider .slider.slider-for,
.dewey-testimonial-widget .testi-slider .slider.slider-nav {
  width: 100%;
  float: left;
}

.dewey-testimonial-widget .testi-slider .slider.slider-nav {
  overflow: hidden;
}

.dewey-testimonial-widget .testi-slider .slider.slider-nav {
  padding: 20px 0 0;
}

.dewey-testimonial-widget .item-all-testi {
  display: flex;
}

.dewey-testimonial-widget img.avata-testimonial {
  margin-right: 120px;
  width: 295px;
  height: 295px;
  border-radius: 50%;
}

.dewey-testimonial-widget .thumbnail-image.testimonial-item {
  margin: 4px 0;
}

.dewey-testimonial-widget img.avata-thumb-testimonial {
  max-width: 66px;
  height: 66px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  opacity: 0.7;
}

.dewey-testimonial-widget .slider-nav .slick-slide.slick-current img.avata-thumb-testimonial {
  border: 3px solid #15BEF0;
  opacity: 1;
}

.dewey-testimonial-widget .slider-testi-image .avata-thumb-testimonial {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dewey-testimonial-widget .slick-vertical .slick-slide:active,
.dewey-testimonial-widget .slick-vertical .slick-slide:focus,
.dewey-testimonial-widget .slick-arrow:hover,
.dewey-testimonial-widget .slick-arrow:focus {
  border: 0;
  outline: 0;
}

.dewey-testimonial-widget .slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}

.dewey-testimonial-widget .slider-nav .slick-slide {
  text-align: center;
}

.dewey-testimonial-widget .slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.dewey-testimonial-widget .slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.dewey-testimonial-widget .slick-prev,
.dewey-testimonial-widget .slick-next {
  display: none !important;
}

.dewey-testimonial-widget .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1600px) {
  .dewey-testimonial-widget .testi-slider .slider.slider-for {
    padding-right: 325px;
  }
  .dewey-testimonial-widget img.avata-testimonial {
    margin-right: 101px;
    width: 245px;
    height: 245px;
  }
  .dewey-testimonial-widget img.avata-thumb-testimonial {
    max-width: 50px;
    height: 50px;
  }
}

@media (max-width: 1366px) {
  .dewey-testimonial-widget .testi-slider .slider.slider-for {
    padding-right: 270px;
  }
  .dewey-testimonial-widget img.avata-testimonial {
    margin-right: 86px;
    width: 210px;
    height: 210px;
  }
  .dewey-testimonial-widget img.avata-thumb-testimonial {
    max-width: 45px;
    height: 45px;
  }
}

@media (max-width: 1024px) {
  .dewey-testimonial-widget .testi-slider .slider.slider-for {
    padding-right: 210px;
  }
  .dewey-testimonial-widget img.avata-testimonial {
    margin-right: 63px;
    width: 158px;
    height: 158px;
  }
  .dewey-testimonial-widget img.avata-thumb-testimonial {
    max-width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .dewey-testimonial-widget .testi-slider .slider.slider-for {
    padding-right: 50px;
  }
  .dewey-testimonial-widget img.avata-testimonial {
    margin-right: 30px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .dewey-testimonial-widget .testi-slider .slider.slider-for,
  .dewey-testimonial-widget .testi-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .dewey-testimonial-widget .testi-slider .slider.slider-for {
    padding-right: 0;
  }
  .dewey-testimonial-widget .item-all-testi {
    display: block;
  }
  .dewey-testimonial-widget img.avata-testimonial {
    margin-right: 0;
    margin-bottom: 22px;
    width: 80px;
    height: 80px;
    min-width: auto;
  }
  .dewey-testimonial-widget .testimonial-order .tetimonial-content {
    margin-right: 30px;
  }
  .dewey-testimonial-widget .testimonial-order .testimonial--position {
    margin-right: 70px;
  }
  .dewey-testimonial-widget .thumbnail-image.slick-slide {
    padding: 0 4px;
  }
  .dewey-testimonial-widget img.avata-thumb-testimonial {
    max-width: 50px;
    height: 50px;
    margin: 0;
  }
}

.dewey-testimonial-widget .dewey-box {
  float: left;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline li::marker {
  font-size: 0;
}

.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
}

@media (max-width: 767px) {
  .cd-horizontal-timeline .timeline {
    max-width: 800px;
    margin: 0 auto;
  }
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cd-horizontal-timeline .events-wrapper {
    margin: 0 40px;
  }
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 48px;
  height: 4px;
  border-radius: 3px;
  /* width will be set using JavaScript */
  background: #E8F9FE;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #15BEF0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  width: 100px;
  top: 0;
  z-index: 2;
  text-align: center;
  font-size: 17px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  padding: 5px;
  margin-top: 12px;
}

/* custom*/
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 39px;
  left: 50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 39px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #E8F9FE;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #15BEF0;
  border-color: #f00;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #15BEF0;
  border-color: #15BEF0;
}

.cd-horizontal-timeline .events a.older-event::after {
  background-color: #15BEF0;
  border-color: #15BEF0;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.timeline-navigation {
  position: absolute;
  width: 92px;
  top: -70%;
  right: 34.5%;
  z-index: 9;
}

.timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: #FDB611;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 19px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97986 6.72208C2.05433 6.70999 2.12969 6.70442 2.2051 6.7054H15.0448L14.7649 6.57518C14.4912 6.44565 14.2422 6.26936 14.0291 6.0543L10.4285 2.45371C9.95433 2.00103 9.87465 1.27282 10.2397 0.728294C10.6646 0.148042 11.4794 0.022054 12.0597 0.446938C12.1066 0.481283 12.1511 0.518721 12.193 0.559008L18.704 7.07001C19.2129 7.57828 19.2133 8.40277 18.705 8.91161C18.7047 8.91193 18.7043 8.9123 18.704 8.91263L12.193 15.4236C11.6838 15.9314 10.8593 15.9303 10.3514 15.4211C10.3115 15.381 10.2741 15.3383 10.2397 15.2934C9.87465 14.7489 9.95433 14.0207 10.4285 13.568L14.0226 9.9609C14.2137 9.76964 14.4333 9.60926 14.6737 9.48559L15.0644 9.3098H2.27676C1.61154 9.3345 1.02791 8.86982 0.902937 8.21595C0.787815 7.50605 1.26995 6.83724 1.97986 6.72208Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  background-size: contain;
}

.timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.timeline-navigation a.next {
  right: 0;
  color: #f00;
}

.no-touch .timeline-navigation a:hover {
  border-color: #15BEF0;
}

.timeline-navigation a.inactive {
  cursor: not-allowed;
}

.timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .timeline-navigation a.inactive:hover {
  border-color: #15BEF0;
}

.cd-horizontal-timeline .events-content {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content ol {
  padding: 0;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@media (min-width: 992px) {
  .cd-horizontal-timeline .events-content li {
    display: flex;
  }
}

.cd-horizontal-timeline .events-content li .box-image {
  position: relative;
}

.cd-horizontal-timeline .events-content li .box-image .icon1 {
  position: absolute;
  top: 11%;
  left: -22%;
}

@media (max-width: 1600px) {
  .cd-horizontal-timeline .events-content li .box-image .icon1 {
    width: 250px;
    top: 16%;
    left: -18%;
  }
}

@media (max-width: 1366px) {
  .cd-horizontal-timeline .events-content li .box-image .icon1 {
    width: 220px;
  }
}

@media (max-width: 1024px) {
  .cd-horizontal-timeline .events-content li .box-image .icon1 {
    width: 160px;
  }
}

.cd-horizontal-timeline .events-content li .box-image .icon2 {
  position: absolute;
  top: 57%;
  right: -7.5%;
}

@media (max-width: 1366px) {
  .cd-horizontal-timeline .events-content li .box-image .icon2 {
    width: 90px;
  }
}

@media (max-width: 1024px) {
  .cd-horizontal-timeline .events-content li .box-image .icon2 {
    width: 65px;
  }
}

.cd-horizontal-timeline .events-content li .box-image .icon3 {
  position: absolute;
  top: -7%;
  left: 68%;
}

@media (max-width: 1366px) {
  .cd-horizontal-timeline .events-content li .box-image .icon3 {
    width: 50px;
  }
}

@media (max-width: 1024px) {
  .cd-horizontal-timeline .events-content li .box-image .icon3 {
    width: 40px;
  }
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0;
}

.cd-horizontal-timeline .events-content .box-info {
  max-width: 560px;
  padding: 66px 50px 20px 50px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  font-size: 3em;
  font-weight: 800;
  padding-bottom: 9px;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.cd-horizontal-timeline .events-content p {
  font-size: 22px;
  color: #100249;
  font-weight: 600;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 150px;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .cd-horizontal-timeline .events-content li > * {
    max-width: 650px;
    margin: 0;
  }
  .cd-horizontal-timeline .events-content .box-info {
    padding: 50px 50px 20px 110px;
  }
  .timeline-navigation {
    top: -80%;
    right: 30%;
  }
  .cd-horizontal-timeline .events a::after {
    bottom: 35px;
  }
}

@media only screen and (max-width: 1366px) {
  .box-info {
    padding: 20px 50px 20px 100px;
  }
  .timeline-navigation {
    top: -85%;
    right: 26%;
  }
  .cd-horizontal-timeline .events a::after {
    bottom: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .box-info {
    padding: 20px 50px 20px 85px;
  }
  .cd-horizontal-timeline .events-content h2 {
    padding-bottom: 25px;
  }
  .timeline-navigation {
    top: -90%;
    right: 23%;
  }
}

@media only screen and (max-width: 991px) {
  .cd-horizontal-timeline .events-content .box-info {
    margin: 0;
    padding: 50px 10px 50px 10px;
  }
  .timeline-navigation {
    width: 78px;
    right: unset;
    top: -44%;
    left: 10px;
  }
  .timeline-navigation a {
    width: 36px;
    height: 36px;
  }
  .timeline-navigation a::after {
    width: 16px;
    height: 14px;
  }
  .cd-horizontal-timeline .events-content li .box-image .icon1,
  .cd-horizontal-timeline .events-content li .box-image .icon2,
  .cd-horizontal-timeline .events-content li .box-image .icon3 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cd-horizontal-timeline .events-content .box-info h2 {
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .cd-horizontal-timeline .events a::after {
    bottom: 34px;
  }
}

@media (max-width: 767px) {
  .cd-horizontal-timeline .events-content .box-info {
    padding-top: 0;
  }
}

@media (min-width: 767px) {
  .cd-timeline-navigation {
    display: none;
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-color: #E8F9FE;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97986 6.72208C2.05433 6.70999 2.12969 6.70442 2.2051 6.7054H15.0448L14.7649 6.57518C14.4912 6.44565 14.2422 6.26936 14.0291 6.0543L10.4285 2.45371C9.95433 2.00103 9.87465 1.27282 10.2397 0.728294C10.6646 0.148042 11.4794 0.022054 12.0597 0.446938C12.1066 0.481283 12.1511 0.518721 12.193 0.559008L18.704 7.07001C19.2129 7.57828 19.2133 8.40277 18.705 8.91161C18.7047 8.91193 18.7043 8.9123 18.704 8.91263L12.193 15.4236C11.6838 15.9314 10.8593 15.9303 10.3514 15.4211C10.3115 15.381 10.2741 15.3383 10.2397 15.2934C9.87465 14.7489 9.95433 14.0207 10.4285 13.568L14.0226 9.9609C14.2137 9.76964 14.4333 9.60926 14.6737 9.48559L15.0644 9.3098H2.27676C1.61154 9.3345 1.02791 8.86982 0.902937 8.21595C0.787815 7.50605 1.26995 6.83724 1.97986 6.72208Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
  background-color: transparent;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.dewey-tooltip {
  display: flex;
  align-items: center;
  width: 100%;
}

.dewey-tooltip .icon {
  position: relative;
  display: flex;
  cursor: pointer;
  padding-bottom: 1px;
}

.dewey-tooltip .icon h3.title-tooltip {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .dewey-tooltip .icon h3.title-tooltip {
    margin-top: 12px;
  }
}

.dewey-tooltip .wrap-content {
  position: absolute;
  width: 343px;
  bottom: 150px;
  left: -150px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 50px rgba(16, 2, 73, 0.1);
  border-radius: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  z-index: 10;
}

@media (max-width: 767px) {
  .dewey-tooltip .wrap-content {
    width: 210px;
    bottom: 148px;
    left: -43px;
  }
}

.dewey-tooltip .wrap-content.open {
  visibility: visible;
  opacity: 1;
}

.dewey-tooltip .wrap-content.open:after {
  content: '';
  position: absolute;
  left: 160px;
  bottom: -23px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #ffffff;
}

@media (max-width: 767px) {
  .dewey-tooltip .wrap-content.open:after {
    left: 66px;
  }
}

.dewey-tooltip .wrap-content .content {
  padding: 34px 41px 36px;
}

@media (max-width: 767px) {
  .dewey-tooltip .wrap-content .content {
    padding: 20px;
  }
}

.dewey-tooltip .wrap-content .content .title-content-tooltip {
  margin: 14px 0 9px;
}

@media (min-width: 1600px) {
  .elementor-12 .elementor-element.elementor-element-ac8b58e .elementor-nav-menu .elementor-item {
    padding-top: 14px !important;
    padding-bottom: 15px !important;
  }
  
  .elementor-12 .elementor-element.elementor-element-c5ca63b {
      padding-bottom: 0;
  }
}

@media (max-width: 1600px) {
  .elementor-12 .elementor-element.elementor-element-ac8b58e .elementor-nav-menu .elementor-item {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  .elementor-12 .elementor-element.elementor-element-c5ca63b {
      padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .e-con.e-flex>.e-con-inner {
    display: block;
  }
}

@media (min-width: 1600px) {
  .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 25px !important;
  }
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoi a:after,.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.coso a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdt a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.tuyensinh a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdser a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.doisonghocduong a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoien a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.cosoen a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.admission a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdten a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdseren a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.schoollife a:after {
    right: 10px;
  }
}

@media (min-width: 1920px) {
  .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 27px !important;
  }
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoi a:after,.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.coso a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdt a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.tuyensinh a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdser a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.doisonghocduong a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoien a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.cosoen a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.admission a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdten a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdseren a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.schoollife a:after {
    right: 10px;
  }
}
@media (min-width: 2200px) {
  .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 45px !important;
  }
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoi a:after,.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.coso a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdt a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.tuyensinh a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdser a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.doisonghocduong a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.vechungtoien a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.cosoen a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.ctdten a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.admission a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.goctdseren a:after, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.schoollife a:after {
    right: 30px;
  }
}

/* Duanw */
.e-tabs-main-area {
	border-radius: 24px;
    overflow: hidden;
    background: #27AAE1
}
.elementor-widget-video-playlist .e-tabs-header, .e-tabs-inner-tabs .e-inner-tabs-wrapper, .shadow {
	display: none !important;
}

.e-tabs-content-wrapper {
    padding: 18px 18px 72px;
    background: #04205E url('https://stg.thedeweyschools.edu.vn/wp-content/uploads/2024/12/bg-tv.webp');
    background-size: 50%;
    background-position: bottom right;
    border-radius: 24px;
    background-repeat: no-repeat;
}
.e-tabs-items {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
    background-color: #d5d8dc00 !important;   
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
	padding: 0 6px !important;
    border-radius: 8px;
    background-color: #1C75BC;
}
.e-tabs-items {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
    background-color: #d5d8dc00 !important;   
}
.e-tabs-items .e-tab-title:not(:where( .e-active )) {
    background-color: #1C75BC  !important;
}

.e-tabs-inner-tabs {
    position: absolute;
    bottom: -9px;
    left: 33%;
    padding: 0 160px 0 0;
}
.elementor-element.elementor-element-ce686bb .swiper-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .e-tabs-content-wrapper {
		padding: 10px 10px 49px;
        border-radius: 6px;
        background-size: 87%;
    }
    .e-tabs-inner-tabs .e-inner-tabs-content-wrapper, .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
        border: none !important;
        border-width: 0 !important;
    }
    .e-tabs-inner-tabs {
        position: absolute;
        bottom: 374px;
        left: 0%;
        padding: 0;
    }
    .e-inner-tab-title.e-tab-mobile-title.e-inner-tab-active {
        display: none !important;
    }
    .e-tabs-main-area {
        border-radius: 6px;
      
    }
    .e-tabs-items {
        gap: 9px;
    }
    .e-tabs-main-area {
        border-radius: 6px;
    }
    .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
        padding: 6px 6px !important;
    }
    .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
        max-height: 368px !important;
    }
    .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
        padding: 10px;
    }
   
}