.footwechat,
.footqqmusicm {
    width: 22px;
    cursor: pointer;
}

.imgfloat_rightWe {
    vertical-align: middle;
    position: fixed;
    right: -31.2vh;
    /*
    width: 30vh;
    height: 30vh;
	top: 35%; */
    background-image: url(../img/Website_WeChat_QR_Code_web-usage.png);
    width: 31.2vh;
    height: 35vh;
    top: 31.5%;
    background-size: contain;
    transition: all .4s;
    z-index: 9999;
}
.imgfloat_rightWe.slide {
    right: 0;
}

.imgfloat_rightqq {
    vertical-align: middle;
    position: fixed;
    right: -31.2vh;
    /*
    width: 30vh;
    height: 30vh;
	top: 35%; */
    background-image: url(../img/QQ_MUSIC_QRCODE_web-usage.png);
    width: 31.2vh;
    height: 35vh;
    top: 31.5%;
    background-size: contain;
    transition: all .4s;
    z-index: 9999;
}
.imgfloat_rightqq.slide {
    right: 0;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {
	.imgfloat_rightWe {
	    width: 30vh;
	    height: 15vh;
	    top: 50%;
	    background-image: url(../img/WeChat_QR_Code_Ipad-usage.png);
	}

	.imgfloat_rightqq {
	    width: 30vh;
	    height: 15vh;
	    top: 50%;
	    background-image: url(../img/QQ_MUSIC_QRCODE_Ipad-usage.png);
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
	.imgfloat_rightWe {
	    width: 27.5vh;
	    height: 15vh;
	    top: 50%;
	    background-image: url(../img/WeChat_QR_Code_iphone-usage.png);
	}

	.imgfloat_rightqq {
	    width: 27.5vh;
	    height: 15vh;
	    top: 50%;
	    background-image: url(../img/QQ_MUSIC_QRCODE_iphone-usage.png);
	}
}

.hidden {
    display: none;
}

.job_list {
    margin: 20px 0;
}

.job_list .job {
    margin: 5px 0;
}

.job_list .job a {
    color: #000;
    text-decoration: none;
}

.job_list .job a:hover {
    text-decoration: underline;
}

.headline {
    position: relative !important;
    background: #000;
    max-width: 1720px;
    margin: 30px auto;
}

.headline .title {
    color: #fff;
    font-size: 48px;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.headline .title {
    width: calc(100% - 60px);
}

body[data-lang="en"] .headline .title {
    font-weight: 600;
}

.headline .logo {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.headline .logo img {
    width: 30px;
}

#blog_content {

}

#blog_content .article_wrapper {
    width: 67%;
    margin: 0 auto;
}

#blog_content .topic {
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0;
    padding-bottom: 20px;
    line-height: 60px;
    border-bottom: 1px solid #cecece;

    /* font-weight: 600; */
    /* font-size: 68px; */
    text-align: center;
}

#blog_content .article_info {
    margin-top: 15px;
}

#blog_content .article_info .author,
#blog_content .article_info .date {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    font-weight: 600;
}

#blog_content .article_info .date {
    text-align: right;
}



#blog_content .swiper-container {
    margin-bottom: 30px !important;
    position: relative;
}

#blog_content .top {
    margin-top: 30px;
}

#blog_content .bottom .swiper-container {
    width: 70%;
    margin: 0 auto;
}

#blog_content .bottom .swiper-container .swiper-slide img {
    width: 100%;
    vertical-align: top;
}


#blog_content .left_wrapper {
    /* display: inline-block; */
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#blog_content .left_wrapper .article iframe {
    width: 100%;
    min-height: 500px;
}

#blog_content .left_wrapper .swiper-slide {
    overflow: hidden;
}
#blog_content .left_wrapper .swiper-slide.swiper-slide-featured {
    padding-bottom: 42px;
}

#blog_content .left_wrapper .swiper-slide img {
    width: 100%;
    vertical-align: top;
}

#blog_content .left_wrapper .swiper-slide .caption {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    color: #9b9b9b;
    font-style: italic;
    text-align: left;
    padding: 15px 30px;
}
@media screen and (min-width: 768px) {
    #blog_content .left_wrapper .swiper-slide .caption {
        padding: 15px 0;
    }
}
#blog_content .left_wrapper .swiper-slide.swiper-slide-featured .caption {
    bottom: 0;
}

#blog_content .right_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-left: 5%;
    padding-left: 3%;

}

#blog_content .bottom .right_wrapper {
    border-left: 1px solid #000;
    min-height: 160px;
}

#blog_content .tag_group {
    margin: 20px 0;
    width: 70%;
}

#blog_content .tag_group .tag {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #888;
    padding: 5px;
    border-radius: 5px;
}

#blog_content .tag_group .tag a {
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
}

#blog_content .tag_group .tag:hover {
    opacity: .7;
}


#blog_content .you_may_also_like_group {
    margin: 30px 0;
    /* width: 70%; */
}

