/* Start=========================page index ============================ */

@font-face {
  font-family: "iCiel Borsok";
  src: url("/fonts/iCiel_Borsok.eot"); /* IE9 Compat Modes */
  src: url("/fonts/iCiel_Borsok.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/iCiel_Borsok.woff") format("woff"),
    /* Modern Browsers */ url("/fonts/iCiel_Borsok.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/fonts/iCiel_Borsok.svg") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/* Start=============================body================================ */

body {
  font-family: "Open Sans", "Nunito", sans-serif, "Barlow Semi Condensed",
    sans-serif, "Inter";
}

img,
video {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.btn-pill {
  border-radius: 10rem;
}

.btn:hover {
  box-shadow: none;
}

.txt-orange {
  color: #ff6b00;
}

.txt-yellow {
  color: #ffe447;
}

.block-title {
  text-align: center;
  margin-bottom: 3rem;
}

.block-title p {
  color: #ff6b00;
  margin-bottom: 0;
}

.block-title .title-header {
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  /*color: #273240;*/
  color: #ff6b00;
}

.block-title .title-title {
  font-weight: 700;
  font-family: "Nunito", "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 10px 0px;
  color: #03113b;
}

.block-title .title-summary {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 15px;
  color: #273240;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .block-title {
    text-align: left;
    margin-bottom: 5rem;
  }

  .block-title .title-title {
    font-size: 2.4rem;
    /* line-height: 1.244; */
    /* padding: 15px 25px; */
  }

  .block-title .title-title.small {
    font-size: 1.9375rem;
    line-height: 1.244;
  }

  .block-title .title-summary {
    font-size: 18px;
  }
}

.block-pass {
  position: relative;
}

.block-pass .form-control {
  padding-right: calc(2.25rem + 2px);
}

.view-pass {
  width: calc(2.25rem + 2px);
  height: calc(2.25rem + 12px);
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}

.view-pass.view .fa-eye,
.view-pass .fa-eye-slash {
  display: none;
}

.view-pass .fa-eye,
.view-pass.view .fa-eye-slash {
  display: inline-block;
}

.div-show {
  display: none;
}

.div-show.show {
  display: block;
}

.content-pay {
  display: none;
  padding: 10px 0 1.5rem;
  font-size: 0.9rem;
  color: black;
}

.-bg-color {
  background-color: #ffdea4;
}

.-bg-color-1 {
  background-color: #fff9f4;
}

.-bg-color-2 {
  background-color: #ffe447;
}

.-bg-color-3 {
  background-color: #fff6c3;
}

.-bg-color-4 {
  background-color: #151b26;
}

.-bg-color-5 {
  background-color: #222b37;
}

.-bg-color-6 {
  background-color: #f6f8f9;
}

.-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.-bg-image-1 {
  background-image: url(/images/bg-app.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.-bg-image-2 {
  background-image: url(/images/background_yellow2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.-bg-image-3 {
  background-image: url(/images/bg-register.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.-bg-image-4 {
  background-image: url(/images/bg-4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-access {
  background-color: #02103b;
  color: #fff;
}

.btn-access:hover,
.btn-access:active {
  background-color: #02103b;
  color: #fff;
}

/* START ============ section-banner */

#block-banner {
  background-image: url(/images/background_yellow2.png);
  padding: 2rem 0 2rem;
}

.btn-bigsize {
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
}

.block-class {
}

.block-class .title {
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.4rem;
}

.list-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-class .class {
  margin: 0 0.5rem;
  text-align: center;
  /* border: 1px solid #db8901; */
  /* border-radius: .25rem; */
  /* background-color: #fcce5b; */
}

.list-class .class .txt-1 {
  padding: 5px;
  border-bottom: thin solid #db8901;
}

.list-class .class img {
  padding: 0 5px;
  max-height: 190px;
}

.btn-level {
  background-color: #ffe447;
  border-radius: 20px;
  /* font-weight: 600; */
  border-color: #ffe447;
  color: #02103b;
  display: inline-flex;
  align-items: center;
}

.btn-level:hover,
.btn-level:active {
  background-color: #ffdd40;
  border-color: #ffdd40;
  box-shadow: 0px 7px 11px -5px rgba(255, 221, 64, 0.75);
  -webkit-box-shadow: 0px 7px 11px -5px rgba(255, 221, 64, 0.75);
  -moz-box-shadow: 0px 7px 11px -5px rgba(255, 221, 64, 0.75);
  color: #02103b;
}

#block-banner .btn-beekids {
  -webkit-animation: pulse 2s ease infinite;
  animation: pulse 2s ease infinite;
  border-radius: 7px;
  font-weight: 600;
  border: 0px;
}

#block-banner .button {
  text-align: center;
}

.btn-beekids {
  background: rgb(255, 195, 77);
  background: linear-gradient(
    90deg,
    rgba(255, 195, 77, 1) 0%,
    rgba(255, 107, 1, 1) 100%
  );
  border: 0px;
  color: #fff;
}

.btn-beekids:hover,
.btn-beekids:active {
  background-color: #ffdd40;
  border: 0px;
  color: #02103b;
}

.button-list .btn-beekids i {
  font-size: 2rem;
}

.content-block {
}

.content-block .logo img {
  max-height: 100px;
  margin-bottom: 1rem;
}

.content-block .text-1 {
  text-align: center;
}

.content-block .text-1 span {
}

.content-block h2 {
  font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: #02103b;
  margin-bottom: 0;
}

.content-block h4 {
  text-align: center;
  line-height: 1.5;
  font-family: "Nunito", "Montserrat", sans-serif;
  color: #02103b;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list-download {
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-download .block-download {
  display: inline-block;
  margin: 5px;
  border: thin solid #af6906;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.title-download {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  color: #ff6b00;
  font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.list-download .block-download .text img {
  height: 26px;
}

.list-download .block-download > img {
  margin-top: 1rem;
  max-height: 130px;
  border-radius: 7px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.header-skill {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #ff6b00;
}
.header-skill .highlight {
  font-size: 1.5rem;
}
.block-skill .block-main {
  background-color: #ffe9a8;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.block-skill .block-main .icon img {
  height: 55px;
}

.block-skill .block-main .title {
  margin-top: 1rem;
  font-weight: 700;
}

.background-video {
  margin-bottom: 2rem;
}

.background-video .embed-responsive {
  border: 2px solid #af6906;
}

@media only screen and (min-width: 768px) {
  .background-video {
    height: 470px;
    padding: 67px 95px 55px 95px;
    background-image: url(/images/background-video-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .block-skill .block-main {
    padding-bottom: 0.75rem;
    margin-bottom: 0rem;
  }
  .block-skill .block-main .icon img {
    height: 40px;
  }

  .block-skill .block-main .title {
    margin-top: 0.5rem;
    font-size: 85%;
  }
  .header-skill {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .header-skill .highlight {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .background-video {
    height: 450px;
    padding: 64px 67px 65px 68px;
    margin-bottom: 0rem;
  }

  #block-banner .button {
    text-align: right;
  }

  .block-skill .block-main {
    padding-bottom: 1.5rem;
  }
  .block-skill .block-main .icon img {
    height: 55px;
  }

  .block-skill .block-main .title {
    margin-top: 1rem;
    font-size: 100%;
  }
  .header-skill {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .header-skill .highlight {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block-skill {
    width: 120px;
    margin: auto;
  }

  .background-video {
    height: 450px;
    padding: 65px 80px 74px 80px;
  }
  .header-skill {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .header-skill .highlight {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1367px) {
  .block-skill {
    width: 120px;
    margin: auto;
  }

  .container.-wide {
    max-width: 1312px;
    width: calc(100% - 128px);
  }

  .background-video {
    height: 490px;
    padding: 70px 110px 85px 110px;
  }
}

@media only screen and (max-width: 520px) {
  .block-chart .block-main .text b {
    font-size: 1.2rem;
  }

  .block-chart .block-main .text {
    font-size: 1rem;
  }

  .content-block .logo img {
    max-height: 100px;
  }

  .content-block {
    text-align: center;
  }

  .list-download {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  #block-banner {
    padding: 4rem 0;
  }

  .content-block .text-1 span {
    padding: 7px 50px;
    font-size: 1.3rem;
  }

  .content-block .content-2 .txt-summary {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .content-block h2 {
    font-size: 31px;
  }
}

@media only screen and (min-width: 992px) {
  #block-banner {
    padding: 5rem 0;
  }

  .content-block {
    margin: 1rem 0;
  }

  .list-download .block-download > img {
    height: 110px;
  }
}

@media only screen and (min-width: 1200px) {
  .list-download .block-download {
    margin: 5px 0;
  }

  .list-download .block-download > img {
    height: 105px;
  }
}

@media only screen and (min-width: 1367px) {
  .list-download .block-download {
    margin: 5px 0;
  }

  .list-download .block-download > img {
    height: 130px;
  }
}

/*  END  ============ section-banner */

/* START ============ section-countdown */
#block-countdown {
  padding: 1.5rem 0;
}

#block-countdown h6 {
  text-align: center;
  margin-bottom: 1.5rem;
}

#block-countdown .btn-beekids {
  border-radius: 7px;
  font-weight: 600;
  border: 0px;
  display: inline-flex;
  align-items: center;
  -webkit-animation: pulse 2s ease infinite;
  animation: pulse 2s ease infinite;
}

.countdown-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
}

.col-countdown .number {
  text-align: center;
  font-size: 1.5rem;
  padding: 7px;
  width: 50px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 4px;
  font-weight: 400;
  color: #000;
}

.col-countdown .text {
  text-align: center;
  font-size: 0.9rem;
  color: #000;
  text-transform: uppercase;
}

.countdown-main span {
  margin-top: 20px;
}

.price-contest {
  padding: 20px;
  margin: 20px auto;
  border-top: 2px solid #f9b707;
  text-align: center;
}

.price-contest .price-new {
  font-size: 3rem;
  font-weight: 700;
  color: #f9b707;
}

.price-contest .price-old {
  margin-left: 0.5rem;
  color: #cfcccc;
  font-size: 2.5rem;
  text-decoration: line-through;
}

@media only screen and (min-width: 768px) {
  .countdown-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  #block-countdown h6 {
    text-align: left;
    margin-bottom: 0;
    margin-right: 1rem;
    margin-top: 1.2rem;
  }

  .countdown-main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  #block-countdown h6 {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
}

/*  END  ============ section-countdown */

/* START ============ section-customers */

#section-customers {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-customers {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block-customers .block-main {
  display: block;
}

.block-customers .block-main .title {
  color: #ff6b00;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Nunito", "Montserrat", sans-serif;
}

.block-customers .block-main .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #fff;
  padding: 10px;
  margin-right: 0.75rem;
}

.block-customers .block-main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: unset;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
  .-bg-banner-left,
  .-bg-banner-right {
    position: relative;
  }

  .-bg-banner-left::before,
  .-bg-banner-right::before {
    content: "";
    width: calc(50vw - 9px);
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .-bg-banner-left::before {
    right: 100%;
    background-image: url(/images/why-1.png);
  }

  .-bg-banner-right::before {
    left: 100%;
    background-image: url(/images/why-2.png);
  }

  .block-customers .block-main {
    margin-bottom: 1rem;
  }

  .block-customers:last-child .block-main {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .block-customers .block-main {
    margin-bottom: 3rem;
  }
}

/*  END  ============ section-customers */
/* START ============ section-teach */
#section-teach {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.row-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-step .row-mobile {
  width: 100%;
}

.row-step .block-step {
  border: thin solid #c97e01;
  padding: 0;
  position: relative;
  /* width: 45%; */
  margin-bottom: 3rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-step .block-step:nth-child(1),
.row-step .block-step:nth-child(1) {
}

.row-step .block-step:after {
  /*content: '';
            width: 50px;
            height: 40px;
            background-image: url(/images/Arrow_gray.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            right: -70px;
            margin-top: -30px;*/
}

.row-step .arrow {
  width: 49px;
  padding: 0 0.25rem;
}

.row-step .block-step .block-main .sumary {
  min-height: 96px;
  margin-bottom: 0;
}

.row-step .block-step.style-2 {
  position: relative;
}

.row-step .block-step.style-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.row-step .block-step.style-4 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.arrow.mobile {
  position: absolute;
  bottom: -45px;
  right: 50%;
  margin-right: -15px;
  padding: 0;
  width: 30px;
}

.arrow.style-3 {
  display: none;
}

.arrow.style-4 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  transform: rotate(180deg);
}

.block-teach .block-main {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-teach .block-main .icon img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  padding: 10px;
  margin-right: 0.75rem;
}

.block-teach .block-main .text {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .row-step .arrow {
    width: 70px;
    padding: 0 0.5rem;
  }
  .row-step .block-step {
    margin-bottom: 4rem;
  }

  .arrow.mobile {
    bottom: -60px;
    margin-right: -20px;
    width: 40px;
  }

  .row-step .block-step .block-main .sumary {
    min-height: 69px;
  }
}

@media only screen and (min-width: 992px) {
  .row-step .block-step {
    margin-bottom: 1.5rem;
  }

  .row-step .row-mobile,
  .row-step .block-step:after {
    display: none;
  }

  .row-step .block-step.style-3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .row-step .arrow.mobile {
    display: none;
  }

  .arrow.style-4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    transform: rotate(0deg);
  }

  .row-step .block-step.style-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .arrow.style-3 {
    display: block;
  }

  .row-step {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .row-step .block-step {
    min-width: 200px;
    width: 200px;
  }

  .row-step .block-step .block-main .title {
    font-size: 1rem;
    min-height: 39px;
  }

  .row-step .arrow {
    display: block;
    padding: 0.25rem;
  }

  .row-step .block-step .block-main .sumary {
    min-height: 59px;
  }

  .row-step .block-step .block-main {
    font-size: 80%;
    padding: 0.5rem;
  }

  .block-teach .block-main .text {
    font-size: 1.1rem;
  }

  .row-step .block-step .block-main .icon img {
    max-height: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-step .block-step .block-main .icon img {
    max-height: 200px;
  }

  .row-step .block-step .block-main .title {
    font-size: 1.3rem;
    min-height: 50px;
  }

  .row-step .block-step .block-main {
    font-size: 94%;
    padding: 1rem 10px;
  }

  .row-step .block-step {
    min-width: 235px;
  }

  .row-step .arrow {
    padding: 0.25rem;
  }

  .row-step .block-step {
    margin-top: 3rem;
  }

  .row-step .block-step .block-main .sumary {
    min-height: 69px;
  }

  .row-step .block-step .block-main {
  }

  .block-teach .block-main .text {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1367px) {
  .row-step .block-step {
    min-width: 270px;
  }

  .row-step .arrow {
    padding: 0.5rem;
  }

  .row-step .block-step .block-main {
    padding: 1.5rem 1rem;
  }

  .block-teach .block-main .text {
    font-size: 1.4rem;
  }
}

/*  END  ============ section-teach */
/* START ============ section-about */
#section-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#section-about .block-title .title-title {
  /*color: #FF9F00;*/
}

.block-about .block-main {
  background-image: url(/images/bg-about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6rem 20px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.block-about .block-main .number {
  color: #ff6b00;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.block-about .block-main .title {
}

@media only screen and (min-width: 768px) {
  .block-about .block-main {
    margin-bottom: 30px;
    padding: 6rem 20px;
  }

  .block-about .block-main .title {
  }
}

@media only screen and (min-width: 992px) {
  .block-about .block-main {
    margin-bottom: 0px;
    padding: 5rem 20px;
  }

  .block-about .block-main .title {
  }
}

@media only screen and (min-width: 1200px) {
  .block-about .block-main {
    padding: 6rem 20px;
  }

  .block-about .block-main .title {
  }
}

/*  END  ============ section-about */
.marquee-content {
  display: block;
  background-color: #ff6666;
  color: #fff;
  font-size: 2rem;
  padding: 1.5rem 15px;
  text-transform: uppercase;
  font-family: "Paytone One", "Montserrat", "Barlow Semi Condensed", "Open Sans",
    sans-serif, "Inter";
}
/* START ============ section-course */
#section-course {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#slide-course .image {
  text-align: center;
  padding: 1rem 0;
}

#slide-course img {
  border: medium solid #c65a2d;
  border-radius: 1rem;
}

#slide-course .slick-slide {
  transform: scale(0.85);
  transform-origin: center center;
  transition: 0.3s ease-in-out all;
}

#slide-course .slick-slide.slick-current {
  transform: scale(1);
  transform-origin: center center;
  transition: 0.3s ease-in-out all;
}

#slide-course img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  #slide-course .slick-slide {
    transform: scale(0.8);
  }

  #slide-course img {
    /* max-width: 70vw;*/
  }

  #slide-course .image {
    /*padding: 1.5rem 0;*/
  }
}

@media only screen and (min-width: 992px) {
  #slide-course img {
    /* max-width: 70vw;*/
  }

  #slide-course .image {
    /*  padding: 2.5rem 0;*/
  }
}

@media only screen and (min-width: 1200px) {
  #slide-course img {
    max-width: 100%;
  }
}

/*  END  ============ section-countdown */

/* START ============ section-timeline */

#section-timeline {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-timeline .block-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}

.block-timeline .block-main .block-left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.block-timeline .block-left .text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #03113b;
  line-height: 2;
}

