@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Light.ttf') format('truetype');
    font-weight: 300; /* ExtraLight */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Medium.ttf') format('truetype');
    font-weight: 500; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Bold.ttf') format('truetype');
    font-weight: 700; /* Semibold */
    font-style: normal;
}

@font-face {
    font-family: 'iciel-Pony';
    src: url('/landing_font/font_gi_vui/iciel-Pony.ttf') format('truetype');
    font-weight: 400; /* Semibold */
    font-style: normal;
}


.flipper {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
}

    .flipper.flipper-invisible {
        font-size: 0px !important;
    }

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

    .flipper-group label {
        font-family: "Nunito", "Montserrat", sans-serif;
        position: absolute;
        color: #161616;
        font-size: 20%;
        top: 100%;
        line-height: 1em;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        padding-top: 0.5em;
    }

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

    .flipper-digit span {
        font-size: 25%;
    }

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #e5b241;
    min-width: 0.1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #e5b241;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #e5b241;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: transform 0s linear, background 0s linear;
    transform-origin: 0 0.6em 0 !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

    .digit-top.r {
        transition: transform 0.1s linear, background 0.1s linear;
        transform: rotateX(90deg);
        background: #a97c17;
    }

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #a97c17;
    transition: transform 0.1s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: transform 0s linear, background 0s linear;
    transform: rotateX(-90deg);
    transform-style: preserve-3d !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

    .digit-top2.r {
        visibility: visible;
        transition: transform 0.1s linear 0.1s, background 0.1s linear 0.1s;
        transform: rotateX(0deg);
        background: #e5b241;
    }

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fbcf64;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

    .digit-bottom.r {
        transition: background 0.1s linear;
        background: #a97c17;
    }

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: #e5b241;
}

    .flipper-dark .flipper-delimiter {
        color: #fff;
    }

    .flipper-dark .digit-next {
        background: #fff;
    }

    .flipper-dark .digit-top {
        background: #fff;
    }

        .flipper-dark .digit-top.r {
            background: #cccccc;
        }

    .flipper-dark .digit-top2 {
        background: #cccccc;
    }

        .flipper-dark .digit-top2.r {
            background: #fff;
        }

    .flipper-dark .digit-bottom {
        background: #fff;
    }

.flipper-dark-labels .flipper-group label {
    color: #fff;
}

/*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"), url("/fonts/iCiel_Borsok.woff") format("woff"), url("/fonts/iCiel_Borsok.ttf") format("truetype"), url("/fonts/iCiel_Borsok.svg") format("svg"); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
/* Start=============================body================================ */
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: "Montserrat", "Open Sans", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    background-color: #FFFFFF;
}

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: 1rem;
}

    .block-title p {
        color: #ff6b00;
        margin-bottom: 0;
    }

    .block-title .title-header {
        letter-spacing: 1px;
        font-family: 'iciel-Pony';
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: 2px;
        color: #fff;
        -webkit-text-stroke: 4px #FFA501;
        paint-order: stroke fill;
    }

    .block-title .title-title {
        font-family: 'iciel-Pony';
        font-size: 40px;
        margin: 12px 0 0 0 !important;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 1.25px;
        background: linear-gradient(90deg, #FFA501 0%, #FF7001 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }

    .block-title .title-title .info-hide{
        display: inline;
        }

    .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: 2rem;
    }

    .block-title-map{
        margin-bottom: 0px !important;
    }

        .block-title .title-summary {
            font-size: 1.1rem;
        }
}

.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: top;
}

.-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-new.jpg);
    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;
}

.-bg-image-5 {
    background-image: url(/images/bg-about.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-6 {
    background-image: url(/images/bg-slide-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-7 {
    background-image: url(/images/bg-register-text.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-8 {
    background-image: url(/images/bg-info-payment.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-9 {
    background-image: url(/images/Toan_LapTrinh/bg_register.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-10 {
    background-image: url(/images/Toan_LapTrinh/bg_doingu.png);
    background-position: top 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/bg_Toan_Laptrinh.png);
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 0 0;
}

#block-banner .logo-bar {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 442px;
    background-image: url(/images/background/bg_white_bsmart.png);
    background-position: bottom center;
    background-size: cover;
}

#block-banner .logo-section{
  display: flex;        
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
}

#block-banner .logo-beekids{
  /* margin-top: 14px; */
  height: 50px;
  width: auto;
}

#block-banner .banner-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.banner-title-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

#block-banner .banner-title {
    font-family: 'iciel-Pony';
    font-size: 52px;
    max-width: 900px;
    margin: 0 !important;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #FF7001 0%, #FFA501 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.25px #FFFFFF;
    text-shadow:
    0 6px 16px rgba(255, 106, 0, 0.25);
}

.banner-subtitle-wrapper{
    display: inline-block; 
    padding: 12px 24px;
    border-radius: 120px;
    background: #FFF;
    border: 1px solid #FF7301;
    margin-top: 24px;
}

#block-banner .banner-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 !important;
    letter-spacing: 2px;
    font-weight: 600;
    background: linear-gradient(90deg, #FF7001 0%, #FFA501 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* nhân vật 2 bên */
#block-banner .banner-char {
  position: absolute;
  width: 140px;
  height: auto;
  z-index: 3;
}

#block-banner .banner-char--left {
  left: 120px;
  top: 80px;
}

#block-banner .banner-char--right {
  right: 120px;
  top:40px;
  transform: scaleX(-1);
  transform-origin: center;
}

#block-banner .banner-media{
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}


#block-banner .banner-media__left{
  flex: 0.9;
  margin-bottom: 20px;
}

#block-banner .banner-media__img--game{
  width: 100%;
  height: auto;
}

#block-banner .banner-media{
  position: relative;
}

#block-banner .banner-cta{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 6;
  animation: btnPulse2 2.2s ease-in-out infinite;
}

#block-banner .banner-media__right{
  flex: 1.1;
}

#block-banner .banner-media__img--girls{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  #block-banner .banner-char{
    display: none;
  }

  #block-banner .banner-title{
    font-size: 32px;
    line-height: 1.2;
    padding: 0 16px;
  }

  .banner-subtitle-wrapper{
    margin-top: 16px;
    padding: 10px 18px;
  }

  #block-banner .banner-subtitle{
    font-size: 18px;
    letter-spacing: 1px;
  }

  #block-banner .banner-media{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-top: 18px;
  }

  #block-banner .banner-media__right{ order: 1; width: 100%; }
  #block-banner .banner-media__left{ order: 2; width: 100%; margin-bottom: 0; }
  #block-banner .banner-cta{ order: 3}

  #block-banner .banner-cta{
    position: static;
    transform: none;
    margin: 12px 0 18px;
    animation: btnPulse1 2.2s ease-in-out infinite; 
  }

  #block-banner .banner-media__img--girls,
  #block-banner .banner-media__img--game{
    width: 100%;
    height: auto;
    display: block;
  }

  .block-title .title-header{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-text-stroke: 4px #FFA501; 
  }

  .block-title .title-title{
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0.6px;
    margin-top: 8px !important;
    padding: 0 12px; 
    word-break: break-word;
  }
}

.cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 26px;
  border-radius: 16px;
  background: linear-gradient(90deg, #FFA800 0%, #FF7715 100%);
  border-bottom: 3px solid #E46200;
  color: #fff;
  font-family: 'iciel-Pony';
  font-size: 20px;
  letter-spacing: 1.8px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-text-stroke: 0;
  text-shadow:
    -2px -2px 0 #FF7A00,
     2px -2px 0 #FF7A00,
    -2px  2px 0 #FF7A00,
     2px  2px 0 #FF7A00;
  box-shadow:
    3px 5px 30px rgba(250, 144, 16, 0.7),
    inset 0 1px 0 rgba(255,255,255,0.35);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  will-change: transform;
  animation: btnPulse1 2.2s ease-in-out infinite;
  overflow: hidden;
}


.cta-btn::after{
  content: "";
  position: absolute;
  top: -20%;
  left: -35%;
  width: 30%;
  height: 140%;
  transform: skewX(-20deg);
  background: rgba(255,255,255,0.35);
  filter: blur(1px);
  opacity: 0.0;
  animation: btnShine 2.8s ease-in-out infinite;
}

