@charset "utf-8";

/* Magazine Tempalte CSS - Hoàng Nguyễn Kenh14 Production */

@font-face {
    font-family: NotoSerif-Regular;
    src: url(fonts/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: NotoSerif-Bold;
    src: url(fonts/NotoSerif-Bold.ttf);
}

@font-face {
    font-family: NotoSerif-BoldItalic;
    src: url(fonts/NotoSerif-BoldItalic.ttf);
}

@font-face {
    font-family: NotoSerif-Italic;
    src: url(fonts/NotoSerif-Italic.ttf);
}

@font-face {
    font-family: SFD-Bold;
    src: url("fonts/SFD-Bold.ttf");
}

@font-face {
    font-family: SFD-Regular;
    src: url("fonts/SFD-Regular.ttf");
}

@font-face {
    font-family: SFD-Medium;
    src: url("fonts/SFD-Medium.ttf");
}

.w980 {
    width: 980px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.w660 {
    width: 660px;
    margin: 0 auto;
}

.w400 {
    width: 400px;
}

/* Begin Css Template */

.magazine-wrapper {
    overflow: hidden;
}

.magz-cover {
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
}

.magzb-detail-content {
    padding-top: 120px;
    padding-bottom: 50px;
}

.magz-img-wrapper, .magz-video-wrapper {
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.magz-img-fr {
    margin-right: -160px;
    float: right;
    margin-left: 40px;
    margin-top: 5px;
}

.magz-img-fl {
    margin-left: -160px;
    float: left;
    margin-right: 40px;
    margin-top: 5px;
}

.magz-img-wrapper img {
    width: 100%;
}

.magz-caption {
    font-family: SFD-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    text-align: left;
    margin-top: 5px;
}

.magzb-detail-content p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
    font-family: NotoSerif-Regular, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

.magzb-detail-content p i {
    font-style: italic;
}

.magz-img-zoom {
    cursor: zoom-in;
}

.fancybox-close {
    display: none;
}

.fancybox-image {
    cursor: zoom-out;
}

.magz-author {
    margin-top: 40px;
}

.magza-content p {
    margin-bottom: 4px;
    font-family: SFD-Bold, sans-serif;
}

.mvw-content {
    position: relative;
    padding-bottom: 56.25%;
}

.mvw-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.LayoutAlbumContent {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.LayoutAlbumWrapper .LayoutAlbumRow {
    margin-bottom: 4px !important;
    float: left;
    width: 100%;
}

.LayoutAlbumWrapper .LayoutAlbumItem {
    display: block;
    float: left;
    margin: 0 2px;
}

.spdcig-content .LayoutAlbumRow .LayoutAlbumItem {
    margin: 0 2px;
}

.LayoutAlbumWrapper .LayoutAlbumItem:last-of-type {
    margin-right: 0;
}

.LayoutAlbumWrapper .LayoutAlbumItem:first-child {
    margin-left: 0;
}

.LayoutAlbumItem a {
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.LayoutAlbumWrapper img {
    display: block;
    max-width: 100%;
    transition: all .25s ease-in-out;
}

.magz-header {
    height: 44px;
}

.sp-sticky-header {
    z-index: 10 !important;
}

.btn-sp-comment {
    display: block;
    height: 210px;
    background: #111;
    text-align: center;
    text-decoration: none;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
}

.btn-sp-comment span {
    display: inline-block;
    height: 100%;
    line-height: 208px;
    padding-left: 55px;
    font-family: SFD-Regular;
    font-size: 50px;
    color: #fff;
    background: url(http://kenh14cdn.com/web_images/sp-comment-icon.png) left center no-repeat;
    background-size: 32px;
}

.fancybox-comment .fancybox-close {
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border-left: 1px solid #ececec;
    background: url(../skin/sp-close-lightbox.png) center center no-repeat !important;
    background-size: 26px !important;
}

.fancybox-prev {
    cursor: url(http://kenh14cdn.com/web_images/sp-prev-cursor.png), auto !important;
}

.fancybox-next {
    cursor: url(http://kenh14cdn.com/web_images/sp-next-cursor.png), auto !important;
}

.fancybox-type-image a.fancybox-close, .fancybox-type-image a.fancybox-expand, .fancybox-type-image a.fancybox-nav span {
    display: none;
}