.block-timeline .block-left .img img {
  max-height: 50px;
  margin-bottom: 1rem;
}

.block-timeline .block-main .block-right {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.block-timeline .block-right .right-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0px;
  border-radius: 20px;
  background-color: #ffe447;
}

.block-timeline .block-right .right-main .times {
  min-width: 80px;
  width: 80px;
  border-right: 1px solid #ff6b00;
  text-align: center;
}

.block-timeline .block-right .right-main .times span {
  display: block;
  font-size: 0.8rem;
}

.block-timeline .block-right .right-main .times b {
  display: block;
  font-size: 1.2rem;
}

.block-timeline .block-right .right-main .details {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.block-timeline .block-right .right-main .details .details-left {
  min-width: 60px;
  width: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.block-timeline .block-right .right-main .details .details-right p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .block-timeline .block-left .text {
    font-size: 2rem;
  }

  .block-timeline .block-left .img img {
    margin-bottom: 0;
  }

  .block-timeline .block-right .right-main .times {
    min-width: 110px;
    width: 110px;
  }

  .block-timeline .block-main .block-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .block-timeline .block-main .block-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .block-timeline .block-right .right-main .details .details-left {
    min-width: 100px;
    width: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-timeline .block-right .right-main .details .details-right p {
    font-size: 1rem;
  }

  .block-timeline .block-right .right-main .times span {
    font-size: 1rem;
  }

  .block-timeline .block-right .right-main .times b {
    font-size: 2rem;
  }

  .block-timeline .block-left .img img {
    max-height: 120px;
  }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

/*  END  ============ section-timeline */

/* START ============ section-product  */

#section-product {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-video {
  border-radius: 1.5rem;
  border: 10px solid #c65a2d;
  overflow: hidden;
}

.block-product .block-main {
  display: flex;
  margin-bottom: 1rem;
}

.block-product .block-main .number {
  font-size: 6rem;
  margin-right: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #ffb600;
  font-family: "Montserrat", "Nunito", sans-serif;
  min-width: 120px;
  text-align: center;
}

.block-product .block-main .content {
  flex-grow: 1;
}

.block-product .block-main .content .title {
  color: #ffb600;
  font-family: "Nunito", "Montserrat", sans-serif;
}

.block-product .block-main .content .sumary {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
  .block-product .block-main .number {
    font-size: 5rem;
    margin-right: 0.5rem;
    min-width: 100px;
  }

  .block-product .block-main .content .title {
    font-size: 1.2rem;
  }

  .block-product .block-main .content .sumary {
    font-size: 95%;
  }
}

@media only screen and (min-width: 1200px) {
  .block-product .block-main .number {
    font-size: 6rem;
    margin-right: 1rem;
    min-width: 120px;
  }

  .block-product .block-main .content .title {
    font-size: 1.5rem;
  }

  .block-product .block-main .content .sumary {
    font-size: 100%;
  }
}

@media only screen and (min-width: 1367px) {
  .block-product .block-main .number {
    font-size: 6rem;
    margin-right: 1rem;
    min-width: 120px;
  }
}

/*  END  ============ section-product */

/* START ============ section-app */

#section-app {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#section-app .list-download {
}

#section-app .list-download .block-download {
  border: thin solid #fff;
  padding: 0;
  overflow: hidden;
}

