.aitoku .header-logo {
    width: 250px;
}

.banner-form form span[class$="-not-valid-tip"],.banner-form form textarea[class$=-not-valid] + span[class$=-not-valid-tip]{
    top: calc(100% - 8px);
}

form span[class$="-not-valid-tip"] + span[class$="-not-valid-tip"] {
    display: none;
}

.header-logo img:focus-visible,.header-logo a:focus-visible {
    outline: unset;
}

.customer-review-slide .block-content>div.swiper-button-lock {
    display: none;
}

.aitoku .header-right-top {
    background-color: var(--primary);
}

.aitoku .header-contact a {
    width: 196.5px;
    border: none;
}

.aitoku .header-contact div:first-child a{
    background-color: var(--neutral-color-1);
    border-left: 1px solid var(--neutral-color-3);
}

.aitoku .header-menu a:hover {
    color: var(--primary);
    opacity: 1;
}

.aitoku .header-menu a:hover:before {
    background-color: var(--primary);
    opacity: 1;
}

.aitoku .header-contact .document-request a {
    color: var(--dark-green);
}

.aitoku .header-contact .inquiry a, .aitoku .has-page-contact .header-contact .document-request a {
    background-color: var(--dark-green);
    color: var(--neutral-color-1);
}

.aitoku .header-contact .document-request a:hover {
    background-color: #137A30;
    opacity: 1;
    color: var(--neutral-color-1);
}
.aitoku .header-contact .inquiry a:hover {
    background-color: #137A30;
}

.aitoku .header-contact .inquiry a:focus {
    background-color: #10451D;
}

.aitoku .banner-content .content {
    padding: 24px 40px;
    backdrop-filter: blur(20px);
    background: #40404040;
}

.aitoku .banner-content .content * {
    background-color: unset;
    padding: unset;
    justify-content: flex-start;
}

.aitoku .banner-content .content div:first-child {
    margin-bottom: 8px;
}

.aitoku .banner-content .content div:last-child {
    padding: unset;
    font-size: 20px;
    line-height: 48px;
}

.aitoku .banner-content .content .nd {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 2px;
}

.aitoku .banner-form {
    max-width: 416px;
    padding: 14px 24px;
    top: 13px;
}

.aitoku .banner-form form input,.aitoku .banner-form form textarea {
    width: 368px;
    margin-bottom: 8px;
}

.aitoku .form-confim form input:not([type="submit"]), .form-confim form textarea, .aitoku .form-confim form textarea:focus-visible {
    border-color: #DEE2E6;
    background: #F2FDF5;
}

.aitoku .banner-form .title {
    margin-bottom: 12px;
    color: #212529;
}

.aitoku .banner-form form input {
    padding: 13px 16px;
    margin-bottom: 8px;
}

.aitoku .banner-form form .wpcf7-acceptance span label {
    margin-top: 4px;
    margin-bottom: 4px;
}

.banner-form.form-confim form input[type="submit"] {
    margin-top: 0px;
}

.aitoku .banner-form form input[type="submit"] {
    padding: 15px 24px;
    background: #A7D8A0;
    margin-bottom: 0px;
}

.aitoku .banner-form form .wpcf7-acceptance a {
    color: var(--primary);
}

.aitoku .banner-form form input[type="submit"]:not([disabled]) {
    background: #18953A;
    color: #fff;
}

.aitoku .banner-form form input:focus-visible,
.aitoku .banner-form form textarea:focus-visible,
.aitoku form textarea:focus-visible {
    border-color: var(--primary);
    box-shadow: 0px 0px 1px 1px rgba(24, 149, 58, 0.3);
}

.aitoku .banner-form.form-confim form input:focus-visible,
.aitoku .banner-form.form-confim form textarea:focus-visible,
.aitoku form.form-confim textarea:focus-visible {
    border-color: #DEE2E6;
    box-shadow: unset;
} 

.aitoku .block-title .title .title-two {
    color: var(--primary);
}

.aitoku .block-title .title .title-one {
    margin-bottom: 8px;
    color: var(--primary);
}