#blog_content .you_may_also_like_group .featured_blog {
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
}

#blog_content .you_may_also_like_group .featured_blog.count2 {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#blog_content .you_may_also_like_group .featured_blog a {
    text-decoration: none;
}

#blog_content .you_may_also_like_group .featured_blog .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* min-height: 250px; */
    height: auto;
}

#blog_content .you_may_also_like_group .featured_blog .thumbnail img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;

    position: relative;
}
/*
#blog_content .you_may_also_like_group .featured_blog .thumbnail .image img {
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

#blog_content .you_may_also_like_group .featured_blog .caption {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: fit-content;
    background: #FFF;
    color: #000;
    border: 3px solid #000;
    left: 10px;
    bottom: 40px;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 600;

    position: relative;
}


#blog_content .vibes_channel_group {
    margin: 50px 0;
    /* width: 70%; */
}

#blog_content .vibes_channel_group .featured_blog {
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
}

#blog_content .vibes_channel_group .featured_blog.count2 {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#blog_content .vibes_channel_group .featured_blog a {
    text-decoration: none;
}

#blog_content .vibes_channel_group .featured_blog .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* min-height: 250px; */
    height: auto;
}

#blog_content .vibes_channel_group .featured_blog .thumbnail img {
    vertical-align: top;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    max-width: 100%;
    max-height: 100%;


    position: relative;
}
/* #blog_content .vibes_channel_group .featured_blog .thumbnail .image img {
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

#blog_content .vibes_channel_group .featured_blog .caption {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 90%;
    background: #FFF;
    color: #000;
    border: 3px solid #000;
    left: 10px;
    bottom: 40px;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 600;
    position: relative;
}

#blog_content .subscription_box {
    /* width: 55%; */
}

#blog_content .subscription_container {
    background: #000;
    padding: 20px;
}

#blog_content .subscription_container .desc {
    color: #fff;
    font-weight: 600;
}

#blog_content .subscription_container #inlinesubFrm .field_wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
    width: 77%
}

#blog_content .subscription_container #inlinesubFrm .field_wrapper input[type=text] {
    background: #FFF;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    color: #000;
}

#blog_content .subscription_container #inlinesubFrm .action_bar {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
    width: 21%;
    margin-left: 2%;
}

#blog_content .subscription_container #inlinesubFrm .action_bar a {
    background: #FFF;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
}

#blog_content .subscription_container #inlinesubFrm .action_bar a:hover {
    background: #666;
    color: #FFF;
}




#blog_content .subscription_container .agreement {
    color: #FFF;
    font-style: italic;
    font-weight: 200;
    font-size: 14px;
}

#blog_content .subscription_container .agreement a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}


#blog_content .right_wrapper .article_info {

}

#blog_content .right_wrapper .article_info .editor_name {
    margin-bottom: 50px;
}

#blog_content .right_wrapper .article_info .editor_name:last-child {
    margin-bottom: 0;
}

#blog_content .right_wrapper .article_info b i {
    font-size: 20px;
    font-weight: 600;
}

.channel_block_wrapper.channel .block .data a.title {
    font-size: 20px !important;
}

.channel_block_wrapper.popular .block .data a.title {
    font-size: 20px !important;
}


#featured_section {
    height: auto !important;
    padding-bottom: 0 !important;
}

#featured_section .left_wrapper,
#featured_section .right_wrapper {
    display: inline-block;
    vertical-align: top;
}


#featured_section .left_wrapper {
    width: 65%;
    margin-right: 50px;
}

#featured_section .featured_blog {
    position: relative;
    width: 100%;
}

#featured_section .featured_blog .img img {
    width: 100%;
    vertical-align: top;
}

#featured_section .featured_blog .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    background: #000;
    color: #fff;
    font-size: 32px;
    padding: 0 5px;
    font-weight: 600;
}

#featured_section .right_wrapper {
    width: calc(35% - 50px);
    margin-right: 0;
}

#featured_section .right_wrapper .featured_blog:nth-child(2) {
    margin-top: 30px;
}

#featured_section .right_wrapper .channel_block_wrapper.popular .block {
    margin-bottom: 20px;
}

#featured_section .right_wrapper .channel_block_wrapper.popular .block .thumbnail {
    width: 35%;
    min-height: 180px;
}

#featured_section .right_wrapper .channel_block_wrapper.popular .block .data {
    width: calc(100% - 35% - 20px);
}

#featured_section .right_wrapper .channel_block_wrapper.popular .block:last-child {
    margin-bottom: 0;
}


#subscription_box_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.65);
    width: 100vw;
    height: 100vh;
    z-index: 999;
    cursor: pointer;
}

#subscription_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    z-index: 9999;
    padding: 180px 50px;
    max-width: 1000px;
    width: 100%;
}

#subscription_box .close_btn {
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 22px;
}


