

@media only screen and (max-width: 1024px) {
    .main-pt {
        padding-top: 109px
    }
}

@media only screen and (max-width: 480px) {

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail {

        padding: 27px 12px !important;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail {
        display: flex !important;

    }

    .main .main-content .topics .topics-content .masonry-gallery-item {
        height: 370px !important;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail .popularity-time-to-read {

        line-height: 26px !important;
    }
}

@media (max-width: 450px) {

    .main-content .topics .topics-content {

        margin-top: 5px !important;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item {
        margin-bottom: 10px !important;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail {
        padding: 20px 12px !important;
    }
}

.user-profile-stat-wrapper {
    float: right;
    width: 80%;
}

.user-profile-stat-wrapper span.item-details-author span{
    padding-right: 0 ;
    color: #fff;
    font-size: 12px;
    display: inline-block;padding-top: 7px;
}


.main {
    background-color: #ededed;
    width: 100%;
    float: left;
}

.main-aside {
    padding-top: 23px;
    position: relative;
    width: 70px;
}

.main-aside nav ul.stick-menu {
    width: 100%;
    background-color: #fff;
    color: #979797;
}

.main-aside nav ul.stick-menu li.stick-menu-item {
    display: block;
    text-align: center;
}

.main-aside nav ul.stick-menu li.stick-menu-item:first-child {
    color: #fff;
    background-color: #181842;
    font-size: 16px;
}

.main-aside nav ul.stick-menu li.stick-menu-item a {
    display: block;
    padding: 19px 0 14px;
    color: #fff;
}

.main-aside nav ul.stick-menu li.login-popup-btn {
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: center;
}

.main .main-content {
    padding-top: 0;
    position: relative;

}

.main .main-content .module-title {
    padding: 30px 0;
    color: var(--AncherTextColor);
    font-size: 15px;
}

.main .main-content .module-title .module-title-sep {
    border-top: 1px solid #dedede;
    float: right;
    width: 90%;
    margin-top: 10px;
}

.main .main-content .topics {
    width: 100%;
    float: right;
    /*margin: 20px 0;*/
}

.main .main-content .topics .topics-content {
    width: 100%;
    position: relative;
    float: right;
}

.main .main-content .topics .topics-content .masonry-gallery-item {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 27px;
    color: #6b7074;
    float: right;
    overflow: hidden;
    border-radius: 3px;
    max-height: 338px;
    height: 338px;
}

.main .main-content .topics .topics-content .masonry-gallery-item .image {
    position: relative;
    overflow: hidden;
    max-height: 148px;
    height: 148px;
}

.main .main-content .topics .topics-content .masonry-gallery-item .image a.image-linker img {
    max-width: 100%;
    width: 100%;
}

.main .main-content .topics .topics-content .masonry-gallery-item .image .image-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    pointer-events: none;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, from(#2f2727), to(transparent));
    background: linear-gradient(to top, #b2c3d2, transparent);
    transition: all .15s;
}

.main .main-content .topics .topics-content .masonry-gallery-item:hover .image .image-mask {
    height: 100%;
    transition: all .15s;
}

.main .main-content .topics .topics-content .masonry-gallery-item .image .image-badge {
    position: absolute;
    top: -33px;
    left: 20px;
    z-index: 4;
    color: #fff;
    background-color: var(--BackgroundColor);
    font-size: 12px;
    padding: 6px 12px;
    transition: all .15s;
    border-radius: 3px 3px 0 0;
    border-bottom: 3px solid var(--BackgroundColorSecound);
}

.main .main-content .topics .topics-content .masonry-gallery-item:hover .image .image-badge {
    top: 20px;
    transition: all .15s;
}

.main .main-content .topics .topics-content .masonry-gallery-item a.masonry-gallery-item-title {
    padding: 10px 40px;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #6b7074;
    max-height: 65px;
    height: 65px;
}

.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-description {
    padding: 42px 25px 30px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    position: relative;
}

.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-description::before {
    content: "";
    display: block;
    width: 45px;
    border-top: 2px solid #191879;
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    background-color: var(--BackgroundColor);
    padding: 0 10px 0 10px !important;
    height: 37px;
    max-height: 37px;
    border-top: 3px solid var(--BackgroundColorSecound);
    margin-top: 16px;
    position: absolute;
    bottom: 0;
}

.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail .popularity-time-to-read {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    width: 50%;
    text-align: left;
}

.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail .popularity-time-to-read i {
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail img {
    max-width: 100%;
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    margin: initial;
    object-fit: contain;
    display: inline-block;
    background-color: #fff;
}


.module-title-two {
    margin: 20px 0 30px 310px;
}

.main .main-content .module-title-two .module-title-btn {
    width: 190px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 7px 35px;
    background-color: var(--BackgroundColorSecound);
    color: var(--AncherTextColor);
    border: 1px solid #b5b5b5;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 50px;
}

.main .main-content .module-title-two .module-title-sep-two {
    width: 38%;
}


.main-content .topics .topics-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 23px;
}

.avatar {
    border: 2px solid var(--BackgroundColor);
    padding: 1px;
}


.module-title-btn:hover {
    background-color: var(--BackgroundColor) !important;
    border: 2px solid var(--BackgroundColorSecound) !important;
    color: #fff !important;

}


.pull-right .masonry-gallery-item .masonry-gallery-item-title h2 {
    font-size: 14px;
    line-height: 20px;
}


.masonry-gallery-item-description h3 {
    font-size: 13px;
    line-height: 25px;
}

ul {
    padding-right: 0;
}

.main-pt {
    padding-top: 97px
}



.pic-masonry-gallery-item {
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    position: absolute;
    bottom: -38%;
    left: 50%;
    z-index: 4;
    width: 75px !important;
    padding: 6px 12px;
}

.masonry-gallery-item:hover .pic-masonry-gallery-item {
    bottom: 0;

}

.stick-menu-item-logo-blog {
    width: 55px;
    max-width: 55px;
}


.main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-description {
    padding: 0 25px 0;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    position: relative;


}


.main .main-content .topics .topics-content .masonry-gallery-item {
    max-height: 360px;
    height: 360px;
    position: relative;
}

.masonry-gallery-item-description {

    display: flex;
    height: 100%;
    max-height: 26%;

    justify-content: center;
    flex-direction: column-reverse;
}

.shadowAnimation.no-after:before {
    content: none;
}


/*sidebar*/
.shadowAnimation::before {
    content: " ";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #fff, #e8e8e870 50%, #fff);
    -webkit-animation: mymove .9s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: AnimationAfterLoadingImg .9s cubic-bezier(.4, 0, .2, 1) infinite
}

@keyframes AnimationAfterLoadingImg {
    from {
        right: 0;
    }
    to {
        right: 100%;
    }
}


.lazy {
    display: block !important;
    overflow: hidden !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    color: transparent !important;
}

::-webkit-input-placeholder {
    color: #b2b2b2;

    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.main {
    width: 100%;
    height: auto;
    background: aliceblue;
    margin: 0 auto;
}


@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.stick-logo span {
    color: var(--BackgroundColorSecound);
}

.stick-logo b {
    font-size: 10px;
}


main, nav, section {
    display: block;
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

b {
    font-weight: bolder;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


img {
    vertical-align: middle;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1, h2, h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

.container {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.col-12, .col-md-3, .col-lg-3, .col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

.d-none {
    display: none !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.mr-0 {
    margin-right: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
  
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}