body.page-template-tpl-khoa-luyen-ielts #header-top,
body.page-template-tpl-khoa-luyen-ielts #menu-main {
    background-color: #ffffff;
}

#menu-main .wrap-logo-menu .row {
    align-items: center;
}

.banner__ielts {
    margin-top: 102.9px;
    min-height: 557px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.banner__ielts .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.banner__ielts__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.banner__ielts__content__heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner__ielts__content__heading h2 {
    color: #424242;
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 135%;
    margin: 0;
}

.banner__ielts__content__heading h1 {
    color: #212121;
    font-family: "Inter-Bold";
    font-size: 64px;
    line-height: 113%;
    margin: 0;
}

.banner__ielts__content__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.banner__ielts__content__info li {
    color: #424242;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

/* BUTTON */
.banner__ielts__button {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #F6CB09;
    color: #212121;
    font-family: "Inter-Bold";
    font-size: 16px;
    line-height: 150%;
    align-self: start;
}

.banner__ielts__button:hover {
    color: #ffffff;
    text-decoration: none;
}

.banner__ielts__image {
    position: absolute;
    right: -40px;
    bottom: -20px;
    max-width: 803px;
    z-index: 1;
    pointer-events: none;
}

.banner__ielts__image img {
    width: 100%;
    height: auto;
    display: block;
}

.roadmap,
.roadmap-detail {
    padding: 48px 0;
}

.roadmap .container,
.roadmap-detail .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.roadmap__text__info,
.roadmap-detail__textinfo,
.achievement__text__info,
.stu__preview__content,
.team__teacher__text,
.system__text__header,
.inspirational__space__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 808px;
    margin: 0 auto !important;
}

.roadmap__text__info h2,
.roadmap-detail__textinfo h2,
.achievement__text__info h2,
.stu__preview__content h2,
.team__teacher__text h2,
.system__text__header h2,
.inspirational__space__text h2 {
    color: #212121;
    font-family: "Inter-Bold";
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    margin: 0;
}

.roadmap__text__info p,
.roadmap-detail__textinfo p,
.achievement__text__info p,
.stu__preview__content p,
.team__teacher__text p,
.system__text__header p,
.inspirational__space__text p {
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin: 0;
}

.roadmap__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    row-gap: 48px;
    position: relative;
}

.roadmap__item__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

.roadmap__item__card:nth-child(3n+1)::after,
.roadmap__item__card:nth-child(3n+2)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 100%;
    background-color: #EEEEEE;
}

.roadmap__item__card img {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.roadmap__item__card h4 {
    color: #212121;
    font-family: "Inter-Bold";
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    text-align: center;
}

.roadmap__item__card p {
    color: #212121;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin: 0;
}

.roadmap__item__card a {
    color: #F6CB09;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.roadmap__item__card a:hover {
    text-decoration: none;
}

.roadmap__item__card a img {
    width: 24px;
    height: 24px;
}

.roadmap-detail .container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* achievement */
.achievement {
    padding: 48px 0;
    position: relative;
}

.achievement .bg-inspire {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.achievement .bg-inspire .bg-bot {
    margin-bottom: 0;
}

.achievement .bg-inspire .bg-bot img {
    width: 100%;
    height: auto;
    display: block;
}

.achievement .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}


.achievement__text__info h2 {
    color: #212121;
    font-family: "Inter-Bold";
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    margin: 0;
}

.achievement-carousel-card {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 0px 20px 0px #0000000F;
}

.achievement-carousel .owl-stage-outer {
    padding-top: 20px;
}

.achievement-carousel-card .avt {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.achievement-carousel .owl-nav button span {
    display: none !important;
}

.achievement-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.achievement-carousel .owl-nav button {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #fff !important;
    border-radius: 50% !important;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none !important;
}

.achievement-carousel .owl-nav button:hover {
    background: #F6CB09 !important;
}

.achievement-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
}

.achievement-carousel .owl-nav button svg path {
    fill: #bdbdbd;
    transition: fill 0.3s ease;
}

.achievement-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.achievement-carousel .owl-nav .owl-prev {
    left: -25px;
}

.achievement-carousel .owl-nav .owl-next {
    right: -25px;
}

.achievement-carousel .owl-dots {
    margin-top: 40px;
    text-align: center;
    display: block !important;
}

.achievement-carousel .owl-dots.disabled {
    display: block !important;
}

.achievement-carousel .owl-dots .owl-dot {
    outline: none !important;
}

.achievement-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #E0E0E0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.achievement-carousel .owl-dots .owl-dot.active span,
.achievement-carousel .owl-dots .owl-dot:hover span {
    background: #F6CB09;
    transform: scale(1.2);
}




.content a img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.content a:hover img {
    transform: translateX(4px);
}

/* Badge điểm */
.pakack__bg {
    position: absolute;
    top: 0;
    padding-left: 5px;
    right: 0px;
    width: 80px;
    height: 80px;
    margin-top: -12px;
    margin-right: 15px;
    clip-path: polygon(100% 0, 100% 80%, 55% 100%, 6% 80%, 6% 15%, 0 15%, 6% 0);
    background: #F6CB09;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.pakack__bg .point {
    display: block;
    color: #212121;
    font-family: Inter;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
}

.pakack__bg span {
    display: block;
    color: #212121;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.achievement-carousel-card .avt {
    width: 72px !important;
    height: 72px;
    padding: 4px;
    border-radius: 40px;
    border: 1px solid #F6CB09;
}

.achievement-carousel-card .info__name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.achievement-carousel-card .info__name label {
    margin: 0;
    color: #212121;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.achievement-carousel-card .info__name span {
    margin: 0;
    color: #9E9E9E;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;

}

.achievement-carousel-card .skills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4px;
    column-gap: 48px;
    justify-content: space-between;
}

