/*
    Theme Name: amber
    Text Domain: amber
    Domain Path: /languages
    Author: Cyborg
    Description: My own theme for amber 2020.
    Template: twentytwenty
    Version: 0.6.6
*/
@media (max-width: 1200px) {
  .inner-title-blog-special {
    max-width: 90vw;
    margin: 0 auto;
  }
}

.fw-bold {
  font-weight: bold;
}

.hbetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-logo img {
  max-height: 50px;
}

section {
  padding: 0;
}

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

.flex-h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-v-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry-content {
  font-family: "Roboto", sans-serif !important;
}

/* Mobile css */
.m-ph {
  padding: 0 16px;
}

.lang-flag {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-lang-flag a {
  margin: 0 2vw;
  margin-top: 10px;
}

.current-lang {
  /* outline: 2px solid #242079; */
  outline: 2px solid tomato;
}

.next-lang {
  position: absolute;
  bottom: -30;
  right: -15;
  background: #ffffff;
  display: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  /* padding: 40px; */
  width: 50;
  height: 30;
  /* display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang-flag:hover .next-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opacity50 {
  opacity: 0.5;
}

.text-white {
  color: white;
}

.mobile-banner {
  padding: 20px 16px;
  color: white;
  position: relative;
  /* height: calc(100vh - 55px); */
  height: 70vh;
  background: url("./assets/home/mobile-banner-bg.png") bottom center no-repeat;
  background-size: cover;
}

.mobile-banner .title {
  font-size: 1rem;
}

.m-banner-slick {
  padding: 0;
  list-style-type: none;
}

.m-banner-slick .slick-slide {
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.m-banner-slick .slick-slide img {
  margin: 0 auto;
}

.mobile-banner span:last-of-type {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}

.mobile-banner span:first-of-type {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 2rem;
}

#f1 li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer {
  background-color: #252251;
}

@media (min-width: 768px) {
  #f2 .col-md-3 a {
    margin-right: 2vw;
  }
  #if4 {
    margin-left: 20px;
  }
  footer ul {
    padding: 0;
    margin: 0 auto 0;
  }
  footer .container {
    height: 270px;
  }
  #f1 {
    border-bottom: 1px solid #ff6840;
    padding-bottom: 30px;
  }
  #home-s2 .spc {
    margin-bottom: unset;
  }
}

.mobile-nav {
  height: 100vh;
  width: 70vw;
  /* background-color: white;
     */
  background-color: #252251;
  display: block;
  position: fixed;
  top: 0;
  right: -70vw;
  z-index: 9999;
  text-align: center;
  padding-top: 50px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  font-size: 1.5rem;
}

.flag {
  margin: -5px 10px;
}

.mobile-nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.mobile-nav li {
  line-height: 200%;
  margin: 0;
}

.mobile-nav a {
  /* color: #242079; */
  color: white;
}

.mobile-nav a:hover {
  /* color: #242079; */
  color: tomato;
  text-decoration: none;
}

.mobile-nav .current_page_item {
  font-weight: 700;
}

.mobile-nav-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
}

.mobile-nav-close-btn:hover {
  cursor: pointer;
}

#footer {
  display: none;
}

.footer-mobile {
  color: white;
  padding: 16px;
  /* font-size: 1rem; */
}

.footer-mobile a {
  color: white;
}

.footer-mobile a:hover,
.footer-mobile .active {
  color: white;
  text-decoration: none;
}

.ponly {
  display: none;
}

.iv-center {
  vertical-align: bottom;
}

.m-text-center {
  text-align: center;
}

.d2-slick .sp-img,
.e1-slick .sp-img,
.lms2-slick .sp-img,
.lms5-slick .sp-img,
.ves1-slick .sp-img,
.hs2-slick .sp-img {
  margin: 0 auto;
}

.d2-slick .sp-body,
.lms2-slick .sp-body,
.lms5-slick .sp-body,
.ves1-slick .sp-body {
  height: 68%;
}

.hs2-slick .sp-content {
  margin-bottom: 20px;
}

.ves1-slick .sp-body {
  margin-left: 2px;
  margin-right: 2px;
}

/* #home-s2 .spc {
    margin-bottom: 10px;
} */
.hs2-slick .sp-body {
  height: 72%;
}

.e1-slick .slick-slide {
  height: 95%;
  margin-bottom: 1%;
}

#home-s2 .spc {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #home-s2 .spc {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .ves1-slick .sp-body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .hs2-slick .sp-content {
    margin-bottom: unset;
  }
}

.col-md:focus {
  outline: none;
}

