/*
Theme Name: C13WE0424
Description: This is a child theme for Flatsome Theme
Author: Yourweb
Template: flatsome
Version: 3.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?gpx3wy");
  src: url("assets/fonts/icomoon.eot?gpx3wy#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?gpx3wy") format("truetype"), url("assets/fonts/icomoon.woff?gpx3wy") format("woff"), url("assets/fonts/icomoon.svg?gpx3wy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-education:before {
  content: "\e904";
}

.icon-zalo:before {
  content: "\e900";
}

.icon-messenger:before {
  content: "\e901";
}

.icon-group:before {
  content: "\e905";
}

.icon-users:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-facebook-f:before {
  content: "\e902";
}

.icon-home3:before {
  content: "\e903";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-youtube:before {
  content: "\ea9d";
}

.it-timeline {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  gap: 10px;
}
.it-timeline::before {
  content: "";
  position: absolute;
  top: 20px; /* Adjusted to align with circles */
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}
.it-timeline .it-step {
  text-align: center;
  flex: 1;
  position: relative;
  padding-top: 30px;
}
.it-timeline .it-step:hover {
  cursor: pointer;
}
.it-timeline .it-step:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 6px;
  z-index: 1;
  border-radius: 50px;
  background: transparent;
  transition: 0.6s ease;
  transition-delay: 0.2s;
}
.it-timeline .it-step::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(50%, calc(50% - 16px));
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e0e0e0;
  z-index: 2;
  transition: 0.6s ease;
}
.it-timeline .it-step.it-completed::before {
  background: #007bff;
}
.it-timeline .it-step strong {
  font-size: 22px;
}
.it-timeline .it-step.it-completed:after {
  background: #007bff;
  width: 100%;
}
.it-timeline .it-step p {
  border-top: 1px solid #F1F1F1;
  padding: 10px;
  margin-top: 10px;
  text-align: justify;
}
@media all and (max-width: 576px) {
  .it-timeline {
    flex-direction: column;
    padding: 0;
  }
  .it-timeline::before {
    height: 100%;
    width: 2px;
    top: 0;
  }
  .it-timeline .it-step {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .it-timeline .it-step::before {
    top: unset;
    left: -4px;
    height: 10px;
    width: 10px;
    transform: translateY(calc(50% - 10px));
  }
  .it-timeline .it-step::after {
    width: 2px;
    height: 100%;
    left: 0px;
    transform: unset;
  }
  .it-timeline .it-step.it-completed:after {
    width: 2px;
  }
  .it-timeline .it-step strong {
    flex: 3;
    font-size: 20px;
  }
  .it-timeline .it-step p {
    flex: 7;
    font-size: 0.8em;
    text-align: justify;
  }
}

.it-slider-wrapper {
  margin-top: 50px;
}
.it-slider-wrapper .it-slider-inner .it-slider .it-slider-item {
  background: linear-gradient(55deg, rgba(223, 236, 255, 0.2509803922), #6fbfff);
  border-radius: 40px;
  border: 1px solid #F1F1F1;
  display: none;
  justify-content: center;
  max-height: 450px;
}
.it-slider-wrapper .it-slider-inner .it-slider .it-slider-item.it-slider-active {
  display: flex;
}
.it-slider-wrapper .it-slider-inner .it-slider .it-slider-item .slider-item-text {
  flex: 6;
  padding: 50px;
  display: flex;
  align-items: center;
}
.it-slider-wrapper .it-slider-inner .it-slider .it-slider-item .slider-item-text a.btn-readmore {
  font-size: 14px;
  display: inline-block;
  border-radius: 40px;
  color: #FFF;
  padding: 8px 20px;
  background: linear-gradient(90deg, #1D4489, #32A5FC);
}
.it-slider-wrapper .it-slider-inner .it-slider .it-slider-item .slider-item-image {
  flex: 4;
}
.it-slider-wrapper .it-slider-inner .it-slider .it-slider-item .slider-item-image img {
  position: relative;
  top: -10%;
  height: 120%;
  border-radius: 15px;
}
@media all and (max-width: 576px) {
  .it-slider-wrapper .it-slider-inner .it-slider .it-slider-item {
    max-height: unset;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
  }
  .it-slider-wrapper .it-slider-inner .it-slider .it-slider-item .slider-item-text {
    padding: 15px;
  }
  .it-slider-wrapper .it-slider-inner .it-slider .it-slider-item .slider-item-image img {
    height: 100%;
    top: -15px;
    width: 90%;
    left: 5%;
    right: 0;
    margin: auto;
    border-radius: 10px;
  }
}

.it-frm-newsletter {
  position: relative;
}
.it-frm-newsletter input {
  margin-bottom: 0;
}
.it-frm-newsletter input.wpcf7-email {
  height: 50px;
  border-radius: 15px;
}
.it-frm-newsletter input[type=submit] {
  margin-right: 0;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  border-radius: 10px;
  background: linear-gradient(90deg, #1D4489, #0E2245);
}
.it-frm-newsletter p {
  display: flex;
}
.it-frm-newsletter .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.it-frm-newsletter .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -40px;
  left: 0px;
  font-size: 14px;
}

ul.it-socials {
  color: #FFF;
  list-style: none;
  display: flex;
  gap: 10px;
}
ul.it-socials li {
  margin: 0;
}
ul.it-socials li a {
  background: #5d749c;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: 0.6s ease;
}
ul.it-socials li a:hover {
  background: #557dc1;
}

.it-map {
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  overflow: hidden;
}
.it-map * {
  margin: 0;
}
.it-map br {
  display: none;
}

.widget.flatsome_recent_posts .recent-blog-posts-li .badge {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #F1F1F1;
}
.widget.flatsome_recent_posts .recent-blog-posts-li a {
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.wpcf7#wpcf7-f7-p26-o1 form {
  background: #FFF;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 10px;
}
.wpcf7#wpcf7-f7-p26-o1 form .wpcf7-form-control {
  box-shadow: none;
}
.wpcf7#wpcf7-f7-p26-o1 form input.wpcf7-form-control {
  border-radius: 10px;
}
.wpcf7#wpcf7-f7-p26-o1 form textarea {
  border-radius: 10px;
}
.wpcf7#wpcf7-f7-p26-o1 form input[type=submit] {
  background: linear-gradient(90deg, #1D4489, #0E2245);
}