#section-app .list-download .text {
  background-color: #fff;
  padding: 0.25rem 0.75rem;
}

#section-app .list-download .block-download > img {
  padding: 0.75rem;
  margin-top: 0;
}

.block-app {
  text-align: center;
}

.block-app .block-main {
  color: #fff;
}

.block-app .block-main .title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.block-app .block-main .sumary {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
  .block-app .block-main .title {
    font-size: 1.2rem;
  }

  #section-app .list-download {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-app {
    text-align: left;
  }

  #section-app .list-download .block-download:last-child {
    margin-right: 0rem;
  }

  #section-app .list-download .block-download {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block-app .block-main .title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1367px) {
  .block-app .block-main .title {
    font-size: 1.5rem;
  }

  #section-app .list-download .block-download {
    margin-right: 2rem;
  }
}

/*  END  ============ section-earnings */
/* START ============ section-step */
#section-step {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-step {
  margin-bottom: 1.5rem;
  padding: 5px;
  background-color: #fff;
  border-radius: 1rem;
}

.block-step .block-main {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
}

.block-step .block-main:hover {
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 20%);
  -webkit-box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 20%);
}

#section-step .block-step.style-1 .block-main {
  background-color: #f6fffa;
}

#section-step .block-step.style-2 .block-main {
  background-color: #fff2f2;
}