@media (min-width: 768px) {
  .d2-slick .sp-body,
  .lms2-slick .sp-body,
  .lms2-slick .sp-body,
  .ves1-slick .sp-body,
  .hs2-slick .sp-body {
    height: 75%;
  }
}

.rem {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .rem {
    font-size: 1.5rem;
  }
  .ponly {
    display: block;
  }
  .monly {
    display: none;
  }
  .m-text-center {
    text-align: unset;
  }
  #footer {
    display: block;
  }
  .footer-mobile {
    display: none;
  }
}

/* End Mobile */
.paging-container {
  margin: 10px 0;
  display: block;
  width: 100%;
  text-align: right;
}

.current-page {
  margin-left: 10px;
  padding: 5px 10px;
  color: white;
  background-color: #ff642e;
  border: 1px solid gray;
}

.paging-btn {
  margin-left: 10px;
  padding: 5px 10px;
  /* background-color: #ff642e; */
  border: 1px solid gray;
}

.paging-btn a {
  color: #ff642e;
  background-color: white;
}

.post-title {
  color: #ff642e;
  margin: 10px 0;
  font-weight: 700;
}

.post-main .title {
  color: #ff642e;
  text-align: left;
  margin-bottom: 30px;
}

.hm300 {
  max-height: 240px;
  overflow: hidden;
}

.mh {
  height: 100%;
}

/* font weight */
.fw7 {
  font-weight: 700;
}

.fw4 {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

/* home page css */
.we-are-img {
  max-width: 80%;
}

@media (min-width: 768px) {
  .we-are-img {
    max-width: 100%;
  }
}

.m-intro1 {
  height: 220px;
  background: url("./assets/home/mbg1.png") bottom no-repeat;
  background-size: cover;
  margin: -16px;
}

.translatepress-en_US .tp_en,
.translatepress-vi_VN .tp_vn {
  display: none;
}

.a-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.header-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

@media (min-width: 576px) {
  .a-container {
    max-width: 540px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .a-container {
    max-width: 720px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .a-container {
    max-width: 960px;
    padding: 0;
  }
  .header-container {
    max-width: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 1200px) {
  .a-container,
  .header-container {
    max-width: 1140px;
    padding: 0;
  }
}

@media (min-width: 1800px) {
  .a-container,
  .header-container {
    max-width: 1600px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    overflow-x: unset;
    font-size: 16px;
  }
}

.vh100 {
  height: 100vh;
}

.vh {
  height: auto;
}

@media (min-width: 768px) {
  .vh {
    height: 100vh;
  }
}

#home-s0 {
  background: -webkit-gradient(linear, left top, left bottom, from(#353190), to(#212266));
  background: linear-gradient(180deg, #353190 0%, #212266 100%);
  position: relative;
  height: calc(100vh - 86px);
  /* top: -86px; */
}

#home-s3 i:hover,
#ve-s3 i:hover {
  color: tomato;
}

.no-hover:hover {
  text-decoration: none;
  color: #242079;
  outline: none;
}

.no-hover:focus {
  outline: none;
}

.no-hover {
  color: #242079;
}

.link-to-post:hover {
  text-decoration: none;
  outline: none;
}

.no-text-decor {
  text-decoration: none !important;
  outline: none !important;
  color: white !important;
}

.no-text-decor :hover {
  text-decoration: none !important;
  outline: none !important;
  color: white !important;
}

.no-text-decor :active {
  outline: none !important;
  text-decoration: none !important;
  color: white !important;
}

.intro {
  background: url("");
  background-size: auto;
}

.intro-en {
  background: url("");
  background-size: auto;
}

@media (min-width: 768px) {
  .intro {
    background: url("./assets/home/intro-bg.png") center center no-repeat;
    background-size: cover;
  }
  .intro-en {
    background: url("./assets/home/intro-bg-en.png") center center no-repeat;
    background-size: cover;
    /* background-position: center 1vh; */
  }
}

#e-s0 {
  /* background: linear-gradient(180deg, #353190 0%, #212266 100%); */
  /* background: url('./assets/e-course/banner.png') bottom no-repeat; */
  background-size: cover;
  position: relative;
  height: calc(100vh - 86px);
  /* top: -86px; */
}

.banner-left {
  max-width: 60%;
  height: auto;
}

.banner {
  position: absolute;
  top: 0;
}

.anchor {
  display: block;
  position: relative;
  top: -86px;
  visibility: hidden;
}

.hs0-down-btn {
  position: absolute;
  bottom: 100px;
  left: 50vw;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.hs1-left p {
  padding: 16px 0px;
  text-align: justify;
}

@media (min-width: 768px) {
  .hs1-left p {
    padding: 25px 14%;
    text-align: justify;
  }
}

.box {
  border: 1px solid red;
}

.title {
  /* color: #1E3DA7; */
  color: #242079;
  font-size: 1.5rem;
  font-weight: 700;
  /* text-align: center; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .title {
    /* color: #1E3DA7; */
    color: #242079;
    font-size: 2.5rem;
    font-weight: 700;
    /* text-align: center; */
    text-transform: uppercase;
  }
}

.ptop70 {
  padding-top: 70px;
}

.pt70 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 10px;
}

.pb100 {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .pt70 {
    padding-top: 70px;
  }
  .pb70 {
    padding-bottom: 70px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
}

.ph20,
.ph10 {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .ph20 {
    padding-left: 20%;
    padding-right: 20%;
  }
  .ph10 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.pr10x {
  padding-right: 10px;
}

.sp-img {
  max-height: 215px;
}

.sp-content {
  font-size: 1rem;
  text-align: justify;
  line-height: 150%;
}

.sp-body {
  padding: 100px 8% 20px 8%;
  height: 80%;
  margin-top: -100px;
  margin-left: 5%;
  margin-right: 5%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.sp-title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), to(#e1216a));
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-subtitle {
  font-size: 1.2rem;
  font-style: italic;
  color: #242079;
  /* line-height: 30px; */
}

#home-s2 .sp-subtitle {
  margin-bottom: 20px;
}

.h-padding {
  padding: 0 5%;
}

#home-s2 {
  background: url("./assets/home/sp-bg.png") center no-repeat;
  background-size: cover;
}

#home-s3 {
  background: url("./assets/home/s3-bg.png") center no-repeat;
  /* background-size: contain`; */
}

#home-s3 .ava-title {
  margin-top: 20px;
}

.slick-dots button {
  display: none !important;
}

.slick-dots li {
  background: url("./assets/home/d1.png") no-repeat center;
  background-size: 5px;
}

.mobile-banner .slick-dots li {
  background: url("./assets/home/md1.png") no-repeat center;
  background-size: 5px;
}

.mobile-banner .slick-dots .slick-active {
  background: url("./assets/home/md2.png") no-repeat center;
  background-size: 7px;
}

.slick-dots .slick-active {
  background: url("./assets/home/md2.png") no-repeat center;
  background-size: 7px;
}

@media (min-width: 768px) {
  .slick-dots li {
    background: url("./assets/home/d1.png") no-repeat center;
    background-size: auto;
  }
  .slick-dots .slick-active {
    background: url("./assets/home/d2.png") no-repeat center;
    background-size: auto;
  }
}

/* footer css */
.tablet-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tablet-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 992px) {
  .tablet-center {
    display: block;
  }
  .tablet-left {
    display: block;
  }
}

#logo-bct {
  text-align: center;
  margin-top: 20px;
}

