.inner1100 {
    max-width: 1140px;
    width: 100%;padding: 0 20px;
    margin: 0 auto;
}

.font-raleway * {
    font-family: Raleway, sans-serif;
}

.survey-keyv {
    position: relative;
    padding-top: 25px;
    padding-bottom: 105px;
    z-index: 1;
}

.survey-keyv::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(249,243,230,0.29597776610644255) 0%, rgba(249,243,230,0.3) 10%, rgba(249,238,208,0.36) 20%, rgba(250,227,153,0.53) 50%, rgba(253,209,65,0.8) 70%, rgba(255,196,0,1) 91%, rgba(255,196,0,1) 100%);
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    z-index: -1;
}

.survey-keyv__block {
    display: flex;
    gap: 15px;
}

.survey-keyv__block--content {
    width: 65%;
}
.result .survey-keyv__block {
    justify-content: space-evenly;
}
.result .survey-keyv__block--content {
    max-width: 430px;
}
.result .btn-survey {
    min-width: 250px;
    background-color: #0099E9;
    border-color: #0099E9;
}

.survey-keyv__block--title sub {
    display: block;
    bottom: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
}

.survey-keyv__block--title span {
    display: block;
    color: #FFC400;
    font-size: 74px;
}

.survey-keyv__block--bnr {
    position: relative;
    margin-top: -25px;
}

.survey-keyv__block--bnr span {
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 15px;
    color: #FFF;
    display: block;
    width: max-content;
}

.survey-keyv__block--txt {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 1.2;
}

.result .survey-keyv__block--txt {
    color: #0099E9;
}

.survey-keyv__block--sub {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
}

.survey-keyv__list {
    padding-left: 0;
    display: flex;
    list-style: none;
}

.survey-keyv__list li {
    padding: 0 20px;
    border-right: 1px solid #3A3A3A;
}

.survey-keyv__list li:last-child {
    padding-right: 0;
    border-right: none;
}

.survey-keyv__list li:first-child {
    padding-left: 0;
}

.survey-keyv__list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
}

.survey-keyv__box {
    position: relative;
    border-radius: 36px;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 30px;
    background: linear-gradient(90deg, rgba(253,231,166,0) 0%, rgba(253,231,166,0) 10%, rgba(253,232,171,0.07) 13%, rgba(253,236,186,0.24) 25%, rgba(254,243,211,0.51) 47%, rgba(254,252,244,0.89) 63%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
    font-size: 16px;
    color: #3A3A3A;
    text-align: right;
}

.btn-survey {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: max-content;
    padding: 7px 25px 5px;
    background-color: #00B9FF;
    border: 2px solid #00B9FF;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0,172,244,0.2);
    border-radius: 19px;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s linear, color 0.3s linear;
}

.box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 95px;
}

.btn-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 420px;
    width: max-content;
    height: 110px;
    padding: 2px 15px;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 4px 4px 4px rgba(0, 183, 255, 0.4);
    transition: opacity 0.3s linear;
}
.btn-icon::before {
    position: absolute;
    content: "";
    bottom: -170px;
    left: 50%;
    width: 135px;
    height: 135px;
    background-color: transparent;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateX(-50%);
    z-index: -3;
    transition: background 0.3s linear;
}
.btn-icon.active::before {
    background-color: #F6FDFF;
}
.btn-icon span {
    display: flex;
    align-items: center;
    gap: 25px;
}

.btn-icon.active {
    background: linear-gradient(90deg, rgba(0,152,239,1) 0%, rgba(0,185,255,1) 100%);
    color: #FFF;
}

.btn-icon.active:hover {
    color: #fff;
}


.btn-icon:hover {
    color: #000;
    opacity: 0.7;
}

.list-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}
.list-btn li a {
    padding: 3px 20px;
    border-radius: 12px;
    background-color: #FFC200;
    border: 2px solid #FFC200;
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: opacity 0.3s linear;
}
.list-btn li a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1024px) {
    .btn-survey:hover {
        color: #00B9FF;
        background-color: #FFF;
    }
}
.survey-keyv__box--btn {
    position: absolute;
    right: 10%;
    bottom: -19px;
}

.survey-keyv__block--image {
    width: 45%;
}

.survey-keyv__info {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.survey-keyv__info--item p {
    margin-bottom: 0;
}

.survey-keyv__info--number {
    font-size: 45px;
    color: #0099E9;
    font-weight: bold;
    line-height: 1.1;
}

.survey-keyv__info--number sub {
    font-size: 40px;
    bottom: 4px;
}

.page-top {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 60px;
    right: 15px;
    z-index: 10;
}

.page-top span {
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    margin-right: 5px;
    background-color: #0099E9;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
}

.page-top span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid #0099E9;
    transform: translateY(-50%);
}

.image-container {
  width: 160px;
  height: 80px;
}

.image-container img {
  width: 100%;
  height: 100%;
  animation: zoomInOut 3s infinite; /* Áp dụng animation */
}