.cta-btn:hover{
  filter: brightness(1.05);
  color: #fff;
  text-decoration: none;
  box-shadow:
   3px 10px 34px rgba(250, 144, 16, 0.75),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

/* Animation: pulse nhẹ */
@keyframes btnPulse1{
  0%, 100% { transform:  scale(1); }
  50%      { transform:  scale(1.03); }
}

@keyframes btnPulse2{
  0%, 100% { transform: translateX(-50%) scale(1); }
  50%      { transform: translateX(-50%) scale(1.03); }
}

/* Animation: quét sáng */
@keyframes btnShine{
  0%   { left: -40%; opacity: 0; }
  20%  { opacity: 0.35; }
  45%  { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce){
  .cta-btn,
  .cta-btn::after{
    animation: none !important;
    transition: none !important;
  }
}

#block-combo{
  padding-top: 4rem;
}

.block-wrap{
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  padding: 40px;
}

/* khung vàng chứa 2 card */
#block-combo .combo-board{
    background-image: url(/images/background_yellow2.png);
    background-position: center;
    background-size: cover;       
    border-radius: 24px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

#block-combo .combo-card{
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 4px rgba(0,0,0,0.08); 
  display: flex;
  flex-direction: column;
}


#block-combo .combo-card__head{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

#block-combo .combo-card__icon{
  width: 32px;
  height: 32px;
  object-fit: contain;
}

#block-combo .combo-card__title{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}

#block-combo .combo-card__media{
  border-radius: 24px;
  height: 240px;
  overflow: hidden;
}

#block-combo .combo-card__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#block-combo .combo-card__desc{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #636366;
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 992px){
  #block-combo .combo-title{
    font-size: 32px;
  }

  #block-combo .combo-board{
    grid-template-columns: 1fr;
  }

  #block-combo .combo-wrap{
    padding: 22px;
    border-radius: 26px;
  }
}



  #section-benefit-investor {
    padding-top: 4rem;
  }

  .bk-benefit__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
  .bk-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
    text-align: center;
  }

  .bk-card__img {
   display: flex;
   justify-content: center;
   align-items: center;
   height: auto;
  }

  .bk-card__img img {
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 24px;
  }

  .bk-card__title {
    margin: 24px 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #141414;
  }

  .bk-card__list {
    margin: 0;
    color: #636366;
    font-size: 16px;
    line-height: 1.5;
  }


@media (max-width: 991px){
  #slide-benefit-investor{
    display: block;
    gap: 0;
  }

  /* để item có khoảng cách giống grid */
  #slide-benefit-investor .owl-stage-outer{
    padding: 6px 0;
  }
}

.owl-nav-round{
  position: relative; 
}

.owl-nav-round .owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
}

.owl-nav-round .owl-nav button{
  position: absolute;
  pointer-events: auto;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  outline: none !important;
}

.owl-nav-round .owl-nav button.owl-prev{ left: -10px; }
.owl-nav-round .owl-nav button.owl-next{ right: -10px; }

.owl-nav-round .owl-nav .owl-prev span,
.owl-nav-round .owl-nav .owl-next span{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0,0,0,0.12);
  color: #111827;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 575px){
  .owl-nav-round .owl-nav button.owl-prev{ left: 6px; }
  .owl-nav-round .owl-nav button.owl-next{ right: 6px; }
}


  #section-o2o{
    background-image: url('/images/bg-4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
  }

  .o2o-grid{
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
  }

  .o2o-photos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .o2o-photo{
    border-radius: 22px;
    overflow: hidden;
  }

  .o2o-photo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10; 
  }

  .o2o-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-content: start;
  }

  .o2o-card{
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    min-height: 210px;
  }

  .o2o-card__img{
    height: 120px;
    display: grid;
    place-items: center;
  }

  .o2o-card__img img{
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
  }

  .o2o-card__text{
    font-size: 15px;
    line-height: 1.45;
    color: #141414;
    font-weight: 500;
  }

  @media (max-width: 991px){
    .o2o-grid{
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 575px){
    .o2o-grid {
        display: unset;
    }

    .o2o-photos{
       display: block;
       margin-bottom: 24px;
    }

    .o2o-photos .owl-stage-outer{
        padding: 6px 0;
        overflow: hidden;
    }

    .o2o-card{
      min-height: auto;
    }
    .o2o-photo img{
      aspect-ratio: 16 / 12;
    }
  }



#section-solution-platform{
  padding: 4rem 0;
  background: #fff;
}

.sol-grid{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sol-card{
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 0 12px rgba(0,0,0,0.04);
  text-align: center;
  min-width: 0;
}

.sol-card__img{
  border-radius: 14px;
  overflow: hidden;
  height: 120px;
  display: grid;
  place-items: center;
}

.sol-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sol-card__title{
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #3A3A3C;
}

.sol-card__desc{
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #3A3A3C;
}

/* yellow box + carousel */
.sol-yellow{
    margin-top: 24px;
    background-image: url('/images/background_yellow2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    padding: 24px;
    position: relative;
}

.sol-yellow__title{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #252525;
  margin: 0 auto 16px;
  max-width: 980px;
}

.sol-carousel{
  margin-top: 6px;
}

.sol-shot{
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
}

.sol-shot img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

/* Responsive */
@media (max-width: 991px){
   #slide-sol-grid{
    display: block;
  }
  #slide-sol-grid .owl-stage-outer{
    padding: 6px 0;
  }
}

@media (max-width: 575px){
  .sol-grid{ grid-template-columns: 1fr; }
  .sol-card__img{ height: 240px; }
  .sol-yellow__title{ font-size: 18px; }
}


#section-process{
  padding: 4rem 0;
  background-image: url('/images/bg-3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-steps{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}

.p-stepwrap{
  position: relative;
}

.p-connector{
  position: absolute;
  top: 50%;
  right: -40px;          /* đúng = gap */
  transform: translateY(-50%);
  width: 40px;           /* đúng = gap */
  height: auto;
  pointer-events: none;
  user-select: none;
}

.p-step{
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  position: relative;
  min-width: 0;
}

.p-step.is-active{
  background: #FFF1E5;
  border: 1px solid rgba(245, 158, 11, 0.45);
}

.p-step__badge{
  width: 54px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(90deg, #FFA501 0%, #FF7101 100%);
  margin-bottom: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
}

.p-step__mini{
  width: 54px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3C;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  margin-bottom: 12px;
}

.p-step__text{
  font-size: 14px;
  line-height: 1.35;
  color: #3A3A3C;
  font-weight: 600;
}

.process-story{
  margin-top: 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  padding: 22px;
}

.process-story__text{
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #3A3A3C;
  font-weight: 700;
  margin-bottom: 18px;
}

.process-media:not(.owl-loaded){
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-media__item{
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.process-media__item img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

/* ===== responsive ===== */
@media (max-width: 991px){
  .process-steps{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-step:not(:last-child)::after{
    /* đổi dotted line sang dọc */
    top: auto;
    right: auto;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 20px;
    border-top: 0;
    border-left: 3px dotted #f59e0b;
    transform: translateX(-50%);
  }

   .p-connector{
    top: auto;
    right: auto;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%) rotate(90deg);
    width: 32px; /* tùy ảnh */
  }
}

@media (max-width: 575px){
  .process-story{
    padding: 16px;
  }
  .process-story__text{
    font-size: 18px;
  }
  /* owl cần block */
  #slide-process-media{
    display: block;
  }
  #slide-process-media .owl-stage-outer{
    padding: 6px 0;
    overflow: hidden;
  }

  .p-step__text{
    font-size: 16px;
    font-weight: 700;
  }
}



















#block-programs{
    background-image: url('/images/bg-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#block-programs .programs-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

#block-programs .programs-left{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#block-programs .program-card{
  background: #fff;
  border-radius: 16px;
  padding: 18px 14px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .15s ease, box-shadow .15s ease;
}

#block-programs .program-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

#block-programs .program-card__img{
  width: 140px;
  height: 90px;
  object-fit: contain;
  display: block;
}

#block-programs .program-card__name{
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
  color: #141414;
}

#block-programs .program-card__name--orange{
  color: #FF6B00;
}

#block-programs .program-card__desc{
  margin-top: 6px;
  font-size: 12px;
  color: #141414;
  line-height: 1.35;
}

/* RIGHT photos 2x2 */
#block-programs .programs-right{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#block-programs .photo-card{
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

#block-programs .photo-card--big{
  height: 200px;             
}
#block-programs .photo-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

@media (max-width: 575px){
  #slide-programs-photos{
    display: block;
  }
  #slide-programs-photos .owl-stage-outer{
    padding: 6px 0;
    overflow: hidden;
  }

  #block-programs .programs-right{
    grid-template-columns: 1fr;
  }

  #block-programs .photo-card--big{
    height: auto;
  }
  #block-programs .photo-card img{
    aspect-ratio: 16 / 12;  
    height: auto;
  }

  .sol-card__title {
    font-size: 20px;
  }

  .sol-card__desc{
    font-size: 16px;
    min-height: 44px;
  }

}

















#section-problems{
    background-image: url('/images/nhuongquyen/bg_problem.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

#section-problems .problems__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* Card */
#section-problems .p-card{
  background: #FFF;
  border-radius: 24px;
  padding: 18px;
  min-height: 250px;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  text-align: center;
}

#section-problems .p-card__media{
  height: 120px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
}