#subscription_box .logo {
    float: right;
    width: 28%;
    text-align: center;
}

#subscription_box .logo img {
    max-width: 60%;
}

#subscription_box .content {
    width: 70%;
    margin-right: 10%;
    color: #FFF;
}

#subscription_box .content .desc {
    font-size: 27px;
    font-weight: 700;
    color: #FFF;
}

#subscription_box .content .field_wrapper {
    margin: 30px 0;
}

#subscription_box .content .field_wrapper input[type=text] {
    background: #FFF;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
    color: #000;
}

#subscription_box .content .field_wrapper input[type=text]::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
}

#subscription_box .content .field_wrapper input[type=text]::-webkit-input-placeholder { /* Edge */
    color: #000;
    opacity: 1;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
}

#subscription_box .content .field_wrapper input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    opacity: 1;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
}

#subscription_box .content .action_bar a {
    background: #FFF;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    font-size: 22px;
}

#subscription_box .content .action_bar a:hover {
    background: #666;
    color: #FFF;
}

#subscription_box .agreement {
    position: absolute;
    left: 50px;
    bottom: 30px;
    color: #FFF;
    font-style: italic;
    font-weight: 200;
}

#subscription_box .agreement a {
    color: #FFF;
    text-decoration: none;
}

#subscription_box .agreement a:hover {
    text-decoration: underline;
}

#content .home-slider
{
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: calc(70% - 30px); */
    /* min-height: 491px; */
    /* margin: 15px; */
    /* height: 491px; */
}
#content .home-slider a
{
    width: 100%;
    /* height: 100%; */
}
#content .home-slider div.cycle-overlay .home-slider-overlay
{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    letter-spacing: 2px;
    z-index: 600;
    color: #FFF;
    padding-left: 465px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#content .home-slider div.cycle-overlay .home-slider-overlay p.topic
{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 500px;
}
#content .home-slider div.cycle-overlay .home-slider-overlay p.description
{

}
#content .home-slider #home-slider-controller-prev,
#content .home-slider #home-slider-controller-next
{
    position: absolute;
    top: 0;
    width: 50px;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}
#content .home-slider #home-slider-controller-prev:hover,
#content .home-slider #home-slider-controller-next:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.25);
}
#content .home-slider #home-slider-controller-prev
{
    left: 0;
}

#content .home-slider #home-slider-controller-next
{
    right: 0;
}
#content .home-slider #home-slider-controller-prev:after,
#content .home-slider #home-slider-controller-next:after
{
    font-family: FontAwesome;
    color: #FFF;
    font-size: 43px;
    /* line-height: 491px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#content .home-slider #home-slider-controller-prev:after
{
    content: '\f104';
    left: 15px;
}
#content .home-slider #home-slider-controller-next:after
{
    content: '\f105';
    right: 15px;
}
/* #content .home-slider .cycle-slideshow {
    height: 491px;
} */






.list-wrapper
{
    /* max-width: 1820px; */
    max-width: 1440px;
    /* padding: 40px 50px; */
    padding: 40px 50px 80px 50px;
    margin: 0 auto;
    position: relative;
    /* height: calc(100vh - 80px - 60px); */

    /* max-width: 1000px; */
    /* margin: 0 auto; */
    /* margin-top: 30px;    */
}

.list-wrapper .post-list .block:last-child {
    border-bottom: 0;
}

.list-wrapper .post-list,
.list-wrapper .right-list,
.list-wrapper .facebook-feed
{
    display: inline-block;
    vertical-align: top;
    min-height: 500px;
}
.list-wrapper .post-list
{
    width: 65%;
    margin-right: 50px;
}
.list-wrapper .right-list {
    width: calc(35% - 50px);
    margin-right: 0;
}
.list-wrapper .facebook-feed
{
    width: 280px;
    /* padding-left: 10px; */
    padding-right: 0;
}
.list-wrapper .post-list .loading-box
{
    text-align: center;
    color: #888;
}
.list-wrapper .post-list .loading-box i
{
    margin-right: 5px;
}

.list-wrapper .post-list .block
{
    position: relative;
    margin-bottom: 25px;
    /* padding-bottom: 25px; */
    /* border-bottom: 1px dotted #000; */
}
/* .list-wrapper .post-list .block:not(:last-child):after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 1px;
    background: #888; */
/* } */

.list-wrapper .post-list .block .thumbnail
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    /* width: 50%; */
    width: 45%;
    /* min-height: 250px; */
    height: auto;
}

.list-wrapper .post-list.right-list .block .thumbnail {
    /* min-height: 150px; */
    width: 40%;
}

.list-wrapper .post-list.right-list .block .data .bottom {
    margin-top: 0;
}

.list-wrapper .post-list .block .thumbnail img
{
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}
.list-wrapper .post-list .block .thumbnail img.empty
{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 250px;
}
.list-wrapper .post-list .block .thumbnail .video_thumbnail:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    transition: opacity .4s;
}
.list-wrapper .post-list .block .thumbnail .video_thumbnail:after {
    opacity: 0;
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    color: #FFF;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%,-50%);
    z-index: 9;
    transition: opacity .4s;
}