.aitoku .block-title .ellipse, .aitoku  .block-title .line {
    background-color: var(--primary);
}

.aitoku .block-title {
    padding-bottom: 63px;
}

.aitoku #specific_skill .block-content .about-content .text {
    padding: 0px;
    padding-right: 20px;
}

.aitoku #specific_skill .block-content .about-content .text .title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 24px;
}

.aitoku .list-one {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #495057;
    margin-top: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 32px;
}

.aitoku .list-one:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: calc(50% - 3px);
    left: 5px;
    background-color: var(--primary);
    border-radius: 1.5px;
    transform: rotate(45deg);
}

.aitoku .list-one:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #6BCB77;
    opacity: 0.1;
    border-radius: 50%;
    left: 0px;
    bottom: calc(50% - 8px);
}

.aitoku #specific_skill .block-content .about-content {
    align-items: self-start;
}

.aitoku #specific_skill .block-content .about-content .text p {
    width: 100%;
    line-height: 29px;
    max-width: unset;
    margin-bottom: 24px;
}

.aitoku #specific_skill .block-content .about-content>* {
    padding-left: 20px;
}

.aitoku #specific_skill .block-content .about-content img {
    height: 360px;
    object-fit: cover;
}

.aitoku #features {
    background: #F2FDF5;
}

.aitoku #features .block-title {
    padding-bottom: 63px;
}

.features-atk {
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

.features-atk > * {
    width: 50%;
    padding-right: 20px;
}

.features-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.features-atk .features-ct.ctl {
    padding-right: 0px;
    padding-left: 20px;
}

.hct {
    display: flex;
    align-items: center;
}

.nct {
    display: flex;
}

.ftct {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary);
    font-weight: 600;
    writing-mode: vertical-lr;
    margin: 0 8px 0  0;
}

.nbct {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 90px;
    line-height: 70px;
    letter-spacing: 4.5px;
    font-weight: 400;
    color: var(--primary);
}

.tct {
    margin-left: 24px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.fct {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-top: 32px;

}

.features-atk:last-child {
    margin-bottom: 0px;
}

section#ourPartner {
    padding: 80px 0px 72px 0px;
    background-image: url("../image/BG.webp");
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aitoku .list-one.list-two:after {
    display: none;
}

.aitoku #ourPartner .list-one:before {
    background-color: #fff;
}

#ourPartner .block-content {
    display: flex;
    align-items: center;
}

#ourPartner .ctl {
    width: calc(50% + 20px);
}

.ourPartner-img {
    width: calc(50% - 20px);
    padding-left: 48px;
}

.ourPartner-img img {
    width: 100%;
    border: 2px solid #21212D;
    object-fit: cover;
}

#ourPartner .list-one.list-two {
    padding-left: 24px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: 0px;
}

#ourPartne .block-content .title {
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
}

#ourPartner .title-two {
    margin-top: 8px;
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

#ourPartne .tct {
    margin-left: 0px;
}

#ourPartner .tct {
    margin-left: 0px;
}

.ncb {
    margin-left: 24px;
}

.ncb .tct {
    margin-left: 0px;
}

.tnct {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.fctb {
    margin-top: 24px;
    display: flex;
}

.service-atk {
    width: 100%;
}

.fctbl {
    display: flex;
    min-height: 565px;
}

.fctbl .ourPartner-img {
    width: 100%;
    padding: 0px;
    height: 250px;
}

.fctbl .ourPartner-img img {
    box-shadow: unset;
    border: unset;
    height: 100%;
}

.fctblct {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.fctblc {
    padding: 16px;
}

.fctblct p.title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 0;
    color: #212529;
}

.fctblb > p {
    border-radius: 100px;
    padding: 4px 16px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
}

.fctblb {
    display: flex;
    margin: 8px 0px;
}

.fctblb > p:last-child {
    margin-right: 0px;
}

.fctblcn {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #495057;
}

#service  .ctbtn {
    display: flex;
    width: 100%;
    padding: 16px;
    margin: unset;
    align-items: end;
}