#section-problems .p-card__media img{
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
}

#section-problems .p-card__title{
  font-size: 18px;
  font-weight: 700;
  color: #FF6B00;
  margin-bottom: 8px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-problems .p-card__desc{
  font-size: 14px;
  line-height: 1.5;
  color: #141414;
  font-weight: 500;
  margin: 0;
}

/* CTA pill dưới cùng nằm giữa */
#section-problems .problems__cta{
  justify-self: center;
  margin-top: 40px;
  background: rgba(33, 107, 160, 0.85);
  color: #fff;
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 22px;
  text-align:center;
  border: 2px solid #fff;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px){
  #section-problems .problems__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #section-problems .problems__title{
    font-size: 20px;
  }
    #block-programs .programs-grid{
        grid-template-columns: 1fr;
    }
    #block-banner .banner-features{
        position: relative;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 575px){
  #section-problems{
    display: block;
  }
  #slide-problems .owl-stage-outer{
    padding: 6px 0;
    overflow: hidden;
  }
  #section-problems .problems__grid{
    grid-template-columns: 1fr;
  }
  #section-problems .p-card{
    min-height: 305px;
  }
  #section-problems .problems__cta{
    font-size: 14px;
    padding: 12px 16px;
  }

}























/*END=section-banner*/
/*START=section-about*/
#section-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-about .block-main .icon {
    margin-bottom: 1rem;
}

.block-about .block-main .content {
    text-align: justify;
}

@media only screen and (min-width: 992px) {
    .block-about .block-main .icon {
        margin-bottom: 2rem;
    }

    .block-about .block-main .content {
        font-size: 1.2rem;
    }
}
/*END=section-about */
/*START=section-timeline */
#section-timeline {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-timeline {
    padding-bottom: 1rem;
}

    .block-timeline .block-main .content .title {
        color: #ff6b00;
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .block-timeline .block-main .content .summary {
        margin-bottom: 0.5rem;
    }

    .block-timeline .block-main .content .timeline {
        margin-bottom: 1rem;
    }

        .block-timeline .block-main .content .timeline img {
            height: 25px;
            margin-left: 1rem;
            margin-right: 0.5rem;
        }

    .block-timeline .block-main .content .timeline-final {
        font-size: 1.25rem;
    }

        .block-timeline .block-main .content .timeline-final img {
            height: 25px;
            margin-left: 1rem;
            margin-right: 0.5rem;
        }

@media only screen and (min-width: 992px) {
    .block-timeline {
        padding-bottom: 2rem;
    }

        .block-timeline .block-main .content .title {
            font-size: 2rem;
            margin-bottom: 0.75rem;
        }

        .block-timeline .block-main .content .summary {
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

        .block-timeline .block-main .content .timeline {
            margin-bottom: 1rem;
            font-size: 1.25rem;
        }

            .block-timeline .block-main .content .timeline img {
                height: 25px;
                margin-left: 1.5rem;
                margin-right: 1rem;
            }

        .block-timeline .block-main .content .timeline-final {
            font-size: 2rem;
        }

            .block-timeline .block-main .content .timeline-final img {
                height: 30px;
                margin-left: 1.5rem;
                margin-right: 0.5rem;
            }
}
/*END=section-timeline */
/*START=section-countdown */
#section-countdown {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*END=section-countdown */
/*START=section-rule-reward*/
#section-rule-reward {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-rule .block-main .content {
    margin-bottom: 1rem;
}

    .block-rule .block-main .content .title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .block-rule .block-main .content .text {
        text-align: justify;
    }

    .block-rule .block-main .content:last-child {
        margin-bottom: 0rem;
    }

.block-reward-month .block-main {
    text-align: center;
    font-family: "Nunito", "Montserrat", sans-serif;
    margin-bottom: 1.5rem;
}

    .block-reward-month .block-main .title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #ff6b00;
    }

    .block-reward-month .block-main .price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        color: #ff6b00;
        font-weight: 800;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.25rem;
            height: 1rem;
        }

.bottom-rewards {
    display: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 2rem;
    margin-top: 1.2rem;
    background-color: #eaf1ff;
}

    .bottom-rewards.rewards-4 {
        height: 8rem;
    }

    .bottom-rewards.rewards-3 {
        height: 6rem;
    }

    .bottom-rewards.rewards-2 {
        height: 4rem;
    }

.block-rewards .block-main {
    background-color: #fcfcfc;
    border-radius: 15px;
    padding: 20px;
    align-items: center;
    margin-bottom: 1.5rem;
    font-family: "Nunito", "Montserrat", sans-serif;
}

    .block-rewards .block-main:hover {
        background-color: #fff5e4;
    }

    .block-rewards .block-main .block-row {
        text-align: center;
    }

    .block-rewards .block-main .title {
        margin-bottom: 1rem;
    }

        .block-rewards .block-main .title b {
            display: block;
            font-size: 1.75rem;
            color: #ff6b00;
        }

            .block-rewards .block-main .title b span {
                color: #212529;
            }

    .block-rewards .block-main .icon img {
        box-sizing: border-box;
        vertical-align: middle;
        -o-object-fit: contain;
        object-fit: contain;
        height: 150px;
        width: 100%;
    }

    .block-rewards .block-main .text ._gift {
        text-align: left;
        line-height: 1.75;
    }

        .block-rewards .block-main .text ._gift img {
            height: 20px;
        }

.block-rewards.rewards-1 .block-main {
    background-color: #a4fbc9;
}

.block-rewards.rewards-2 .block-main {
    background-color: #f8cdb0;
}

.block-rewards.rewards-3 .block-main {
    background-color: #c5f8fc;
}

.block-rewards.rewards-4 .block-main {
    background-color: #ffe5a5;
}

.block-rewards.rewards-5 .block-main {
    background-color: #d8ffe1;
}

@media (min-width: 768px) {
    .block-rewards .block-main .text {
        min-height: 84px;
    }
}

@media (min-width: 992px) {
    .block-rewards .block-main {
        padding: 20px 10px;
    }

        .block-rewards .block-main .title b {
            font-size: 1.25rem;
        }
}

@media (min-width: 1200px) {
    .bottom-rewards {
        display: block;
    }

    .block-rewards .block-main {
        padding: 15px;
    }

        .block-rewards .block-main .title b {
            font-size: 1.75rem;
        }

        .block-rewards .block-main .text ._gift img {
            height: 30px;
        }

    .row-rewards {
        align-items: flex-end !important;
        position: relative;
        margin-bottom: 20px;
    }

        .row-rewards::after {
            content: " ";
            position: absolute;
            border-radius: 0.5rem;
            height: 30px;
            left: 0;
            bottom: -20px;
            width: 100%;
            background-color: #d7e5ff;
        }
}

@media (min-width: 1536px) {
    .block-rewards .block-main {
        padding: 15px;
    }

        .block-rewards .block-main .text ._gift {
            padding-left: 1rem;
        }
}

@media only screen and (min-width: 768px) {
    .block-reward-month .block-main .title {
        font-size: 2rem;
    }

    .block-reward-month .block-main .price {
        font-size: 1.5rem;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.5rem;
            height: 1.5rem;
        }

    #section-rule-reward .-image-right img {
        max-height: 240px;
    }
}

@media only screen and (min-width: 992px) {
    .block-reward-month .block-main .title {
        font-size: 2.5rem;
    }

    .block-reward-month .block-main .price {
        font-size: 2rem;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.5rem;
            height: 2rem;
        }

    #section-rule-reward .-image-right img {
        max-height: 325px;
    }

    .block-rule .block-main .content {
        margin-bottom: 2rem;
    }

        .block-rule .block-main .content .title {
            font-size: 1.75rem;
        }

        .block-rule .block-main .content .text {
            font-size: 1.25rem;
        }

        .block-rule .block-main .content .text-2 {
            font-size: 1.25rem;
        }

        .block-rule .block-main .content:last-child {
            margin-bottom: 0rem;
        }
}

@media only screen and (min-width: 1200px) {
    .block-reward-month .block-main .title {
        font-size: 3rem;
    }

    .block-reward-month .block-main .price {
        font-size: 2.5rem;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.5rem;
            height: 2.5rem;
        }

    #section-rule-reward .-image-right img {
        max-height: 390px;
    }
}

@media only screen and (min-width: 1536px) {
    #section-rule-reward .-image-right img {
        max-height: 450px;
    }

    .block-rule .block-main .content .title {
        font-size: 2rem;
    }

    .block-rule .block-main .content .text {
        font-size: 1.5rem;
    }

    .block-rule .block-main .content .text-2 {
        font-size: 1.5rem;
    }
}
/*END=section-rule-reward */
/*START=section-value */
#section-value {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-value > .block-main .summary {
    margin-bottom: 1rem;
    text-align: justify;
}

