.Blog-title {
    margin: 25px 0;
    color: #8ec31e;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
#blog {
    padding: 20px 0;
    background: #f5f5f5;
}
.blog-item {
    margin: 5px 0 5px;
    padding: 10px;
    background-color: #fff;
}
.blog-item-left {
    display: flex;
    align-items: center;
    padding-left: 0px;
}
.blog-item-right {
    display: flex;
    align-items: center;
    padding-right: 0px;
}
.blog-item-left > img, .blog-item-right > img {
    max-width: 250px;
    height: 100px;
    object-fit: cover;
    width: 100%;
}
.blog-item-left > img:hover, .blog-item-right > img:hover {
    cursor: pointer;
}
.time-text {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.time-text-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}
.time-text > p {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 0;
}
.time-text > p.time-detail {
    min-width: 110px;
}
.time-text label.category-list {
    margin: 0;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 60%;
}

.time-text label.category-detail {
    margin: 0;
    font-size: 12px;
    color: #fff;
    background-color: #85b200;
    padding: 0px 10px;
}

.time-text label.category-list > span {
    background-color: #85b200;
    padding: 5px 10px;
}
.time-label {
    margin: 0;
    font-size: 12px;
    color: #fff;
    padding: 0px 20px;
}
.blog-title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8ec31e;
    text-decoration: none;
}
.suggest-blog-title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    word-break: break-all;
}

.blog-title:hover {
    cursor: pointer;
    color: #8ec31e;
}
.blog-description {
    font-size: 12px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-form-button, .see-more {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.see-more {
    margin: 10px 0;
}
.see-more .btn:hover {
    color: #8ec31e;
}
.see-more-button {
    padding: 10px 60px;
    width: 195px;
    height: 40px;
    color: #8ec31e;
    font-weight: bold;
    /*transform: translate(0, calc(50% + 10px));*/
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8ec31e;
    transition: all 0.2s ease-in-out;
}
.search-button:hover {
    color: #8ec31e;
}
.DetailIntro-actions {
    display: flex;
    flex-direction: column;
}
.DetailIntro-actions > p {
    padding: 15px 0;
    max-width: 350px;
    width: 100%;
    color: #8ec31e;
    font-size: 16px;
    background-color: #f5f5f5;
    text-align: center;
}
.DetailIntro-actions > p {
    margin-bottom: 8px;
}
.banner-title {
    margin-bottom: 15px;
}
.banner-title h4 {
    color: #8ec31e;
}
.suggest-blog {
    margin-bottom: -80px;
}
.suggest-blog-list {
    justify-content: space-between;
    margin: 0;
    background-color: white;
}
.suggest-blog-item {
    width: 49%;
    text-decoration: none;
    color: #212529;
    padding: 0px;
}
.suggest-blog-item:hover {
    color: #212529;
}
.suggest-blog-row {
    align-items: center;
    margin: 0;
    padding: 9px;
    display: inline-flex;
    width: 100%;
}
.suggest-blogs-category {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 6px;
    font-size: 12px;
    background-color: #85b200;
    border-radius: 2px;
    word-break: break-all;
    width: fit-content;
}
.suggest-blogs-category .tax-icon {
    margin-right: 5px;
}
.same-category {
    border: 1px solid #9d9797;
}
.suggest-next {
    flex-direction: row-reverse;
}
.iconfont {
    font-size: 1.8em;
    color: #ddd;
    padding: 8px;
    width: 30px;
}
.blog-time-right {
    flex-direction: row-reverse;
}
.blog-time-right p {
    margin-left: 15px;
    margin-right: 0;
}
.blog-time-right .category-list {
    flex: inherit !important;
}
.not-same-category {
    background-color: #fff;
    height: auto;
    padding: 10px 0;
}
.suggest-blog-item-not-same-category {
    width: 100%;
    margin: 0;
    /*max-height: 70px;*/
}
.suggest-blog-item-not-same-category .suggest-blog-img, .suggest-blog-item-not-same-category .suggest-blog-row, .suggest-blog-item-not-same-category .suggest-blog-img img {
    height: 70px;
}
.suggest-blog-img {
    width: auto;
}
.suggest-blog-content {
    width: auto;
}
.suggest-prev, .suggest-next {
    padding: 0;
}
.suggest-jobs-title {
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
}
.blog-content-right p {
    display: inline-block;
}
.blog-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.title-prev {
    margin-bottom: 3px;
    padding-left: 30px;
    color: #939393;
    font-size: 13px;
}
.title-next {
    margin-bottom: 3px;
    text-align: right;
    padding-right: 30px;
    color: #939393;
    font-size: 13px;
}
.breadcrumb {
    margin-left: -10px;
    margin-bottom: 10px;
}
.breadcrumb-item, .breadcrumb-item a {
    color: #4f4f4f;
    text-decoration: none;
}
.breadcrumb-item-detail, .breadcrumb-item-detail a {
    color: #4f4f4f;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item-detail+.breadcrumb-item-detail::before {
    float: initial;
    padding: 0 5px;
    content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-container {
    margin-top: -5px;
}
.breadcrumb-container-detail{
    margin-left: -55px;
    margin-top: 15px;
    margin-bottom: 8px;
}
.category-container {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.list-categories {
    margin: 0 20px;
    flex-flow: row wrap;
}
.category-name {
    width: fit-content;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    margin: 0 20px 10px 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    border: none;
    min-width: 168px;
}
.category-name a {
    color: #000000;
    text-decoration: none;
}
.category-name:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 23px);
    height: 1px;
    background: #000000;
}
.category-title {
    font-weight: 700;
    font-size: 20px;
}
.Blog-sub_title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.Blog-sub_title::before, .Blog-sub_title::after {
    content: " － ";
    color: #ababab;
}
@media screen and (max-width: 900px) {
    .Blog-title {
        margin-top: 40px;
    }
}

@media screen and (max-width: 360px) {
    .Blog-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    #blog .feature-item {
        padding: 15px;
    }
    #blog .feature-content span {
        font-size: 14px;
    }
    #blog .feature-item .feature-icon {
        margin-right: 10px;
        width: 40px;
    }
    #blog .feature-item .feature-icon > i {
        font-size: 32px;
    }
    .suggest-blog-item {
        width: 100%;
    }
    .suggest-blog-item-not-same-category {
        max-height: 100px;
        min-height: 100px;
    }
    .suggest-blog-list {
        height: auto;
    }
    .suggest-blog-img {
        width: 30%;
    }
    .suggest-blog-content {
        width: 60%;
    }
    .title-prev {
        font-size: 12px;
    }
    .title-next {
        font-size: 12px;
    }
    .breadcrumb {
        margin-left: 0;
        font-size: 12px;
        margin-bottom: 5px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .breadcrumb-item {
        min-width: max-content;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 5px;
    }
    .list-categories {
        display: table;
        flex-flow: column wrap;
        margin: 0;
    }
    .category-title {
        border-bottom: 1px solid #ababab;
        margin-bottom: 5px;
        max-width: 100%;
    }
    .Blog-sub_title {
        font-size: 16px;
    }
    .category-name {
        display: block;
        margin-right: 0;
        min-width: 170px;
    }
    .category-name:before {
        background: #ababab;
        width: calc(100% - 13px);
    }
    .category-name a {
        padding-left: 10px;
        display: block;
        margin: 0 0 10px 0;
        padding-top: 5px;
    }
    .breadcrumb-container {
        margin-top: -10px;
    }
    .breadcrumb-container-detail {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 4px;
    }
}