.sec-learning {
    padding: 105px 0 120px;
}

.headline-1 {
    margin-bottom: 40px;
    color: #0099E9;
    line-height: 1.2;
    font-size: 48px;
    text-align: center;
}

.headline-1 sub {
    display: inline-block;
    bottom: 0;
    margin-top: 15px;
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.headline-1.mb5 {
    margin-bottom: 5px;
}

.list-learning {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 25px;
}

.list-learning__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-radius: 22px;
    width: calc((100% - 75px) / 4);
    box-shadow: 3px 3px 2px rgba(0,170,255,0.5);
}

.list-learning__item figure {
    margin-bottom: 5px;
}

.list-learning__item--txt {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.sec-form {
    position: relative;
    padding: 40px 0 70px;
    border-radius: 70px 70px 0 0;
    overflow: hidden;
    z-index: 1;
}

.sec-form .bg-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.sec-form::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(190deg, rgba(255,231,166,1) 0%, rgba(255,231,166,1) 5%, rgba(255,238,195,1) 20%, rgba(255,250,238,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    z-index: -1;
}
.sec-form::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(190deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(238,251,255,1) 55%, rgba(203,243,255,1) 100%);
    z-index: -1;
}
.b-question {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.b-question__image {
    max-width: 250px;
}
.b-question__image .headline-1 {
    margin-bottom: 10px;
    text-align: left;
}
.b-question__image--box {
    text-align: right;
}
.b-question__image--box .btn-survey {
    margin-bottom: -20px;
}
.b-question__content {
    width: calc(100% - 300px);
}
.list-question {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.list-question__item {
    width: 100%;
    padding: 20px 25px;
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    box-shadow: 5px 5px 5px rgba(0,177,255,0.3);
    font-size: 16px;
    line-height: 1.4;
}
.list-question__item--ttl {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
}
.list-question__item--ttl::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #D8D8D8;
    border-right: 2px solid #D8D8D8;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in;
}
.list-question__item--ttl.active::before {
    transform: rotate(135deg);
}
.list-question__item--content {
    display: none;
    margin-top: 15px;
}
.list-question__item--content.active {
    display: block;
}
.form-survey {
    max-width: 820px;
    padding: 30px 20px 40px;
    margin: 0 auto 50px;
    background: linear-gradient(145deg, rgba(0,184,254,1) 0%, rgba(0,153,233,1) 95%, rgba(0,153,233,1) 100%);
    border-radius: 30px;
    box-shadow: 8px 8px 5px rgba(6,179,255,0.2);
    position: relative;
    z-index: 1;
}
.form-survey__inner {
    max-width: 705px;
    margin: 0 auto;
}
.form-survey form {
    margin-bottom: 0;
}
.form-survey .headline-1 {
    margin-bottom: 25px;
    color: #FFF;
}
.form-survey .headline-1 span {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
}
.form-survey .form-control {
    border-radius: 10px;
    border-color: #D8D8D8;
}
.form-survey .form-group {
    margin-bottom: 10px;
}
.btn-submit {
    background-color: #FFC400;
    width: 100%;
    padding: 8px 15px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.btn-submit:hover {
    opacity: 0.7;
}
.b-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.list-news {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 625px;
}
.list-news__item {
    width: calc((100% - 15px) / 2);
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    box-shadow: 7px 7px 7px rgba(0,183,255,0.2);
}
.list-news__item figure {
    height: max-content;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.list-news__item figure img {
    transition: transform 0.3s ease-in;
}
.list-news__item.full-w {
    display: flex;
    width: 100%;
}
.list-news__item.full-w .list-news__item--content{
    display: block;
}
.list-news__item.full-w figure {
    margin-right: 15px;
    margin-bottom: 0;
    min-width: 320px;
    max-width: 320px;
}
.list-news__item--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.list-news__item--ttl {
    color: #3A3A3A;
    margin-bottom: 5px;
    font-size: 16px;
    flex: 2;
}
.list-news__item--txt {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500px;
}
.list-news__item--link {
    position: relative;
    width: max-content;
    margin-bottom: 0;
    padding-right: 15px;
    color: #A4A4A4;
    font-size: 14px;
    flex: 1;
}
.list-news__item--link::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #A4A4A4;
    border-top: 1px solid #A4A4A4;
    transform: rotate(45deg);
}
.list-news__item:hover .list-news__item--ttl {
    color: #3A3A3A;
}
.sec-presentation {
    padding: 115px 0 60px;
}
.list-presentation {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
    gap: 20px;
}
.list-presentation__item {
    position: relative;
    padding-left: 115px;
    display: flex;
    width: calc((100% / 3) - 20px);
    z-index: 1;
}
.list-presentation__item--number {
    position: absolute;
    left: -15px;
    top: -60px;
    height: max-content;
    padding-right: 13px;
    font-size: 215px;
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(190deg, rgba(255,203,34,1) 0%, rgba(255,203,34,1) 80%, rgba(255,225,129,0.8842130602240896) 85%, rgba(255,255,255,0.8842130602240896) 94%, rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 0.7;
    z-index: -1;
}
.list-presentation__item:nth-child(1) .list-presentation__item--number {
    left: 5px;
}
.list-presentation__item:nth-child(3) .list-presentation__item--number {
    top: -90px;
    line-height: 1;
}
.list-presentation__item--ttl {
    font-size: 16px;
}
.list-presentation__item--txt {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (min-width: 1024px) {
    .list-news__item:hover img  {
        transform: scale(1.2);
    }
}
@keyframes zoomInOut {
    0% {
        transform: scale(1); /* Ban đầu kích thước bình thường */
    }
    50% {
        transform: scale(1.3); /* Phóng to ở giữa */
    }
    100% {
        transform: scale(1); /* Thu nhỏ lại */
    }
}

/* danny */



@media screen and (max-width: 768px) {
    .survey-keyv {
        padding-bottom: 60px;
    }
    .survey-keyv::before {
        clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
    }
    .survey-keyv__block {
        flex-wrap: wrap;
    }
    .result .survey-keyv__block {
        justify-content: normal;
    }
    .survey-keyv__block--content {
        width: 100%;
        margin-bottom: 35px;
    }
    .list-note li {
        font-size: 14px;
    }
    .survey-keyv__block--title sub {
        margin-bottom: 0;
        font-size: 14px;
    }
    .survey-keyv__list li {
        padding: 0 10px;
        font-size: 14px;
    }
    .survey-keyv__block--title img {
        max-width: 300px;
    }
    .survey-keyv__block--bnr {
        margin-top: -20px;
        margin-bottom: 5px;
        max-width: 335px;
    }
    .survey-keyv__block--bnr span {
        top: 25px;
        font-size: 12px;
    }
    .survey-keyv__block--txt {
        font-size: 14px;
    }
    .survey-keyv__box {
        padding-top: 15px;
        padding-bottom: 25px;
        background: linear-gradient(90deg, rgba(253,231,166,0) 0%, rgba(253,231,166,0) 10%, rgba(253,232,171,0.19233630952380953) 13%, rgba(253,236,186,0.43323266806722693) 24%, rgba(254,252,244,0.6545211834733893) 38%, rgba(254,252,244,0.89) 52%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
        font-size: 14px;
    }
    .survey-keyv__box--btn {
        bottom: -15px;
    }
    .btn-survey {
        font-size: 14px;
    }
    .survey-keyv__block--image {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .survey-keyv__info--number {
        font-size: 35px;
    }
    .survey-keyv__info--number sub {
        font-size: 30px;
    }
    .survey-keyv__info--txt {
        font-size: 14px;
    }

    .page-top {
        bottom: 70px;
        right: 5px;
    }

    .page-top span {
        padding: 6px 10px;
        font-size: 12px;
    }

    .image-container {
        width: 105px;
        height: 50px;
    }
    .sec-learning {
        padding: 45px 0 50px;
    }
    .headline-1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .headline-1 sub {
        margin-top: 5px;
        font-size: 14px;
    }
    .list-learning {
        gap: 15px;
    }
    .list-learning__item {
        width: calc((100% - 15px) / 2);
        border-radius: 15px;
    }
    .list-learning__item figure {
        display: inline-block;
        margin: 0 auto 5px;
        text-align: center;
    }
    .list-learning__item img {
        margin: 0 auto;
        width: 80%;
    }
    .list-learning__item--txt {
        font-size: 14px;
    }
    .b-question {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .b-question__content {
        width: 100%;
    }
    .b-question__image {
        max-width: 280px;
        margin: 0 auto;
    }
    .b-question__image .headline-1 br {
        display: none;
    }
    .list-question {
        gap: 15px;
    }
    .list-question__item {
        padding: 15px 20px;
        font-size: 14px;
    }
    .list-question__item--ttl {
        font-size: 14px;
    }
    .form-survey {
        padding: 25px 15px 25px;
        border-radius: 20px;
    }
    .form-survey .headline-1 {
        font-size: 27px;
    }
    .form-survey .headline-1 span {
        font-size: 16px;
    }
    .sec-form {
        padding: 30px 0 45px;
        border-radius: 30px 30px 0 0;
    }
    .b-news {
        flex-wrap: wrap;
    }
    .list-news {
        max-width: 100%;
        width: 100%;
    }
    .list-news__item.full-w {
        display: block;
    }
    .list-news__item.full-w figure {
        margin-right: 0;
        margin-bottom: 10px;
        min-width: auto;
    }
    .list-news__item {
        width: 100%;
        max-width: 335px;
    }
    .list-news__item figure {
        margin-bottom: 10px;
    }
    .list-news__item figure img {
        width: 100%;
    }
    .list-presentation {
        flex-wrap: wrap;
        gap: 50px;
    }
    .list-presentation__item {
        width: 100%;
    }
    .sec-presentation {
        padding: 45px 0 70px;
    }
    .list-btn  {
        flex-wrap: wrap;
    }
    .list-btn li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* danny */
}


/* Hallan */
.sec-reason {
    padding-top: 50px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 57%, rgba(246,253,255,1) 63%, rgba(246,253,255,1) 67%, rgba(203,243,255,1) 89%, rgba(203,243,255,1) 100%);
    border-radius: 90px;
    margin-bottom: 55px;
}
.sec-reason .swiper-slide {
    opacity: 0;
}
.sec-reason .swiper-slide-active {
    opacity: 1;
}
.sec-reason .swiper-slide {
    background: transparent;
    border: none;
    box-shadow: none;
}
.sec-reason .processSlider {
    padding-left: 60px;
}
.sec-reason .processSlider .custom-pagination {
    right: auto;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-pagination .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 0;
    background-color: #FCE098;
}
.custom-pagination .swiper-pagination-bullet-active {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #FFC400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 39px;
    font-weight: bold;
    line-height: 1.1;
}

.sec-reason .d-flex .reason__info {
    max-width: 600px;
}
.sec-reason .reason__title {
    margin-bottom: 15px;
    color: #0099E9;
    font-size: 48px;
}
.sec-reason .text-des {
    text-align: left;
}
.sec-stuck {
    margin-bottom: 100px;
}
.sec-stuck .stuck__wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
    padding: 40px;
    text-align: center;
    border: 9px solid #0099E9;
    border-radius: 20px;
}
.sec-stuck .stuck__headline {
    font-size: 48px;
    font-weight: bold;
    color: #0099E9;
}
.sec-stuck .stuck__headline.stuck__headline--small {
    font-size: 16px;
}
.stuck__step {
    padding-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}
.stuck__block {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    box-shadow: rgba(0, 213, 255, 25) 1.98px 1.98px 1.98px;
}
.stuck__txt--flex {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.stuck__txt--large {
    font-size: 64px;
    font-weight: bold;
}
.stuck__txt--red {
    color: #FF0000;
}
.stuck__btn {
    max-width: 831px;
    margin: 0 auto;
    padding: 8px;
    display: block;
    background-color: #FFC400;
    border-radius: 20px;
}
.path__headline {
    text-align: center;
    font-size: 49px;
    font-weight: bold;
    color: #0099E9;
    margin-bottom: 10px;
}
.path__headline--rotate1 {
    display: inline-block;
    padding: 0 10px;
    transform: rotate(356deg);
}
.path__headline--rotate2 {
    display: inline-block;
    padding: 0 10px 0 21px;
    position: relative;
    transform: rotate(6.63deg);
}
.path__headline--rotate2::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 45px;
    top: 15px;
    left: 0;
    background: url("/images/survey/img_path.svg") no-repeat center center;
}
.path__txt--center {
    text-align: center;
}
.step__wrap {
    position: relative;
    background: url("/images/survey/bg_survey1.png") no-repeat center center/cover;
    padding-bottom: 110px;
}
.step__link {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 205px;
    transform: translateX(-50%) translateY(30%);
}
.step__img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 90px;
}
.slide__step {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.slide__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-top: 145px;
    width: calc(100% / 5);
}
.slide__item img {
    position: absolute;
    top: 0;
    left: 46%;
    width: 88%;
    transform: translateX(-50%);
}
.slide__step .progress-bar {
    position: absolute;
    content: "";
    width: 80%;
    height: 9px;
    background-color: #ECFAFF;
    bottom: 60%;
    left: 10%;
    border-radius: 50px;
}
.slide__desc {
    text-align: center;
}
.slide__mark {
    position: absolute;
    bottom: 62%;
    height: 137px;
    width: 92px;
    background: url("/images/survey/bg_mark.svg") no-repeat left 50% bottom 0;
    background-size: contain;
    transform: scale(0.8);
}
.slide__item::before {
    z-index:2;
    position: absolute;
    content:"";
    width: 24px;
    height: 24px;
    background-color: #D5D5D5;
    border-radius: 50%;
    bottom: 57.5%;
    left: 50%;
    transform: translateX(-50%);
}
.slide__item.active .slide__mark {
    bottom: 68%;
    background: url("/images/survey/bg_mark_active.svg") no-repeat left 50% bottom 0;
    background-size: contain;
    transform: scale(1);
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.slide__item.active::before {
    background-color: #0099E9;
}
.sec-path {
    margin-bottom: 74px;
}
.sec-feedback {
    position: relative;
    padding-bottom: 80px;
    border-radius: 0 0 0 170px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sec-feedback::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(190deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(238, 251, 255, 1) 55%, rgba(203, 243, 255, 1) 100%);
    z-index: -2;
}
.sec-feedback .bg-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    z-index: -1;
}
.feedback__center {
    text-align: center;
}
.feedback__image {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
}
.swiper.myFeedbackSwiper {
    padding: 20px;
    margin-bottom: 30px;
    height: max-content;
    position: relative;
    z-index: 1;
}
 .myFeedbackSwiper .swiper-slide {
    height: auto;
 }
.feedback__card {
    padding: 26px 41px;
    border-radius: 45px;
    border: 1px solid #D8D8D8;
    box-shadow: rgba(0, 183, 255, 21%) 8px 8px 8px;
}
.feedback__info {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}
.feedback__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
}
.feedback__flex {
    display: flex;
    flex-direction: column;
}
.feedback__name {
    margin: 0;
    color: #0099E9;
    font-weight: bold;
}
.feedback__role {
    margin: 0;
}
.feedback__rate {
    position: relative;
    height: 13px;
}
.feedback__rate::before {
    position: absolute;
    content: "";
    width: calc(16px * var(--stars));
    height: 13px;
    background: url("/images/survey/icon_star.svg") repeat-x;
    background-size: 16px 13px;
}

.feedback__rate--start1 {
    --stars: 1;
}

.feedback__rate--start2 {
    --stars: 2;
}

.feedback__rate--start3 {
    --stars: 3;
}

.feedback__rate--start4 {
    --stars: 4;
}

.feedback__rate--start5 {
    --stars: 5;
}
.feedback__desc {
    line-height: 1.4;
}
.feedback__txt {
    margin-bottom: 70px;
    color: #0099E9;
}
/* Hallan result page */
.sec-chooseClass {
    padding: 72px 0 126px;
}
.headline2 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #0099E9;
}
.header__content{
    position: relative;
}
.header__content .sub_content{
    position: absolute;
    left: 42%;
    top: 100%;
    font-weight: bold;
}
.headline2__sub {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.headline2__sub--f14 {
    font-size: 14px;
}
.headline2__img {
    margin: -20px -75px 65px 0;
}
.headline2__img img {
    margin-top: -64px;
    margin-left: -10px;
}
.chooseClass {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
    width: 100%;
    padding: 0;
}
.chooseClass__item {
    position: relative;
    width: 328px;
    min-height: 468px;
    border-radius: 30px;
    border: 1px solid #DBDBDB;
    box-shadow: rgba(0, 207, 255, 30%) 3px 3px 3px;
}
.chooseClass__item--yellow {
    background-color: #FFC200;
}
.chooseClass__sale {
    position: absolute;
    top: 0;
    left: 20px;
    background: url("/images/survey/result/bg_sale.svg") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center ;
    color: #FFF;
    font-weight: bold;
    padding: 10px 3px 24px;
}
.chooseClass_price {
    position: absolute;
    max-width: 206px;
    min-height: 37px;
    width: 100%;
    top: -1px;
    right: 20px;
    font-size: 14px;
    background: url("/images/survey/result/bg_sale2.png") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chooseClass_price--white {
    background: url("/images/survey/result/bg_sale3.png") no-repeat center center;
}
.chooseClass__sale p {
   margin: 0;
}
.chooseClass__sale .percent {
    font-size: 19px;
    line-height: 1;
}
.chooseClass__sale .large {
    font-size: 37px;
    margin-right: 2px;
}
.chooseClass__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 110px 20px 38px;
    height: 100%;
}
.chooseClass__content p {
    margin: 0;
}
.chooseClass__content .courseCode {
    font-size: 14px;
    font-weight: 500;
}
.chooseClass__content .price {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.chooseClass__content .originalPrice {
    font-size: 14px;
    text-decoration: line-through;
    color: #C0C0C0;
    padding-right: 28px;
}
.chooseClass_price--white .chooseClass__content .originalPrice {
    color: #E8E8E8;
}
.chooseClass__content .unit {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.chooseClass__content .unit {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.chooseClass__content .listGuide {
    list-style: none;
    width: 100%;
    border-top: 1px solid #C0C0C0;
    padding: 0;
    padding-top: 20px;
}
.chooseClass_price--white .chooseClass__content .listGuide {
    border-top: 1px solid #E8E8E8;
}
.chooseClass__content .listGuide li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.btn_register {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #FFC200;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 5px;
}
.btn_register--white {
    background-color: #FFF;
}
.giveaway {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #FFC200;
    border-radius: 10px;
}
.chooseClass__item--yellow .giveaway {
    border-color: #FFF;
}
.giveaway::before {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 59px;
    height: 29px;
    transform: translate(0,-50%);
    background: url("/images/survey/result/icon_bowtie02.png") no-repeat center center/cover;
}
.chooseClass__item--yellow .giveaway::before {
    background: url("/images/survey/result/icon_bowtie.png") no-repeat center center/cover;
}
.giveaway::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 59px;
    height: 29px;
    transform: translate(0,-50%);
    background: #FFF;
}
.chooseClass__item--yellow .giveaway::after {
    background: #FFC200;
}
.giveaway__text {
    display: flex;
    align-items: flex-end;
}
.giveaway__text p {
    font-size: 14px;
    font-weight: bold;
}
.giveaway__text .number {
    font-size: 58px;
    font-weight: bold;
    color: #E91C24;
    line-height: 1;
    /* margin-bottom: -6px; */
    padding: 0 5px;
}
.giveaway__text .red {
    color: #E91C24;
}
.giveaway__price {
    font-size: 14px;
    color: #E91C24;
    font-weight: bold;
    text-align: center;
}
.tooltip__hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltip__hover:hover .tooltip__hover__text {
    visibility: visible;
    right: calc(100% + 10px);
    opacity: 1;
}
.tooltip__hover__text {
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    background-color: black;
    color: #fff;
    padding: 5px 0.5rem;
    border-radius: 6px;
    position: absolute;
    font-size: 0.85rem;
    font-weight: 400;
    z-index: 1;
    transition: 0.3s;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    opacity: 0;
    max-width: 250px;
}
.tooltip__hover__text::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid black;
    width: 15px;
    height: 10px;
    top: 10px;
    left: 100%;
}
/* sec-club */
.sec-club {
    position: relative;
    border-radius: 68px;
    background-color: #FFC200;
    padding: 50px 0 80px;
    margin-bottom: 50px;
}
.list-club__wrap {
    display: flex;
    gap: 48px;
    justify-content: center;
    margin-bottom: 60px;
}
.list-club {
    padding: 0;
    width: calc(50% - 120px);
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 26px;
}
.list-club li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.club__title {
    font-size: 18px;
    font-weight: bold;
    color: #0098EF;
    margin: 0;
}
.club__des {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.myClubSlider {
    height: 272px;
}
.myClubSlider .swiper-slide {
    border-radius: 12px;
    padding: 5px;
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    box-shadow: rgba(0, 207, 255, 30%) 3px 3px 3px;
}
.myClubSlider .swiper-slide img {
    border-radius: 7px;
    width: 100%;
    height: 100%;
}
.club-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 250px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0,152,239,1) 0%, rgba(0,185,234,1) 80%, rgba(0,185,234,1) 100%);
    border-radius: 24px;
    padding: 14px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    box-shadow: rgba(0, 183, 255, 40%) 4px 4px 4px;
    transform: translate(-50%,50%);
}
.sec-advice {
    padding: 124px 0 84px;
}
.advice__headline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
.advice__headline p {
    margin: 0;
    font-size: 72px;
    font-weight: bold;
}
.advice__headline--large {
    font-size: 247px;
    font-weight: bold;
    margin-top: -52px;
    color: #0099E9;
}
.advice__headline--small {
    font-size: 18px;
}
.advice__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 0;
}
.advice__list > li {
    width: calc((100% - 30px) / 2);
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 52px 46px 60px 42px;
    border-radius: 30px;
    border: 1px solid #808080;
    box-shadow: rgba(0, 207, 255, 30%) 8px 8px 6px;
}
.advice__list > li figure {
    display: block;
    min-width: 130px;
    width: 130px;
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}
.advice__title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.advice__txt > li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 4px;
}
.advice__txt > li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
    top: 10px;
    left: 0;
}
.advice__txt {
    list-style: none;
    padding: 0;
}
.sec-galaxy {
    padding: 108px 0 78px;
    background: linear-gradient(180deg, rgba(203,243,255,1) 0%, rgba(203,243,255,0.9360337885154062) 27%, rgba(255,255,255,1) 51%);
}
.galaxy__wrap {
    display: flex;
    gap: 48px;
    width: 100%;
}
.galaxy__item {
    border-radius: 30px;
    border: 4px solid #707070;
    display: flex;
    flex-direction: column;
    padding: 55px 40px 45px;
}
.galaxy__item--row {
    padding: 55px 25px 45px;
    flex-direction: row;
}
.galaxy__item--row2 {
    padding: 55px 16px 45px;
}
.galaxy__flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}
.galaxy__flex--small {
    gap: 12px;
}
.galaxy__flex--small2 {
    gap: 8px;
}
.galaxy__flex--mb50 {
    margin-bottom: 50px;
}
.galaxy__content p {
    font-size: 18;
    font-weight: 500;
    margin: 0;
}
.galaxy__title {
    font-size: 40px !important;
    font-weight: bold !important;
    color: #0099E9;
    text-align: center;
    margin-bottom: 35px;
}
.galaxy__content .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.galaxy__content {
    width: 50%;
}
.galaxy__content--full {
    width: auto;
}
@media screen and (min-width: 1024px) {
    .sec-reason .myReasonSwiper {
        height: 560px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .sec-reason.oko__reason .swiper-pagination {
        left: 10px;
    }
    .sec-reason .myReasonSwiper {
        height: 560px;
    }
    .feedback__card {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .sec-reason {
        padding-top: 30px;
        border-radius: 35px;
    }
    .reason__image {
        padding-bottom: 20px;
    }
    .sec-reason .text-des {
        padding-left: 5px;
    }
    .sec-reason .processSlider .custom-pagination {
        top: 45px;
    }
    .sec-reason .myReasonSwiper {
        width: 100%;
        height: 820px;
        overflow: hidden;
    }
    .sec-reason.oko__reason .swiper .swiper-pagination {
        left: 0;
    }
    .sec-reason .processSlider {
        padding-left: 35px;
    }
    .sec-reason .d-flex {
        flex-wrap: wrap;
    }
    .sec-reason .reason__title {
        font-size: 28px;
    }
    .custom-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }
    .custom-pagination .swiper-pagination-bullet-active {
        width: 30px;
        height: 30px;
        font-size: 25px;
    }
    .sec-stuck {
        margin-bottom: 50px;
    }
    .sec-stuck .stuck__headline {
        font-size: 28px;
    }
    .sec-stuck .stuck__wrap {
        padding: 10px;
        border: 3px solid #0099E9;
    }
    .stuck__step {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .stuck__block {
        width: 100%;
    }
    .path__headline {
        font-size: 40px;
    }
    .path__headline--rotate2::before {
        top: 7px;
    }
    .step__img {
        margin-bottom: 25px;
    }
    .slide__item {
        padding-top: 120px;
    }
    .slide__step {
        width: 800px;
    }
    .slide__mark {
        height: 110px;
        width: 72px;
    }
    .slide__item::before {
        bottom: 58.5%;
        width: 16px;
        height: 16px;
    }
    .slide__step .progress-bar {
        height: 6px;
    }
    .slide__scroll {
        padding-top: 50px;
        overflow: scroll;
    }
    .feedback__card {
        padding: 20px 15px;
        max-width: 100%;
        border-radius: 20px;
        height: auto !important;
    }
    .slide__desc {
        font-size: 14px;
    }
    .slide__step::before {
        bottom: 59%;
    }
    .sec-feedback {
        border-radius: 0 0 0 50px;
    }
    .feedback__desc {
        font-size: 12px;
    }
    .feedback__role,
    .feedback__name {
        font-size: 14px;
    }
    .feedback__txt {
        font-size: 14px;
        margin-bottom: 35px;
    }
    .sec-chooseClass {
        padding: 36px 0 63px;
    }
    .headline2 {
        font-size: 24px;
    }
    .headline2__sub {
        font-size: 14px;
    }
    .header__content .sub_content {
        left: 25%;
    }
    .headline2__img {
        margin: 54px -22px 30px 0;
    }
    .headline2__img img {
        width: 90px;
        margin-top: -50px;
        margin-left: -5px;
    }
    .list-club__wrap {
        flex-direction: column;
        gap: 13px;
        margin-bottom: 30px;
    }
    .list-club {
        width: 100%;
        gap: 13px;
    }
    .list-club li {
        gap: 4px;
    }
    .club-slider__img img {
        width: 100%;
        object-fit: cover;
    }
    .club__des,
    .club__title {
        font-size: 14px;
    }
    .sec-club {
        border-radius: 34px;
        padding: 25px 0 40px;
    }
    .sec-advice {
        padding: 62px 0 40px;
    }
    .advice__headline {
        flex-direction: column;
    }
    .advice__headline p {
        font-size: 34px;
    }
    .advice__headline--large {
        font-size: 124px;
        margin-top: -28px;
    }
    .advice__headline--small {
        font-size: 14px;
    }
    .advice__headline img {
        height: 200px;
    }
    .advice__list > li {
        gap: 15px;
        width: 100%;
        padding: 20px 15px;
        border-radius: 15px;
    }
    .advice__list > li figure  {
        min-width: 100px;
        width: 100px;
    }
    .advice__txt > li {
        font-size: 14px;
        gap: 10px;
    }
    .advice__title {
        font-size: 14px;
    }
    .advice__list {
        row-gap: 20px;
    }
    .sec-galaxy {
        padding: 54px 0 40px;
    }
    .galaxy__wrap {
        flex-direction: column;
        gap: 24px;
    }
    .galaxy__item {
        border-radius: 15px;
        padding: 20px;
    }
    .galaxy__title {
        font-size: 20px !important;
        margin-bottom: 20px;
    }
    .galaxy__flex--mb50 {
        margin-bottom: 24px;
    }
    .img-youtube {
        height: 64px;
    }
    .img-tv {
        height: 82px;
    }
    .galaxy__content .ttl {
        font-size: 14px;
    }
    .galaxy__content p {
        font-size: 14px;
    }
}

/* result */
.list-note {
    list-style: none;
    margin-bottom: 40px;
    padding-left: 0;
}
.list-note li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    background: url('/images/survey/result/icon_check.svg') no-repeat left 0 top 6px;
}

.list-note li::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 5px;
    width: 1px;
    /* height: 84%; */
    height: 90%;
    background-color: #60D135;
}
.list-note li:last-child {
    padding-bottom: 0;
}
.list-note li:last-child:after {
    content: "";
    display: none;
}