.block-value > .block-main > .title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.block-skill {
    flex-wrap: wrap;
    display: flex;
}

    .block-skill .block-main {
        width: 25%;
        margin: auto;
        padding-top: 0.5rem;
        text-align: center;
        margin-bottom: 0.75rem;
    }

        .block-skill .block-main .title {
            margin-top: 0.75rem;
            font-weight: 600;
        }

        .block-skill .block-main .icon img {
            height: 55px;
        }

@media only screen and (min-width: 768px) {
    .block-skill .block-main {
        margin-bottom: 0rem;
    }

        .block-skill .block-main .icon img {
            height: 40px;
        }

        .block-skill .block-main .title {
            margin-top: 0.5rem;
        }
}

@media only screen and (min-width: 992px) {
    .block-skill .block-main .icon img {
        height: 55px;
    }

    .block-skill .block-main .title {
        margin-top: 0.75rem;
    }

    .block-value > .block-main .summary {
        margin-bottom: 0.75rem;
    }

    .block-value > .block-main > .title {
        margin-bottom: 0.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    .block-skill .block-main .icon img {
        height: 55px;
    }

    .block-skill .block-main .title {
        margin-top: 0.75rem;
        font-size: 1.1rem;
    }

    .block-value > .block-main .summary {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .block-value > .block-main > .title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-value > .block-main .summary {
        font-size: 1.5rem;
    }

    .block-value > .block-main > .title {
        font-size: 1.5rem;
    }
}


#section-benefit{
    padding-top: 4rem;
}

#section-benefit .benefit-card{
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

#section-benefit .benefit-thumb{
  border-radius: 24px;
  overflow: hidden;
}

#section-benefit .benefit-thumb img{
  width: 100%;
  height: 180px;       
  object-fit: cover;  
  display: block;
}

#section-benefit .benefit-title{
  margin: 20px 0 0 0 !important;
  font-size: 18px;
  font-weight: 600;
  color: #3A3A3C;
  text-align: center;
}

#section-benefit .benefit-desc{
  margin: 8px 0 0 0 !important;
  font-size: 16px;
  line-height: 1.5;
  color: #3A3A3C;
  text-align: center;
}


#section-edtech-heart{
  padding-top: 4rem;
}

.slide-press-content{
    margin-top: 2rem;
    padding: 24px;
    border-radius: 24px;
    background-image: url('/images/background_yellow2.png');
    background-position: center;
    background-size: cover;
}


/*END=section-value */
/*START=section-text-flash */
#section-text-flash {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #FFFF;
}

.method-section{
    padding: 24px;
    border-radius: 24px;
}

.block-text-flash {
    color: #ff6b00;
}

    .block-text-flash .txt-1 {
        font-size: 1.25rem;
        font-family: "Nunito", "Montserrat", sans-serif;
        animation: flash 3s ease 3s infinite;
    }

    .block-text-flash .txt-2 {
        font-size: 2rem;
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        animation: flash 3s ease 3s infinite;
    }

    .block-text-flash .txt-3 {
        font-size: 1.25rem;
        font-family: "Nunito", "Montserrat", sans-serif;
        animation: flash 3s ease 3s infinite;
    }

@media only screen and (min-width: 768px) {
    .block-text-flash {
        color: #ff6b00;
    }

        .block-text-flash .txt-1 {
            font-size: 1.75rem;
        }

        .block-text-flash .txt-2 {
            font-size: 3rem;
        }

        .block-text-flash .txt-3 {
            font-size: 1.75rem;
        }
}

@media only screen and (min-width: 1200px) {
    .block-text-flash {
        color: #ff6b00;
    }

        .block-text-flash .txt-1 {
            font-size: 2rem;
        }

        .block-text-flash .txt-2 {
            font-size: 4rem;
        }

        .block-text-flash .txt-3 {
            font-size: 2rem;
        }
}

@media only screen and (min-width: 1536px) {
    .block-text-flash .txt-1 {
        font-size: 2rem;
    }

    .block-text-flash .txt-2 {
        font-size: 5rem;
    }

    .block-text-flash .txt-3 {
        font-size: 2rem;
    }
}
/*END=section-text-flash */
.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-register-text */
#section-register-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #section-register-text .text-bottom {
        color: #ff6b00;
        text-align: center;
        font-size: 1.5rem;
    }

.block-register-text .block-main {
    display: flex;
    margin-bottom: 1.5rem;
}

    .block-register-text .block-main .icon {
        min-width: 30px;
        width: 30px;
        margin-right: 1rem;
    }

    .block-register-text .block-main .text {
        text-align: justify;
    }

@media only screen and (min-width: 992px) {
    #section-register-text .text-bottom {
        font-size: 2rem;
    }

    .block-register-text .block-main {
        margin-bottom: 1.25rem;
    }

        .block-register-text .block-main .icon {
            min-width: 25px;
            width: 25px;
            margin-right: 1rem;
        }
}

@media only screen and (min-width: 1200px) {
    .block-register-text .block-main {
        display: flex;
        margin-bottom: 1.5rem;
    }

        .block-register-text .block-main .icon {
            min-width: 30px;
            width: 30px;
            margin-right: 1rem;
        }

        .block-register-text .block-main .text {
            font-size: 1rem;
        }
}

@media only screen and (min-width: 1536px) {
    .block-register-text .block-main {
        margin-bottom: 1.5rem;
    }

        .block-register-text .block-main .text {
            font-size: 1.2rem;
        }
}
/*END=section-register-text */
/*START=section-benefit */
#section-benefit {
    padding-top: 4rem;
}

.block-benefit .title {
    margin-bottom: 1rem;
    text-align: justify;
}

.block-benefit .block-main {
    display: flex;
    margin-bottom: 0.5rem;
}

    .block-benefit .block-main .icon {
        min-width: 30px;
        width: 30px;
        margin-right: 1rem;
    }

    .block-benefit .block-main .text {
        text-align: justify;
    }

@media only screen and (min-width: 1200px) {
    .block-benefit {
        font-size: 1rem;
    }

        .block-benefit .title {
            margin-bottom: 1rem;
        }

        .block-benefit .block-main {
            margin-bottom: 0.5rem;
        }

            .block-benefit .block-main .icon {
                min-width: 30px;
                width: 30px;
                margin-right: 1rem;
            }
}

@media only screen and (min-width: 1536px) {
    .block-benefit {
        font-size: 1.2rem;
    }

        .block-benefit .title {
            margin-bottom: 1rem;
        }

        .block-benefit .block-main {
            margin-bottom: 0.5rem;
        }

            .block-benefit .block-main .icon {
                min-width: 30px;
                width: 30px;
                margin-right: 1rem;
            }
}
/*END=section-benefit*/
/*START=section-info-payment */
#section-info-payment {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-info-payment .block-main .title {
    font-family: "Nunito", "Montserrat", sans-serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.block-info-payment .block-main .banks {
    margin-bottom: 0.75rem;
}

    .block-info-payment .block-main .banks img {
        width: 22px;
        margin-right: 0.5rem;
    }

.block-info-payment .block-main .contact {
    margin-top: 1rem;
    font-size: 1.25rem;
}

@media only screen and (min-width: 1200px) {
    .block-info-payment .block-main .title {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
        font-weight: 700;
    }

    .block-info-payment .block-main .banks {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }

        .block-info-payment .block-main .banks img {
            width: 30px;
            margin-right: 0.75rem;
        }

    .block-info-payment .block-main .contact {
        margin-top: 1rem;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-info-payment .block-main .title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .block-info-payment .block-main .contact {
        font-size: 2rem;
    }
}

.title-header--highlight{
        font-size: 34px;             
        animation: pulseGlow 2s ease-in-out infinite;
    }

    @keyframes pulseGlow {
        0% {
            transform: scale(1);
            text-shadow: 0 0 0 rgba(255, 122, 0, 0.6);
        }
        50% {
            transform: scale(1.08);
            text-shadow: 0 0 18px rgba(255, 122, 0, 0.9);
        }
        100% {
            transform: scale(1);
            text-shadow: 0 0 0 rgba(255, 122, 0, 0.6);
        }
    }

#section-parent-love {
    padding-bottom: 4rem;
    padding-top: 4rem;
    background-color: #FFFFFF;
}

#section-parent-love .parent-love-grid{
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; 
  gap: 16px;
  align-items: stretch;
}

#section-parent-love .parent-love-left{
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

#section-parent-love .parent-love-right{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
}

#section-parent-love .pl-img{
  border-radius: 18px;
  overflow: hidden;
  background: #f2f2f2;
}

#section-parent-love .pl-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
  will-change: transform;
}

#section-parent-love .pl-img:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.18);
}

#section-parent-love .pl-img:hover::after{
  background: rgba(0,0,0,0.08);
}

#section-parent-love .pl-img:hover img{
  transform: scale(1.04);
}

