.blog_page_content_page {
    position: relative;
    background: #fbf5f3 url(images/monk-hut.png) no-repeat right bottom;
    overflow: hidden;
}

.blog_page_content_page > .container {box-shadow: 0 0 0 100px #fff;background: #fff;}
.article_page_content_blog .blog_article_content * {font-size: 14px !important;font-family: 'Noto Sans TC', sans-serif !important;}

.blog_breadcrumb, .blog_breadcrumb li {
    color: #555;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.blog_breadcrumb .fas {
    font-size: 17px;
}

.blog_hashes a {
    color: #327385;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    margin-right: 14px;
    display: inline-block;
}

.blog_breadcrumb .breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}

.blog_breadcrumb {
    /* padding-bottom: 12px; */
    padding-top: 30px;
    overflow: auto;
    margin-bottom: 12px;
    /* border-bottom: 1px solid rgb(112 112 112 / .6); */
}

.blog_hashes {
    padding-bottom: 34px;
}

.blog_sub_head {
    color: #000;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 30px;
}

.blog_heading {
    color: #454545;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 35px;
    margin-bottom: 0;
}
.article_page_content_blog .blog_heading{
    margin-top: 20px;
}

.blog_stories_list ul {
    margin: 0 -10px;
    overflow: auto;
}

.blog_stories_list div div li {
    width: calc(33.33% - 20px);
    float: left;
    border: 1px solid #f1f1f1;
    margin: 0 10px 35px;
}

.blog_stories_list img {
    width: 100%;
    transition: all .25s linear;
}

.blog_stories_list {
    margin-bottom: 100px;
}

.blog_store_list_heading {
    color: #454545;
    /* font-family: "Myriad Pro"; */
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
    /* margin-bottom: 5px; */
    
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_list_dated {
    color: #6f6559;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 15px;
    position: relative;
}

.blog_list_dated:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 2px;
    background-color: #e7b375;
    display: block;
    bottom: -5px;
}

.blog_exerpt {
    color: #6f6559;
    font-size: 13px;
    padding: 0 10px;
    line-height: 18px;
}
.blog_exerpt{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_article_more a {
    color: #327385;
    font-size: 14px;
}

.blog_article_more {
    padding: 10px;
}

.blog_stories_head {
    color: #454545;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
}

.blog_stories_list li:hover img {
    transform: scale(1.1);
}

.blog_fig_image {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .blog_heading {
        font-size: 25px;
        margin-top: 20px;
    }

    .blog_sub_head {
        margin-bottom: 15px;
    }

    .blog_stories_head {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .blog_stories_list li {
        width: calc(50% - 20px);
    }

    .blog_stories_list:not(.blog_list_all) li:nth-child(2) ~ li {
        display: none;
    }
}

.blog_link {
    float: right;
    margin-bottom: 16px;
}

.blog_link a {
    color: #e6b379;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 20px;
    font-weight: bold;
}

.blog_link li {
    float: left;
    display: inline-block;
    padding: 0;
}

.blog_link li ~ li {
    margin-left: 36px;
}

span.blog_tag_hash_title {
    color: #3b3b3b;
    font-family: "NotoSansTC", sans-serif;
    font-size: 18px;
    margin-right: 36px;
    float: left;
}

.blog_hashes_list {
    overflow: auto;
}

.blog_sear_hash .blog_hashes_list {
    margin-right: 280px;
}

.bdr-1 {
    border-bottom: 1px solid rgb(112 112 112 / .6);
    margin-bottom: 30px;
}

.blog_hash_search {
    float: right;
    max-width: 250px;
    position: relative;
}

.blog_hash_search:after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    /* height: 100%; */
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
    border: none;
    font-size: 17px;
    color: #cecece;
    padding: 0;
    position: absolute;
    top: 19px;
    right: 10px;
    line-height: 1px;
}

.blog_search_input {
    width: 224px;
    width: 224px;
    height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f9f9f9;
    border-width: 1px;
    border-style: solid;
    color: #a0a0a0;
    /* font-family: "NotoSansTC", sans-serif; */
    font-size: 18px;
    padding: 0 12px;
    padding-right: 35px;
    outline: none !important;
}

.blog_search_input::placeholder {
    font-style: italic;
}

.blog_sear_hash {
    padding-bottom: 50px;
}


.article_page_content_blog{
    max-width: 768px;
}
.blog_stories_head_listed ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog_stories_head_listed li {
    width: calc(50% - 20px);
}
.blog_stories_head_listed li:nth-child(2n) ~ li{
    display: none;
}

.blog_stories_list .pagination{
    text-align: center;
    display: block;
    margin: 0;
    clear: both;
}
.blog_stories_list .pagination>li{
    display: inline-block;
    float: none;
}
@media (max-width: 991px) {

    .blog_page_content_page > .container {box-shadow: none;}
    .blog_link a {
        font-size: 18px;
        font-weight: 400;
    }

    .blog_link {
        float: none;
        clear: both;
        margin: 15px 0;
        overflow: auto;
    }

    .blog_breadcrumb .breadcrumb {
        float: none;
    }

    .blog_hash_search {
        float: none;
        max-width: initial;
        margin-bottom: 15px;
    }

    .blog_search_input {
        width: 100%;
    }

    span.blog_tag_hash_title {
        float: none;
    }

    .blog_sear_hash .blog_hashes_list {
        margin-right: 0;
    }

    .blog_sear_hash {
        padding-bottom: 30px;
    }

    .blog_page_content_page .blog_hashes a{
        font-size: 12px !important;
    }
    .blog_stories_head_listed ul {
        justify-content: center;
    }
    .blog_stories_head_listed li:nth-child(2n) ~ li{
        display: none;
    }
    .blog_hashes {
        padding-bottom: 20px;
    }
    .blog_store_list_heading{
        font-size: 14px;
    }
  /*  .blog_stories_list .list-view [data-key]:nth-child(2n + 1) {
        clear: left;
    }*/

    .breadcrumb-item a {
        font-size: 14px !important;
        line-height: 17px;
    }

    .breadcrumb {
        padding: 10px 0 0 !important;
        margin: 0;
    }

    .page-product {
        margin-top: 15px;
    }
    h1:empty {
        display: none;
    }
}

@media (max-width: 767px) {
    .blog_link a {
        font-size: 16px;
    }

    .blog_link li {
        margin-left: 0 !important;
        margin-right: 15px;
    }
}
@media (max-width: 575px){
    .blog_stories_list li {
        width: calc(100% - 20px);
    }
    .blog_stories_head_listed li {
        width: calc(100% - 20px);
    }
}
/*
@media (min-width: 992px){
    .blog_stories_list .list-view [data-key]:nth-child(3n + 1) {
      !*  clear: left;*!
    }
}*/