.tab-content {
    position: relative;
    padding-top: 75px;
    padding: 75px 0 70px;
    border-radius: 70px;
    background: linear-gradient(180deg, rgba(246,253,255,1) 0%, rgba(246,253,255,1) 30%, rgba(229,249,255,1) 60%, rgba(203,243,255,1) 96%, rgba(203,243,255,1) 100%);
    z-index: 0;
}
.tab-content__item {
    display: none;
    position: relative;
    z-index: 2;
}
.tab-content__item.active {
    display: block;
}
.tab-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/survey/result/bg_decor.svg') no-repeat center;
    opacity: 0.4;
    z-index: 1;
}

.sec-class {
    padding-top: 60px;
}

.b-class {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}
.b-class__left {
    min-width: 310px;
}
.b-class--btn {
    position: relative;
    display: inline-block;
    max-width: 205px;
    width: 100%;
    padding: 6px 15px;
    border-radius: 10px;
    background-color: #FFC200;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.b-class--btn::before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 21%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FFC200;
}
.b-class--title {
    font-size: 36px;
    color: #0099E9;
    margin-bottom: 0;
}
.b-class .list-note {
    margin-bottom: 0;
}
.b-class .list-note li {
    padding-bottom: 5px;
}
.list-date {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
    padding-left: 0;
    list-style: none;
}
.list-date__item {
    display: flex;
    gap: 10px;
    width: calc((100% - 45px) / 4);
}
.list-date__item--img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 183, 255, 0.3);
}
.list-date__item--txt {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.list-date__item--txt span {
    display: block;
    color: #0098EF;
    font-weight: bold;
}
.b-level {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
    padding: 15px 0;
    padding-left: 35px;
}

.icon-circle {
    position: relative;
}

.icon-circle::before {
    position: absolute;
    content: "";
    left: -39px;
    top: 50%;
    width: 23px;
    height: 23px;
    background: url('/images/survey/result/icon_circle_active.svg') no-repeat center;
    transform: translateY(-50%);
    z-index: 1;
    transition: background 0.3s ease-out;
}

.icon-circle.active::before {
    background: url('/images/survey/result/icon_circle.svg') no-repeat center;
}
.b-level::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(90deg, rgba(237,239,235,1) 0%, rgba(185,185,186,1) 100%);
    border-radius: 3px;
}
.b-level__item {
    padding: 15px 30px;
    width: 100%;
    background-color: #EAEAEA;
    border-radius: 22px;
    box-shadow: 11px 11px 11px rgba(0, 183, 255, 0.3);
    transition: background 0.3s ease-out;
}
.b-level__item.active {
    background-color: #FFF;
}