#section-parent-love .pl-img--big{
  min-height: 250px;  
}

#section-parent-love .pl-img--sm{
  min-height: 118px;  
}

@media (max-width: 992px){
  #section-parent-love .parent-love-grid{
    grid-template-columns: 1fr;
  }
  #section-parent-love .parent-love-right{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px){
    #section-parent-love .parent-love-right {
        grid-template-rows: unset;
        grid-template-columns: unset;
        grid-auto-rows: unset;
    }

    #section-parent-love .parent-love-left {
        grid-template-rows: unset;
        grid-template-columns: unset;
        grid-auto-rows: unset;
    }

  #slide-parent-love-big,
  #slide-parent-love-sm{
    display: block;
  }

  #slide-parent-love-big .owl-stage-outer,
  #slide-parent-love-sm .owl-stage-outer{
    padding: 6px 0;
    overflow: hidden;
  }

  /* Khi chạy slider, bỏ min-height cứng để không bị méo */
  #section-parent-love .pl-img--big,
  #section-parent-love .pl-img--sm{
    min-height: auto;
  }

  /* Giữ tỷ lệ ảnh đẹp khi slider */
  #section-parent-love .pl-img--big img{
    aspect-ratio: 16 / 9;
    height: auto;
  }
  #section-parent-love .pl-img--sm img{
    aspect-ratio: 16 / 12;
    height: auto;
  }
}

@media (max-width: 520px){
  #section-parent-love .pl-img--big{ min-height: 200px; }
  #section-parent-love .pl-img--sm{ min-height: 160px; }
}

.press-link{
  text-decoration: none !important;
  color: inherit;
  display: block;
}

.press-title-link .press-title{
  transition: color .2s ease;
  text-decoration: none !important;
}

/*END=section-info-payment*/
/* START ============ section-product  */
#section-product {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-video {
    border-radius: 1.5rem;
    border: 6px 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 .summary {
            text-align: justify;
        }

@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 .summary {
        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 .summary {
        font-size: 100%;
    }
}

@media only screen and (min-width: 1536px) {
    .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 .block-download {
        border: thin solid #fff;
        padding: 0;
        overflow: hidden;
    }

    #section-app .list-download .text {
        background-color: #fff;
        padding: 0.25rem 0.75rem;
    }

.block-app {
    text-align: center;
}

    .block-app .block-main {
        color: #fff;
    }

        .block-app .block-main .title {
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

@media only screen and (min-width: 992px) {
    .block-app .block-main .title {
        font-size: 1.2rem;
    }

    #section-app .list-download {
        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: 1536px) {
    .block-app .block-main .title {
        font-size: 1.5rem;
    }

    #section-app .list-download .block-download {
        margin-right: 2rem;
    }
}
/*END=section-app */
.price-flash {
    font-weight: 600;
    animation: flash 7s ease 4s infinite;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    opacity: 0.5;
    position: absolute;
    top: 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;
}

