.bx-newslist-title,
.bx-newslist-title a {
    line-height: 120%;
    color: #00294f;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-family: SeroPro,
        sans-serif;
}

.bx-newsdetail-title,
.bx-newsdetail-title a {
    font-size: 24px;
    line-height: 120%;
}

.bx-newslist-content {
    font: 16px / 18px SeroPro, sans-serif;
    color: #222;
}

.bx-newsdetail-content-wp.category-dsc {
    max-width: none !important;
    padding: 0 !important;
}

.breadcrumb {
    padding: 8px 15px !important;
    background-color: inherit;
}

.bx-newsdetail.category-content h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.bx-newsdetail.category-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;

    margin-top: 50px;
    margin-bottom: 30px;
}

.bx-newsdetail.category-content h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;

    margin-top: 50px;
    margin-bottom: 30px;
}

.bx-newsdetail.category-content h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;

    margin-top: 50px;
    margin-bottom: 30px;
}

.bx-newsdetail.category-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.bx-newsdetail.category-content h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 144px !important;
    }

    .bx-newsdetail.category-content h2 {
        font-size: 26px;
        line-height: 34px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .bx-newsdetail.category-content h3 {
        font-size: 23px;
        line-height: 29px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .bx-newsdetail.category-content h4 {
        font-size: 21px;
        line-height: 27px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .bx-newsdetail.category-content h5 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .bx-newsdetail.category-content h6 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.bx-newsdetail.category-content .warning {
    display: flex;
    gap: 20px;
    padding: 30px;
    border-radius: 20px;
    background: #8D8D8D0D;
}

.bx-newsdetail.category-content blockquote {
    padding: 0;
    margin: 0;
    padding-left: 52px;
    position: relative;
    display: block;
}

.bx-newsdetail.category-content blockquote::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(./images/blockquote.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.bx-newsdetail.category-content blockquote p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    display: block;
    color: #2C291F;
}

.bx-newsdetail.category-content blockquote cite {
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 22px;
    color: rgba(62, 62, 62, 0.6);
    margin-top: 16px;
}

.bx-newsdetail.category-content .warning::before {
    content: '!';
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    background-color: #00294f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-newsdetail.category-content ol {
    margin: 0 0 16px;
    padding: 0;
    counter-reset: counter;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ol {
        margin: 0 0 16px;
    }
}

.bx-newsdetail.category-content ol>li {
    list-style: none;
    margin-left: 0;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 36px;
    counter-increment: counter;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ol>li {
        font-size: 13px;
        line-height: 16px;
    }
}

.bx-newsdetail.category-content ol>li>ul {
    margin-bottom: 16px;
    margin-top: 16px !important;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ol>li {
        padding-left: 26px;
    }
}

.bx-newsdetail.category-content ol>li:after {
    content: counter(counter);
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 6px;
    background: #DDDADA;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ol>li:after {
        width: 16px;
        height: 16px;
        font-size: 12px;
        border-radius: 4px;
        line-height: 16px;
        left: 0;
        top: 0;
    }
}

.bx-newsdetail.category-content ol>li>ul,
.bx-newsdetail.category-content ol>li>ol {
    margin-top: 16px;
}

.bx-newsdetail.category-content ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ul {
        margin: 0 0 16px;
    }
}

.bx-newsdetail.category-content ul>li {
    list-style-type: none;
    margin-left: 0;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ul>li {
        font-size: 14px;
        line-height: 18px;
    }
}

.bx-newsdetail.category-content ul>li>ul {
    margin-bottom: 16px;
    margin-top: 8px !important;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ul>li {
        padding-left: 20px;
    }
}

.bx-newsdetail.category-content ul>li:after {
    content: "";
    background-size: contain;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 4px;
    background: #00294f;
    left: 8px;
    top: 12px;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content ul>li:after {
        left: 3px;
        top: 5px;
        width: 8px;
        height: 8px;
        border-radius: 2px;
    }
}

.bx-newsdetail.category-content ul>li>ul,
.bx-newsdetail.category-content ul>li>ol {
    margin-top: 16px;
}

.bx-newsdetail.category-content .category-dsc img {
    border-radius: 24px;
    overflow: hidden;
    max-width: 770px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-height: 500px;
    margin-bottom: 30px;
}

.bx-newsdetail.category-content p.img-sub {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #6C645C;
    margin-bottom: 30px;
}

.bx-newsdetail.category-content img:has(+p.img-sub) {
    margin-bottom: 16px;
}

.content-prev-box-flow:has(.bx-newsdetail) {
    margin: 0;
}

.bx-newsdetail {
    margin-top: 0 !important;
}

.container:has(.bx-newsdetail),
.container:has(.bx-newslist) {
    padding: 0;
}

.conversion-box-flow.inner-page .demo-box .demo-box-inner {
    height: fit-content !important;
}

.conversion-box-flow.inner-page .kit-box .kit-box-inner {
    height: fit-content !important;
}

.row:has(.content-prev-box-flow>.bx-newsdetail),
.row:has(.content-prev-box-flow>.bx-newslist) {
    max-width: 1448px;
}

.row:has(.content-prev-box-flow>.bx-newsdetail) {
    padding-left: 0;
}

.category-content .bx-newslist-title {
    margin-bottom: 24px;
}

.content-prev-box-flow:has(.bx-newslist) {
    margin: 0;
}

@media (max-width: 991px) {
    .bx-newsdetail.category-content p.img-sub {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .bx-newsdetail.category-content img {
        margin-bottom: 20px;
        border-radius: 16px;
    }
}

.bx-newslist-img a {
    width: 100%;
    display: block;
    height: 100%;
}

.bx-newslist-img img,
.bx-newslist-slider img {
    max-height: 205px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 205px;
}

.bx-newslist-slider {
    padding-bottom: 50.25%;
}

.row:has(.bx-newslist-more),
.row:has(.bx-newslist-more) .col-xs-5 {
    padding: 0;
}

.bx-newslist-more .btn {
    color: #fff;
    background: #00294f;
    font-size: 14px;
    padding: 8px 10px;
}

.wrapper:has(.bx-newslist) {
    padding-top: 120px !important;
}

.category-dsc table {
    border: 0;
    border-collapse: collapse;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.category-dsc table tr {
    border-bottom: 1px solid #f0f0f0;
}

.category-dsc table tr>td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 16px;
    min-width: 194px;
}

.category-dsc table tr>td:first-child {
    font-weight: 700;
}

.category-dsc table tbody tr:nth-child(2n) {
    background-color: #f0f0f0;
}

.category-dsc table th {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    background-color: #f0f0f0;
    min-width: 194px;
}

.category-dsc .table-responsive {
    margin-bottom: 40px;
}

.category-dsc .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    cursor: pointer;
}

.category-dsc .table-responsive::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1019607843);
    border-radius: 8px;
}

.category-dsc .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 8px;
}

.category-dsc .table-responsive table {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .bx-newslist-container.col-sm-6 {
        width: 100% !important;
    }

    .bx-newslist-img img,
    .bx-newslist-slider img {
        max-height: 400px;
        width: 100%;
        object-fit: cover;
        height: 400px;
    }

    .bx-newslist-slider {
        padding-bottom: 42.25%;
    }
}