.achievement-carousel-card .skills p {
    position: relative;
    padding-left: 14px;

    color: #212121;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.achievement-carousel-card .skills p::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #F6CB09;
    border-radius: 50%;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.achievement-carousel-card .skills p span {
    color: #212121;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    margin: 0;

}

.achievement-carousel-card .content {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 21px;
    justify-content: center;
    color: #212121;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
}


.achievement-carousel-card .content p {
    color: #212121;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.achievement-carousel-card .content a {
    color: #F6CB09;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
}

.achievement-carousel-card .content a:hover {
    text-decoration: none;
}

.achievement-carousel-card .content a img {
    width: 24px;
    height: 24px;
}

/* preview */
.stu__preview__content {
    padding-bottom: 48px;
}

.stu__preview {
    padding: 48px 0;
}


.student-review-carousel-outer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.student-review-carousel-wrapper {
    position: relative;
    padding-bottom: 26px;
}
/* chỉ ép chiều cao, không đụng layout */
.student-review-carousel .owl-stage {
    display: flex;
}

.student-review-carousel .owl-item {
    display: flex;
}

.review-card {
    height: 100%;
}

.review-card {
    background: #FEFDE8;
    border-radius: 12px;
    padding: 32px;
    min-height: 257px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* icon */
.frame-img-btm-right {
    width: 44px !important;
    height: 44px;
    position: absolute;
    bottom: 0;
    right: 0;

}

.review-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-card-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-card-info img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
}

.review-card-info .name {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-card-info .name label {
    color: #212121;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.review-card-info .name span {
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 136%;
}

.star-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}

.star-item img {
    width: 16px !important;
    height: 16px;
}

.review-card-content p {
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.review-card a {
    color: #F6CB09;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.review-card a:hover {
    color: #F6CB09;
    text-decoration: none;
}

.student-review-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.student-review-carousel .owl-nav {
    position: absolute;
    bottom: -60px;
    right: 20px;
    display: flex;
    gap: 16px;
}

.student-review-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    background: #F5F5F5 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.student-review-carousel .owl-nav button:hover {
    background: #F6CB09 !important;
}

.student-review-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
}

.student-review-carousel .owl-nav button svg path {
    fill: #bdbdbd;
    transition: fill 0.3s ease;
}

.student-review-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.student-review-carousel .owl-nav button span {
    display: none !important;
}

/* teacher */
.team__teacher {
    padding: 48px 0;
}

.team__teacher .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.teacher-team-carousel-wrapper {
    position: relative;
}

.teacher-team-carousel-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.teacher-team-carousel-card-img {
    width: 100%;
    position: relative;
    height: max-content;

}

