@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext,vietnamese');
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?59f328');
  src:  url('../fonts/icomoon.eot?59f328#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?59f328') format('truetype'),
    url('../fonts/icomoon.woff?59f328') format('woff'),
    url('../fonts/icomoon.svg?59f328#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* font-family: 'icomoon' !important; */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; vertical-align: bottom;}
/* clearfix */
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
/* For IE 6/7 only */
h1,h2,h4,h3,h5,h6 {
  font-weight: bold;
}
b,strong {
  font-weight: bold;
}
em,i {
  font-style: italic;
}
p {
  line-height: 1.5em;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lazy-load-box {
  transition: all .4s ease-out;
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
.lazy-load-box.trigger {
  opacity: 0;
}
.lazy-load-box.fade-up.trigger {
  transform: translateX(0) translateY(10%) scale(1);
}
.lazy-load-box.fade-left.trigger {
  transform: translateX(-10%) translateY(0) scale(1);
}
.lazy-load-box.fade-right.trigger {
  transform: translateX(10%) translateY(0) scale(1);
}
.container.clr.row {
  margin: 0 auto;
  padding: 40px 0;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}
.section-banner img{
    width: 100%;
}
.buttons {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.section-banner .info{
  position: relative;
}
.section-banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.element{
    text-align: center;
}
.element h4{
    font-size: 18px;
    padding: 10px 10px 0;
    font-weight: 700;
}
.element p{
    font-size: 18px;
    padding: 0 10px;
}
.title-subcribes{
    text-align: center;
    padding: 40px 0;
}
.title-subcribes h2{
    font-size: 36px;
}
#section-01{
  padding-bottom: 50px;
}
.t2 p{
    font-size: 24px;
}
.border{
    position: relative;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px 24px 24px 24px;
    justify-content: center;
}
.element-elsa{
  position: absolute;
  top: 0;
  right: 0;
}
.border h2{
    padding: 10px;
}
.payment h2{
    text-align: center;
}
.left{
  margin-right: 30px;
}
.right{
  margin-left: 30px;
}
.card{
    text-align: center;
}

.option{
  justify-content: center;
}

.batgoi{
    font-size: 20px;
    font-weight: 400;
    color: #333;
    border: 0!important;
    padding: 20px 30px;
    text-align: center;
    background: #E5E5E5!important;
    border-radius: 6px!important;
}
.bg1{
  margin-top: 60px;
}
.bg2{
  margin-top: 100px;
}
.select{
    border: transparent;
    background-color: #E5E5E5;
    font-weight: bold;
    text-align: center;
}
.button-2{
  padding: 16px 120px!important;
}
.button-3{
  padding: 16px 120px!important;
}
.nangcap{
  margin-top: 15px;
	margin-left: 15px;
}


@media screen and (min-width: 1024px){

    .section-banner .text-wrap {}
    .section-banner .text {
    padding: 15px 0;
    }
    .section-banner .text h1 {
    font-size: 18px;
    color: #222;
    margin-bottom: 1em;
    }
    .section-banner .text h1,
    .section-banner .text p {
    line-height: 1.35em;
    }
    .section-banner .buttons {
    padding-top: 24px;
    }
    .section-banner.vn-language .text h2 {
    line-height: 1.2em;
    }
    .section-banner {
    position: relative;
    }
    .section-banner .text h1 {
    color: #fff;
    }
    .section-banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    }
    .section-banner a.btn:after {
    background: linear-gradient(90deg, #084161 0%, #065f83 100%);
    }
    a.btn,
button.btn {
  font-size: 16px;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
a.btn span,
button.btn span{
  display: block;
  position: relative;
  z-index: 5;
  /* background: linear-gradient(900deg, rgba(92,229,120,1) 100%, rgba(61, 166, 255, 1) 100%); */
  border-radius: 30px;
  padding: 16px 40px;
  min-width: 220px;
  text-align: center;
}

a.btn-primary,
button.btn-primary {
  background: linear-gradient(900deg,rgba(41, 244, 255, 1) 0%,rgba(61, 166, 255, 1) 0%,rgba(82, 87, 255, 1) 100%);
    /* border-radius: 10px; */
    color: #fff;
    font-weight: bold;
    transition: all .3s ease-out;
    /* width: 100%; */
    border: none;
}
@media (min-width: 1200px) {
  a.btn,
  button.btn {
    font-size: 22px;
  }
  a.btn-primary:hover,
  button.btn-primary:hover {
    opacity: .8;
  }
}
}
@media screen and (max-width: 767px) {
    .section-banner .container {
      bottom: auto;
      top: 100vw;
    }
    .section-banner.vn-language .container {
      top: 88vw;
    }
    .section-banner .text{
      text-align: center;
    }
    .section-banner .text {
      max-width: 720px;
      margin: 0px auto;
    }
    .section-banner .text p,
    .section-banner .text h1 {
      text-align: center;
      color: #fff;
    }
    .section-banner .text p {
      font-size: 14px;
    }
    .section-banner .text h1 {
      font-size: 30px;
    }
    .elsa-pro{
      font-size: 24px;
    }
    .but1{
      padding: 10px 30px 10px 30px!important;
    }
    .section-banner .text p br {
      display: none;
    }
    .list{
      display: block!important;
    }
    .element{
      display: flex;
      padding-bottom: 20px;
    }
    .description{
      text-align: left;
    }
    .ele{
      display: none;

    }
    .elemb{
      display: block;
    }
    .list{
      padding: 0 38px;
    }
}
@media screen and (min-width: 768px) {
    .section-banner .text {
      text-align: left;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
    }
    .ele{
      display: block;
      padding: 0 50px;
    }
    .elemb{
      display: none;
    }
    .list{
      justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .section-banner .text h1 {
      font-size: 48px;
      margin-bottom: 26px;
    }
    .section-banner .text p {
      font-size: 24px;
    }
}

  @media screen and (max-width: 767px){
  .section-banner .container {
      bottom: auto;
      top: 100vw;
  }
  .btn{
    border-radius: 30px!important;
    background: linear-gradient(900deg,rgba(41, 244, 255, 1) 0%,rgba(61, 166, 255, 1) 0%,rgba(82, 87, 255, 1) 100%);
  }
  .button-2{
    padding: 16px 90px!important;
    font-size: 21px;
  }
  .button-3{
    padding: 16px 90px!important;
    font-size: 21px;
  }
  .t2 p{
    font-size: 22px;
  }
  .left{
    margin-right: 0;
    margin-bottom: 30px;
  }
  .right{
    margin-left: 0;
  }
  .batgoi{
    font-size: 15px;
  }
  .btn{
    border-radius: 30px!important;
    background: linear-gradient(900deg,rgba(41, 244, 255, 1) 0%,rgba(61, 166, 255, 1) 0%,rgba(82, 87, 255, 1) 100%);
  }
  .button-2{
    padding: 16px 90px!important;
    font-size: 21px;
  }
  .button-3{
    padding: 16px 90px!important;
    font-size: 21px;
  }
  @media(max-width:414px){
    .t2 p{
      font-size: 22px;
    }
    .left{
      margin-right: 0;
      margin-bottom: 30px;
    }
    .right{
      margin-left: 0;
    }
    .batgoi{
      font-size: 15px;
    }
    .btn{
      border-radius: 30px!important;
      background: linear-gradient(900deg,rgba(41, 244, 255, 1) 0%,rgba(61, 166, 255, 1) 0%,rgba(82, 87, 255, 1) 100%);
    }
    .button-2{
      padding: 16px 90px!important;
      font-size: 21px;
    }
    .button-3{
      padding: 16px 90px!important;
      font-size: 21px;
    }
  }
  @media (max-width: 375px){
    .t2 p{
      font-size: 22px;
    }
    .left{
      margin-right: 0;
      margin-bottom: 30px;
    }
    .right{
      margin-left: 0;
    }
    .batgoi{
      font-size: 15px;
    }
    .btn{
      border-radius: 30px!important;
      background: linear-gradient(900deg,rgba(41, 244, 255, 1) 0%,rgba(61, 166, 255, 1) 0%,rgba(82, 87, 255, 1) 100%);
    }
    .button-2{
      padding: 16px 90px!important;
      font-size: 21px;
    }
    .button-3{
      padding: 16px 90px!important;
      font-size: 21px;
    }
  }
}

.packages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.package {
  max-width: 350px;
  max-height: 450px;
  border-radius: 20px;
  margin-left: 25px;
  margin-right: 25px;
  border: 1px solid rgba(80, 80, 80, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.package-top img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.package-bottom {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-grow: 1;
}

.package .package-name {
  color: #000;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.35;
}

.package .base-price {
  text-decoration: none;
  color: #8692A7;
  font-size: 14px;
  line-height: 1.35;
  margin: 2px 0;
}

.package .discount-price {
  background: linear-gradient(90.13deg, #CC2525 0.11%, #FF5656 77.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
  margin: 2px 0;
}

.package .promotion-code {
  font-size: 13px;
  line-height: 1.35;
  color: #000;
  margin-block: 6px;
}

.package .promotion-code strong {
  color: #B52828;
}

.package .package-buy {
  background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  padding: 16px;
  cursor: pointer;
}

.section-form {
  background: #2B1E6E;
  padding: 64px 0;
}

.form-register {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 56px 97px;
}

.form-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.35;
  color: #222326;
  text-align: center;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
}

.form-control {
  background: #fff;
  border: 1px solid #121131;
  border-radius: 5px;
  font-size: 16px;
}

.form-group input[type=checkbox] {
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0
}

.form-group input[type=checkbox]+label {
  position: relative;
  padding-left: 38px;
  min-height: 30px
}

.form-group input[type=checkbox]+label::before {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 5px;
  border: 1px solid #2a2a2a;
  cursor: pointer;
}

.form-group input[type=checkbox]:checked+label::before {
  background-image: url(../../theme_LP_K12/img/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px
}

.form-group .btn-form {
  padding: 10px 30px;
  font-size: 20px;
}

.form-group .text-danger {
  margin-top: 5px;
}

.form-submit {
  margin-top: 40px;
}

.price {
  text-align: center;
}

.price .base-price {
  font-size: 14px;
  padding: 16px 8px;
}

.price .discount-price {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 8px;
  line-height: 10px;
  color: #EE4D2D;
}

@media screen and (max-width: 767px) {
  .form-register {
    padding: 15px;
  }

  .elsa-pro {
    margin: 0;
  }

  .form-group .btn-form {
    width: 100%;
  }
  .form-title {
    font-size: 34px;
  }
  .title-subcribes h2 {
    font-size: 34px
  }
}

.slick-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #dcdcdc;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 13px 20px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}
