/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: 'Roboto', sans-serif;
    ;
    color: #292929
}

a {
    text-decoration: none;
    color: #292929
}

.hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.no-article {
    max-width: 100%;
    min-width: 40px
}

.u-width-30 {
    width: 30px
}

i {
    width: 10px
}

.container-x {
    max-width: 1100px;
    overflow: hidden
}

.cf {
    clear: both
}

.header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    height: 60px;
    overflow: hidden;
    position: absolute;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}

.a-right {
    text-align: right
}

.box-center {
    margin: 0 auto
}

.logo img {
    max-height: 50px;
    margin-top: 10px;
    margin-left: 10px
}

.btn-right {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #525252;
    vertical-align: middle;
    cursor: pointer;
    line-height: 70px;
    float: right
}

.header-menu {
    color: #7c7e8d;
    height: 60px;
    vertical-align: middle
}

.header-menu a {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #7c7e8d;
    font-size: 14px;
    line-height: 55px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.featured {
    margin-top: 100px
}

.card-image {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-top: 7px;
    background-color: #eee
}

.topic-card-image-featured {
    height: 250px
}

.card-image>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.header-post {
    position: relative;
    margin-top: 55px
}

.header-post-img-box {
    right: 0;
    width: 50%;
    height: 480px;
    margin-left: 50%
}

.header-post-desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    min-height: 550px;
    padding-top: 100px
}

.header-post-category {
    color: #757575;
    font-size: 15px
}

.header-post-short-desc {
    color: #757575;
    font-size: 18px
}

.header-post-title {
    font-size: 40px;
    font-weight: 400;
    margin: 20px;
    margin-left: 0;
    line-height: 50px
}

.header-post-profile {
    position: relative
}

.profile-img {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ccc
}

.footer-post-profile {
    position: relative
}

.footer-profile-img {
    margin-top: 20px;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ccc
}

.post {
    padding-top: 80px;
    font-size: 19px;
    line-height: 35px
}

.post h1,
h2,
h3,
h4,
h5 {
    padding-left: 0;
    margin-left: 0
}

.font-11 {
    font-size: 11px;
    color: #bbb;
    line-height: 12px;
}

.font-10 {
    font-size: 10px;
    color: #bbb;
    line-height: 12px;
}

.profile-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.footer-profile-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.profile-desc {
    position: absolute;
    top: -10px;
    left: 65px
}

.footer-profile-desc {
    position: absolute;
    top: -10px;
    left: 170px
}

.card-post-header-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7
}

.card-post-header-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.card-list {
    position: relative
}