#service .block-content>.service-atk {
    padding: 0px 8px;
}

.aitoku #service .block-content a {
    transition: all 0.3s;
}

.aitoku #service .block-content a:hover img {
    transform: scale(1);
    opacity: 1;
}

.aitoku #service .fctblct a:hover {
    background-color: var(--primary-hover) !important;
}

.aitoku #service .fctblct a:focus {
    background-color: var(--primary-focus) !important;
}

.aitoku #service .fctblct {
    transition: all 0.3s;
}

.aitoku #service .fctblct:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transform: translateY(-5px);
}

.aitoku #service .block-content img {
    height: 100%;
}

.aitoku #service .block-content a.c-bottom {
    background-color: var(--primary);
    height: auto;
    width: auto;
    color: #fff;
    align-items: center;
}

.aitoku #service .block-content .ctbtn img {
    width: 18px;
}

.fctblb1 {
    background-color: #4D9078;
}

.fctblb2 {
    background-color: #01AFB2;
}

.fctblb3 {
    background-color: #0A93C9;
}

.fctblb4 {
    background-color: #495057;
}

.service-atk:first-child {
    margin-bottom: 80px;
}

.aitoku #service {
    background-color: #EDF1EC;
    padding-bottom: 48px;
}

#service .service-description {
    max-width: 862px;
    margin: 8px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #495057;
    text-align: center;
}

.aitoku #service .block-title {
    padding-bottom: 80px;
}

/* result
---------------------------------------------------------- */
#result {
    background: #fff;
}

#result .block-title {
    text-align: center;
    padding-bottom: 80px;
}

#result .block-title .line-dot {
    margin: 0 auto;
}

#result .result-description {
    max-width: 862px;
    margin: 8px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #495057;
    text-align: center;
}

#result .block-content {
    margin-top: 40px;
}

.result-category {
    margin-bottom: 23px;
    position: relative;
    padding-top: 20px;
}

#result .swiper-slide:last-child .result-category {
    margin-bottom: 0;
}

.category-tag {
    display: inline-block;
    padding: 4px 16px;
    background-color: var(--primary);
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    position: absolute;
    left: 24px;
    transform: translateY(-50%);
}

.category-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 80px 0px 48px 0px;
    border: 1px solid #DEE2E6;
}

.result-category .category-content .result-item {
    width: 50%;
    text-align: center;
}

.separator {
    width: 1px;
    height: 180px;
    border-left: 1px dashed var(--primary);
    opacity: 0.3;
}

.chart {
  --w: 250px;
  --b: 32px;
  --c: var(--primary);
  --p: 0;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
}

.chart::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.02);
    z-index: -1; /* make sure it's behind the chart */
  }

.chart::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p) * 1%), #F1F1F1 0);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

.chart-text {
    text-align: center;
}

.chart-label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #212529;
    font-weight: 700;
}

.chart-value {
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--primary);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.5px;
}

.result-item-label {
    margin-top: 24px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #212529;
    letter-spacing: 0.5px;
}

.result-item-label-note {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #495057;
}


@media screen and (max-width: 992px) {
    .category-content {
        padding: 40px 24px;
   }
    .chart {
        --w: 180px;
        --b: 18px;
   }
}

@media screen and (max-width: 767px) {
    .category-content {
        flex-direction: column;
   }
    .separator {
        width: 100%;
        height: 1px;
        margin: 24px 0 40px;
   }
    .chart {
        --w: 250px;
        --b: 35px;
   }
    #result .result-description {
        margin-top: 16px;
    }
    .chart-label
    {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    .chart-value {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 1.5px;
    }
}

/* flow
---------------------------------------------------------- */
#flow {
    background: #F2FDF5;
}
#flow .block-title {
    text-align: center;
    padding-bottom: 40px;
}
#flow .block-title .line-dot {
    margin: 0 auto;
}
.flow-box {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
}
.flow-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background: none;
    position: relative;
    min-width: 0;
    padding-bottom: 0px;
    height: 320px;
    width: 25%;
}
.flow-col.flow-col-1 {
    background-color: var(--primary);
    border-right: 1px dashed #fff;
}