.button.primary {
  background: linear-gradient(90deg, #1D4489, #0E2245);
}

body.archive .post-item .box.box-blog-post .box-image img {
  border-radius: 10px;
}
body.archive .post-item .box.box-blog-post .box-text .post-title {
  margin-bottom: 10px;
}
body.archive .post-item .box.box-blog-post .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.archive .post-item .box.box-blog-post .box-text .is-divider {
  display: none;
}

body.home header#header .header-wrapper {
  background-color: rgba(255, 255, 255, 0.7411764706);
  margin: 15px;
  width: calc(100% - 30px);
  border-radius: 5px;
}

section.about-us .featured-text-01 {
  background: #D9DFFB;
  border-radius: 20px;
  color: #2367DE;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.about-us .featured-text-02 {
  font-size: 44px;
  color: #2B2B2B;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
section.about-us .featured-image {
  position: relative;
  transition: 0.6s ease;
}
section.about-us .featured-image:before {
  content: " ";
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #1D4489, #32A5FC);
  border-radius: 25px;
  transition: 0.6s ease;
}
section.about-us .featured-image:hover {
  transform: rotate(2deg);
}
section.about-us .featured-image:hover:before {
  width: 85%;
  height: 105%;
  transform: rotate(2deg);
}
@keyframes featured-image-animation {
  50% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
section.about-us .icon-box {
  position: relative;
  overflow: hidden;
  background: #ECEDF4;
  background: linear-gradient(90deg, #ECEDF4, #ECEDF4);
  padding: 20px 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: 0.6s ease;
}
section.about-us .icon-box .icon-box-img {
  z-index: 2;
}
section.about-us .icon-box .icon-box-text {
  z-index: 2;
}
section.about-us .icon-box .icon-box-text p {
  color: #2B2B2B;
  transition: 0.6s ease;
  transition-delay: 0.2s;
}
section.about-us .icon-box:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #1D4489, #32A5FC);
  z-index: 1;
  opacity: 0;
  transition: 0.6s ease;
}
section.about-us .icon-box:hover:before {
  opacity: 1;
}
section.about-us .icon-box:hover svg {
  color: #FFF;
  fill: #FFF;
}
section.about-us .icon-box:hover svg * {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF !important;
}
section.about-us .icon-box:hover .icon-box-text p {
  color: #FFF;
}

section.professor {
  position: relative;
}
section.professor .is-divider {
  height: 1px;
  max-width: 100%;
}
section.professor .featured-text-01 {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #2367DE;
  border-radius: 100px;
  background: #D9DFFB;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
section.professor .slider-wrapper .flickity-slider > .row {
  background: rgba(255, 255, 255, 0.4509803922);
  border-radius: 40px;
  padding: 50px;
}
section.professor .slider-wrapper .flickity-slider > .row > .col {
  padding: 0;
}
section.professor .slider-wrapper .flickity-slider > .row > .col img {
  border-radius: 15px;
}
section.professor .slider-wrapper .flickity-prev-next-button {
  top: unset;
}
section.professor .slider-wrapper .flickity-prev-next-button.next {
  left: 0;
  margin: 0 auto;
  bottom: 60px;
  height: 36px;
}
section.professor .slider-wrapper .flickity-prev-next-button.previous {
  left: -115px;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  height: 36px;
}
section.professor * {
  z-index: 2;
}
section.professor .abs-layer {
  position: absolute;
  z-index: 1;
}
section.professor .abs-layer.abs-layer-01 {
  background-image: url("assets/images/absolute-layer-01-min.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 10%;
  width: 70px;
  height: 70px;
  animation: abs-layer-effect 5s infinite alternate;
}
section.professor .abs-layer.abs-layer-02 {
  background-image: url("assets/images/absolute-layer-02-min.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 10%;
  width: 150px;
  height: 150px;
  animation: abs-layer-effect-02 10s infinite alternate;
  animation-delay: 0.5s;
}
section.professor .abs-layer.abs-layer-03 {
  background-image: url("assets/images/absolute-layer-03-min.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 10%;
  width: 90px;
  height: 90px;
  animation: abs-layer-effect 5s infinite alternate;
  animation-delay: 0.7s;
}
section.professor .abs-layer.abs-layer-04 {
  background-image: url("assets/images/absolute-layer-04-min.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 10%;
  width: 170px;
  height: 170px;
  animation: abs-layer-effect 5s infinite alternate;
  animation-delay: 1s;
}
@keyframes abs-layer-effect {
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes abs-layer-effect-02 {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

section.course .featured-text-01 {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #2367DE;
  border-radius: 100px;
  background: #D9DFFB;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}

section.book .box.product-small .box-image {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 1px 3px #CCC;
}
section.book .box.product-small .box-text {
  font-size: 14px;
}
section.book .box.product-small .box-text .title-wrapper {
  margin-bottom: 10px;
}
section.book .box.product-small .box-text .title-wrapper .product-title a {
  color: #2B2B2B;
  font-weight: 600;
  font-size: 1em;
  transition: 0.6s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.book .box.product-small .box-text .price-wrapper {
  font-size: 1.2em;
}
section.book .box.product-small .box-text .price-wrapper bdi {
  color: #1D4489;
}
section.book .box.product-small:hover .box-text .product-title a {
  color: #1D4489;
}

section.blog .featured-text-01 {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #2367DE;
  border-radius: 100px;
  background: #D9DFFB;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
section.blog .post-item .box.box-blog-post {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 0px 5px #CCC;
}
section.blog .post-item .box.box-blog-post .box-image {
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}
section.blog .post-item .box.box-blog-post .box-text {
  padding: 10px;
}
section.blog .post-item .box.box-blog-post .box-text .is-divider {
  display: none;
}
section.blog .post-item .box.box-blog-post .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

footer .bg-footer {
  background: linear-gradient(90deg, #1D4489, #0E2245);
}
footer .ft-row-copyright {
  border-top: 1px solid #F1F1F1;
  padding-top: 10px;
}
@media all and (max-width: 576px) {
  footer .ft-row-copyright {
    text-align: center;
  }
  footer .ft-row-copyright .text-right {
    text-align: center;
  }
}

.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge .badge-inner {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #F1F1F1;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  font-size: 1em;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#wpcf7-f251-o1 {
  position: relative;
}
#wpcf7-f251-o1 .wpcf7-not-valid-tip {
  font-size: 10px;
}
#wpcf7-f251-o1 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#wpcf7-f251-o1 .flex-row {
  margin-bottom: 15px;
  gap: 15px;
}
#wpcf7-f251-o1 select {
  margin-bottom: 0;
}
#wpcf7-f251-o1 input[type=text] {
  box-shadow: none;
  outline: none;
}
#wpcf7-f251-o1 input[type=submit] {
  width: 100%;
}

body #content ul {
  padding-left: 15px;
}

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