.card-list-download {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.card-list-more-story {
    position: relative;
    margin-bottom: 20px
}

.u-border {
    border: 1px solid #ccc
}

.u-bottom-20 {
    margin-bottom: 20px
}

.u-pointer {
    cursor: pointer
}

.card-list-img-box {
    width: 110px;
    height: 110px;
    position: absolute;
    right: 0;
    background-color: #eee
}

.card-list-download-img {
    width: 130%;
    height: 130px;
    position: relative;
    overflow: hidden
}

.card-list-img {
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden
}

.card-list-img>img {
    width: 120%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.card-list-download-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.card-list-img-more-story-box {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    background-color: #eee
}

.card-list-img-more-story {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden
}

.card-list-img-more-story>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.card-list-desc-more-story {
    margin-right: 170px;
    padding: 10px 10px 10px 0;
    min-height: 120px
}

.card-list-download-desc {
    margin-top: 15px;
    padding: 10px
}

.card-list-title-more-story {
    padding: 0;
    margin: 0;
    font-size: 19px
}

.card-list-desc {
    margin-right: 110px;
    padding: 10px;
    min-height: 90px
}

.card-list-title {
    padding: 0;
    margin: 0;
    font-size: 18px
}

.card-list-short-desc {
    color: #757575;
    font-size: 13px;
    margin-top: 5px
}

.card-list-auth {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 5px
}

.card-list-ext {
    font-size: 12px;
    color: #757575
}

.dot {
    font-size: 3px;
    vertical-align: middle
}

.star {
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 2px
}

.featured-title {
    margin-top: 15px;
    font-size: 24px
}

.featured-download {
    padding: 10px 45px 40px 25px;
    background-color: #e8f3ec;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 30px
}

.heading-list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 11px
}

.heading-list h3 {
    border-bottom: 1px solid #000;
    display: inline;
    font-size: 17px;
    padding-bottom: 10px
}

.more-story {
    margin-top: 30px;
    margin-bottom: 30px
}

.popular-list {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px
}

.popular-number {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 30px;
    color: #ccc
}

.popular-list-desc {
    margin-left: 70px
}

.u-top-7 {
    margin-top: 7px
}

.popular-heading {
    margin-bottom: 45px
}

.heading-collection {
    border: 0;
    margin-top: 30px;
    color: #757575;
    font-size: 16px;
    font-weight: 400
}

.card-collection {
    background-color: #eee;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin-top: 7px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.card-collection>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.show-more {
    border: 0;
    margin-top: 30px;
    color: #757575;
    font-size: 16px;
    text-align: right;
    font-weight: 400
}

.show-more i {
    vertical-align: middle
}
.show-back {
    border: 0;
    margin-top: 10px;
    color: #757575;
    font-size: 16px;
    text-align: right;
    font-weight: 400;
    float: left;

}

.show-back i {
    vertical-align: middle;
}

.footer {
    color: #757575;
    font-size: 13px;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc
}

.footer a {
    color: #292929
}

.collection {
    margin-bottom: 20px
}

.subheader {
    background: #eee;
    position: absolute;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 400;
    font-size: 14px;
    height: 40px;
    overflow-y: hidden;
    display: none
}

.horizontal-scroll {
    padding: 10px;
    overflow: auto;
    padding-bottom: 50px;
    white-space: nowrap;
    -webkit-scrollbar: 0
}

.subheader a,
.subheader-menu {
    display: inline;
    margin-right: 15px;
    color: #7c7e8d;
    line-height: 20px
}

.must-try {
    font-weight: 400;
    font-size: 30px;
    margin: 15px;
    padding: 0
}

.ads-home {
    padding-top: 33px
}

.u-red {
    color: red
}

.u-right-20 {
    margin-right: 20px
}

.u-left-0 {
    margin-left: 0;
    padding-left: 0
}

.u-right-0 {
    margin-right: 0;
    padding-right: 0
}

.u-right-10 {
    margin-right: 10px
}

.u-line-height-normal {
    line-height: normal
}

.u-top-10 {
    margin-top: 10px
}

.share-icon-box {
    margin-top: 80px;
    margin-left: 30px;
    font-size: 13px;
    color: #757575
}

.share-icon-box i {
    font-size: 25px;
    margin-bottom: 10px
}

.ap-icon {
    vertical-align: middle;
    cursor: pointer
}

.claps-count {
    margin-left: -15px;
    padding-top: 15px
}

.card-post-header-caption {
    font-size: 14px;
    color: #757575;
    margin-top: 10px
}

.u-big-space {
    margin-top: 30px;
    margin-bottom: 30px
}

.claps-2 {
    font-size: 14px;
    color: #757575
}

.claps-2 img {
    border: 1px solid #ccc;
    padding: 13px;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    min-height: 40px;
    vertical-align: middle
}

.share-2 {
    margin-top: 25px;
    color: #757575
}

.writen-by-heading {
    font-weight: 700;
    font-size: 14px;
    color: #757575;
    margin-top: 5px
}

.read-next {
    font-weight: 700;
    font-size: 15px;
    color: #757575;
    margin-bottom: 20px
}

.writen-by-name {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0
}

.writen-by-desc {
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px
}

.follow {
    padding: 5px 10px 5px 10px;
    display: inline;
    border: 1px solid #292929;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.post-footer {
    background: #fafafa;
    margin-top: 30px
}

.card-bookmark {
    position: absolute;
    right: 0;
    top: 20px
}

.card-footer {
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.card-footer-img {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7
}

.card-footer-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.card-footer-title {
    font-size: 16px;
    min-height: 2em
}

.card-footer-desc {
    padding: 0 15px 15px 15px
}

.footer-2 {
    color: #757575;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left
}

p {
    margin-top: 20px;
    margin-bottom: 20px
}

p img {
    width: 100%;
    background-color: #eee
}

.download-page {
    margin-top: 50px
}

.download-page .header-post-title {
    line-height: 5px
}

.a-center {
    text-align: center
}

.u-position-relative {
    position: relative;
    line-height: 0;
    padding: 5px
}

.download-box {
    position: relative;
    border: 1px solid #eee;
    line-height: 0;
    padding: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.download-box-icon {
    width: 90px;
    height: 90px;
    background-color: #eee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden
}

.download-box-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.download-box-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.download-box-desc {
    position: absolute;
    left: 120px;
    top: 15px;
    right: 10px
}

.download-box-desc i {
    color: #ffae2e;
    font-size: 22px;
    margin: 2px;
    padding: 2px;
    margin-left: -5px;
    width: 18px
}

.download-box-dev {
    margin-top: 10px;
    font-size: 14px
}

.download-box-title {
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: 3px
}

.download-box-btn {
    font-size: 14px;
    margin-top: 20px;
    background: #1c7ec7;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.download-box-btn i {
    vertical-align: middle;
    margin-right: 10px
}

.download-box-btn-info {
    font-size: 14px;
    margin: 15px 0 25px 0;
    color: #c3362b;
    padding: 10px 0 10px 20px;
    text-align: right;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.download-box-btn-info i {
    vertical-align: middle;
    margin-right: 10px
}

.u-shadow-radius {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.u-radius {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.file-info {
    padding: 14px;
    font-size: 14px
}

.btn-download-developer {
    padding: 10px 30px 12px 30px;
    border: 1px solid #3b89f5;
    display: inline;
    margin: auto;
    font-size: 18px;
    font-family: 'Crete Round', serif
}

.current-page {
    font-size: 20px
}

.dot-2 {
    font-size: 14px;
    color: #aaa;
    margin-left: 10px;
    margin-right: 10px
}

.stats-page {
    font-size: 16px;
    color: #bbb;
    margin-bottom: 15px;
    margin-top: 15px
}

.a-middle {
    vertical-align: middle
}

.btn-nav-page {
    padding: 10px 15px 10px 15px;
    display: inline;
    border: 1px solid #58a5da;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    color: #58a5da
}

.u-color-blue {
    background-color: #58a5da;
    color: #fff;
    border: 1px solid #58a5da
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important
}

.line-clamp:after {
    content: '';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.2);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%)
}

@supports (-webkit-line-clamp:1) {
    .line-clamp:after {
        display: none !important
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.2 * 1)
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.2 * 2)
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.2 * 3)
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.2 * 4)
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.2 * 5)
}