.flow-col.flow-col-2 {
    background-color: #5AA948;
    border-right: 1px dashed #fff;
}

.flow-col.flow-col-3 {
    background-color: #4A8F3D;
    border-right: 1px dashed #fff;
}
.flow-col.flow-col-4 {
    background-color: #3B7532;
}
.flow-step-label {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 4px;
    opacity: 0.8;
}
.flow-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-step-inner-header {
    display: flex;
    align-items: end;
    width: 100%;
}
.flow-step-icon img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.flow-step-desc {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
}

.flow-col-3 .flow-step-desc {
    width: calc(100% + 16px);
    margin-left: -8px;
}

.flow-arrow-h {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    background: none;
}
.flow-arrow-h span {
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    position: relative;
}
.flow-arrow-h span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
}

.flow-col:last-child .flow-arrow-inline span::after{
    display: none;
}

.lecturer-review-text.not-scrolled::before {
    opacity: 0;
}
@media (max-width: 1024px) {
    .flow-box {
        flex-direction: column;
    }
    .flow-col.flow-col-1 {
        border-right: none;
    }
    .flow-col.flow-col-2 {
        border-right: none;
    }
    .flow-col.flow-col-3 {
        border-right: none;
    }
    .flow-arrow-h {
        width: 100%;
        height: 32px;
        justify-content: center;
    }
    .flow-arrow-h span {
        width: 2px;
        height: 32px;
    }
    .flow-arrow-h span::after {
        left: 50%;
        top: unset;
        bottom: 0;
        right: unset;
        transform: translateX(-50%) rotate(135deg);
        width: 10px;
        height: 10px;
    }
    .lecturer-review-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lecturer-review-card {
        padding: 24px 16px 16px 16px;
    }
    .lecturer-review-name {
        font-size: 16px;
    }
    .lecturer-review-quote {
        font-size: 32px;
    }
    .flow-arrow-inline span {
        width: 48px;
    }
    .lecturer-list {
        gap: 20px;
    }
    .lecturer-item {
        width: 45%;
        padding: 24px 12px 16px 12px;
    }
}
@media (max-width: 767px) {
    #flow {
        padding: 80px 0 16px 0;
    }
    .flow-box {
        flex-direction: column;
        max-width: 100%;
    }

    .flow-arrow-h {
        width: 100%;
        height: 24px;
        justify-content: center;
    }
    .flow-arrow-h span {
        width: 2px;
        height: 24px;
    }
    .flow-arrow-h span::after {
        left: 50%;
        top: unset;
        bottom: 0;
        right: unset;
        transform: translateX(-50%) rotate(135deg);
        width: 8px;
        height: 8px;
    }

    .flow-arrow-inline {
        margin: 4px 0 12px 0;
        height: 14px;
    }
    .flow-arrow-inline span {
        width: 32px;
    }

    .flow-step-header {
        gap: 4px;
    }

    #our-lecturer {
        padding: 80px 0 40px 0;
    }
    .lecturer-title .title-ja {
        font-size: 22px;
    }
    .lecturer-list {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .lecturer-item {
        width: 100%;
        padding: 20px 8px 12px 8px;
    }
    .lecturer-avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    .lecturer-name {
        font-size: 16px;
    }
    .lecturer-review-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .lecturer-review-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 8px 12px 8px;
    }
    .lecturer-review-header {
        flex-direction: row;
        align-items: center;
        margin-bottom: 4px;
    }
    .lecturer-review-name {
        font-size: 14px;
    }
    .lecturer-review-quote {
        font-size: 24px;
        margin-left: 8px;
    }
    .lecturer-review-text {
        font-size: 13px;
    }
}

.flow-arrow-inline span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
}
.flow-arrow-inline span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

