.pd-none {
    padding: 0 !important;
}
.richtext-image.full-width {
    width: 100%;
}
.richtext-image.right {
    margin-left: auto;
    display: block;
    margin-right: 0;
}
.s-content p:empty:before {
    content: ' ';
    white-space: pre;
}
.box-video .content {
    margin: 2rem 0;
}
.item-post {
    margin-bottom: 4rem;
}
.wrapper {
    overflow: hidden;
}
.page-404 {
    padding: 8rem 0;
}
.page-404 .top {
    text-align: center;
    margin-bottom: 8rem;
}
.page-404 .top img {
    width: 240px;
    margin: 0 auto;
}
.page-404 .ct {
    text-align: center;
    padding: 5rem 0 9rem 0;
}
.page-404 .ct .title {
    font-family: "FS-PFBeauSansPro",sans-serif;
    font-size: 18rem;
    color: rgba(238,0,51,0.8);
    font-weight: 600;
    line-height: 1;
}
.page-404 .ct .desc {
    font-size: 1.7rem;
    margin: 2rem 0 3rem 0;
}
.page-404 .ct .btn-404 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.7rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #EE0033;
    border-radius: 32px;
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-content .s-content iframe{
    width: 100%;
    height: 42rem;
}
.box-textInImgScroll .scrollbarAuto blockquote{
    border-radius: 2.4rem;
    padding: 5% 12%;
    text-align: center;
    border: 2px solid #EE0033;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    position: relative;
    background: rgba(0,0,0,0);
    color: #fff;
}
.box-textInImgScroll .scrollbarAuto blockquote:before {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: calc(100% - 1.65rem);
    width: 5.3rem;
    height: 3.303rem;
    background: url(../images/ic-quote.png) no-repeat center;
    background-size: 100% 100%;
}
.detail-post .s-content ul,.detail-post .s-content ol,
.blog-wrapper .s-content ul,.blog-wrapper .s-content ol {
    padding-left: 40px;
}
.detail-post .s-content blockquote,
.blog-wrapper .s-content blockquote {
    font-style: italic;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    border-style: solid;
    border-color: #ccc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