.list-wrapper .post-list .block .thumbnail:hover .video_thumbnail:before,
.list-wrapper .post-list .block .thumbnail:hover .video_thumbnail:after {
    opacity: 1;
}

.list-wrapper .post-list .block .thumbnail iframe
{
    width: 100%;
    height: 250px;
}
.list-wrapper .post-list .block .thumbnail .fbvideo {
    height: 250px;
    background: #000;
}
.list-wrapper .post-list .block .thumbnail .fbvideo iframe {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 250px;
    height: auto;
}
.list-wrapper .post-list .block .data
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45% - 20px);
    padding-left: 20px;
    letter-spacing: 1px;
}
.list-wrapper .post-list.right-list .block .data {
    width: calc(100% - 40% - 20px);
}

.list-wrapper .post-list .block .data a
{
    display: block;
    text-decoration: none;
}
.list-wrapper .post-list .block .data a.category
{
    display: inline;
    color: #888;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}
.list-wrapper .post-list .block .data a.title
{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
}
.list-wrapper .post-list .block .data a.category:hover
{
    color: #000;
}
.list-wrapper .post-list .block .data a.title:hover
{
    opacity: .7;
    filter: alpha(opacity=70);
}
.list-wrapper .post-list .block .data .description {
    font-size: 12px;
    letter-spacing: 2px;
}

.list-wrapper .post-list .block .data .bottom {
    margin-top: 20px;
}

.list-wrapper .post-list .block .bottom span.publish-date,
.list-wrapper .post-list .block .bottom span.publish-author
{
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}


#content .featured_block_wrapper {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: calc(30% - 15px); */
    margin: 15px;
    /* margin-left: 0; */
}



#content .featured_block_wrapper .list-wrapper .post-list {
    width: 100%;
    padding: 0;
    min-height: auto;
}

#content .featured_block_wrapper .list-wrapper .post-list .block {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    cursor: pointer;
}

#content .featured_block_wrapper .list-wrapper .post-list .block .thumbnail {
    position: relative;
    display: block;
    width: auto;
    min-height: auto;
    height: 250px;
}

#content .featured_block_wrapper .list-wrapper .post-list .block:hover .thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
}

#content .featured_block_wrapper .list-wrapper .post-list .block .thumbnail img {
    width: 125%;
    height: auto;
    max-width: none;
    max-height: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
}

#content .featured_block_wrapper .list-wrapper .post-list .block .data {
    display: none;
}

#content .featured_block_wrapper .list-wrapper .post-list .block:hover .data {
    display: block;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content .featured_block_wrapper .list-wrapper .post-list .block .data a {
    color: #fff;
    opacity: 1 !important;
}


.list-wrapper .post-list .block:not(:last-child):after {
    display: none;
}

#content .archives-wrapper
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box
}
#content .archives-wrapper .post,
#content .archives-wrapper .facebook-feed
{
    display: inline-block;
    vertical-align: top;
    min-height: 500px;
}
#content .archives-wrapper .post
{
    width: calc(100% - 280px - 20px);
    padding-right: 20px;
}
#content .archives-wrapper .post div.tags
{
    font-size: 14px;
    letter-spacing: 1px;
}
#content .archives-wrapper .post div.tags .tags_topic,
#content .archives-wrapper .post div.tags .tags_container {
    display: inline-block;
    vertical-align: top;

}

#content .archives-wrapper .post div.tags .tags_topic {
    width: 50px;
    vertical-align: sub;
}

#content .archives-wrapper .post div.tags .tags_container {
    width: calc(100% - 50px);
}


#content .archives-wrapper .post div.tags .tags_container a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #FFF;
    background: #888;
    padding: 5px;
    border-radius: 5px;
}
#content .archives-wrapper .post div.tags a:hover
{
    opacity: .7;
    filter: alpha(opacity=70);
}
#content .archives-wrapper .post div.title
{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}
#content .archives-wrapper .post div.info
{
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}
#content .archives-wrapper .post div.info a
{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
#content .archives-wrapper .post div.info a:hover
{
    opacity: .7;
    filter: alpha(opacity=70);
}
#content .archives-wrapper .post div.article
{
    line-height: 23px;
    letter-spacing: 1px;
    padding: 30px 0;
    text-align: justify;
}

#content .archives-wrapper .post div.article a {
    overflow-wrap: break-word;
}

#content .archives-wrapper .post div.article iframe {
    border: none;
    max-width: 100%;
}

#content .archives-wrapper .post div.article img {
    max-width: 100%;
}