#f-social img {
  -ms-grid-column-align: right;
      justify-self: right;
}

.square {
  width: 100px;
  height: 100px;
  background-color: red;
}

.a-blue {
  color: #242079;
}

.flex-varound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-vbetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-gap20 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.grid2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  row-gap: 20px;
}

/* footer {
    background: url('./footer/f-info-bg.png') no-repeat right bottom, linear-gradient(180deg, #353190 0%, #212266 100%);
    background-size: contain;
} */
/* @media (min-width:768px) {
    footer {
        background: url('./footer/f-info-bg.png') no-repeat right bottom, linear-gradient(180deg, #353190 0%, #212266 100%);
        background-size: auto;
    }
} */
.tablet-no-space {
  margin: 0 !important;
  padding: 0 !important;
}

#footer {
  margin: 0 auto;
  padding: 60px 0px;
  color: white;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mt70 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb70 {
  margin-bottom: 20px;
}

.mt150,
.mmt70 {
  margin-top: 70px;
}

.mmt50 {
  margin-top: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml20 {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px;
  }
  .mt70 {
    margin-top: 70px;
  }
  .mt150 {
    margin-top: 150px;
  }
  .mmt50 {
    margin-top: unset;
  }
}

#footer ul {
  list-style-type: none;
  padding-left: 20%;
}

#f-nav li {
  margin-bottom: 20px;
}

#footer a {
  text-decoration: none;
  color: white;
}

#footer a:hover {
  color: #ff642e;
}

#f-info i {
  /* margin-top: 5px; */
  margin-right: 20px;
}