#section-step .block-step.style-3 .block-main {
  background-color: #ffdec7;
}

#section-step .block-step.style-4 .block-main {
  background-color: #ffe9fe;
}

.block-step .block-main .icon img {
  max-height: 200px;
}

.block-step .block-main .title {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
  min-height: 50px;
  color: #ff6b00;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
  font-family: "Nunito", "Montserrat", sans-serif;
}

.block-step .block-main .sumary {
  color: #737576;
  text-align: center;
  margin-bottom: 1rem;
}

.block-step .block-main .sumary {
  min-height: 96px;
}

@media only screen and (max-width: 520px) {
  .block-step .block-main,
  .block-step .block-main .sumary {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .block-step .block-main {
    min-height: 180px;
    font-size: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .block-step .block-main {
    font-size: 95%;
    padding: 0 15px 1rem 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .block-step .block-main {
    padding: 0 10px 1rem 10px;
  }
}

@media only screen and (min-width: 1367px) {
  .block-step .block-main {
    padding: 1.5rem 1rem;
  }
}
/*  END  ============ section-step */
/* START ============ section-cooperate */
#section-cooperate {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#section-cooperate .block-title .title-title {
  color: #ff6b00;
}
.text-cooperate {
  text-align: center;
  margin-top: 1.25rem;
}

.text-cooperate .txt-1 {
  font-size: 1.5rem;
  font-family: "Nunito", "Montserrat", sans-serif;
}

.text-cooperate .txt-2 {
  -webkit-animation: pulse 2s ease infinite;
  animation: pulse 2s ease infinite;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff6b00;
}
.block-cooperate .block-main {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Nunito", "Montserrat", sans-serif;
}

.block-cooperate .block-main .icon img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  padding: 10px;
  margin-right: 0.75rem;
}

.block-cooperate .block-main .text {
  font-size: 1.2rem;
}
.block-cooperate .block-main .text .highlight {
  font-size: 2rem;
  color: #ff6b00;
}
@media only screen and (max-width: 520px) {
}

@media only screen and (min-width: 768px) {
  .text-cooperate .txt-1 {
    font-size: 2rem;
  }

  .text-cooperate .txt-2 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .text-cooperate {
    margin-top: 2rem;
  }

  .text-cooperate .txt-1 {
    font-size: 2.5rem;
  }

  .text-cooperate .txt-2 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1367px) {
}
/*  END  ============ section-cooperate */
.price-flash {
  font-weight: 600;
  -webkit-animation: flash 7s ease 4s infinite;
  animation: flash 7s ease 4s infinite;
}

/* START ============ section-register */

#section-register {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.img-register img {
  border-radius: 1rem;
}