.block-comment .block-main{
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  border: 1px dashed rgba(255, 122, 0, 0.55); 
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

.block-comment .block-main .thumb{
  border-radius: 24px;
  overflow: hidden;
}

.block-comment .block-main .thumb img{
  width: 100%;
  height: 200px; 
  object-fit: cover;
  display: block;
}

.block-comment .block-main .customer-pill{
  margin: 24px auto 0;
  display: table;
  padding: 8px 24px;
  border-radius: 40px;
  background: linear-gradient(90deg, #FF7301 0%, #FFA201 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}


.block-comment .block-main .star{
  margin-top: 12px;
  color: #FFC84D;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
}

.block-comment .block-main .star i{
  margin-right: 6px;
}

/* nội dung */
.block-comment .block-main .summary{
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #454545;
  text-align: center;
}

#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 .summary {
        min-height: 94px;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-comment .block-main .header .title {
        font-size: 1.1rem;
    }

    .block-main .header .summary {
        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 */
#footer-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.siteFooter-menu.social a {
    font-size: 1.375rem;
    border-bottom: none;
    width: 32px;
    margin-right: 0.5rem;
}

.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: flex;
    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-about {
        font-size: 1.1rem;
        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-menu.social a {
        margin-right: 1rem;
    }

    .siteFooter-about img {
        max-height: 120px;
    }
}

@media only screen and (min-width: 1536px) {
    .siteFooter-menu.social a {
        margin-right: 1.5rem;
    }

    .siteFooter-download {
        margin-top: 7rem;
    }

    .siteFooter-about img {
        max-height: 170px;
    }
}
/*  END  ============ siteFooter-top */
/*---------------------------*/
/* Start==========================button-back to top=================================== */
#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 170px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: #fccc3a;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 14px;
        top: 7px;
        font-size: 27px;
        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======================================= */
/*===============edn=================*/
/* START ============ PAGE PAYMENT */
#block-payment {
    font-size: 14px;
}

/* End ============ PAGE PAYMENT */
/*-----------------------end-------------------------------*/
/*responsive*/
.chatzalo {
    position: fixed;
    right: 20px;
    bottom: 90px;
    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 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=global.css.map */

.color-stype-text {
    color: #FF6B00 !important;
    /*font-weight: 900;
    font-family: Nunito;
    font-weight: 900;
    line-height: 62.4px;
    letter-spacing: -0.02em;
    text-align: center;*/
}

.image-fix {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-fix {
    position: absolute;
    top: 0;
    margin: 15px;
}

@media (max-width: 1040px) {
    .image-fix {
        position: relative;
    }

    .btn-fix {
        position: relative;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

#thamgia ._button .btn-beekids {
    animation: pulse 2s ease infinite;
    border-radius: 7px;
    font-weight: 600;
    border: 0px;
}

.btn-course {
    background-color: white;
    border: solid 2px #FF6B00;
    border-radius: 10px;
    color: #FF6B00;
}


/*START=section-register */
#section-register {
    padding-top: 4rem;
}

.register-card{
  background: rgba(255,255,255,0.9);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

.register-visual{
  height: 100%;
  width: 100%;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.register-visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;   
  border-radius: 24px;
}

.img-register img {
    border-radius: 1rem;
}

#section-register .register-form{
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

.register-form__title{
    text-align: center;
    font-family: 'iciel-Pony';
    font-size: 28px;
    margin: 0 !important;
    line-height: 1.5;
    letter-spacing: 1.25px;
    background: linear-gradient(90deg, #FFA501 0%, #FF7001 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block-register > .block-main {
    background-color: #fff;
    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 .chosen-container-single .chosen-single {
        background-color: #fcfaf6;
        border-color: #fcfaf6;
    }

    .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.875rem;
        }

.block-register .list-button .btn {
    display: block;
    width: 100%;
}

.list-button-regis{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.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: linear-gradient(90deg, rgb(255, 195, 77) 0%, rgb(255, 107, 1) 100%);
}

/* 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 .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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .block-card.child .block-row .info b {
        /* margin-top: 5px; */
        font-size: 1rem;
        color: #151b26;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .block-card.child .block-row .info p {
        margin-bottom: 0;
        color: #646f79;
    }

.block-card.child.active .block-main {
    /*background-color: #fff9f4;*/
    border: 1px solid #ff6b00;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

/*---------------------------*/
@media (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;
    }
}
/*END=section-register */

.payment-fix {
    border: 3px solid #FF6B00;
    border-radius: 10px;
    padding: 15px;
}

    .payment-fix .text-header {
        color: #FF6B00 !important;
        font-family: Nunito;
        font-size: 40px;
        font-weight: 900;
        line-height: 62.4px;
        text-align: left;
    }

.color-beekid-a-event-register {
    font-size: 15px;
    color: #ff6b00;
    font-weight: 600;
}

.note-event-register {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

.text-color-ff0000 {
    color: #FF0000 !important;
}


.img-btn-km {
    background-image: url(/images/btn-ma-km-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 471px;
    height: 199px;
    text-align: center;
    display: inline-block;
}

    .img-btn-km .text-div-ma {
        margin-top: 37px;
    }

    .img-btn-km .txt-nhap {
        font-family: Nunito;
        font-size: 32px;
        font-weight: 700;
        line-height: 44.8px;
        text-align: center;
    }

    .img-btn-km .txt-ma {
        font-family: Nunito;
        font-size: 48px;
        font-weight: 900;
        line-height: 67.2px;
        text-align: center;
        color: white;
        text-shadow: 3px 4px #783E11 !important;
    }

.prt-red {
    font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
    color: #FF0000 !important;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 50px;
    text-shadow: 3px 4px #FF0000 !important;
}

.prt-red-brown {
    font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
    color: #990100 !important;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 50px;
    text-shadow: 3px 4px #990100 !important;
}



.block-card.product .block-main {
    display: block;
    padding: 1rem;
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(71, 71, 72, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(71, 71, 72, 0.1);
}

    .block-card.product .block-main:hover {
        /*background-color: #ffffd3;*/
        border: 1px solid #FCCE5B;
    }

    .block-card.product .block-main .info_price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.25rem;
    }

    .block-card.product .block-main .info_class {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
    }

        .block-card.product .block-main .info_class span {
            white-space: nowrap;
            background: rgba(106, 188, 69, 0.12);
            display: inline-block;
            margin: 0 3px 3px 3px;
            color: #6ABC45;
            padding: 2px 6px;
            font-size: 85%;
            border-radius: 6px;
        }

        .block-card.product .block-main .info_class .col-info_right {
            min-height: 48px;
            color: #3BB071;
            font-size: 14px;
            margin-left: 0.5rem;
            /*span::after {
      content: ",";

      &:last-child {
          content: "";
      }
  }*/
        }

    .block-card.product .block-main .block-row.images {
        position: relative;
        display: block;
    }

        .block-card.product .block-main .block-row.images img {
            margin-bottom: 16px;
            width: 100%;
            height: 180px;
            -o-object-fit: contain;
            object-fit: contain;
            vertical-align: middle;
            border-radius: 8px;
        }

        .block-card.product .block-main .block-row.images .sale-off {
            position: absolute;
            left: -1rem;
            top: -1rem;
            width: 3rem;
        }

            .block-card.product .block-main .block-row.images .sale-off img {
                width: 3rem;
                height: 3rem;
            }

        .block-card.product .block-main .block-row.images .learning-width-teach {
            position: absolute;
            top: -1rem;
            right: -29px;
            width: 120px;
        }

            .block-card.product .block-main .block-row.images .learning-width-teach img {
                width: 120px;
                height: auto;
            }

        .block-card.product .block-main .block-row.images .percent-discord {
            position: absolute;
            left: -1rem;
            top: 2.25rem;
            background-color: #FCCC3A;
            color: #fff;
            font-size: 13px;
            line-height: 20px;
            font-weight: 500;
            z-index: 3;
            border-radius: 2px;
            padding: 2px 4px;
        }

    .block-card.product .block-main .block-row.cate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0.25rem;
    }

        .block-card.product .block-main .block-row.cate .name-cate {
            color: #FFA95F;
            font-size: 14px;
        }

        .block-card.product .block-main .block-row.cate .btn-link {
            color: #FF6B00;
            font-weight: 700;
            -webkit-animation: flash 3s ease infinite;
            animation: flash 3s ease infinite;
        }

    .block-card.product .block-main .block-row.title {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #474748;
        overflow: hidden;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 54px;
        margin-bottom: 0;
        color: #02103B;
    }

    .block-card.product .block-main .block-row.link {
        text-align: center;
    }

        .block-card.product .block-main .block-row.link .btn-link {
            color: #FF6B00;
            font-weight: 700;
            -webkit-animation: flash 3s ease infinite;
            animation: flash 3s ease infinite;
        }

    .block-card.product .block-main .block-row.button {
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

        .block-card.product .block-main .block-row.button .btn {
            font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
            padding: 0.75rem 0;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .block-card.product .block-main .block-row.button .btn-beekids {
            line-height: 26px;
        }

    .block-card.product .block-main .block-row .col-info_right {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .block-card.product .block-main .block-row .col-info_left {
        color: #707A8A;
        font-size: 14px;
    }

    .block-card.product .block-main .price .price-new {
        font-size: 20px;
        /*line-height: 1.3;*/
        font-weight: 700;
        color: #FF6B00;
    }

        .block-card.product .block-main .price .price-new img {
            height: 16px;
            margin-left: 2px;
        }

    .block-card.product .block-main .price .price-old {
        margin-right: 5px;
        color: #cfcccc;
        font-size: 0.8rem;
        text-decoration: line-through;
    }

.form-dang-ky-title{
  text-align: center;
  font-size: 20px;    
  font-weight: 700;
  color: #111;
  margin: 6px 0 18px;
}

.label-textbox-dangky{
  display: block;
  font-size: 16px;
  color: #71717A;  
  font-weight: 400;
  margin-bottom: 6px;
}

#section-register .form-control{
  border-radius: 12px;
  border: 1px solid #e7ecf3;
  background: #fff;
  height: 52px;
  font-size: 16px;
  padding: 12px 14px;
  box-shadow: none;
}

#section-register textarea.form-control{
  height: auto;
  min-height: 140px;
  resize: none;
}

/* focus đẹp */
#section-register .form-control:focus{
  border-color: rgba(255,122,0,0.45);
  box-shadow: 0 0 0 4px rgba(255,122,0,0.12);
}

.block-card.product .block-main .block-row.title:hover {
    color: #FF6B00;
    text-decoration: none
}

.block-card.product .block-main .block-row.link .btn-link:hover {
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 520px) {
    #block-banner .banner-features{
		position: relative;
        flex-direction: column;
        flex-wrap:wrap;
        gap: 14px;
	}

    #block-banner .feature-icon{
        width: 80px;
        height: 80px;
    }

    #block-programs .programs-grid{
        grid-template-columns: 1fr;
    }

    .teacher-map-right{
        margin-top: 24px;
    }

    .img-btn-km {
        background-image: url(/images/btn-ma-km-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 349px;
        height: 146px;
        text-align: center;
        display: inline-block;
    }

        .img-btn-km .txt-nhap {
            font-family: Nunito;
            font-size: 28px;
            font-weight: 700;
            line-height: 16.8px;
            text-align: center;
        }

        .img-btn-km .txt-ma {
            font-family: Nunito;
            font-size: 36px;
            font-weight: 900;
            line-height: 50.2px;
            text-align: center;
            color: white;
            text-shadow: 3px 4px #783E11 !important;
        }

    #block-banner .content-block .text-1 {
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        color: #aa2200;
        font-size: 2rem;
        -webkit-text-stroke-color: white;
        /* -webkit-text-stroke-width: 1px; */
        text-shadow: 3px 4px #ffffff !important;
    }

    #block-banner .content-block .txt-register {
        font-size: 2rem;
    }

    .prt-red {
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        color: #FF0000 !important;
        -webkit-text-stroke-color: white;
        -webkit-text-stroke-width: 1px;
        font-size: 45px;
        text-shadow: 3px 4px #FF0000 !important;
    }
}

.text-popup-course-detail {
    font-family: Nunito;
    text-align: center;
    color: red;
}

    .text-popup-course-detail .paket-name {
        font-family: Nunito;
        font-size: 16px;
        font-weight: 500;
        line-height: 21.82px;
        color: red;
    }

        .text-popup-course-detail .paket-name .price-old {
            font-family: Nunito;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            line-height: 21.82px;
            color: #B6B6B6;
            text-decoration: line-through;
        }

        .text-popup-course-detail .paket-name .price-new {
            font-family: Nunito;
            font-size: 30px;
            font-weight: 700;
            line-height: 40.92px;
        }

.detail-text-course {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    text-align: left;
    color: #FF6B00;
}

.hoc-la-choi {
    color: white;
    font-weight: 600;
    font-size: 25px;
}

.config-loi-it {
}

    .config-loi-it:nth-child(1) {
        margin-left: 10px;
    }

    .config-loi-it:nth-child(2) {
        margin-left: 20px;
    }

    .config-loi-it:nth-child(3) {
        margin-left: 30px;
    }

    .config-loi-it:nth-child(4) {
        margin-left: 40px;
    }

    .config-loi-it:nth-child(5) {
        margin-left: 50px;
    }

    .config-loi-it .loi-it {
        width: 75%;
        background-color: white;
        height: 65px;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        justify-content: space-evenly;
        padding: 5px;
    }

        .config-loi-it .loi-it .loi-it-img {
            display: flex;
            align-content: space-around;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .config-loi-it .loi-it .loi-it-content {
            margin-left: 10px;
            padding: 5px;
            font-weight: 500;
        }

@media only screen and (max-width: 1000px) {
    .config-loi-it .loi-it {
        width: 100%;
        background-color: white;
        height: 65px;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        justify-content: space-evenly;
        padding: 3px;
    }

        .config-loi-it .loi-it .loi-it-content {
            margin-left: 10px;
            padding: 5px;
            font-weight: 500;
            font-size: 17px;
        }

    .config-loi-it:nth-child(1) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(2) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(3) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(4) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(5) {
        margin-left: 0px;
    }
}


.text-phuong-phap {
    font-size: 18px;
    font-weight: 700;
    /* line-height: 41.6px; */
    /* letter-spacing: -0.02em; */
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.text-title-pp {
    font-size: 32px;
    font-weight: 900;
    line-height: 64.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FF6B00;
}

.-bg-img-12 {
    background-image: url(/images/bg-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-banner {
    position: relative;
    bottom: -90px;
}

/*.btn-bigsize-banner {
    font-size: 0.8rem;
    padding: 0.8rem 2rem;
}
*/
.mb-420px {
    margin-bottom: 420px
}

@media only screen and (max-width: 600px) {
    .btn-banner {
        position: relative;
        bottom: -32px;
    }
}

@media only screen and (max-width: 700px) {
    #block-banner .content-block .text-nhuong-quyen {
        font-size: 24px;
        line-height: 33.4px;
    }
}


#double-section {
    background-color: #FFF;
    padding: 4rem 0;
}

    #double-section .item {
        text-align: center;
        padding: 14px;
        border-radius: 14px;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
    }

    @media (max-width: 575px) {
        #double-section .item {
            margin-bottom: 20px;
        }
    }

        #double-section .item .title {
            font-weight: 700;
            font-size: 18px;
            margin-top: 12px;
            color: #FF6B00;
        }

        #double-section .item .combo-benifit__decription {
            font-size: 14px;
            margin-top: 8px;
            color: #141414;
            font-weight: 500;
            min-height: 40px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    #double-section .package-combo .combo-benifit .combo-benifit__img {
        text-align: center;
    }

        #double-section .package-combo .combo-benifit .combo-benifit__img img {
            height: 140px !important;
        }