.b-level__item--title {
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
}
.b-level__item--title span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0098EF;
}

.b-level__item--title span::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0098EF;
    border-right: 1px solid #0098EF;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in;
}

.b-level__item--title.active span::before {
    top: 6px;
    transform: rotate(135deg);
}
.b-level__item .accordionBox {
    display: none;
}
.b-level__item--content {
    display: none;
    margin-top: 10px;
}

.b-level__item ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.b-level__item ul li {
    color: #383838;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
.b-level__item ul li.highlight {
    color: #0098EF;
}

.b-chart .b-chart {
    color: #0099E9;
    font-size: 38px;
    text-align: left;
    margin-bottom: 0;
}
.chart__image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2.1%;
    transform: translateY(-15%);
}

@media screen and (max-width: 768px) {
    .box-btn {
        margin-bottom: 65px;
        gap: 15px;
    }
    .btn-icon.active::before {
        bottom: -130px;
        width: 100px;
        height: 100px;
    }
    .btn-icon {
        min-width: 160px;
        height: 50px;
        font-size: 13px;
    }
    .btn-icon span {
        gap: 10px;
    }
    .btn-icon span img {
        height: 30px;
    }
    .tab-content {
        padding: 45px 0 40px;
        border-radius: 35px;
    }
    .b-class {
        flex-wrap: wrap;
        min-width: auto;
        margin-bottom: 30px;
    }
    .list-date {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .list-date__item {
        width: 100%;
    }
    .b-level {
        margin-bottom: 30px;
        padding-left: 30px;
    }
    .icon-circle::before {
        left: -34px;
    }
    .b-level__item--title span {
        font-size: 16px;
    }
    .b-level__item {
        padding: 15px 20px;
    }
    .b-level__item ul li {
        font-size: 16px;
    }
    .b-level__item--title span::before {
        top: 6px;
    }
    .b-level__item--title.active span::before {
        top: 3px;
    }
    .b-chart .b-chart {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .chart__image {
        flex-wrap: wrap;
        gap: 0;
        transform: unset;
    }
}


.contentTest {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  max-width: 200px;
}
.processSlider {
  transition: 500ms all ease;
}
.processSlider__item span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}
.processSlider__item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