.text-register {
  margin-bottom: 1rem;
}

.text-register .title {
  color: #ff6b00;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Nunito", "Montserrat", sans-serif;
}

.text-register-2 {
  text-align: center;
  color: #ff6b00;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.block-register > .block-main {
  background-color: #fff;
  border: thin solid #ff6b00;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
}

.block-register > .block-main .form-control {
  background-color: #fcfaf6;
  border-color: #fcfaf6;
}

.block-register > .block-main .form-control.is-invalid {
  border-color: #dc3545;
}

.block-register > .block-main .input-group-text {
  border-color: #fff4eb;
  background-color: #fff4eb;
}

.block-register > .block-main .block-row.countdown {
  margin-bottom: 10px;
}

.block-register > .block-main .block-row.countdown .col-countdown .number {
  font-size: 1.5rem;
  padding: 5px;
  width: 50px;
  margin: 5px;
}

.block-register > .block-main .block-row.countdown .col-countdown .text {
  font-size: 0.8rem;
}

.block-register .list-button .btn {
  display: block;
  width: 100%;
}

.block-tab-Account ul .nav-item {
  width: 50%;
}

.block-tab-Account ul .nav-item .nav-link {
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  color: #02103b;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.block-tab-Account .nav-pills .nav-link.active {
  color: #fff;
  font-weight: 400;
  background-color: #02103b;
}