/* FLOW STEP STRUCTURE (chuẩn Figma) */
.flow-step-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 23px;
}
.flow-step-header {
    display: block;
    margin-right: 8px;
    text-align: left;
    font-family: 'Montserrat', Arial, sans-serif;
}
.flow-step-step {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    line-height: 10px;
}
.flow-step-num {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 62px;
    letter-spacing: 4.5px;
}
.flow-step-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.flow-arrow-inline {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 16px 0;
    height: 0px;
}

.aitoku #customer-review .block-title {
    padding-bottom: 64px;
}

.aitoku .customer-review-slide .swiper-slide .category {
    color: #fff;
    background-color: var(--primary);
}

.aitoku .customer-review-slide .swiper-slide {
    padding-top: 16px;
}

.aitoku .customer-review-slide .swiper-slide>div {
    background-color: #F2FDF5;
    padding: 36px 24px;
    height: 250px;
}

.aitoku .swiper-pagination-bullet-active {
    background-color: var(--primary) !important;
}

.aitoku .customer-review-slide .block-content .swiper-button-next,.aitoku .customer-review-slide .block-content>div {
    border-color: var(--primary);
}

.aitoku .customer-review-slide .block-content>.swiper-button-prev:after {
    background-image: url("../icon/Arrow3.png");
    
}

.aitoku .customer-review-slide .block-content>.swiper-button-next:after {
    background-image: url("../icon/Arrow4.png");
}

/* OUR LECTURER SECTION */
.lecturer-title-block {
  text-align: center;
  margin-bottom: 50px;
}
.lecturer-title-block .line-dot {
  margin: 0 auto 16px auto;
}
.lecturer-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lecturer-title .title-en {
  font-size: 16px;
  color: var(--primary);
  letter-spacing: 3px;
  font-weight: 500;
}
.lecturer-title .title-ja {
  font-size: 32px;
  color: #212529;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.lecturer-desc {
    margin-top: 8px;
    color: #495057;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
}
.lecturer-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.lecturer-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 #0001;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  max-width: 100%;
  transition: box-shadow 0.2s;
}
.lecturer-item:hover {
  box-shadow: 0 4px 16px 0 #0002;
}
.lecturer-avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 4px solid #E6F4EA;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lecturer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.lecturer-info {
  text-align: center;
}
.lecturer-name {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 4px;
}
.lecturer-role {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 12px;
}
.lecturer-bio {
  font-size: 15px;
  color: #495057;
  line-height: 1.7;
}

/* OUR LECTURER REVIEW (testimonial card) */
.aitoku .lecturer-title-block .block-title {
    padding-bottom: 0px;
}
.lecturer-review-card {
    background: #fff;
    align-items: flex-start;
    padding: 24px;
    position: relative;
    border: 1px solid #DEE2E6;
}
.lecturer-review-avatar {
    display: flex;
    align-items: center;
    flex: 1;
}
 .swiper .swiper-slide .lecturer-review-avatar img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
}
.lecturer-review-content {
    display: flex;
    min-width: 0;
    justify-content: space-between;
}
.lecturer-review-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.lecturer-review-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-left: 16px;
    color: #212529;
}
.lecturer-review-quote {
  font-size: 40px;
  color: #5DBB6A;
  font-family: serif;
  font-weight: bold;
  margin-left: 12px;
  line-height: 1;
  opacity: 0.8;
}
.lecturer-review-text {
    position: relative;
}
.lecturer-review-text ul {
    font-size: 14px;
    color: #212529;
    margin-top: 24px;
    word-break: break-word;
    height: 120px;
    overflow-x: auto;
    line-height: 20px;
    font-weight: 400;
    padding: 0 8px 0 17px;
}

.lecturer-review-text:before {
    content: "";
    width: calc(100% - 8px);
    height: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,1) 100%);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s;
}

.lecturer-review-text.scrolled-to-bottom:before {
    opacity: 0;
}

.lecturer-review-text:after {
    content: "";
    width: calc(100% - 8px);
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,1) 100%);
    opacity: 0;
    pointer-events: none;
}

.lecturer-review-text.scrolled-to-bottom:after {
    opacity: 1;
}

