.blog-area h1 {
    font-size: 32px;
    position: relative;
    padding: 20px 0;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .blog-area h1 {
        font-size: 24px;
        line-height: 33.6px;
        padding: 0 5px 15px;
    }
}
.blog-area h1::before,
.blog-area h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-area h1::before {
    width: 293px;
    height: 4px;
    background-color: #cfcfcf;
}
.blog-area h1::after {
    width: 143px;
    height: 4px;
    background-color: var(--orange-600);
    border-radius: 2px;
}

.blog-area h1::after {
    width: 143px;
    height: 4px;
    background-color: var(--orange-600);
}

.st-Contents {
    background: #f6f9fb !important;
}

.blog-area {
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}
.blog-main {
    display: flex;
    gap: 40px;
    color: var(--black);
    background-color: #f6f9fb;
    margin-bottom: 60px;
}

.blog-main-content {
    flex: 1;
}

.blog-main-side {
    flex-basis: 352px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--black);
}
.blog-main-side .side-section-area {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.blog-main-side .side-section-area .side-section-title {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 20px;
    color: var(--black);
}
.blog-main-side .side-section-area .list-categories,
.blog-main-area .list-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.blog-main-side .side-section-area .list-categories .item-category,
.blog-main-area .item-category {
    cursor: pointer;
    padding: 6px 9px;
    background-color: var(--indigo-100);
    border: 1px solid #c9d7fa;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.2px;
}
@media only screen and (min-width: 769px) {
    .blog-main-side .side-section-area .list-categories .item-category:hover,
    .blog-main-area .item-category:hover {
        background-color: var(--indigo-500);
        border-color: var(--indigo-500);
        color: var(--white) !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .blog-detail .blog-action-btns {
        flex-direction: column;
    }

    .blog-detail .blog-user {
        flex-direction: column;
    }

    .blog-main-side  {
        flex-basis: 269px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-area {
        gap: 0 !important;
        padding: 0 16px;
    }

    .blog-area > *:not(:first-child) {
        margin-top: 24px;
    }

    .blog-main {
        gap: 0 !important;
    }

    .blog-main > *:not(:first-child) {
        margin-top: 24px;
    }

    .blog-main-area {
        gap: 0 !important;
    }

    .blog-main-area > *:not(:first-child) {
        margin-top: 24px;
    }

    .blog-main-side .side-section-area {
        gap: 0 !important;
    }

    .blog-main-side .side-section-area > *:not(:first-child) {
        margin-top: 24px;
    }

    .blog-main-side .side-section-area .list-categories,
    .blog-main-area .list-categories {
        gap: 0 !important;
    }

    .blog-main-side .side-section-area .list-categories > *:not(:first-child),
    .blog-main-area .list-categories > *:not(:first-child) {
        margin-left: 8px;
    }

    .blog-action-content {
        gap: 0 !important;
    }

    .blog-action-content > *:not(:first-child) {
        margin-top: 24px;
    }

    .blog-action-content .blog-action-btns {
        gap: 0 !important;
    }

    .blog-action-content .blog-action-btns > *:not(:first-child) {
        margin-top: 16px;
    }

    .blog-action-content .blog-action-btns .blog-action-btn {
        gap: 0 !important;
    }

    .blog-action-content
        .blog-action-btns
        .blog-action-btn
        > *:not(:first-child) {
        margin-top: 26px;
    }

    .blog-detail .blog-detail-header {
        gap: 0 !important;
    }

    .blog-detail .blog-detail-header > *:not(:first-child) {
        margin-top: 12px;
    }

    .blog-detail .blog-user {
        gap: 0 !important;
    }

    .blog-detail .blog-user > *:not(:first-child) {
        margin-top: 18px;
    }

    .blog-main-side .side-section-area .list-categories > *,
    .blog-main-area .list-categories > * {
        margin-left: 8px;
        margin-top: 8px;
    }
}

.tp-Footer {
    margin: 0 !important;
}

.tp-Footer_box {
    background: #ffffff;
    height: fit-content;
}

.tp-Footer_Inner {
    max-width: 1132px;
    width: unset;
    height: 100%;
    align-items: center;
}

.blog-action {
    background: #e9e9f6;
}

.blog-action-content {
    max-width: 1132px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.blog-action-content .highlight-text {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--indigo-700);
    text-shadow:
        /* first layer at 1px */ -2px -2px 0px #fff,
        0px -2px 0px #fff, 2px -2px 0px #fff, -2px 0px 0px #fff,
        2px 0px 0px #fff, -2px 2px 0px #fff, 0px 2px 0px #fff, 2px 2px 0px #fff,
        /* second layer at 2px */ -3px 5px 0px #3370af, -1px 5px 0px #3370af,
        0px 5px 0px #3370af, 1px 5px 0px #3370af, 3px 5px 0px #3370af,
        3px 5px 0px #3370af, 3px 0px 0px #3370af, 3px 1px 0px #3370af,
        3px 3px 0px #3370af, 1px 3px 0px #3370af, 0px 3px 0px #3370af,
        -1px 3px 0px #3370af, -3px 3px 0px #3370af, -3px 1px 0px #3370af,
        -3px 0px 0px #3370af, -3px -1px 0px #3370af;
}

.blog-action-content .blog-action-btns {
    display: flex;
    gap: 26px;
}

.blog-action-content .blog-action-btns .blog-action-btn {
    border-radius: 8px;
    gap: 26px;
    flex: 1;
    background: #ffffff;
    padding: 8px 27px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog-action-content .blog-action-btns .blog-action-btn a {
    min-width: unset;
    max-width: 351px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .blog-detail .blog-action-content .blog-action-btns .blog-action-btn {
        padding: 24px 16px 24px;
    }

    .blog-action-content .blog-action-btns .blog-action-btn a {
        max-width: 255px;
        height: 40px;
        min-height: unset;
        min-width: unset;
        width: 100%;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }
}

.blog-detail .blog-action-btns {
    width: 100%;
    gap: 24px;
}

.blog-detail .blog-action-btns .blog-action-btn {
    padding: 24px;
    gap: 0;
}

.blog-detail .blog-action-btns .blog-action-btn a {
    margin-top: 0;
    margin-bottom: 26px;
}

.st-Btns_Btn.blue {
    border-radius: 40px;
}

.blog-action-content .blog-action-btns .blog-action-btn p {
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.blog-detail .blog-action-content .blog-action-btns .blog-action-btn p {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .blog-detail .blog-action-btns .blog-action-btn a {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .blog-detail .blog-action-content .blog-action-btns .blog-action-btn p {
        color: var(--black);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

.blog-breadcrumb {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    margin-top: 8px;
    color: #00000073;
    gap: 8px;
}
.blog-breadcrumb a:not(:last-child) p {
    color: #003ace !important;
}

.blog-breadcrumb p:last-child {
    color: #333333;
}

.blog-breadcrumb-detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.blog-breadcrumb-detail a:not(:last-child) span {
    color: #003ace !important;
}
.blog-breadcrumb-detail span:last-child {
    color: #333333;
}

.blog-main-area {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
}
.blog-list-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.blog-item {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 769px) {
    .blog-item:hover,
    .blog-side:hover {
        box-shadow: rgba(0, 50, 199, 0.16) 0px 2px 4px 0px,
            rgba(0, 44, 136, 0.16) 0px 2px 16px 0px;
    }
}

.blog-item a {
    flex: 1;
}

.blog-item a .blog-item-date,
.blog-item .blog-item-content .blog-item-date {
    margin-top: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.blog-item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.blog-item-content {
    height: 180px;
    padding: 20px 20px 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    background-color: #ffffff;
    color: var(--black);
}
.blog-item-content .blog-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 54px;
}
.blog-item-content .blog-item-desc {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: pre-line;
    max-width: 100%;
    word-wrap: break-word;
    height: 55px;
}
.tp-Footer_box {
    padding-top: 60px;
}

.tp-Footer_box .lead {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}


@media only screen and (max-width: 768px) {
    .st-Contents {
        padding-top: 0px;
    }
    .blog-main-area {
        gap: 24px;
    }
    .blog-area {
        margin: 16px auto;
    }
    .blog-area {
        gap: 24px;
        padding: 0 16px;
    }
    .blog-action-content {
        gap: 24px;
        padding: 40px 16px 24px;
    }
    .blog-action-content .blog-action-btns .blog-action-btn {
        padding: 24px 0;
    }
    .blog-main {
        flex-direction: column;
        margin-bottom: 32px;
        gap: 24px;
    }
    .blog-list-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
    .blog-detail .blog-action {
        padding: 16px 8px !important;
    }

    .blog-action-content .blog-action-btns {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .blog-action-content .highlight-text {
        font-size: 20px;
        line-height: 28px;
    }
    .blog-main-side {
        flex: unset;
        gap: 0 !important;
    }

    .blog-main-side > *:not(:first-child) {
        margin-top: 32px;
    }

    .blog-main-side .side-section-area {
        gap: 24px;
    }
    .tp-Footer_Txt {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 0 !important;
    }

    .tp-Footer_Txt > *:not(:first-child) {
        margin-top: 30px;
    }

    .tp-Footer_Inner {
        gap: 0 !important;
    }

    .tp-Footer_Inner > *:not(:first-child) {
        margin-top: 30px;
    }

    .st-Btns_Btn {
        margin-top: 0;
    }
    .tp-Footer_Txt > .lead {
        max-width: 94%;
    }
    .blog-action-content .blog-action-btns .blog-action-btn p {
        font-size: 16px;
    }
    .tp-Footer_box {
        padding-top: 0;
    }
}

.blog-detail .blog-detail-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-date {
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    padding-left: 16px;
    border-left: 2px solid #4a5796;
}

.blog-detail-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    white-space: pre-line;
    max-width: 100%;
    word-wrap: break-word;
}

.blog-detail-table-content {
    border: 1px solid #4a5796;
    border-radius: 8px;
    padding: 20px;
    background: #e9e9f6;
    box-shadow: 0px 2px 8px 0px #0040e229;
}

.blog-detail-table-content .title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}

.blog-detail-table-content ol {
    /*list-style-type: none;*/
    /*counter-reset: cupcake;*/
    padding-left: 20px;
}
.blog-detail-table-content ul li {
    padding-left: 20px;
}
.blog-detail-table-content ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333 !important;
    cursor: pointer;
}

.blog-detail-table-content ul li a:hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #615ea8 !important;
    cursor: pointer;
}

.blog-detail-table-content ul li:before {
    /*content: counters(cupcake, ".") ". ";*/
    /*counter-increment: cupcake;*/
}

.blog-detail .blog-user {
    display: flex;
    gap: 18px;
}

@media only screen and (max-width: 768px) {
    .blog-detail .blog-user {
        flex-direction: column;
    }
}
.blog-user-infor {
    background: #ffffff;
    padding: 16px;
    border-radius: 8px;
}
.blog-detail .blog-user .blog-user-container {
    flex: 1;
}

.blog-detail .blog-user .blog-user-img {
    width: 104px;
    height: 104px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #d2d9fa;
}

.blog-detail .blog-user .blog-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail .blog-user .blog-user-container .blog-user-info .blog-user-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #333333;
}

.blog-detail
    .blog-user
    .blog-user-container
    .blog-user-info
    .blog-company-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}

.blog-detail .blog-user .blog-user-container .blog-user-link:after {
    content: url("/img/blog/icon-link.svg");
    margin-right: 5px;
}

.blog-detail .blog-user .divider {
    border: 1px dashed #b3b3b3;
    margin: 12px 0;
}

.st-Btns_Btn {
    position: relative;
}

.st-Btns_Btn img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 11px;
}

.blog-detail .blog-action {
    padding: 16px;
    background: #ffa801;
    border-radius: 8px;
}

.blog-detail .blog-action .blog-action-content {
    padding: 0;
}

.blog-action .blog-action-content .img-logo {
    height: 86.96px;
    width: 343px;
}

@media only screen and (max-width: 768px) {
    .blog-action .blog-action-content .img-logo {
        width: 285.56px;
        height: 72.39px;
    }
}
/* Initialize counter */
/*.ck-content {*/
/*    counter-reset: h2-counter;*/
/*}*/

.ck-content ol,
.ck-content ul {
    padding-left: 3rem !important;
}
.ck-content h2 {
    position: relative;
}

.ck-content h2::after {
    content: "" !important;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #565863;
}

@media only screen and (max-width: 768px) {
    .ck-content h2::after {
        content: "" !important;
        position: absolute;
        bottom: 16px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #565863;
    }
}

.ck-content h3 {
    position: relative;
}

.ck-content h3::after {
    content: "" !important;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #bfc8d1;
}

@media only screen and (max-width: 768px) {
    .ck-content h3::after {
        content: "" !important;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #bfc8d1;
    }
}

.st-Header {
    position: relative;
    z-index: 100;
    display: block;
}

.st-Header_Inner {
    position: fixed;
    margin: 0 auto;
    height: var(--desktop-header-height);
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0px 0px 16px 0px #00000040;
}

.st-Header_Inner-cnt {
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto;
    height: var(--desktop-header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.st-Header_TelNum {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.st-Header_TelNum div {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.461rem;
}

@media only screen and (max-width: 768px) {
    .st-Header_TelNum div {
        gap: 0 !important;
    }

    .st-Header_TelNum div > *:not(:first-child) {
        margin-left: 0.461rem;
    }
}

.st-Header_TelNum-number {
    font-size: 24px;
    font-weight: 700;
    color: #4a5796 !important;
}

.hd_Mobile_Area .hd_mobile_tel div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.09px solid var(--indigo-700);
    border-radius: 50px;
    width: 193px;
    height: 40px;
}

@media only screen and (max-width: 991px) {
    .st-Header {
        min-height: 0;
    }
    .st-Header_Inner {
        height: var(--mobile-header-height);
    }

    .st-Header_Inner-cnt {
        padding-left: 16px;
        height: var(--mobile-header-height);
    }
    .st-Menu {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        height: calc(100vh - 70px);
        width: 100%;
        background-color: #ffffff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 999;
    }

    .st-Menu-expanded {
        display: block;
        -webkit-animation: showNavigation 0.2s linear 0s;
        animation: showNavigation 0.2s linear 0s;
        overflow-y: scroll;
    }

    .st-Header_Assist {
        margin-top: 57px;
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .st-Header_Btns {
        gap: 0 !important;
    }

    .st-Header_Assist > *:not(:first-child) {
        margin-bottom: 1.5rem;
    }

    .st-Header_Btns > *:not(:first-child) {
        margin-bottom: 1.5rem;
    }

    .st-Header_Btns {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
    .st-Header_Btns > p {
        margin: 0;
        width: 194px;
    }

    .st-Header_TelNum {
        margin-right: 0;
    }

    .st-Header_TelNum-number {
        font-size: 20px;
    }
}

.custom-search {
    display: flex;
    height: 40px;
}
.custom-search input {
    border: 1px solid #bfc8d1;
    border-radius: 8px 0 0 8px;
    padding: 0 16px;
    outline: none;
    width: 100%;
    border-right: none;
}
.custom-search button {
    background-color: #4a5796;
    border: 1px solid #4a5796;
    border-radius: 0 8px 8px 0;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
