
/* e */
.landing {
    margin: calc(140px + 67px) 0 65px;
}

    .landing .img-box {
        object-fit: contain;
    }

    .landing .text-box h3 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 18px;
        color: #4651e1;
    }

    .landing .text-box mark {
        color: #f8a602;
        background-color: transparent;
    }

    .landing .text-box h4 {
        font-size: 30px;
        line-height: 47px;
        margin-bottom: 17px;
        color: #1f2d53;
    }

    .landing .text-box p {
        font-size: 20px;
        line-height: 31.3px;
        color: #707070;
        margin-bottom: 46px;
    }

    .landing .options {
        display: flex;
        justify-content: space-evenly;
        /* margin-right: 45px; */
        gap: max(20px, 4vw);
    }

        .landing .options li {
            display: flex;
            flex-direction: column;
            row-gap: 15px;
        }

        .landing .options .icon-box {
            width: 94px;
            height: 94px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .landing .options .icon-box::before {
                content: "";
                position: absolute;
                inset: 0;
                background-color: #ebf3ff;
                border-radius: 50%;
                z-index: -2;
                box-shadow: 8px 8px 16px 0px #b4c1d5 inset, -8px -8px 16px 0px #ffffff inset, 10px 10px 20px 0px #b4c1d580, -10px -10px 20px 0px #ffffffe5;
            }

            .landing .options .icon-box::after {
                content: "";
                position: absolute;
                top: 11px;
                left: 11px;
                width: 72px;
                height: 72px;
                background-color: #ebf3ff;
                border-radius: 50%;
                z-index: -1;
                box-shadow: 8px 8px 16px 0px #b4c1d5, -8px -8px 16px 0px #ffffff;
            }

            .landing .options .icon-box img {
                width: fit-content;
            }

        .landing .options li span {
            color: #707070;
            text-align: center;
            font-weight: 700;
            line-height: 23.48px;
            font-size: 15px;
        }

        .landing .options li .title {
            color: #4651e1;
            margin-bottom: 16px;
        }

    .landing :is(.discount-box, .quiz) {
        background-color: #f7f7f7;
        border: 1px solid #e7e7e8;
        border-radius: 10px;
        text-align: center;
        width: min(30.8vw, 460px) !important;
        min-width: 400px;
    }

    .landing .remain-time span {
        border-radius: 5px;
        display: block;
        width: 78px;
        height: 88px;
        font-size: 30px;
        text-align: center;
        padding: 10px;
        font-weight: bold;
        background-color: #e5e7eb;
    }

    .landing .remain-time small {
        font-size: 15px;
        display: block;
    }

    .landing .quiz p {
        font-size: 15px;
        font-weight: 500;
        color: #a3a3a3;
        text-align: center;
        margin-bottom: 3px;
    }

    .landing .quiz {
        padding: 30px 13px;
    }

        .landing .quiz .badge {
            font-size: 15px;
            font-weight: 700;
            background-color: #0077b6;
            padding: 1px 11px;
            color: #fff;
            text-align: center;
            border-radius: 50px;
            margin-right: 8px;
        }

        .landing .quiz .price-after-discount {
            font-size: 15px;
            color: #707070;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .landing .quiz small {
            font-size: 10px;
            margin-right: 3px;
        }

    .landing .buttons a {
        padding: 5px 28px;
        border-radius: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
    }

        .landing .buttons a.blue {
            background-color: var(--color2);
        }

        .landing .buttons a.green {
            background-color: #27ae60;
            margin: 0 6px 0 13px;
        }

    .landing .buttons .like {
        border: 0;
        background-color: transparent;
        cursor: pointer;
    }

.package-options > h3 {
    color: var(--color2);
    font-size: 35px;
    text-align: center;
}

.package-options > p:first-of-type {
    color: #707070;
    font-size: 25px;
    font-weight: 700;
    margin: 16px 0 34px;
    text-align: center;
}

.package-options .items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 31px 25px;
    list-style-type: none;
    margin: 49px auto 57px;
    padding: 0 4vw;
    max-width: 1450px;
}

    .package-options .items-grid .item {
        padding: 32px 20px;
        background-color: #f7f7f7;
        border: 1px solid #e7e7e8;
        border-radius: 20px;
    }

    .package-options .items-grid img {
        object-fit: contain;
        margin: 0 auto;
        width: fit-content;
        display: block;
    }

    .package-options .items-grid .title {
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        display: block;
        margin: 34px 0;
    }

    .package-options .items-grid .desc {
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
        color: #707070;
        text-align: center;
    }

.counseling {
    padding: 0 4vw;
    max-width: 1450px;
    margin: 0 auto;
}