/* header css */
body {
  /* background-color: white; */
  /* border: 10px solid red; */
  color: #242079 !important;
  font-family: "Roboto", sans-serif !important;
  /* overflow-x: hidden; */
}

#new-main-menu ul {
  margin: 0;
  display: inline;
  margin-right: 100px;
}

#new-main-menu li {
  display: inline;
}

#new-main-menu a {
  text-decoration: none;
  color: white;
}

#new-main-menu a:hover {
  color: #ff6840;
}

#main-menu .current-menu-item a {
  font-weight: 700;
}

.mobile-nav .current_page_item a {
  /* display: none;co */
  color: tomato;
}

.mobile-nav a.current_page_item {
  /* display: none;co */
  color: tomato;
  font-weight: 700;
}

.header-pc {
  width: 100vw;
  height: 86px;
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 200;
  background-color: white;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.new-header-pc {
  display: none;
  width: 100vw;
  height: 90px;
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 200;
  background-color: #252251;
}

#lang-button {
  color: white;
  position: relative;
  top: -25px;
}

.header-pc {
  display: none;
}

.header-mobile {
  height: 55px;
  display: block;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 9999;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.all-content {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .new-header-pc {
    display: block;
  }
  .header-pc {
    display: block;
  }
  .header-mobile {
    display: none !important;
  }
}

#main-menu ul {
  list-style-type: none;
  margin: auto 0;
}

#main-menu li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;
}

#main-menu a {
  color: #353190;
  font-size: 18px;
  font-weight: 400;
}

#main-menu a:hover {
  color: #ff642e;
  text-decoration: none;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.h100 {
  height: 100%;
}

.flex-veven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.vevenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Contact */
@media (min-width: 768px) {
  #contact-section {
    /* margin: 70px 0; */
    padding-top: 30px;
  }
}

.lh-title {
  font-size: 1.5rem;
  color: #f87547;
  text-transform: uppercase;
}

.lh-body {
  padding-right: 50px;
  font-size: 1rem;
  line-height: 150%;
  color: #242079;
}

@media (min-width: 768px) {
  .lh-body {
    font-size: 1.5rem;
  }
  .lh-title {
    font-size: 3rem;
  }
}

.i1 {
  max-width: 100%;
}

.i2 {
  max-width: 50%;
}

.i4 {
  width: 100%;
  resize: vertical;
  min-height: 100px;
}

#lh0 {
  background: url("./assets/lien-he/lh-bg.png") no-repeat center;
  background-size: contain;
  height: 80%;
}

.lhbox {
  /* height: 80vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: url("./assets/lien-he/lh-bg.png") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .lhbox {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: url("./assets/lien-he/lh-bg.png") no-repeat center;
    background-size: contain;
  }
}

.lh-right,
.lh-left {
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.lh-right {
  background: url("./assets/lien-he/pcform-bg.png");
}

.lhbox .row {
  height: 100%;
  padding: 30px 0;
}

.lh0-right {
  background: url("./assets/home/contact-bg.png") no-repeat center;
  background-size: cover;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

#lh1,
#lh1 a {
  color: #242079;
}

.link:hover {
  color: #ff642e !important;
  text-decoration: none !important;
}

.logo-khach-hang {
  padding-bottom: 50px;
}

.logo-khach-hang img {
  max-height: 160px;
  max-width: 160px;
  margin: 0 auto;
}

.logo-khach-hang .slick-slide {
  margin: 0 27px;
}

.logo-box {
  max-width: 100%;
  /* height: 50px; */
  margin: 0 auto;
}

.logo-box .slick-slide img {
  max-width: 80%;
}

@media (min-width: 768px) {
  .logo-box {
    max-width: 80%;
    /* margin: 0 auto; */
  }
}

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

@media (min-width: 1800px) {
  .ava-box {
    max-width: 80%;
    margin: 0 auto;
  }
}

.ava-body {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 100px 8% 20px 8%;
  height: 62%;
  /* max-width: 343px; */
  max-width: 300px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .ava-body {
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 100px 8% 100px 8%;
    height: 60%;
    /* max-width: 343px; */
    max-width: 300px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
  }
}

#ve-s1 .sp-title {
  height: 70px;
}

#nhan-su .sp-subtitle {
  font-style: normal !important;
  font-weight: 700;
}

#ve-s3 .ava-body {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 100px 8% 0px 8%;
  height: 55%;
  /* max-width: 343px; */
  max-width: 300px;
  margin-top: -80px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1800px) {
  .ava-body {
    max-width: 343px;
  }
}