#solution-gamification {
    background-image: url('/images/nhuongquyen/broblem_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.title-header-download{
    font-size: 28px;
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin-top: 24px;
}

.block-partner{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#section-chuong-trinh {
    padding: 4rem 0;
}

    #section-chuong-trinh .item {
        text-align: center;
        padding: 10px;
        margin-top: 13px;
    }

        #section-chuong-trinh .item .title {
            padding: 12px 0px;
            font-weight: 700;
            color: #FF6B00;
        }

        #section-chuong-trinh .item .combo-benifit__decription {
            font-size: 12px;
            height: 40px;
        }

    #section-chuong-trinh .package-combo .combo-benifit .combo-benifit__img {
        text-align: center;
    }

        #section-chuong-trinh .package-combo .combo-benifit .combo-benifit__img img {
            height: 80px !important;
        }

    #section-chuong-trinh .block-text-flash .txt-3 {
        font-size: 2rem;
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        animation: none !important;
    }

#result {
    padding-top: 4rem;
}



    #result .target-customers {
        padding: 1rem;
        border-radius: 0.875rem;
        background-color: #fff;
        margin-bottom: 1.5rem;
        background-image: url(/images/bg-target-customers.png);
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }

    #result .target-customers__title {
        font-weight: 600;
        font-size: 1rem;
        color: #252525;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #result .target-customers__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #result .target-customers__item ._image {
            width: 10px;
            min-width: 10px;
            margin-right: 0.5rem;
        }

    #result .roadmap {
        position: relative;
        margin-bottom: 1.5rem;
    }

    #result .roadmap__bg {
        position: relative;
    }

    #result .roadmap__year {
        position: absolute;
        color: #FF6B00;
        font-weight: 700;
        font-size: 20px;
        font-family: "Inter", "Open Sans", "Nunito", "iCiel Borsok", sans-serif;
        width: 60px;
        text-align: center;
        margin-left: -30px;
        top: 7%;
        left: 50%;
    }

    #result .roadmap__title {
        top: 30%;
        left: 7.5%;
        width: 65%;
        position: absolute;
        color: #FF6B00;
        font-weight: 700;
        font-size: 1.25rem;
        font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
        background-image: url(/images/border-bottom-roadmap.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding-bottom: 0.5rem;
    }

    #result .roadmap__text {
        top: 45%;
        left: 7.5%;
        width: 85%;
        position: absolute;
        font-size: 14px;
    }

        #result .roadmap__text ul {
            padding-left: 1rem;
        }

.number-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

    .number-result-list .number-result {
        width: 18.75%;
    }

    .number-result-list .number-result--style-1 {
        width: 25%;
    }

.number-result {
    position: relative;
    display: inline-block;
    margin: 0.5rem auto;
    /*max-width: 200px;*/
    text-align: center;
}

.number-result__bg {
    position: relative;
}

.number-result__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}

.number-result__text--number {
    font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
    color: #FF6B00;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}

.number-result__text--title {
    font-size: 10px;
}

.number-result--style-1 .number-result__text--number {
    font-size: 1.25rem;
}


@media (min-width: 576px) {
    .number-result {
        position: relative;
        display: inline-block;
        margin: 0.5rem auto;
        /*max-width: 200px;*/
        text-align: center;
    }

    .number-result__bg {
        position: relative;
    }

    .number-result__text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: flash 3s ease infinite;
        animation: flash 3s ease infinite;
    }

    .number-result__text--number {
        font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
        color: #FF6B00;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .number-result__text--title {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #result .target-customers {
        min-height: 219px;
    }

    #result .roadmap {
        margin-bottom: 1.5rem;
    }

    #result .roadmap__year {
        font-size: 20px;
        width: 60px;
        margin-left: -30px;
        top: 5%;
        left: 50%;
    }

    #result .roadmap__title {
        top: 25%;
        left: 7.5%;
        width: 65%;
        font-size: 1.25rem;
        padding-bottom: 0.5rem;
    }

    #result .roadmap__text {
        top: 43%;
        left: 5%;
        width: 90%;
    }

        #result .roadmap__text ul {
            padding-left: 1rem;
        }
}

@media (min-width: 992px) {
    #result .target-customers {
        padding: 1rem;
        border-radius: 0.875rem;
        margin-bottom: 1.5rem;
        min-height: 198px;
    }

    #result .target-customers__title {
        font-weight: 400;
        font-size: 1.25rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #result .target-customers__item ._image {
        width: 10px;
        min-width: 10px;
        margin-right: 0.5rem;
    }

    #result .target-customers__item ._text {
        font-size: 1rem;
    }

    #result .roadmap {
        margin-bottom: 1.5rem;
    }

    #result .roadmap__year {
        font-size: 20px;
        width: 60px;
        margin-left: -30px;
        top: 3%;
        left: 50%;
    }

    #result .roadmap__title {
        top: 30%;
        left: 7.5%;
        width: 65%;
        font-size: 1.25rem;
        padding-bottom: 0.5rem;
    }

    #result .roadmap__text {
        top: 45%;
        left: 7.5%;
        width: 85%;
    }

        #result .roadmap__text ul {
            padding-left: 1rem;
        }

    .number-result-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .number-result-list .number-result {
            padding: 1rem;
        }

        .number-result-list .number-result__bg {
            /*max-width: 75%;*/
        }

        .number-result-list .number-result--style-1 .number-result__bg {
            /* max-width: 100%;*/
        }

    .number-result {
        margin: 0.5rem auto;
        /*max-width: 250px;*/
    }

    .number-result__text--number {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .number-result__text--title {
        font-size: 1rem;
    }

    .number-result--style-1 .number-result__text--number {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .number-result--style-1 .number-result__text--number {
        font-size: 2.5rem;
    }
}


#section-press {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url('/images/nhuongquyen/bg_problem.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.press-item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.press-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 24px;
}

.press-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.press-item:hover .press-image img {
  transform: scale(1.08);
}

.press-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.press-title {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.press-desc {
  font-size: 16px;
  color: #636366;
  line-height: 1.5;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
}

.press-actions {
  text-align: center;  
}

@media (max-width: 992px) {
  #section-press .title-title {
    font-size: 32px;
  }
  
  .press-content {
    padding: 24px;
  }
  
  .press-title {
    font-size: 20px;
  }
}

#section-loi-ich {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #FFF;
}

#roadmap {
    padding: 4rem;
}

.roadmap {
    width: 100%;
    background-image: url(/images/bg-roadmap.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:white;
}
    .roadmap .color-w {
        color: white;
    }

#roadmap .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    #roadmap .skill-list .skill-item {
        padding: 10px;
    }

.siteFooter-top{
  padding: 48px 0 28px;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
    height: 100%;
}
.footer-brand .brand-logo{
  height: 80px; 
  width: auto;
  object-fit: contain;
}

.footer-brand .brand-desc{
  color:#3F3F46; 
  font-weight: 500;
  line-height: 1.5;
  margin: 0 !important;
}

.social-list{
  display:flex; 
  gap:14px; 
  padding:0; 
  list-style:none;
}

.social-list a{
  width: 32px; 
  height: 32px; 
  border-radius:50%;
  display:flex; 
  align-items:center; 
  justify-content:center;
  color:#fff; 
  background:#FF8A00;
  box-shadow:0 6px 14px rgba(255,138,0,.25);
  transition: transform .15s ease, filter .15s ease;
}

.social-list a:hover{ 
    transform: translateY(-2px); 
    filter: brightness(1.05); 
    text-decoration:none;
}