@media only screen and (max-width:992px) {
    .card {
        padding: 10px
    }
    .featured {
        margin-top: 80px
    }
    .more-story {
        margin: 10px
    }
    .header-post-desc {
        margin-left: 10px
    }
    .card-post-header-caption {
        margin: 10px
    }
    .article-post {
        padding: 30px;
    }
    .share-icon-box {
        margin-top: 0
    }
    .post-footer {
        padding: 15px
    }
    .card-footer {
        margin-bottom: 10px
    }
}


@media only screen and (max-width:768px) {
    .featured {
        margin-top: 70px
    }
    .card-list {
        margin-right: 10px
    }
    .card-list-img-more-story-box {
        height: 120px;
        width: 120px
    }
    .card-list-img-more-story {
        height: 120px;
        width: 120px
    }
    .card-list-desc-more-story {
        min-height: 100px
    }
    .card-list-title-more-story {
        font-size: 15px
    }
    .subheader {
        text-align: center
    }
    .subheader a,
    .subheader-menu {
        margin-left: 8px;
        margin-right: 8px
    }
    .card-list-download {
        margin-bottom: 20px
    }
    .featured-download {
        padding-right: 25px
    }
    .ads-home {
        text-align: center
    }
    .header-post-img-box {
        width: 100%;
        margin-left: 0;
        height: 300px
    }
    .header-post-desc {
        position: relative;
        padding-top: 35px;
        margin-left: 20px;
        margin-right: 20px;
        min-height: 50px;
        width: auto
    }
    .card-post-header-caption {
        text-align: center
    }
    .header-post-title {
        font-size: 28px;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .header-post-short-desc {
        font-size: 16px
    }
    .post {
        padding-top: 30px;
        margin-right: 5px
    }
    .article-post {
        padding: 30px;
        padding-right: 10px
    }
    .footer-2 {
        text-align: center
    }
    .u-big-space {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .u-big-space {
        margin-top: 7px;
        margin-bottom: 7px
    }
    .post-footer {
        margin-top: 20px
    }
    .article-post {
        font-size: 18px;
        line-height: 28px
    }
    .share-icon-box i {
        font-size: 20px
    }
    .footer {
        margin: -10px
    }
    .download-box-btn {
        margin-left: 18px
    }
}

@media only screen and (max-width:480px) {
    .card-list-img-more-story-box {
        height: 110px;
        width: 110px
    }
    .card-list-img-more-story {
        height: 110px;
        width: 110px
    }
    .card-list-desc-more-story {
        min-height: 90px;
        margin-right: 110px
    }
    .download-box-btn-info {
        margin-top: -2px;
        margin-bottom: -10px
    }
    .post {
        margin-right: 15px;
        padding-right: 20px
    }
    p img {
        width: 120%;
        margin-left: -5%;
        margin-right: -5%
    }
    article-post {
        overflow: hidden
    }
}