#content .archives-wrapper div.sharer
{
    display: none;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
#content .archives-wrapper div.sharer p
{
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
#content .archives-wrapper div.sharer a
{
    color: #000;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
#content .archives-wrapper div.sharer a:hover
{
    opacity: .7;
    filter: alpha(opacity=70);
}




#content .archives-wrapper .facebook-feed
{
    width: 280px;
}

#content .banner.archives
{
    min-height: 194px;
}
#content .banner.archives div.overlay span.title
{
    top: 75px;
}

#content .banner
{
    position: relative;
    overflow: hidden;
    min-height: 372px;
}
#content .banner div.overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
    color: #FFF;
}
#content .banner div.overlay span.title
{
    position: relative;
    top: 75px;
    letter-spacing: 3px;
    font-size: 42px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 3px;
}
#content .banner div.overlay p.basic-intro
{
    position: relative;
    top: 100px;
    text-align: justify;
    width: 1000px;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 5px;
    max-height: 180px;
    overflow: hidden;
}

#content .search-title
{
    width: 1000px;
    margin: 0 auto;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#content .search-title span
{
    letter-spacing: 3px;
    font-size: 38px;
}
#content .search-title form
{
    display: inline-block;
    width: 60%;
}
#content .search-title form input[type="text"]
{
    font-size: 40px;
    width: 100%;
}
#content .search-title form input[type="submit"]
{
    display: none;
}


#content .general-container
{
    max-width: 1440px;
    padding: 40px 50px;
    margin: 0 auto;
    position: relative;
    /* height: calc(100vh - 80px - 60px); */
}

#content .general-container .text-logo {
    display: block;
    max-width: 175px;
    width: 80%;
    padding-right: 40px;
    padding-bottom: 10px;
}


#content .general-container div.sidebar,
#content .general-container div.content
{
    display: inline-block;
    vertical-align: top;
}
#content .general-container div.sidebar
{
    /* width: 175px; */
    width: 140px;
    /* height: calc(100% - 176.5px); */
    height: 50vh;
    margin-right: 30px;
    background: #000;
    padding: 10px;
}
#content .general-container div.sidebar a
{
    display: block;
    text-decoration: none;
    color: #FFF;
    /* font-weight: 600; */
    line-height: 40px;

    font-weight: 400;
    letter-spacing: 1.2px
}
#content .general-container div.sidebar a:hover
{
    opacity: .7;
    filter: alpha(opacity=70);
}

#content .general-container div.content
{
    width: 100%;
}

body #content .general-container div.content p.cat {
    margin-bottom: 20px;
}

body[data-lang="tc"] #content .general-container div.content p.title {
    margin: 20px 0;
    margin-top: 0;
}

#content .general-container div.content p.title
{
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    margin-top: 0;
    line-height: 60px;
}
#content .general-container div.content p
{
    line-height: 29px;
}
#content .general-container div.content .article {
    margin-top: 60px;
}
#content .general-container div.content .article a {
    font-size: 18px;
}
#content .general-container div.content form input[type="text"]
{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 18px;
    border: 2px solid #888;
    outline: none;
    padding: 15px;
}
#content .general-container div.content form textarea
{
    resize: none;
    width: 100%;
    height: 200px;
    margin-top: 18px;
    border: 2px solid #888;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

#content .general-container div.content form .action_bar {
    text-align: right;
}
#content .general-container div.content form .action_bar input[type="submit"]
{
    margin-top: 20px;
    color: #FFF;
    background: #000;
    border: 1px solid #000;
    cursor: pointer;
    outline: none;
    padding: 10px 20px;
}
#content .general-container div.content form input[type="submit"]:hover
{
    color: #000;
    background: #FFF;
}
/*
@media (max-width: 1400px) {
    #featured_section .post-list .channel_block_wrapper.popular .block .thumbnail {
        display: block;
        width: 100%;
    }

    #featured_section .post-list .channel_block_wrapper.popular .block .data {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
} */

@media (max-width: 1810px) {
    .headline {
        margin: 30px 45px;
    }
}