.lecturer-review-text ul::-webkit-scrollbar {
    width: 2px;
}

.lecturer-review-text ul::-webkit-scrollbar-thumb {
    background-color: #6C757D;
    height: 46px;
}
.lecturer-review-text li {
    list-style-type: disc;
}

#our-lecturer {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #EDEEEF 100%);
    padding-bottom: 80px;
}


@media (max-width: 1199px) { 
    .fctbl {
        min-height: 650px;
    }

    .flow-col {
        height: auto;
    }

    .fctblb {
        flex-wrap: wrap;
    }

    .fctblb > p {
        margin-bottom: 4px;
    }
}

@media (max-width: 991px) {  
    .aitoku .header-menu a:hover {
        color: var(--neutral-color-1);
    }

    .aitoku .header-contact div:first-child a{
        border-left: none;
    }

    .aitoku .banner-form form input, .aitoku .banner-form form textarea {
        width: 300px;
    }

    .result-category {
        padding-bottom: 46px;
    }

    .aitoku .banner-content .content {
        padding: 8px;
        min-block-size: min-content;
    }

    .aitoku .banner-content .content div:first-child {
        margin-bottom: 0px;
    }

    .aitoku .banner-content .content .nd {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
    }
    .aitoku .banner-content .content div:last-child {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    .flow-step-inner {
        width: 100%;
    }

    .aitoku .customer-review-slide .swiper-slide>div {
        height: 280px;
    }

    .fctblct .fctblb1, .fctblct .fctblb2, .fctblct .fctblb3 {
        font-size: 13px;
        padding: 4px 8px;
    }

    .fctbl {
        height: auto;
        margin-bottom: 40px;
    }

    .ftct {
        font-size: 10px;
        margin-left: 0px;
    }

    .nbct {
        font-size: 62px;
    }

    .tct {
        margin-left: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    
    #service .ncb {
        margin-left: 0px;
        margin-top: 16px;
    }

    #service .fctb {
        margin-top: 16px;
    }

    .nct {
        align-items: center;
    }

    .flow-col {
        margin-bottom: 32px;
        position: relative;
        width: 100%;
    }

    .flow-col:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -16px;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
    }

    .flow-col.flow-col-1:after {
        border-top: 16px solid var(--primary);
    }

    .flow-col.flow-col-2:after {
        border-top: 16px solid #5AA948;
    }

    .flow-col.flow-col-3:after {
        border-top: 16px solid #4A8F3D;
    }

    .flow-arrow-inline span::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .aitoku .banner-content .content div:last-child {
        width: auto;
    }

    section#ourPartner {
        background-image: url("../image/BG002.webp");
    }

    .aitoku #service .block-content img {
        height: 200px;
        object-fit: fill;
    }

    .aitoku .banner-content .content {
        bottom: 888px;
        max-width: 333px;
    }

    #features .tct br {
        display: none;
    }

    .aitoku .banner-form form input, .aitoku .banner-form form textarea {
        width: 100%;
    }

    .aitoku .banner-form {
        max-width: unset;
        padding: 24px 16px;
        border: 2px solid #DEE2E6;
        background: #F8F9FA;
    }

    .aitoku #specific_skill .block-content .about-content img {
        height: 260px;
    }

    .aitoku .block-title {
        padding-bottom: 24px;
    }

    .aitoku #specific_skill .block-content {
        padding: 0px 20px;
    }

    .aitoku #specific_skill .block-content .about-content figure {
        padding-left: 0px;
        order: 1;
    }

    #specific_skill .block-content .about-content .title.hide {
        order: 2;
        display: flex;
        padding: 24px 0px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .aitoku #specific_skill .block-content .about-content .text {
        padding-bottom: 40px;
        order: 3;
    }

    .aitoku #specific_skill .block-content .about-content .text p {
        margin: 8px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .aitoku .list-one:after {
        bottom: unset;
        top: 5px;
    }

    .aitoku .list-one:before {
        bottom: unset;
        top: 10px;
    }

    .features-atk {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .features-atk > * {
        width: 100%;
        padding: unset;
    }
    .features-atk .features-img {
        order:2;
        margin-top: 16px;
    }

    .features-atk .features-ct.ctl {
        padding-left: 0px;
        order: 1;
        padding-bottom: 16px
    }

    .fct {
        line-height: 24px;
        margin-top: 16px;
    }

    .fct p {
        margin-bottom: 12px;
    }

    .nct {
        align-items: center;
    }

    .features-img img {
        height: 200px;
    }
    .aitoku #features {
        padding-bottom: 48px;
    }
    .pc {
        display: none;
    }
    .mb {
        display: flex;
    }

    #ourPartner .ctl {
        width: 100%;
    }

    .aitoku #ourPartner .block-title .ellipse, .aitoku #ourPartner .block-title .line {
        background-color: #fff;
    }
    #ourPartner .list-one.list-two {
        justify-content: center;
        padding-left: 0px;
    }

    #ourPartner .list-one.list-two::before {
        display: none;
    }
    .aitoku  #ourPartner  .block-title {
        padding-bottom: 16px;
    }

    #ourPartner .title-two {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
        text-align: center;
    }

    #ourPartner .block-content .title{
        padding-bottom: 24px;
    }

    #ourPartner .ourPartner-img {
        width: 100%;
        padding-left: 0px;
    }

    #ourPartner .ourPartner-img img {
        height: 350px;
    }
    #ourPartner .tct {
        margin-left: 0px;
        margin-top: 24px;
    }

    #ourPartner .tct br {
        display: none;
    }

    #ourPartner .fct {
        margin-top: 24px;
    }

    #ourPartner .ctbtn {
        margin-top: 24px;
    }

    .ctbtn a.c-bottom {
        justify-content: center;
        width: 100%;
    } 

    section#ourPartner {
        padding-bottom: 46px;
    }

    #service .hct {
        flex-wrap: wrap;
    }

    .aitoku #service .block-title {
        padding-bottom: 10px;
    }

    .fctbl .ourPartner-img {
        height: auto;
    }

    #service .nct {
        width: 100%;
    }

    .fctbl {
        padding: unset;
        height: auto;
        margin-bottom: 40px;
        min-height: 512px;
    }

    .fctb {
        margin-left: 0px;
        margin-right: 0px;
    }

    #service .block-content>* {
        padding: 0px;
    } 

    .aitoku #service .block-content .ctbtn img {
        height: auto;
    }

    .service-atk:first-child {
        margin-bottom: 24px;
    }

    #result .block-title {
        padding-bottom: 8px;
    }

    .category-tag {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    #flow .block-title {
        padding-bottom: 24px;
    }

    .aitoku #customer-review .block-title {
        padding-bottom: 16px;
    }
    .aitoku .customer-review-slide .swiper-slide>div {
        height: 330px;
    }

    .aitoku .customer-review-slide .swiper-pagination {
        left: -9px;
    }

    .lecturer-desc {
        margin-top: 16px;
    }
    .lecturer-title-block {
        margin-bottom: 40px;
        padding: 0px 19px;
    }

    .lecturer-desc p:last-child {
        padding-top: 12px;
    }

    .lecturer-review-list {
        padding-left: 19px;
        padding-right: 0px;
    }

    .aitoku #flow .block-content,.aitoku #result .block-content,.aitoku #service .block-content,.aitoku #ourPartner .block-content, .aitoku #features .block-content {
        padding: 0px 19px;
    }

    .lecturer-review-card {
        padding: 16px;
        margin-bottom: 34px;
    }

    .lecturer-review-text ul {
        height: 300px;
    }

    .swiper .swiper-slide .lecturer-review-header img {
        width: 30px;
        height: 22px;
    }

    .aitoku .list-one {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .result-category .category-content .result-item {
        width: 100%;
    }

}

@media (max-width: 380px) { 
    .aitoku .customer-review-slide .swiper-slide>div {
        height: 370px;
    }
}