.ava-content {
  text-align: center;
}

.ava-title {
  font-size: 1.1rem;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), to(#e1216a));
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.ava-subtitle {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
}

/* Ve Amber */
#ve-s2 .sp-subtitle {
  font-size: 1rem;
  font-style: italic;
  color: #242079;
  /* line-height: 30px; */
}

.flip-box {
  background-color: transparent;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* height: 230px; */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: calc(0.68 * (100vw * 7 / 9));
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .flip-box-inner {
    position: relative;
    /* width: 70%;
        height: 70%; */
    /* border: 1px solid black; */
    height: 230px;
    width: 70%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@media (min-width: 1800px) {
  .flip-box-inner {
    height: 350px;
  }
}

.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  font-size: 1rem;
  line-height: 1.1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}

.flip-box-back {
  /* background-color: white; */
  border-radius: 20px;
  color: #242079;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5%;
  /* height: 100%; */
}

@media (min-width: 1800px) {
  .flip-box-back {
    height: 335px;
  }
}

.act-slick .slick-slider {
  margin-top: 100px;
}

.flip-box-front {
  background-color: white;
  color: black;
}

#act-box .slick-slide {
  margin: 100px 30px;
  max-width: 900px;
}

.act-slick div {
  text-align: center;
}

.act-slick {
  padding-left: 0;
  list-style-type: none;
}

.act-slick .slick-center {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.25);
}

.act-slick .slick-slide {
  max-width: 1000px;
  margin: 60px;
  /* transition: all 2s ease; */
}

/* digitalization */
#d2-2 {
  background: url("./assets/digitalization/d2bg.png") no-repeat center;
  background-size: cover;
}

#d2 p {
  max-width: 790px;
  margin: 0 auto;
}

.d2-2 .pri-btn,
#ve-s1 .pri-btn,
#lms2 .pri-btn,
#lms5 .pri-btn {
  display: none !important;
}

#d4 video {
  max-width: 100%;
  height: auto;
}

/* contact form */
#lh0 .a-form {
  max-width: 60%;
  margin: 0 auto;
}

input,
textarea {
  font-style: italic;
}

@media (min-width: 768px) {
  #home-form {
    background: url("./assets/home/contact-bg.png") bottom no-repeat;
  }
}

#home-form .a-form {
  width: 70%;
  margin: 0 10%;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-form textarea.wpforms-field-small {
  max-height: auto;
  /* height: 42px !important; */
  min-height: 42px;
  padding: 10px 30px 0px !important;
}

.name input,
.phone input,
.company input,
.email input,
.message textarea {
  background: #ffffff !important;
  border: 1px solid rgba(170, 170, 170, 0.9) !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 32px !important;
  font-size: 1rem !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #242079 !important;
}

.name input,
.company input,
.email input,
.message textarea {
  padding-left: 20px !important;
}

.name input:focus,
.phone input:focus,
.company input:focus,
.email input:focus,
.message textarea:focus {
  /* filter: drop-shadow(0px 0px 40px rgba(53, 49, 144, 0.2)); */
  outline: #242079;
  border: 1px solid #242079 !important;
}

.message textarea {
  overflow-y: scroll;
  resize: vertical !important;
}

.submit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a)) !important;
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%) !important;
  -webkit-box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) !important;
          box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 45px !important;
  float: right !important;
  padding: 12px 52px !important;
}

/* E-course page */
.mh-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.mh-scroll .course-card {
  background-color: white;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(53, 49, 144, 0.2));
          filter: drop-shadow(0px 0px 40px rgba(53, 49, 144, 0.2));
  border-radius: 20px 20px 20px 20px;
  width: 70vw;
  /* margin-right: 10px; */
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.course-card {
  background-color: white;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(53, 49, 144, 0.2));
          filter: drop-shadow(0px 0px 40px rgba(53, 49, 144, 0.2));
  border-radius: 20px 20px 20px 20px;
  max-width: 376px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.course-name {
  font-size: 1.3rem;
  padding: 0 20px;
  height: 20%;
}

.course-name p {
  margin-top: auto;
  margin-bottom: auto;
}

.course-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.inactive > .course-card:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.course-card:active {
  outline: none;
}

/* #e1  */
#e1 .sp-subtitle {
  text-align: justify;
  font-style: normal;
  margin-top: 15px;
}

#e1 .sp-body {
  padding: 100px 8% 20px 8%;
  height: 80%;
  margin-top: -100px;
  margin-left: 5%;
  margin-right: 5%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