/* block-card child*/

.block-card.child .block-main {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  /*box-shadow: 0px 7px 20px 0px rgb(71 71 72 / 10%);*/
  border-radius: 5px;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-card.child.active .block-main {
  /*background-color: #fff9f4;*/
  border: 1px solid #ff6b00;
  box-shadow: 0px 4px 10px -4px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 4px 10px -4px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

.block-card.child .block-row.images {
  max-width: 35px;
  min-width: 35px;
  margin-right: 15px;
}

.block-card.child .block-row.contest {
  min-width: 100%;
}

.block-card.child .block-row.info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
}

.block-card.child .block-row.info b {
  font-size: 1rem;
  color: #151b26;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block-card.child .block-row.info p {
  margin-bottom: 0;
  color: #646f79;
}
/*---------------------------*/

@media only screen and (min-width: 768px) {
  /* .block-register > .block-main .block-row {
         font-size: 1.2rem;
     } */
  .block-register > .block-main .countdown .col-countdown .number {
    font-size: 2rem;
    padding: 7px;
    width: 70px;
    margin: 10px;
  }

  .block-register > .block-main .countdown .col-countdown .text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1367px) {
    .text-register-2 {
        font-size: 2.5rem;

      }
}
/*  END  ============ section-register */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50%;
  border: 1px solid #fff;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 1;
  background-color: #fff;
  color: #212529;
}
/* START ============ section-comments */
#section-comments {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-comment .block-main {
  margin: 1px;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: thin solid #c97e01;
  min-height: 300px;
}

