blog-detail .cover_load_done {
    margin: 20vh auto;
    text-align: center
}
blog-detail .loader_circle {
    margin: 20vh auto;
    width: 40px;
    height: 40px;
    position: relative
}
blog-detail .loader_circle .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
blog-detail .loader_circle .circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both;
    animation: circleFadeDelay 1.2s infinite ease-in-out both
}
blog-detail .loader_circle .circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}
blog-detail .loader_circle .circle12:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
blog-detail .loader_circle .circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}
blog-detail .loader_circle .circle11:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}
blog-detail .loader_circle .circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
blog-detail .loader_circle .circle10:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}
blog-detail .loader_circle .circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}
blog-detail .loader_circle .circle9:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}
blog-detail .loader_circle .circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}
blog-detail .loader_circle .circle8:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}
blog-detail .loader_circle .circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
blog-detail .loader_circle .circle7:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}
blog-detail .loader_circle .circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}
blog-detail .loader_circle .circle6:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}
blog-detail .loader_circle .circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}
blog-detail .loader_circle .circle5:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}
blog-detail .loader_circle .circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
blog-detail .loader_circle .circle4:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}
blog-detail .loader_circle .circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}
blog-detail .loader_circle .circle3:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}
blog-detail .loader_circle .circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}
blog-detail .loader_circle .circle2:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
blog-detail .loader_circle .circle1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}
blog-detail .loader_circle .circle1:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}
@-webkit-keyframes circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
@keyframes circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
blog-detail ._blogDetail_wait {
    margin: 40px 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: auto;
    text-align: center;
    color: #4e4e4e
}
blog-detail ._blogDetail ._b_d_nav {
    float: left;
    height: auto;
    margin-bottom: 20px
}
blog-detail ._blogDetail ._b_d_nav .nav_item {
    font-size: 16px;
    color: #757575;
    display: inline-block;
    margin-right: 5px;
    transition: all .3s;
    cursor: pointer
}
blog-detail ._blogDetail ._b_d_nav .nav_item:hover {
    color: #000;
    text-decoration: none
}
blog-detail ._blogDetail ._b_d_nav .nav_item a {
    font-size: 16px;
    color: #757575
}
blog-detail ._blogDetail ._b_d_nav .nav_item a:hover {
    text-decoration: none;
    color: #000
}
blog-detail ._blogDetail ._b_d_nav .nav_item_devide {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 5px
}
blog-detail ._blogDetail ._b_d_header {
    width: 100%;
    height: 64px;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    color: #fdd511;
    top: 0;
    position: fixed;
    z-index: 100;
    transform: translate3d(0, -63px, 0);
    transition: all .3s
}
blog-detail ._blogDetail ._b_d_header._active {
    transform: translate3d(0, 63px, 0)
}
blog-detail ._blogDetail ._b_d_header._active .b_d_subheader {
    background-color: #212121
}
blog-detail ._blogDetail ._b_d_container {
    width: auto;
    max-width: 840px;
    max-width: auto;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px
}
blog-detail ._blogDetail ._b_d_cover {
    width: 100%;
    height: auto;
    text-align: center
}
blog-detail ._blogDetail ._b_d_cover img {
    max-width: 100%;
    margin: 0 auto
}
blog-detail ._blogDetail ._b_d_detail {
    min-height: 80vh;
    overflow: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
    clear: both
}
blog-detail ._blogDetail ._b_d_detail *:not(iframe) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 100%;
    height: auto
}
blog-detail ._blogDetail ._b_d_detail ._post_title {
    margin-top: 72px;
    color: #191919;
    font-size: 35px !important;
    overflow: hidden
}
blog-detail ._blogDetail ._b_d_detail ._post_info {
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    color: #999
}
blog-detail ._blogDetail ._b_d_detail ._post_info span {
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    color: #999
}
blog-detail ._blogDetail ._b_d_detail ._post_info span * {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    color: #999
}
blog-detail ._blogDetail ._b_d_detail ._post_info span.pad {
    padding: 0 10px
}
blog-detail ._blogDetail ._b_d_detail ._post_share {
    margin: 15px 0 20px;
    display: flex
}
blog-detail ._blogDetail ._b_d_detail ._post_share a {
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden
}
blog-detail ._blogDetail ._b_d_detail ._post_share a:hover {
    color: #808080;
    text-decoration: none
}
blog-detail ._blogDetail ._b_d_detail ._post_share a:hover img._stage_normal {
    display: none
}
blog-detail ._blogDetail ._b_d_detail ._post_share a:hover img._stage_hover {
    display: block
}
blog-detail ._blogDetail ._b_d_detail ._post_share a i, blog-detail ._blogDetail ._b_d_detail ._post_share a img {
    outline: none;
    width: 40px;
    height: 40px
}
blog-detail ._blogDetail ._b_d_detail ._post_share a img._stage_normal {
    display: block
}
blog-detail ._blogDetail ._b_d_detail ._post_share a img._stage_hover {
    position: relative;
    display: none
}
blog-detail ._blogDetail ._b_d_detail ._content {
    margin-top: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 16px;
    max-width: 100%;
    height: auto
}
blog-detail ._blogDetail ._b_d_detail ._content img, blog-detail ._blogDetail ._b_d_detail ._content iframe {
    max-width: 100%;
    height: auto
}
blog-detail ._blogDetail ._b_d_detail ._tags_container {
    margin-top: 40px;
    margin-bottom: 40px
}
blog-detail ._blogDetail ._b_d_detail ._tags {
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eee;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    color: #444;
    text-decoration: none
}
blog-detail ._blogDetail ._b_d_detail ._tags:hover {
    color: #fdd511;
    text-decoration: none
}
blog-detail .lefright_container .cover {
    max-width: 100%;
    height: auto
}
blog-detail .lefright_container .cover img {
    margin: 0 auto;
    max-width: 100%
}
blog-detail .lefright_container .detail {
    min-height: 80vh;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
    margin-top: 40px
}
blog-detail .lefright_container .detail *:not(iframe) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 100%;
    height: auto
}
blog-detail .lefright_container .detail ._post_title {
    color: #191919;
    font-size: 35px !important;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px
}
blog-detail .lefright_container .detail ._post_info {
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    color: #999
}
blog-detail .lefright_container .detail ._post_info span {
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    color: #999
}
blog-detail .lefright_container .detail ._post_info span.pad {
    padding: 0 10px
}
blog-detail .lefright_container .detail ._post_share {
    margin: 15px 0 20px;
    display: flex
}
blog-detail .lefright_container .detail ._post_share a {
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden
}
blog-detail .lefright_container .detail ._post_share a:hover {
    color: #808080;
    text-decoration: none
}
blog-detail .lefright_container .detail ._post_share a:hover img._stage_normal {
    display: none
}
blog-detail .lefright_container .detail ._post_share a:hover img._stage_hover {
    display: block
}
blog-detail .lefright_container .detail ._post_share a i, blog-detail .lefright_container .detail ._post_share a img {
    outline: none;
    width: 40px;
    height: 40px
}
blog-detail .lefright_container .detail ._post_share a img._stage_normal {
    display: block
}
blog-detail .lefright_container .detail ._post_share a img._stage_hover {
    position: relative;
    display: none
}
blog-detail .lefright_container .detail ._content {
    margin-top: 20px;
    color: #333
    height: auto;
    overflow: overlay;
}
blog-detail .lefright_container .detail ._content * {
    max-width: 100%
}
blog-detail .lefright_container .detail ._content *:not(iframe) {
    /*text-align: justify;*/
    /*color: #333;*/
    /*font-weight: 400;*/
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 16px
}
blog-detail .lefright_container .detail ._tags_container {
    margin-top: 40px
}
blog-detail .lefright_container .detail ._tags {
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eee;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    color: #444;
    text-decoration: none
}
blog-detail .lefright_container .detail ._tags:hover {
    color: #fdd511;
    text-decoration: none
}
blog-detail .lefright_container .right_col .image-recent {
    width: 100%;
    height: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px
}
blog-detail .lefright_container .right_col .box {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px
}
blog-detail .lefright_container .right_col .box .header_cat {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-family: 'Poppins';
    color: #303133
}
blog-detail .lefright_container .right_col .box .list {
    padding-left: 0
}
blog-detail .lefright_container .right_col .box .list .recent-item {
    margin-bottom: 10px
}
blog-detail .lefright_container .right_col .box .list li {
    list-style: none
}
blog-detail .lefright_container .right_col .box .list .item {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px
}
blog-detail .lefright_container .right_col .box .list .item .image {
    width: 50px;
    height: 50px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
blog-detail .lefright_container .right_col .box .list .item .info {
    float: left;
    padding-left: 10px
}
blog-detail .lefright_container .right_col .box .list .item .info .display-table {
    width: 100%;
    height: 50px
}
blog-detail .lefright_container .right_col .box .list .item .info .display-table .display-table-cell {
    width: 100%;
    height: 50px
}
blog-detail .lefright_container .right_col .box .list .item_xs {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px
}
blog-detail .lefright_container .right_col .box .list .item_xs .image {
    width: 100%;
    height: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
blog-detail .lefright_container .right_col .box .list .item_xs .info {
    float: left;
    padding-left: 10px
}
blog-detail .lefright_container .right_col .box .list .item_xs .info .display-table {
    width: 100%;
    height: 50px
}
blog-detail .lefright_container .right_col .box .list .item_xs .info .display-table .display-table-cell {
    width: 100%;
    height: 50px
}
blog-detail .lefright_container .right_col .box .list a {
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #303133;
    padding: 3px 0;
    outline: none;
    font-family: 'Kanit'
}
blog-detail .lefright_container .right_col .box .list a:hover {
    color: #000;
    text-decoration: none
}
blog-detail .head_stylist.type_1 .background-parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 70vh;
    width: 100%
}
blog-detail .head_stylist.type_1 .background-overlay {
    position: absolute;
    width: 100%;
    height: 70vh;
    margin-top: -70vh;
    background-color: rgba(0, 0, 0, 0.4)
}
blog-detail .head_stylist.type_1 .background-overlay .display-table {
    width: 100%
}
blog-detail .head_stylist.type_1 .background-overlay .display-table .display-table-cell {
    height: 70vh;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px
}
blog-detail .head_stylist.type_1 .background-overlay .display-table .display-table-cell h1 {
    text-transform: uppercase;
    color: #fff
}
blog-detail .head_stylist.type_1 .background-overlay .display-table .display-table-cell p {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase
}
@media (max-width:991px) {
    blog-detail .head_stylist.type_1 .background-overlay .display-table .display-table-cell {
        padding-right: 15px;
        padding-left: 15px
    }
}
blog-detail .head_stylist.type_2 .background-parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%
}
blog-detail .head_stylist.type_2 .background-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin-top: -100vh;
    background-color: rgba(0, 0, 0, 0.4)
}
blog-detail .head_stylist.type_2 .background-overlay .display-table {
    width: 100%
}
blog-detail .head_stylist.type_2 .background-overlay .display-table .display-table-cell {
    height: 100vh;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px
}
blog-detail .head_stylist.type_2 .background-overlay .display-table .display-table-cell h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 125px !important;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 120px !important;
    margin: 0
}
blog-detail .head_stylist.type_2 .background-overlay .display-table .display-table-cell p {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase
}
blog-detail .head_stylist.type_2 .background-overlay .display-table .display-table-cell .action-down {
    bottom: 15px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    outline: none
}
@media (max-width:991px) {
    blog-detail .head_stylist.type_2 .background-overlay .display-table .display-table-cell {
        padding-right: 15px;
        padding-left: 15px
    }
    blog-detail .head_stylist.type_2 .background-overlay .display-table .display-table-cell h1 {
        font-size: 70px !important;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 70px !important
    }
}
blog-detail .relate-container {
    background-color: #f7f7f7;
    padding: 40px
}
blog-detail .relate-container .head-small {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000
}
blog-detail .extend_9 {
    margin-bottom: 40px
}
blog-detail .extend_9 a {
    color: inherit;
    outline: none;
    margin-bottom: 20px;
    float: left;
    width: 100%
}
blog-detail .extend_9 .blog_container {
    float: left;
    width: 100%;
    height: auto
}
blog-detail .extend_9 .blog_container .background-image-container {
    height: auto;
    overflow: hidden;
    transition: all .3s
}
blog-detail .extend_9 .blog_container .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 180px;
    transition: all .3s
}
blog-detail .extend_9 .blog_container .background-image img {
    visibility: hidden;
    display: none
}
blog-detail .extend_9 .blog_container .background-overlay {
    padding: 100% 0 0;
    margin-top: -100%;
    transition: all .5s;
    position: absolute
}
blog-detail .extend_9 .blog_container .info {
    background-color: #fff;
    padding: 40px
}
blog-detail .extend_9 .blog_container .info .type {
    font-size: 12px;
    color: #000
}
blog-detail .extend_9 .blog_container .info h3 {
    font-size: 16px !important;
    color: #000;
    margin: 0
}
blog-detail .extend_9 .blog_container .info p {
    color: #777;
    font-size: 14px;
    line-height: 1.7
}
blog-detail .lefright_container .detail ._post_info span a {
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #999;
    position: relative !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}