@media (max-width: 1500px) {
    #featured_section .right_wrapper .channel_block_wrapper.popular .block .thumbnail {
        width: 30%;
        min-height: 120px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data {
        width: calc(100% - 30% - 20px);
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data a.category {
        font-size: 16px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data a.title {
        font-size: 24px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data .bottom {
        margin-top: 10px;
    }

}

@media (max-width: 1360px) {
    #featured_section .right_wrapper .channel_block_wrapper.popular .page-title {
        margin-bottom: 15px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data .bottom {
        margin-top: 0;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block {
        margin-bottom: 15px;
    }
}

@media (max-width: 1280px) {

    #blog_content .you_may_also_like_group,
    #blog_content .vibes_channel_group {
        /* width: 85%; */
    }

    #blog_content .subscription_box {
        /* width: 55%; */
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block {
        padding-bottom: 15px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data a.category {
        font-size: 14px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .block .data a.title {
        font-size: 21px;
        padding: 7px 0;
        font-weight: 600;
    }


    #featured_section {
        padding: 0 50px;
    }

    #featured_section .left_wrapper {
        width: 100%;
        margin: 0;
    }

    #featured_section .right_wrapper.post-list {
        display: block;
        width: 100%
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular {
        margin-top: 30px;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .page-title {
        margin-bottom: 30px;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block {
        display: inline-block;
        vertical-align: top;
        width: calc(33.3% - 40px);
        margin: 0 30px;
        border-bottom: 0;
        position: relative;
    }
    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block.count1 {
        margin-left: 0;
    }
    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block.count3 {
        margin-right: 0;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail {
        display: block;
        width: 100%;
        min-height: auto;
    }
    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail img {
        position: relative;
    }

    .list-wrapper .post-list.right-list .block .thumbnail {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    #featured_section.index {
        padding: 40px 50px;
    }

    #featured_section.index .left_wrapper,
    #featured_section.index .right_wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }

    #featured_section.index .right_wrapper {
        margin-top: 30px;
    }

    #featured_section.index .right_wrapper .featured_blog {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    #featured_section.index .right_wrapper .featured_blog:nth-child(2) {
        margin-top: 0;
        margin-left: 4%;
    }

    #featured_section.index .featured_blog .caption {
        width: 100%;
    }

    #featured_section.index .right_wrapper.post-list .channel_block_wrapper.popular .block {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px dotted #000;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #featured_section.index .right_wrapper.post-list .channel_block_wrapper.popular .block.count3 {
        border-bottom: 0;
    }

    #featured_section.index .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail {
        display: inline-block;
        width: 35%;
        min-height: 250px;
    }

    #featured_section.index .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail img {
        position: absolute;
    }

    #featured_section.index .right_wrapper.post-list .channel_block_wrapper.popular .block .data {
        display: inline-block;
        width: calc(100% - 35% - 20px);
        padding-left: 20px;
        padding-top: 0;
    }
}

@media (max-width: 1090px) {
    #header.sticky .header-container .navbar .cat {
        padding: 25px 10px;
    }

}

@media (max-width: 1000px) {
    #blog_content .article_wrapper {
        width: 100%;
    }

    #subscription_box {
        max-width: 80vw;
        width: 80%;
    }

    #content .featured_block_wrapper {
        margin: 15px 20px;
    }

    #content .featured_block_wrapper .list-wrapper {
        margin: 0;
    }

    .list-wrapper .post-list .block .data a.title {
        font-size: 24px;
    }

    .list-wrapper .post-list .block .data a.category {
        font-size: 16px;
    }

    .list-wrapper .post-list .block .data .description {
        font-size: 14px;
    }

    #featured_section {
        padding: 0 10px !important;
        margin-top: 30px;
    }

    #featured_section .featured_blog .caption {
        font-size: 25px;
    }

    .list-wrapper {
        /* margin: 30px 20px 0 20px;
        padding: 40px 10px; */
        /* margin: 30px 20px; */
        margin: 30px 20px 50px 20px;
        padding: 0 10px;
    }

    .headline {
        /* margin: 0; */
        /* padding: 0 30px; */
        padding: 0;
        margin: 30px;
        margin-bottom: 10px;
    }

    .headline .logo {
        right: 20px;
    }

    /* .headline list-wrapper */

    #content .general-container {
        padding: 20px 30px;
    }

    #header.sticky .header-container .sticky_logo {
        padding-right: 5px;
    }

    #header.sticky .header-container .navbar .cat {
        padding: 25px 7px;
    }

}

@media (max-width: 900px) {
    #blog_content .subscription_box {
        width: 100%;
    }

    #blog_content .you_may_also_like_group,
    #blog_content .vibes_channel_group {
        width: 100%;
    }

    #header.sticky .header-container .sticky_logo {
        padding-right: 3px;
    }

    #header.sticky .header-container .navbar .cat {
        padding: 25px 5px;
    }

    #header.sticky .header-container .navbar .cat a {
        font-size: 18px;
    }

    /* #header.sticky .header-container .navbar .cat {
        padding: 26px 15px;
    } */

    /* .headline {
        margin: 0 !important;
        padding: 0 20px;
    } */
    .headline {
        padding: 0;
        margin: 20px !important;
    }

    .list-wrapper {
        /* margin: 30px 10px 0 10px; */
        margin: 30px 10px;
        padding-top: 0;
    }

    .list-wrapper .post-list .block .thumbnail {
        display: block;
        width: 100%;
    }

    .list-wrapper .post-list .block .data {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    #content .general-container {
        padding: 20px;
    }
}