/* Columns */
.footer-col .footer-title{
  font-weight: 700; 
  color: #3F3F46; 
  margin-bottom: 24px;
  font-size: 18px;
}
.footer-menu{ 
    list-style:none; 
    padding:0; 
 }
.footer-menu a{
  color:#71717A; 
  text-decoration:none;
}
.footer-menu a:hover{ color:#FF6B01; }

.store-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.store-row .store-badge img {
  width: 100%;
  height: auto;
}

.bct-wrap img{ 
    height:52px; 
    width:auto;
}

.siteFooter-bottom.-bg-color-4{
  background:#0f1217;
}

.footer-copyright-img{ 
    display:none; 
    width:100%; 
    height:auto; 
}

.store-row-mobile, .bct-wrap-mobile, .social-list-mobile{
    display: none;
}

/* Responsive */
@media (max-width: 991.98px){
  .footer-grid{ grid-template-columns: 1fr; gap: 28px; }
  .skills-icons{
    gap: 24px
  }
}

#section-teacher-map{
    padding-top: 4rem;
}


/* Right map */
#section-teacher-map .teacher-map-image{
  border-radius: 24px;
  overflow: hidden;
  background: #eaf6ff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

#section-teacher-map .teacher-map-image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#section-teacher-map .teacher-profile{
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

#section-teacher-map .teacher-profile:hover{
  transform: translateY(-2px);
}

#section-teacher-map .teacher-avatar{
  border-radius: 16px;
  overflow: hidden;
  background: #f4f4f4;
  height: 220px;
}

#section-teacher-map .teacher-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.option-top{
    object-position: top;
}

#section-teacher-map .teacher-name{
  display: inline-block;
  margin-top: 24px;
  padding: 8px 24px;
  border-radius: 40px;
  background: linear-gradient(90deg, #FF7301 0%, #FFA201 100%);         
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: none; 
  line-height: 1.2;
}

#section-teacher-map .teacher-role{
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.4;
  color: #454545;
}



#section-learning-path{
  padding-top: 4rem;
}

.lp-title, .lp-title-2{
    text-align: center;
}

.lp-title-2{
    margin-top: 2rem;
}

.lp-title-mobile{
    display: none;
}

#section-learning-path .lp-body{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

#section-learning-path .lp-body-2{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
}

#section-learning-path .lp-body-3{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

#section-learning-path .lp-medal-slider{ display: none; }

#section-learning-path .lp-left, #section-learning-path .lp-right-2, #section-learning-path .lp-left-3{
    padding: 12px;
    border-radius: 24px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}

#section-learning-path .lp-dashed{
  border-radius: 24px;
  padding: 20px;
  border: 1px dashed #FF7501;
}

#section-learning-path .lp-dashed--text{
  border-radius: 24px;
  padding: 20px;
  border: 1px dashed #FF7501;
  text-align: center;
}

#section-learning-path .lp-dashed--text p{
    margin-bottom: 0 !important;
}

/* items 2x2 */
#section-learning-path .lp-dashed{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#section-learning-path .lp-item{
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

#section-learning-path .lp-icon, #section-learning-path .lp-icon-2{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

#section-learning-path .lp-icon img{
  width: auto;
  height: 84px;
  object-fit: contain;
  display: block;
}


#section-learning-path .lp-icon-2 img{
  width: auto;
  height: 110px;
  object-fit: contain;
  display: block;
}

#section-learning-path .lp-item p{
  margin: 0 !important; 
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
}


#section-learning-path .lp-right{
  display: grid;
  gap: 24px;
}

#section-learning-path .lp-right .lp-shot{
  border-radius: 24px;
  overflow: hidden;
}

#section-learning-path .lp-right .lp-shot img{
  width: 100%;
  height: auto;
  display: block;
}

#section-learning-path .lp-left-2{
  display: grid;
  gap: 24px;
}

#section-learning-path .lp-left-2 .lp-shot{
  border-radius: 24px;
  overflow: hidden;
}

#section-learning-path .lp-left-2 .lp-shot img{
  width: 100%;
  height: auto;
  max-height: 200px;
  display: block;
}

#section-learning-path .lp-shot--medal{
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  background: #fff;
}

#section-learning-path .lp-shot--medal img{
  width: 100%;
  height: 210px;
  object-fit: cover; 
  display: block;
}

/* responsive */
@media (max-width: 992px){
  #section-learning-path .lp-wrap{
    padding: 24px;
    border-radius: 26px;
  }

  #section-learning-path .lp-title{
    font-size: 30px;
  }

  #section-learning-path .lp-body, #section-learning-path .lp-body-2, #section-learning-path .lp-body-3{
    grid-template-columns: 1fr;
  }

  #section-learning-path .lp-dashed{
    grid-template-columns: 1fr;
  }

    #section-learning-path .lp-body .lp-right{ order: -1; }
    #section-learning-path .lp-body .lp-left{ order: 1; }

    #section-learning-path .lp-body-2 .lp-left-2{ order: -1; }
    #section-learning-path .lp-body-2 .lp-right-2{ order: 1; }

    #section-learning-path .lp-left-2 .lp-shot img{
        height: 230px;
        max-height: unset;
    }

    #slide-lp-right,
    #slide-lp-left-2{
        display: block;
        gap: 0;
    }

    #slide-lp-right .owl-stage-outer,
    #slide-lp-left-2 .owl-stage-outer{
        padding: 6px 0;
    }

    #section-learning-path .lp-medal-slider .lp-shot--medal{
        height: auto;       
    }

    #section-learning-path .lp-medal-slider .lp-shot--medal img{
        height: 210px;      
        width: 100%;
        object-fit: cover;
        display: block;
    }

    #section-learning-path .lp-mid-3,
    #section-learning-path .lp-right-3{
        display: none;
    }

    #section-learning-path .lp-medal-slider{
        display: block;
    }

    #slide-lp-medal .owl-stage-outer{
        padding: 6px 0;
    }

    #section-learning-path .lp-body-3 > *{
        min-width: 0;
    }
}











.siteFooter-menu.social a {
    font-size: 1.375rem;
    border-bottom: none;
    width: 32px;
    margin-right: 0.5rem;
}

.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: flex;
    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-about {
        font-size: 1.1rem;
        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-menu.social a {
        margin-right: 1rem;
    }

    .siteFooter-about img {
        max-height: 120px;
    }
}

@media only screen and (min-width: 1536px) {
    .siteFooter-menu.social a {
        margin-right: 1.5rem;
    }

    .siteFooter-download {
        margin-top: 7rem;
    }

    .siteFooter-about img {
        max-height: 170px;
    }
}

@media (max-width: 1026px) {
	.footer-brand{
		gap: 16px;
	}

    .mt-mobile-4{
        margin-top: 24px;
    }

    #block-banner .banner-char{
        display: none;
    }
}

@media (max-width: 991px) {
    #section-teacher-map .teacher-map-row{
        flex-direction: column-reverse; 
        gap: 14px;
    }

    #section-teacher-map .teacher-avatar{
        height: 240px;
    }

    #section-learning-path .lp-shot--medal img{
        height: 260px;
    }

    #section-benefit .benefit-desc{
        min-height: 48px;
    }
}

@media only screen and (max-width: 520px) {
	.footer-brand{
		gap: 16px;
	}

    #block-banner .banner-cards {
        grid-template-columns: 1fr;
    }

    .bk-card__title{
        font-size: 20px;
        min-height: 48px;
    }

    .bk-card__list{
        font-size: 16px;
    }

    .skills-orange-box{
        display: unset;
    }

    .title-header-download{
        font-size: 20px;
        margin-bottom: 24px;
    }

    .list-download .block-download > img {
        height: 140px;
    }

    #block-programs .program-card__name{
        font-size: 18px;
    }

    #block-programs .program-card__desc{
        font-size: 14px;
    }

    .o2o-card__text{
        font-size: 16px;
    }

    #section-problems .problems__cta{
        margin-top: 24px;
    }

    #block-combo, #section-benefit-investor, #block-programs, #solution-gamification, #section-text-flash,
    #section-benefit, #section-comments, #section-o2o, #section-solution-platform, #section-process,
    #section-teacher-map, #section-problems, #section-register, #section-parent-love, #section-press,
    #section-edtech-heart, #section-learning-path {
        padding-top: 2rem;
    }

    #result{
        padding-top: 2rem;
    }

    .block-wrap{
        padding: 12px;
    }

    #block-combo .combo-card__desc{
        font-size: 16px;
    }

    #section-teacher-map .teacher-map-row{
        flex-direction: column-reverse; 
        gap: 14px;
    }

    #section-benefit .benefit-desc{
        min-height: 48px;
    }

    .lp-title-mobile{
        display: block;
        text-align: center;
        margin-top: 2rem;
    }

    .lp-title{
        display: none;
    }

    .block-title .title-title .info-hide{
        display: none;
    }
}