.counseling-header {
    border-bottom: 2.5px solid #b5b6ba;
    text-align: center;
    color: var(--color2);
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 75px;
}

    .counseling-header h3 {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

        .counseling-header h3::after {
            width: 100%;
            height: 5px;
            background-color: var(--color2);
            content: "";
            position: absolute;
            left: 0;
            bottom: -9px;
        }

.counseling-form {
    background-color: #f7f7f7;
    border: 1px solid #e7e7e8;
    padding: 35px 47px;
    border-radius: 20px;
}

.form-groupItem {
    margin-bottom: 21.5px;
}

.counseling-form label {
    color: #4b522b;
    font-size: 22px;
    display: block;
    margin-bottom: 11px;
    font-weight: 300;
}

.counseling-form input::placeholder {
    color: #b5b6ba;
}

.counseling-form input {
    font-weight: 300;
    font-size: 22px;
    border: 1px solid #70707081;
    padding: 0 14px;
    border-radius: 5px;
    font-family: inherit;
    height: 55px;
    width: min(100%, 568px);
}

    .counseling-form input[type="tel"]::placeholder {
        direction: right;
    }

.counseling-form .submit-button {
    width: 100%;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
}

.counseling .img-banner {
    max-width: 520px;
    object-fit: contain;
}

.counseling .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paragraph {
    max-width: 1036px;
    padding: 0 3vw;
    color: #4651e1;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin: 43px auto 70px;
}

.teacher {
    padding: 0 45px 103px;
    background-color: #f7f7f7;
}

    .teacher > h3 {
        font-size: 100px;
        text-align: center;
        color: var(--color2);
        margin: 20px 0 63px;
    }

    .teacher .detail-box {
        background-color: #fff;
        border-radius: 25px;
        padding: 42px 48px 120px 70px;
    }

        .teacher .detail-box .teacher-name {
            font-size: 50px;
            color: var(--color3);
        }

        .teacher .detail-box .teacher-desc {
            font-size: 25px;
            margin: 24px 0;
            color: #707070;
            font-weight: 500;
        }

    .teacher .detail-box {
        display: flex;
        gap: 70px;
    }

        .teacher .detail-box .profile {
            display: flex;
            align-items: center;
        }

            .teacher .detail-box .profile img {
                width: fit-content;
            }

        .teacher .detail-box h4 {
            font-size: 25px;
            font-weight: 500;
            background-color: #fff;
            color: #4c73ff;
            position: relative;
            padding-left: 6px;
            z-index: 1;
            width: fit-content;
        }

        .teacher .detail-box hr {
            position: relative;
            top: -22px;
            border: 1px solid #b5b6ba57;
        }

        .teacher .detail-box ul {
            margin-top: 22px;
            display: flex;
            flex-wrap: wrap;
            gap: 11px 40px;
        }

            .teacher .detail-box ul li,
            .course-props .props-list li {
                position: relative;
                font-size: 20px;
                color: #707070;
                font-weight: 500;
                flex-basis: max(45%, 300px);
                line-height: 32px;
                right: 34px;
            }

                .teacher .detail-box ul li::before,
                .course-props .props-list li::before {
                    content: "";
                    width: 24px;
                    height: 24px;
                    position: absolute;
                    right: -34px;
                    top: 4px;
                    background-image: url("assets/images/Material-chk.png");
                }

.course-props {
    padding: 36px 60px;
    margin-bottom: 40px;
}

    .course-props > p {
        font-size: 35px;
        color: #707070;
        text-align: center;
    }

    .course-props > h3 {
        color: var(--color2);
        margin: 26px 0;
        text-align: center;
        font-size: 50px;
    }

    .course-props .img-container img {
        border-radius: 30px;
    }

    .course-props .content {
        margin-top: 50px;
        display: flex;
        gap: max(25px, 4vw);
        align-items: flex-start;
    }

    .course-props .props-list {
        flex-grow: 1;
    }

        .course-props .props-list li::after {
            content: "";
            width: calc(100% + 32px);
            position: absolute;
            bottom: -20px;
            right: -32px;
            height: 1px;
            background-color: #d1d1d1;
        }

        .course-props .props-list li h5 {
            color: var(--color2);
        }

        .course-props .props-list li {
            width: calc(100% - 34px);
        }

            .course-props .props-list li + li {
                margin-top: 31px;
            }

.faq {
    padding: 0 22px;
}

    .faq > h3 {
        color: var(--color2);
        font-weight: 400;
        margin-bottom: 22px;
        text-align: center;
        font-size: 50px;
    }

    .faq > img {
        width: fit-content;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.faq-questions {
    max-width: 1060px;
    padding: 0 6px;
    margin: 55px auto 100px;
}

    .faq-questions li + li {
        margin-top: 18px;
    }

    .faq-questions li {
        width: min(100%, 1048px);
        border-radius: 10px;
        border: 1px solid #d1d1d1;
        padding: 20px 29px;
        font-size: 16px;
        color: #535353;
    }

        .faq-questions li.active .question-header img {
            transform: rotate(-45deg);
        }

    .faq-questions .question-header img {
        width: fit-content;
        margin-right: 6px;
    }

    .faq-questions .question-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-questions .question-body {
        padding-top: 15px;
    }

    .faq-questions li:not(.active) .question-body {
        visibility: hidden;
        height: 0;
        padding-top: 0px;
    }

.usersComments {
    max-width: 1166px;
    padding: 24px;
    margin: 0 auto;
}

    .usersComments > h3 {
        text-align: center;
        color: var(--color2);
        font-size: 30px;
        font-weight: 300;
    }

.usersComments-list {
    margin-top: 52px;
}

    .usersComments-list .userComment + .userComment {
        margin-top: 14px;
    }

    .usersComments-list .userComment {
        width: 100%;
        border-radius: 14px;
        box-shadow: 0px 2px 7.4px 0px #26334d14;
        padding: 31px 38px 34px 59px;
    }

    .usersComments-list :is(.userComment-header, .userComment-footer) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .usersComments-list .userComment-header img {
        width: 42px;
        height: 42px;
        border-radius: 3px;
        object-fit: contain;
    }

    .usersComments-list .userComment-header span {
        color: #36424d;
        font-size: 15px;
        font-weight: 700;
        margin-right: 10px;
        flex-grow: 1;
    }

    .usersComments-list .userComment-header time {
        color: #89929b;
        font-size: 11px;
        font-weight: 500;
    }

    .usersComments-list .userComment-body {
        margin: 12px 51px 33px 0;
        color: #454e57;
        line-height: 37px;
        text-align: justify;
        font-size: 15px;
        font-weight: 500;
    }

    .usersComments-list .userComment-footer {
        padding-right: 51px;
    }

        .usersComments-list .userComment-footer .reply img {
            width: fit-content;
            margin-left: 4px;
        }

        .usersComments-list .userComment-footer .reply:hover {
            background-color: #f0f0fc;
        }

        .usersComments-list .userComment-footer .reply {
            background-color: transparent;
            border: 0;
            display: flex;
            text-wrap: nowrap;
            font-family: inherit;
            padding: 13px 24px;
            border-radius: 50px;
            background-color: #f5f9fc;
            color: var(--color2);
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
        }

        .usersComments-list .userComment-footer .vote-status .down img {
            transform: rotate(180deg);
        }

        .usersComments-list .userComment-footer .vote-status img {
            width: fit-content;
            margin: 0 8px;
        }

        .usersComments-list .userComment-footer .vote-status {
            display: flex;
            font-size: 14px;
            font-family: inherit;
        }

            .usersComments-list .userComment-footer .vote-status .spacer {
                width: 1px;
                background-color: #e9e9e9;
            }

            .usersComments-list .userComment-footer .vote-status button {
                border: 0;
                color: #acb5c0;
                width: 80px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #f5f9fc;
                cursor: pointer;
                font-family: inherit;
            }

                .usersComments-list .userComment-footer .vote-status button:hover {
                    background-color: #f0f0fc;
                }

.usersComments .usersComments-pagination {
    margin: 25px auto 73px;
    display: flex;
    border-radius: 14px;
    box-shadow: 0px 2px 6px 0px #0000001a;
    width: fit-content;
}

    .usersComments .usersComments-pagination button::after {
        height: 80%;
        width: 1px;
        content: "";
        top: 10%;
        left: 0;
        position: absolute;
        background-color: #f1f1f1;
    }

    .usersComments .usersComments-pagination button.active {
        color: var(--color2);
    }

    .usersComments .usersComments-pagination button {
        background-color: transparent;
        border: 0;
        position: relative;
        width: 52px;
        height: 52px;
        color: #55626a;
        font-size: 14px;
        font-family: inherit;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
    }

    .usersComments .usersComments-pagination .prev::after {
        display: none;
    }

    .usersComments .usersComments-pagination .prev img {
        transform: rotate(180deg);
    }

    .usersComments .usersComments-pagination :is(.prev, .next) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 58px;
    }

    .usersComments .usersComments-pagination img {
        width: fit-content;
    }

.send-comment-form {
    box-shadow: 0px 2px 7.4px 0px #26334d14;
    border-radius: 14px;
    padding: 32px 41px;
    margin-bottom: 95px;
}

    .send-comment-form .form-inputs {
        display: flex;
        flex-flow: column wrap;
        height: 100px;
        width: 100%;
        gap: 20px;
    }

    .send-comment-form :is(input, textarea) {
        border: 1px solid #e3e3e3;
        border-radius: 7px;
        padding: 12px;
        font-size: 15px;
        font-family: inherit;
        color: #be9aa3;
        height: 40px;
        width: 333px;
    }

    .send-comment-form textarea {
        flex-grow: 1;
        box-shadow: none;
        width: calc(100% - 353px);
    }

    .send-comment-form .submit-button {
        margin-top: 20px;
        margin-right: auto;
        display: block;
    }
/* e */