@media (max-width: 800px) {

    .footwechat,
    .footqqmusicm {
        margin: 0 20px;
    }

    body[data-lang="tc"] #content .general-container div.content p.title,
    body[data-lang="sc"] #content .general-container div.content p.title {
        font-size: 50px;
    }

    .load_more_btn {
        margin-bottom: 60px;
    }

    #header.sticky {
        height: 80px;
    }

    #header.sticky .header-container {
        padding: 0 20px;
        height: 100%;
    }

    #header.sticky .header-container .sticky_logo {
        padding-right: 0;
    }

    #header.sticky .header-container .navbar {
        display: none;
    }

    #header.sticky .header-container .m-navbar {
        display: block;
    }

    #header.sticky .header-container .m-navbar .hamburger {
        display: inline-block;
        vertical-align: middle;
        color: #FFF;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 22px;
        font-size: 20px;
    }

    #header.sticky .header-container .m-navbar .menu-container {
        display: none;
        position: fixed;
        width: 100%;
        height: calc(100% - 80px);
        background: #000;
        top: 80px;
        left: 0;
        right: 0;
        text-align: center;
        padding-top: 50px;
        transition: all .4s;
    }

    #header.sticky .header-container .m-navbar .menu-container.open {
        padding-top: 80px;
    }

    #header.sticky.open .header-container .m-navbar .menu-container {
        display: block;
    }

    #header.sticky .header-container .m-navbar .menu-container .cat {
        padding: 10px 20px;
    }

    #header.sticky .header-container .m-navbar .menu-container .cat a {
        letter-spacing: .5px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
    }

    #header.sticky .header-container .m-navbar .menu-container .panel-item-wrapper {
        max-width: 60%;
        margin: 0 auto;
    }

    #header.sticky .header-container .m-navbar .menu-container .panel-item {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }

    #header.sticky .header-container .m-navbar .menu-container .panel-item a {
        color: #fff;
        text-decoration: none;
        margin: 0 20px;
    }

    #header.sticky .header-container .m-navbar .menu-container .panel-item a.lang_btn {
        display: block;
        margin-top: -5px;
    }

    #header.sticky .header-container .m-navbar .menu-container .panel-item.social_network a img {
        width: 17px;
    }


    #header.sticky .header-container .sticky_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #header.sticky .header-container .right_panel {
        right: 20px;
    }

    #header.sticky .header-container .right_panel .panel-item:first-child {
        margin-right: 0;
    }

    #header.sticky .header-container .right_panel .panel-item:not(:first-child) {
        display: none;
    }

    #footer .footer-container div.copyright,
    #footer .footer-container div.footer_link {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer .footer-container div.copyright {
        margin-bottom: 15px;
    }


    #content .general-container {
        padding: 40px 20px;
        height: auto;
    }

    #content .general-container div.sidebar,
    #content .general-container div.content {
        display: block;
        width: 100%;
    }

    #content .general-container div.sidebar {
        display: none;
    }

    #content .general-container .text-logo {
        display: none;
    }

    #subscription_box {
        padding: 10px 50px 90px 50px;
    }

    #subscription_box .logo {
        float: none;
        margin: 20px auto;
    }

    #subscription_box .content {
        width: 100%;
        margin: 0;
    }

    #featured_section .left_wrapper,
    #featured_section .right_wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }

    #featured_section .right_wrapper {
        margin-top: 30px;
    }

    #featured_section .right_wrapper .featured_blog {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    #featured_section .right_wrapper .featured_blog:nth-child(2) {
        margin-top: 0;
        margin-left: 4%;
    }

    #featured_section .featured_blog .caption {
        width: 100%;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px dotted #000;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block.count3 {
        border-bottom: 0;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail {
        display: inline-block;
        width: 35%;
        min-height: 250px;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail img {
        position: absolute;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .data {
        display: inline-block;
        width: calc(100% - 35% - 20px);
        padding-left: 20px;
        padding-top: 0;
    }
}

@media (max-width: 768px) {

    /* #content .home-slider {
        height: 280px;
    } */

    /* .cycle-slideshow {
        height: 280px;
    }  */

    /* .cycle-slideshow img {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        width: auto !important;
        height: 280px;
    } */

    /* .headline {
        margin: 0 !important;
        padding: 0 20px;
    } */
    .headline {
        padding: 0;
        margin: 20px !important;
    }


    #content .featured_block_wrapper .list-wrapper .post-list .block .data {
        display: block;
        position: absolute;
        width: 80%;
        bottom: 10px;
        left: 0px;
    }

    #content .featured_block_wrapper .list-wrapper .post-list .block .data a.title {
        font-size: 22px;
    }

    #content .featured_block_wrapper .list-wrapper .post-list .block .thumbnail::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: .6;
    }

    #content .featured_block_wrapper .list-wrapper .post-list .block .thumbnail img {
        width: auto;
    }



    #content .archives-wrapper .post,
    #content .archives-wrapper .facebook-feed {
        display: block;
        width: 100%;
        padding: 0;
    }

    #content .archives-wrapper .facebook-feed {
        min-height: auto;
    }

    #content .archives-wrapper .facebook-feed iframe {
        display: none;
    }

    #content .archives-wrapper div.sharer {
        display: block;
    }

    #content .archives-wrapper .facebook-feed div.sharer {
        display: none;
    }

    #blog_content .top .left_wrapper,
    #blog_content .top .right_wrapper,
    #blog_content .bottom .left_wrapper,
    #blog_content .bottom .right_wrapper {
        display: block;
        width: 100%;
    }

    #blog_content .bottom .swiper-container {
        display: block;
        width: 100%;
    }

    #blog_content .bottom .right_wrapper {
        border-top: 1px solid #000;
        border-left: none;
        min-height: 0;
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    #blog_content .right_wrapper .article_info .editor_name,
    #blog_content .right_wrapper .article_info .reading_no {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 10px 0;
    }

    /* #blog_content .right_wrapper .article_info .reading_no {
        text-align: right;
    } */

    #blog_content .tag_group {
        width: 100%;
    }

    #blog_content .tag_group .page-title {
        max-width: none !important;
        width: 100%;
    }

    #blog_content .you_may_also_like_group {
        width: 100%;
    }

    #blog_content .you_may_also_like_group .page-title {
        max-width: none !important;
        width: 100%;
    }

    #blog_content .vibes_channel_group {
        width: 100%;
    }

    #blog_content .vibes_channel_group .page-title {
        max-width: none !important;
        width: 100%;
    }

    #blog_content .subscription_box {
        width: 100%;
    }

    #blog_content .subscription_box .page-title {
        max-width: none !important;
        width: 100%;
    }

}