@media (min-width: 768px) {
  #e1 .sp-body {
    padding: 100px 8% 20px 8%;
    height: 75%;
    margin-top: -100px;
    margin-left: 5%;
    margin-right: 5%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
}

#e3 .fw7 {
  color: #ff671d;
}

#e2 a:hover,
#e2 a {
  text-decoration: none;
  color: #242079;
}

#e-bg1 {
  background: url("./assets/e-course/bg.png") no-repeat;
  background-size: contain;
  /* background-position: auto auto -100px auto; */
}

@media (min-width: 768px) {
  #e2 {
    background: url("./assets/e-course/ec2-bg.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
  }
  #ec2 {
    background: url("./assets/e-course/bg2.png") no-repeat top;
  }
  #ec3 {
    background: url("./assets/e-course/ec3-bg.png") no-repeat center;
  }
  .e3-bg {
    background: url("./assets/e-course/bg4.png") no-repeat top;
  }
}

/* Khach hang */
#kh2 .ava-title,
#kh3 .ava-title {
  margin-top: 10px;
}

#kh3 .ava-title {
  font-size: 1.1rem;
  line-height: 150%;
  background: #242079;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

#kh2 .ava-body,
#kh3 .ava-body {
  padding: 100px 8% 100px 8%;
  height: 55%;
  max-width: 385px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

.kh-card {
  max-width: 300px;
  margin: 20px auto;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

@media (min-width: 1800px) {
  .kh-card {
    max-width: 378px;
  }
}

.kh-body {
  padding: 100px 8% 100px 8%;
  height: 65%;
  /* max-width: 343px; */
  /* max-width: 300px; */
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1800px) {
  .kh-body {
    height: 55%;
  }
}

.customer-slick .ava-title,
.customer-slick .ava-subtitle,
.customer-slick .ava-content {
  text-align: left;
}

/* lms */
@media (min-width: 768px) {
  #lms1-right {
    background: url("./assets/lms/text-bg.png") center no-repeat;
  }
}

#lms2 {
  padding-bottom: 50px;
}

.lms2-card,
.lms5-card {
  max-width: 343px;
  margin: 0 auto;
}

#lms2 .sp-title,
#lms5 .sp-title {
  margin-bottom: 20px;
}

.bg-123 {
  background: url("./assets/lms/lms2-bg.png") center no-repeat;
  background-size: cover;
}

#lms5 {
  background: url("./assets/lms/lms2-bg.png") center no-repeat;
  /* background-size: contain; */
}

#lms2 .sp-title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #lms3-left {
    padding: 0 10%;
    background: url("./assets/lms/lms3-left-bg.png") center no-repeat;
  }
}

.pri-btn {
  /* background: linear-gradient(90deg, #FF642E 0%, #FD5F33 22.1%, #F64F40 49.47%, #EB3657 79.51%, #E1216A 100.01%); */
  /* box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) ; */
  background: -webkit-gradient(linear, left top, right top, from(#7c47d3), color-stop(63.02%, #353190));
  background: linear-gradient(90deg, #7c47d3 0%, #353190 63.02%);
  color: white;
  font-weight: bold;
  border-radius: 45px;
  padding: 12px 52px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* border: solid 2px transparent; */
  /* background-origin: border-box; */
}

/* test btn */
.button {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

img {
  display: inline-block;
}

.button:hover:after {
  background: white;
}

.b-red,
.b-red:hover:before {
  background: linear-gradient(45deg, #ea6e48 0%, #bc1a63 100%);
}

/*ORANGE*/
/*END GRADIENTS*/
/*BASE BUTTON*/
.button:hover {
  /* content: 'hello'; */
  display: inline-block;
  position: relative;
  border-radius: 45px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.button:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* test btn */
#home-s2 .pri-btn,
.mobile-banner .pri-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a));
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%);
  color: white;
  font-weight: bold;
  border-radius: 45px;
  padding: 12px 52px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (min-width: 768px) {
  .pri-btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a));
    background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%);
    -webkit-box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2);
            box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2);
    color: white;
    font-weight: bold;
    border-radius: 45px;
    padding: 12px 52px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.pri-btn-im {
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a)) !important;
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%) !important;
  -webkit-box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) !important;
          box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 45px !important;
  padding: 12px 52px !important;
  -webkit-transition: -webkit-transform 0.5s !important;
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
  text-align: center !important;
  margin-left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pri-btn-im-sm {
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a)) !important;
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%) !important;
  -webkit-box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) !important;
          box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2) !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 45px !important;
  padding: 12px 20px !important;
  -webkit-transition: -webkit-transform 0.5s !important;
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
  text-align: center !important;
}