.block-comment .block-main .header {
  margin-bottom: 1rem;
}

.block-comment .block-main .header .title {
  font-weight: 700;
}

.block-comment .block-main .header .star {
  color: #ffc34d;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.header .star i {
  padding-right: 0.75rem;
}

.block-main .header .sumary {
  min-height: 94px;
  margin-bottom: 1rem;
}

.block-comment .block-main .customer {
  display: flex;
}

.block-main .customer .image img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  margin-right: 0.5rem;
  border: thin solid #c97e01;
}

.customer .info .name {
  font-weight: 700;
}

.customer .info .job {
  font-size: 85%;
  color: #8d8d8d;
}

#slide-comments .owl-nav .owl-prev,
#slide-comments .owl-nav .owl-next {
  background-color: #222b37;
  color: #fff;
}

#slide-comments .owl-nav .owl-prev {
  padding-right: 5px !important;
}

#slide-comments .owl-nav .owl-next {
  padding-left: 5px !important;
}

@media only screen and (min-width: 768px) {
  .customer .info .job {
    font-size: 90%;
  }

  .block-main .customer .image img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 0.75rem;
  }

  .block-comment .block-main {
    padding: 1.5rem;
    min-height: 300px;
  }

  .block-comment .block-main .header .title {
    font-size: 1.1rem;
  }

  .customer .info .name {
    font-size: 1.15rem;
  }

  #slide-comments .owl-nav .owl-prev {
    left: -50px;
  }

  #slide-comments .owl-nav .owl-next {
    right: -50px;
  }
}

@media only screen and (min-width: 992px) {
  .block-comment .block-main {
    padding: 1rem;
    min-height: 261px;
  }
}

@media only screen and (min-width: 1200px) {
  .block-comment .block-main .header .title {
    font-size: 1rem;
  }

  .block-comment .block-main {
    padding: 1rem;
    min-height: 260px;
  }

  .block-main .header .sumary {
    min-height: 94px;
    margin-bottom: 0rem;
  }
}

@media only screen and (min-width: 1367px) {
  .block-comment .block-main .header .title {
    font-size: 1.1rem;
  }

  .block-main .header .sumary {
    min-height: 94px;
    margin-bottom: 1rem;
  }

  .customer .info .job {
    font-size: 100%;
  }

  .block-comment .block-main {
    padding: 1.5rem;
    min-height: 300px;
  }
}

/*  END  ============ section-comments */

/* START ============ siteFooter-top */

#siteFooter-top {
  /*background-color: rgba(0,0,0,0.8);*/
  /* color: #fff;*/
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.siteFooter-menu.social {
  /* text-align: center;*/
}

.siteFooter-menu.social a {
  font-size: 1.375rem;
  border-bottom: none;
  width: 32px;
  margin-right: 1rem;
}

.siteFooter-bottom {
  background-color: #2a2a2a;
}

.siteFooter-btn-website {
  /* margin: auto; */
  margin-bottom: 1rem;
  /* background-color: #2a2a2a; */
  /* padding: 5px 5px 5px 40px; */
  /* position: relative; */
  display: block;
  /* border-radius: 5px; */
  /* line-height: 30px; */
  /* text-align: center; */
  /* color: #fff; */
  /* border: 1px solid #ff6c01; */
  /* width: 130px; */
}

.siteFooter-menu .title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
}

.footer-menu a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #212529;
}

.siteFooter-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.siteFooter-about img {
  max-height: 90px;
  margin-right: 1rem;
}

.siteFooter-about p span {
  color: #ff6b00;
}

.siteFooter-menu.contact .contact-info {
  padding: 0.25rem 0;
}

.contact-info i {
  width: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .siteFooter-menu.social a {
    margin-right: 1.5rem;
  }

  .siteFooter-about {
    font-size: 1.2rem;
    text-align: left;
  }

  .siteFooter-social {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .siteFooter-about img {
    max-height: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .siteFooter-about img {
    max-height: 120px;
  }
}

@media only screen and (min-width: 1367px) {
  .siteFooter-about img {
    max-height: 170px;
  }
}

/*  END  ============ siteFooter-top */

/*---------------------------*/

/* Start==========================button-back to top=================================== */

#return-to-top {
  z-index: 999;
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: #fccc3a;
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 14px;
  top: 7px;
  font-size: 27px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fccc3a;
  top: 3px;
}

/* End==========================button-back to top=================================== */

/* End===============================Trang chu======================================= */

a:visited {
  text-decoration: none;
  outline: 0;
}

.event-thumb a {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

p {
  margin: 0 0 15px;
  font-family: "Open Sans", sans-serif;
}

h4.title a {
  color: #000;
}

/*===============edn=================*/

/* START ============ PAGE PAYMENT */

#block-payment {
  font-size: 14px;
}

/* End ============ PAGE PAYMENT */

/*-----------------------end-------------------------------*/

/*responsive*/

@media only screen and (max-width: 479px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1367px) {
}

.chatzalo {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 70px;
  height: 70px;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%;*/
  /*box-shadow: 0 5px 5px rgb(0 0 0 / 10%);*/
}

#divQRCode {
  position: fixed;
  right: 35px;
  overflow: hidden;
  border-radius: 0.5rem;
  bottom: 130px;
  width: 150px;
  height: 150px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