@media (max-width: 640px) {
    .article iframe {
        width: 100% !important;
        min-height: auto !important;
    }

    #blog_content .you_may_also_like_group .featured_blog,
    #blog_content .vibes_channel_group .featured_blog {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    #blog_content .you_may_also_like_group .featured_blog .thumbnail img,
    #blog_content .vibes_channel_group .featured_blog .thumbnail img {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
    }

    #header.sticky {
        height: 70px;
    }

    #header.sticky .header-container .sticky_logo {
        height: 100%;
    }

    #header.sticky .header-container .m-navbar .menu-container {
        height: calc(100% - 70px);
        top: 70px;
    }

    #content .featured_block_wrapper .list-wrapper .post-list .block {
        display: block;
        width: 100%;
    }

    #content .featured_block_wrapper .list-wrapper .post-list .block .thumbnail {
        height: 200px;
    }

    #featured_section .right_wrapper .featured_blog {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 30px !important;
    }

    #subscription_box {
        width: 90%;
        max-width: 90vw;
        padding: 10px 30px 90px 30px;
    }

    #subscription_box .agreement {
        left: 30px;
    }
}

@media (max-width: 540px) {
    #header.sticky .header-container .m-navbar .menu-container .panel-item {
        width: 25%;
    }

    #subscription_box {
        max-height: 90vh;
        overflow: auto;
    }

    #subscription_box .content .desc {
        font-size: 22px;
    }

    #subscription_box .content .action_bar a {
        font-size: 18px;
    }

    #subscription_box .agreement {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    /* .cycle-slideshow {
        height: 200px;
    }

    .cycle-slideshow img {
        height: 200px;
    } */

    #blog_content .you_may_also_like_group .featured_blog .caption,
    #blog_content .vibes_channel_group .featured_blog .caption {
        /* width: 70%; */
    }

    .list-wrapper .post-list .block .data a.title {
        letter-spacing: 0.5px;
        padding-top: 5px
    }

    .list-wrapper .post-list .block .data .description {
        letter-spacing: 1.5px;
    }

    .headline .title {
        padding: 0px 8px;
        font-weight: 500;
        letter-spacing: 0;
    }

    #featured_section .right_wrapper .channel_block_wrapper.popular .page-title {
        padding-left: 8px;
    }

    #blog_content .topic {
        font-size: 30px;
        line-height: 45px;
    }

    .list-wrapper .post-list .block .thumbnail {
        display: block;
        width: 100%;
        min-height: auto;
    }

    .list-wrapper .post-list .block .thumbnail img {
        position: relative;
    }

    .list-wrapper .post-list .block .data {
        display: block;
        width: 100%;
        /* padding-top: 20px; */
        padding-top: 5px;
        padding-left: 0;
    }

    .list-wrapper .post-list.right-list .block .thumbnail {
        display: block;
        width: 100%;
    }

    .list-wrapper .post-list.right-list .block .data {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block {
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px dotted #000;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .thumbnail {
        display: block;
        width: 100%;
    }

    #featured_section .right_wrapper.post-list .channel_block_wrapper.popular .block .data {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }




    #content .featured_block_wrapper .list-wrapper .post-list .block .data {
        left: 20px;
    }


    #footer .footer-container div.footer_link a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    #blog_content .right_wrapper .article_info .editor_name, #blog_content .right_wrapper .article_info .reading_no {
        display: block;
        width: 100%;
        margin: 25px 0;
    }
}