@media screen and (min-width: 1200px) {
    .DetailIntro-actions {
        display: flex;
        flex-direction: column;
        max-width: 880px;
        margin: auto;
    }
    .DetailSection-area {
        max-width: 900px;
        margin: auto;
    }
}

@media screen and (max-width: 390px) {
    .Blog-title {
        font-size: 32px;
    }
    .banner-title h4 {
        font-size: 18px;
    }
    .suggest-blog-content {
        width: 55%;
    }
}

.blog-img {
    width: 100%;
}

.Blog-to_top {
    max-width: 370px;
    height: 49px;
    border-radius: 6px;
    position: relative;
    display: block;
    background-color: #CC4B1B;
    text-decoration: none;
    color: #ffffff;
    margin: 20px 0;
}

@media screen and (max-width: 900px) {
    .Blog-to_top {
        margin: 20px auto;
    }
}

.Blog-to_top:hover {
    color: #ffffff;
}

.Blog-to_top_top {
    width: 100%;
    height: 50%;
    background-color: #ffffff;
    opacity: 0.15;
}

.Blog-to_top_bottom {
    width: 100%;
    height: 50%;
}

.Blog-to_top p {
    position: absolute;
    top: 12px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.Blog-to_top_triangle {
    margin-left: 28px;
}

.Blog-sticky {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 120px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.hidden {
    display: none;
}

.Blog-sticky-title {
    font-size: 14px;
    font-weight: 600;
    color: #668524;
    text-align: center;
}

.Blog-sticky-to_top {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.Blog-sticky-to_top:hover {
    color: #ffffff;
}

.Blog-sticky-header {
    position: absolute;
    left: -30px;
}

.Blog-sticky-content {
    border-radius: 100px;
    width: 76px;
    height: 76px;
    background-color: #F39900;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.Blog-sticky-content-top {
    font-size: 16px;
    margin-bottom: -35px;
}

.Blog-sticky-content-bottom {
    font-size: 11px;
    margin-bottom: 0;
}

.Blog-sticky_triangle {
    position: absolute;
}

.Blog-sticky_triangle.tr-1 {
    left: 0;
    top: -4px;
    transform: rotate(0.8turn);
}

.Blog-sticky_triangle.tr-2 {
    left: 8px;
    top: -13px;
    transform: rotate(0.9turn);
}

.Blog-sticky_triangle.tr-3 {
    top: -16px;
    left: 19px;
}

.Blog-sticky-to_top {
    display: flex;
    max-width: 348px;
    min-width: 310px;
    height: 49px;
    background-color: #8EC31E;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}

.Blog-sticky-content-para {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.Blog-sticky-to_top_triangle {
    position: absolute;
    right: 30px;
    top: 17px;
}

.footer-blog {
    margin-bottom: 120px;
}
