p {
    /* margin: 0; */
}

.about-gradian {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: white;
    opacity: 0.8;
    z-index: 1;
}

.about-title {
    padding: 2rem 0 0 5rem;
    color: black;
    font-size: 40px;
    font-weight: 600;
    font-weight: 400;
}

.about-section {
    display: grid;
    grid-template-columns: repeat(1, 0.7fr 1fr);

    width: 100%;

}

.about-section .div-text {
    color: black;
    font-size: 20px;
    font-weight: 400;

    padding: 2rem 0rem 0 5rem;
}

.div-text-right {

    color: black;
    font-size: 20px;
    font-weight: 400;
    margin-top: 3rem;
}

.div-text-right p {

    padding-right: 3.5rem;
}

.about {
    color: var(--bg-color-secondary);
    font-weight: 800;
}

.name {
    font-size: 38px;
}

.icon-about {
    margin: 2rem 2rem;
}

.icon-about img {
    width: auto;
    height: 70px;
    padding: 6px;

}

.left-counter-panel {
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 3rem;
}

.counter-content-wrapper {
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    column-gap: 3rem;
    z-index: 2;
}

.counter-content {
    color: white;
    text-align: left;
}

.counter-title {
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.counter-item {
    font-size: 3rem;
    font-weight: bold;
    color: var(--bg-color-secondary) !important;
}

.counter-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.counter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .left-counter-panel {
        padding: 3rem 1.5rem;
    }

    .counter-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

/* .counter-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.counter-content-wrapper {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 9rem;
    z-index: 2;
}

.counter-title {
    color: white;
    text-align: start;
    text-transform: uppercase;
}

.counter-content {
    color: white;
    text-align: start;
}

.counter-item {
    font-size: 3rem;
    font-weight: bold;
}

.counter-img {
    width: 100%;
    height: 100%;
    overflow: hidden;


}

.counter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.counter-item {
    font-weight: 800;
    color: var(--bg-color-secondary) !important;
} */

.img-core {
    background-color: #333333;
    padding: 2rem;
}

.img-core p {
    text-align: center;
    padding: 0rem 2rem;
    color: white;
    font-size: 20px;
    line-height: 1.3;
}

.text-core-head {
    color: white;
    font-size: 32px;
    font-weight: 800;
}


.core-wrapper {
    position: relative;
    height: 200px;

}

.core-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-core-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    color: white;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
    margin: 0;
}

/* .text-core-img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 60%;
    width: 80%;
    transform: translate(-50%, -50%);

    color: white;
    font-size: 32px;
    font-weight: 800;

} */

.vision-wrapper {
    background-color: #f4f3f1;
    padding: 3rem;
}

.vision-wrapper img {
    width: 120px;
    height: auto;
    object-fit: cover;
    padding: 1rem;
}

.vision-wrapper p {
    padding: 2rem;
}

.text-vision {
    color: var(--bg-color-secondary);
    font-size: 32px;
    font-weight: 800;
}

.vision-desc {
    color: var(--bg-color-secondary);
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}

.corevalue-section {
    padding: 2rem 0rem 0 5rem;
}

.about {
    color: var(--bg-color-secondary);
    font-weight: 800;
    font-size: 22px;
}

.corevalue-wrapper {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}



@media (max-width: 1094px) {

    .text-vision {
        font-size: 26px;

    }

    .vision-desc {
        font-size: 26px;
    }

    .text-core-head {
        font-size: 26px;

    }

}

@media (max-width: 1200px) {
    .text-core-img {
        font-size: 30px;
    }
}

@media (max-width: 960px) {
    .text-core-img {
        font-size: 30px;
    }
}

@media (max-width: 840px) {
    .text-core-img {
        font-size: 30px;
    }
}


@media (max-width: 600px) {
    .text-core-img {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .text-core-img {
        font-size: 24px;
    }
}


@media (max-width: 500px) {

    .img-responsive-icon img {
        width: 60px !important;
        height: auto;
        padding: 0px !important;
    }

    .img-responsive-icon2 img {
        width: 60px !important;
        height: auto;
    }

    .vision-wrapper {
        font-size: 14px;
    }

    .text-vision {
        font-size: 18px;

    }

    .vision-desc {
        font-size: 14px;
    }

    .img-core p {
        font-size: 14px;
    }

    .text-core-head {
        font-size: 18px;
    }

}



@media (max-width: 768px) {
    .about-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .name {
        font-size: 28px;
    }

    .about-title {
        /* padding: 2rem 0 0 2rem; */
        font-size: 30px;
    }

    .about-section .div-text {
        padding: 1rem;
    }

    .div-text-right {
        /* padding: 0.5rem ; */
        font-size: 14px;
        margin-top: 0;
    }

    .div-text-right p {
        padding: 10px;
    }

    .counter-content-wrapper {

        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .corevalue-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-top: 2rem;
    }

    .corevalue-wrapper .div-text-right {
        margin-top: 1rem;
    }

    .corevalue-section {
        padding: 3em;
    }

    .counter-img {
        height: 600px;
    }
}

.l-container {
    position: relative;
    width: 150px;
    height: 150px;
}

/* แท่งแนวตั้ง */
.l-container::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #220099;
}

/* แท่งแนวนอน */
.l-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background-color: #220099;
}

.custom-bullet-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-bullet-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.custom-bullet-list ul li:last-child {
    margin-bottom: 0.25rem;
}

.custom-bullet-list ul li::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background-color: black;
    border-radius: 50%;
    margin-right: 0.5rem;
    margin-top: 0.45rem;
}