.article-detail-section {
    background-color: #F4FAFD;
}

.breadcrumb ol {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background-color: transparent;
    margin-top: 24px;
}

.breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before,
    .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "\203A";
    }

.breadcrumb ol li,
.breadcrumb a {
    font-size: 15px;
    color: #AAAAAA;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header h1 {
        font-size: 25px;
        font-weight: bold;
        color: #0057A8;
        margin-bottom: 0;
    }

    .header .icons {
        display: flex;
        gap: 20px;
    }

        .header .icons .icon {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

.tooltip {
    visibility: hidden;
    width: 100px;
    background-color: #ffffff;
    color: #AAAAAA;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-family: "Noto Sans Thai", sans-serif !important;
}

.icon:hover .tooltip,
.icon:focus .tooltip,
.icon:active .tooltip {
    visibility: visible;
    opacity: 1;
}

.thumbnail-detailArticle {
    width: 100%;
    margin-top: 26px;
}

    .thumbnail-detailArticle img {
        width: 100%;
        border-radius: 20px;
    }

.box {
    width: 100%;
    height: 100%;
    background: red;
}

.content-description {
    margin-top: 2rem;
}

.body-content {
    margin-bottom: 50px;
}

    .body-content h2 {
        font-size: 17px;
        font-weight: 500;
        color: #0057A8;
    }

    .body-content p,
    .body-content ul li,
    .body-content ol li {
        font-size: 14px;
        color: #3C3D3E;
    }


    .body-content ul,
    .body-content ol {
        padding-left: 25px;
    }

    .body-content img {
        width: 100% !important;
        height: auto !important;
    }

    .body-content .strong {
        font-weight: bold;
    }

    .body-content a {
        color: #0057A8
    }

.content-description h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0057A8;
}

.content-description h3 {
    font-size: 19px;
    font-weight: bold;
    color: #0057A8;
}

.content-description .btn-primary {
    color: #fff;
    background-color: #0058a7;
    border-color: #0058a7;
}

.product-relate .card-product {
    background-color: #ffffff;
    border-radius: 20px;
}

    .product-relate .card-product img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

.content-product-card {
    padding: 15px;
}

    .content-product-card .desc {
        height: 170px;
    }

    .content-product-card h2 {
        margin-bottom: 0;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .content-product-card p {
        font-size: 14px;
        color: #5A5755;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

        .content-product-card p.head-description {
            font-size: 16px;
            font-weight: 500;
            color: #3C3D3E;
            margin-bottom: 0;
            -webkit-line-clamp: 2;
        }

    .content-product-card a {
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        height: 48px;
        background-color: #0057A8;
        color: #ffffff;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border: 1px solid #0057A8;
        color: #0057A8;
    }

.product-relate .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.product-relate .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    display: inline-block;
    border-radius: 40px;
    background: #000;
    opacity: 0.2;
}

.product-relate .swiper-pagination-bullet-active {
    opacity: 1;
    background: #BED630;
}

.product-relate .swiper-wrapper {
    margin-bottom: 35px;
}

.article-relate {
    margin-top: 50px;
}

.article-relate-content {
    display: flex;
    width: 100%;
    gap: 15px;
    padding-block: 20px;
}

    .article-relate-content:not(.last) {
        border-bottom: 1px solid #E3E5E5;
    }

.img-article-relate {
    width: 48px;
    height: 48px;
    border-radius: 16px;
}

    .img-article-relate img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 16px;
    }

.article-relate-content p {
    font-size: 14px;
    font-weight: 500;
    color: #0057A8;
    margin-bottom: 0;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .breadcrumb, .header .icons {
        display: none;
    }

    .thumbnail-detailArticle {
        margin-top: 0;
    }

        .thumbnail-detailArticle img {
            border-radius: 0;
        }

    .header h1 {
        font-size: 18px;
        margin-top: 20px;
    }

    .content-description {
        margin-top: 14px;
    }
}