.teacher-team-carousel-card-img .img-teacher {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.path__avt {
    position: absolute;
    bottom: -50%;
    width: 100%;
    background-color: #F6CB09;
    height: 288px;
    z-index: 1;
    border-radius: 50%;
}

.team-teacher-content {
    position: relative;
    z-index: 2;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000000F;
    margin-bottom: 20px;
}

.team-teacher-content .name {
    color: #212121;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin: 0;
}

.team-teacher-content-skills {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team-teacher-content-skills p {
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.team-teacher-content-skills p img {
    width: 20px !important;
    height: 20px;
}

.view-next {
    color: #9E9E9E;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 136%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.view-next:hover {
    text-decoration: none;
    color: #9E9E9E;
}

.view-next img {
    width: 16px !important;
    height: 16px;
}

/* Nút Prev / Next - 36x36, icon 20x20 */
.teacher-team-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.teacher-team-carousel .owl-nav button {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none !important;
}

.teacher-team-carousel .owl-nav button:hover {
    background: #F6CB09 !important;
}

.teacher-team-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
}

.teacher-team-carousel .owl-nav button svg path {
    fill: #bdbdbd;
    transition: fill 0.3s ease;
}

.teacher-team-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.teacher-team-carousel .owl-nav .owl-prev {
    left: -18px;
}

.teacher-team-carousel .owl-nav .owl-next {
    right: -18px;
}

.teacher-team-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
    display: block !important;
}

.teacher-team-carousel .owl-dots.disabled {
    display: block !important;
}

.teacher-team-carousel .owl-dots .owl-dot {
    outline: none !important;
}

.teacher-team-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.teacher-team-carousel .owl-dots .owl-dot.active span,
.teacher-team-carousel .owl-dots .owl-dot:hover span {
    background: #F6CB09;
    transform: scale(1.2);
}

.teacher-team-carousel .owl-nav button span {
    display: none !important;
}

/* popup */
.popup__teacher {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup__teacher.active {
    display: flex;
}

.popup__teacher .popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.popup__teacher .popup-inner {
    position: relative;
    background: #fff;
    max-width: 1076px;
    padding: 32px;
    z-index: 2;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 32px;
    align-items: center;
}

.popup__teacher .popup-inner .images {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.popup__teacher .popup-inner .images img {
    width: 100%;
    position: relative;
    height: auto;
    z-index: 2;
}

.popup__teacher .popup-inner .images .path__avt {
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
    width: 288px;
    height: 288px;
    background-color: #F6CB09;
    border-radius: 50%;
    z-index: 1;
}


.popup__teacher .popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.popup__teacher__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.popup__teacher__content .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popup__teacher__content .info .name {
    margin: 0;
    color: #212121;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
}

.popup__teacher__content .info .country {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.popup__teacher__content .info .country img {
    width: 20px !important;
    height: 20px;
}

.popup__teacher__content .degree,
.popup__teacher__content .quote {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.popup__teacher__content .degree label,
.popup__teacher__content .quote label {
    color: #212121;
    margin: 0;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.popup__teacher__content .degree p,
.popup__teacher__content .quote p {
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

/* system */
.system {
    padding: 48px 0;
}

.system .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.system__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.system__list__item {
    padding: 32px;
    border-radius: 32px;
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.system__list:nth-child(odd) .system__list__item {
    background-color: #FEFDE8;
}

.system__list:nth-child(even) .system__list__item {
    background-color: #FAFAFA;
}

.video__iframe__yt {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.video__iframe__yt video {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: block;
}

/* overlay */
.video__iframe__yt .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .85);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

/* play button */
.video__iframe__yt .btn-play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #FF0000;
    border: none;
    cursor: pointer;
    position: relative;
}

.video__iframe__yt .btn-play::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 20px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* đang chạy */
.video__iframe__yt.is-playing .video-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.system__list__item__content {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.system__list__item__content h3 {
    color: #212121;
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin: 0;
}

.system__list__item__content p {
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.system__list__item__content .checklist {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.system__list__item__content .checklist p {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.system__list__item__content .checklist p svg {
    width: 24px;
    height: 24px;
}

/*  */
.inspirational__space {
    padding: 48px 0;
}

.inspirational__space .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.inspirational-space-carousel-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.inspirational-space-carousel-card img {
    width: 100%;
    object-fit: cover;
}

.owl-item:nth-child(odd) .inspirational-space-carousel-card img:first-child {
    height: 277px;
}

.owl-item:nth-child(odd) .inspirational-space-carousel-card img:last-child {
    height: 312px;
}

.owl-item:nth-child(even) .inspirational-space-carousel-card img:first-child {
    height: 312px;
}

.owl-item:nth-child(even) .inspirational-space-carousel-card img:last-child {
    height: 277px;
}
.achievement-carousel .owl-stage-outer {
    max-height: 400px;
}
.inspirational-space-carousel .owl-stage-outer {
    max-height: 613px;
}
@media (max-width: 1023px) {
    .student-review-carousel .owl-nav {
        bottom: -70px;
        left: 90%;
        transform: translateX(-50%);
        right: auto;
    }
}

@media (min-width: 1024px) {


    .system__list:nth-child(odd) .system__list__item {
        grid-template-columns: 1fr 1fr;
    }

    .system__list:nth-child(even) .system__list__item {
        grid-template-columns: 1fr 1fr;
    }

    .system__list:nth-child(even) .video__iframe__yt {
        order: 2;
    }

    .system__list:nth-child(even) .system__list__item__content {
        order: 1;
    }
}

@media screen and (max-width: 1024px) {
    .banner__ielts__content__heading h2 {
        font-size: 20px;
    }

    .banner__ielts__content__heading h1 {
        font-size: 36px;
    }

    .roadmap__item::after,
    .roadmap__item::before {
        display: none;
    }

    .banner__ielts__image {
        right: -130px;
    }

    .roadmap__item {
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
        row-gap: 32px;
    }

    .roadmap__item__card:nth-child(3n+1)::after,
    .roadmap__item__card:nth-child(3n+2)::after {
        display: none;
    }

    .roadmap__text__info h2,
    .roadmap-detail__textinfo h2,
    .achievement__text__info h2,
    .stu__preview__content h2,
    .team__teacher__text h2,
    .system__text__header h2,
    .inspirational__space__text h2 {
        font-size: 26px;
    }

    .system__list__item__content h3 {
        font-size: 20px;
    }

    .system__list__item {
        padding: 16px;
        border-radius: 24px;
    }
}


@media screen and (max-width: 768px) {
    .banner__ielts {
        margin-top: 42px;
    }

    .banner__ielts .container {
        padding-top: 64px;
    }

    .banner__ielts__image {
        position: relative;
        right: 0;
        max-width: 448px;
    }

    .banner__ielts__button {
        font-size: 14px;
    }

    .roadmap__text__info h2,
    .roadmap-detail__textinfo h2,
    .achievement__text__info h2,
    .stu__preview__content h2,
    .team__teacher__text h2,
    .system__text__header h2,
    .inspirational__space__text h2 {
        font-size: 20px;
    }

    .roadmap__text__info p,
    .roadmap-detail__textinfo p,
    .achievement__text__info p,
    .stu__preview__content p,
    .team__teacher__text p,
    .system__text__header p,
    .inspirational__space__text p {
        font-size: 14px;
        color: #616161;
    }

    .roadmap .container,
    .roadmap-detail .container {
        gap: 24px;
    }

    .roadmap__item__card img {
        width: 86px;
        height: 86px;
    }

    .roadmap__item__card p {
        color: #616161;
        font-size: 12px;
    }

    .roadmap__item__card h4 {
        font-size: 16px;
        font-family: Inter;
        font-weight: 600;
    }

    .path__avt {
        position: absolute;
        bottom: -40%;
        width: 100%;
        background-color: #F6CB09;
        height: 360px;
        z-index: 1;
        border-radius: 50%;
    }

    .teacher-team-carousel .owl-dots {
        margin-top: 20px;
    }

    .popup__teacher .popup-inner {
        grid-template-columns: 1fr;
        max-width: 334px;
        padding: 16px;
        gap: 16px;
        max-height: 556px;
        overflow-y: auto;
    }

    .popup__teacher__content {
        gap: 12px;
    }

    .system__list__item {
        grid-template-columns: 1fr;
    }
}