.pri-btn-sm {
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a));
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%);
  /* box-shadow: 0px 11px 25px rgba(235, 54, 87, 0.2); */
  color: white;
  font-weight: bold;
  border-radius: 45px;
  padding: 8px 16px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  text-align: center;
  font-size: 1rem;
}

.pri-btn:focus {
  outline: none;
}

.pri-btn i {
  vertical-align: top;
}

.pri-btn:hover {
  text-decoration: none;
  /* transform: scale(1.1); */
  color: white;
}

/* Gamelearn Pages */
.g4 {
  background: url("./assets/e-course/gl-re-bg.png") no-repeat top;
  background-size: cover;
}

.g4 .course-name {
  height: 50px;
}

.gl-title {
  /* margin-top: 70px; */
  color: #1f399e;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

.gl-slick .slick-slide {
  margin: 10 20;
}

.gl-slick .course-name {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .gl-slick .course-name {
    font-size: 1.1rem;
  }
}

.gl-icon {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.pri-color {
  color: #ff671d;
}

.mb10 {
  margin-bottom: 10px;
}

.mmb20 {
  margin-bottom: 20px;
}

.mmb25 {
  margin-bottom: 25px;
}

.mmt25 {
  margin-top: 25px;
}

.mmt70 {
  margin-top: 70px;
}

.mmb70 {
  margin-bottom: 70px;
}

.g-recaptcha {
  opacity: 0;
}

.wpforms-recaptcha-container {
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .mmt25 {
    margin-top: unset;
  }
  .mmb20 {
    margin-bottom: unset;
  }
  .mmt70 {
    margin-top: 20px;
  }
  .mmb70 {
    margin-bottom: unset;
  }
}

.bg-circle {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 4px 3px;
  color: #8f8f8f;
  margin-bottom: 5px;
}

.gray {
  color: #8f8f8f;
}

.filter-gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.inactive:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.gl-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 50px 35px;
  margin-bottom: 70px;
}

.gl-topic {
  background: #ffffff;
  border: 0.5px solid #cbcbcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* background-color: #eee; */
  color: #8f8f8f;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  /* border: none; */
  text-align: left;
  outline: none;
  font-size: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}

/* .g2, .g3, .g4{
      color: #888888;
  } */
/* .gl-topic:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    -webkit-font-feature-settings: 'liga';
    font-size: 30px;
    color: #777;
    float: right;
    position: relative;
    bottom: 10px;
  }
  .active:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    -webkit-font-feature-settings: 'liga';
  } */
.gl-text {
  text-align: justify;
  color: #888888;
}

@media (min-width: 768px) {
  .gl-topic:after {
    font-family: "Material Icons";
    content: "keyboard_arrow_down";
    -webkit-font-feature-settings: "liga";
    font-size: 30px;
    color: #777;
    float: right;
    position: relative;
    bottom: 10px;
  }
  .active:after {
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    -webkit-font-feature-settings: "liga";
  }
}

.gl-lesson {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

i {
  display: inline-block;
}

.g_banner {
  /* background-color: black; */
  position: relative;
  max-height: 768px;
}

.g_banner .g_bg {
  width: 100%;
  height: auto;
}

.g_play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 2;
}

.g_play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.g_video {
  position: absolute;
  max-height: 100%;
  top: 0;
  z-index: -1;
}

.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}

/* Demo card & demo form */
#demo-form {
  /* max-width: 500px; */
  max-width: 430px;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  -webkit-box-shadow: gray 0px 0px 5px;
          box-shadow: gray 0px 0px 5px;
}

.main-banner .slick-slider {
  /* height: 10px; */
  padding-top: 5%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1800px) {
  .main-banner .slick-slider {
    /* height: 10px; */
    width: 70%;
  }
}

.banner-img img {
  height: 70%;
}

ul.banner-slider,
ul.banner-no-slider {
  padding-left: 0;
}

.banner-text {
  color: white;
  max-width: 550px;
}

.banner-text h5 {
  text-transform: capitalize;
}

.banner-text h2 {
  text-transform: uppercase;
}

.main-banner {
  background: url("./assets/home/banner.png") bottom center;
  height: calc(100vh - 86px);
}

.svg-banner {
  height: calc(100vh - 86px);
  width: 100%;
  background: url("./assets/home/banner.png") top center no-repeat;
  background-size: cover;
  position: relative;
}

.svg-banner .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  fill: none;
  border: none;
  outline: none;
}

.banner-slider,
.banner-no-slider {
  height: 100%;
  padding: 0;
  list-style-type: none;
}

.banner-flex,
.banner-slider .slick-slide,
.banner-no-slider.banner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main-banner .slick-slide {
  position: relative;
}

/* .banner-slider .banner-text{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
#demo-card {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 430px;
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  -webkit-box-shadow: gray 0px 0px 5px;
          box-shadow: gray 0px 0px 5px;
  display: none;
}

@media (min-width: 768px) {
  #demo-card {
    right: 10px;
  }
}

#demo-card h5 {
  text-transform: capitalize;
}

#demo-card a,
#demo-form a {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

#demo-card h3 {
  text-transform: capitalize;
}

#demo-card button {
  outline: none;
  border: none;
}

#demo-card button:hover {
  outline: none;
  border: none;
}

#demo-card button:active {
  outline: none;
  border: none;
}

button {
  outline: none;
  border: none;
}

button:hover {
  outline: none;
  border: none;
}

button:active {
  outline: none;
  border: none;
}

article.category-case-studies .date {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #252251;
}

article.category-case-studies label,
article.category-case-studies input,
article.category-case-studies textarea {
  font-size: 1rem;
}

article.category-case-studies i {
  color: #252251;
}

article.category-case-studies i:hover {
  color: #ff6840;
}

article.category-case-studies #comments .comment-reply-title {
  display: none;
}

article.category-case-studies #comments .comment-meta {
  background: none;
  margin-bottom: 0;
  border-bottom: 1px solid black;
  min-height: unset;
}

article.category-case-studies #comments .comment-meta * {
  opacity: 1;
  text-decoration: none;
}

article.category-case-studies #comments .comment-meta .comment-metadata {
  margin-top: 0;
}

article.category-case-studies #comments .comment-content {
  margin-top: 1rem;
}

article.category-case-studies #comments .comment-content * {
  font-size: 1.5rem;
}

article.category-case-studies #comments .comment-footer-meta {
  background: none;
  margin-top: 1rem;
}

article.category-case-studies #comments .comment-footer-meta * {
  font-size: 0.85rem;
}

article.category-case-studies #comments .comment-footer-meta .comment-reply-link {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a));
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%);
  opacity: 1;
}

article.category-case-studies #comments .comment-footer-meta .comment-reply-link:hover {
  text-decoration: none;
  color: white;
}

article.category-case-studies #comments .avatar {
  display: none;
}

article.category-case-studies #respond {
  margin-bottom: 6rem;
}

article.category-case-studies #respond .logged-in-as {
  text-align: left;
  margin: 1rem 0;
  font-size: 1rem;
  color: #007bff;
}

article.category-case-studies #respond .logged-in-as a {
  color: #007bff;
}

article.category-case-studies #respond .logged-in-as a:hover {
  color: #0056b3;
  text-decoration: none;
}

article.category-case-studies #respond #reply-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 36px;
  border-bottom: 1px dashed black;
}

article.category-case-studies #respond .comment-notes {
  text-align: left;
  margin-top: 1rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

article.category-case-studies #respond #commentform .comment-form-comment label {
  display: none;
}

article.category-case-studies #respond #commentform .comment-form-comment textarea {
  border-radius: 20px;
}

article.category-case-studies #respond #commentform .comment-form-author,
article.category-case-studies #respond #commentform .comment-form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

article.category-case-studies #respond #commentform .comment-form-author label,
article.category-case-studies #respond #commentform .comment-form-email label {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 1rem 0;
}

article.category-case-studies #respond #commentform .comment-form-author input,
article.category-case-studies #respond #commentform .comment-form-email input {
  border-radius: 20px;
  height: 1rem;
}

article.category-case-studies #respond #commentform .comment-form-url,
article.category-case-studies #respond #commentform .comment-form-cookies-consent {
  display: none;
}

article.category-case-studies #respond #commentform .form-submit #submit {
  background: -webkit-gradient(linear, left top, right top, from(#ff642e), color-stop(22.1%, #fd5f33), color-stop(49.47%, #f64f40), color-stop(79.51%, #eb3657), color-stop(100.01%, #e1216a));
  background: linear-gradient(90deg, #ff642e 0%, #fd5f33 22.1%, #f64f40 49.47%, #eb3657 79.51%, #e1216a 100.01%);
  text-transform: unset;
  border-radius: 45px;
  min-width: 120px;
  text-align: center;
  float: right;
  line-height: 20px;
  border: none;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

article.category-case-studies #respond #commentform .form-submit #submit:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */