/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav span.owl-next, .owl-carousel .owl-nav span.owl-prev, .owl-carousel span.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    /*direction: rtl*/
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url(owl.video.play.png) no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
* {
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*font-weight: normal;*/
}

body {
    background: #f5f5f5 !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: var(--SiteFont), serif;
    display: inline;

}
.headContent {
    /*padding-left: 0;*/
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.homepage-header-aside {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
}

.homepage-header-aside ul.mega-menu-ul {
    margin-bottom: 17px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
}

.homepage-header-aside ul.mega-menu-ul li.menu-item {
    padding: 0;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.homepage-header-aside ul.mega-menu-ul li.menu-item a.menu-item-anchor {
    padding: 9px 10px 9px 30px;
    display: block;
    color: #6b7074;
    font-size: 13px;
}


@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 {
        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;
    }
}

.sidebar-digimag {
    position: relative;
    width: 100%;
    height: 199px;
}
.home-menu-bottom-widget {
    height: 199px;
}
.sidebar-digimag .home-menu-bottom-widget a.promotion {
    overflow: hidden;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 199px;
    max-height: 199px;
}

.sidebar-digimag .home-menu-bottom-widget a.promotion img {
    width: 100%;
    height: 199px;
}

.slider-main {
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: none;
}

.slider-main .card {
    border: none;
    padding: 0;
}
.product-carousel{
    color: transparent;
    display: block !important;
    height: 400px;
    max-height:400px;
    min-height: 400px;
}

.slider-main .product-carousel-main .item img {
    border-radius: 0;
    padding: 15px;
}


.homepage-header-content .tiles .tiles-wrapper {
    float: right;
    width: 100%;
}

.homepage-header-content .tiles .tiles-wrapper a.tiles-item {
    position: relative;
}

.homepage-header-content .tiles .tiles-wrapper a.tiles-item img {
    width: 100%;
    border-radius: 3px;
}



.homepage-header-content .tiles .tiles-wrapper a.tiles-item span.tiles-item-txt {
    height: 75px;
    font-size: 14px;
    align-items: center;
    color: var(--BackgroundColor);
    width: 100%;
    line-height: 25px;
    text-align: right;
    padding: 12px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.homepage-header-content .tiles .tiles-wrapper a.tiles-item span.tiles-item-txt span {
    font-weight: bold;
}

.widget {
    border-radius: 5px;
    padding: 0 10px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.widget .card-header {
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    margin-top: 10px;
}

.widget-product span.module-title-txt {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
    right: 0;
    float: right;
    color: #666666;
    margin-top: 5px;
}

.widget-product .module-title-sep {
    border-top: 1px solid #dedede;
    float: right;
    width: 72%;
    margin-top: 20px;
    margin-right: 25px;
}

.widget-product .module-title-btn {
    width: 230px;
    font-size: 14px;
    text-align: center;
    padding: 5px 20px;
    background-color: var(--BackgroundColorSecound);
    color: var(--AncherTextColor);
    border: 1px solid #b5b5b5;
    margin-right: 15px;
    cursor: pointer;
    float: left;
    border-radius: 50px;

}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: 100% !important;
}

.widget-product .product-carousel .item {
    /*display: inline-block;*/
    /*direction: rtl !important;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 390px;*/
    /*max-height:390px;*/
    /*min-height: 390px;*/
}


@media (min-width: 992px) {

    .widget-product .product-carousel .owl-item {
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
        background-color: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    }
}

.widget-product .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 25px;
    height: 70px;
    padding-top: 15px;
}

.widget-product .product-carousel .item .post-title a {
    font-size: 13px;
    color: #535353;
    text-decoration: none;
}

@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;
    }

}



.flickity .widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 0 0 4px 1px #b9b9b9;
    border-radius: 5px 0 0 5px;
}

.flickity .widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 0 0 4px 1px #b9b9b9;
    border-radius: 0 5px 5px 0;
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.flickity .widget-product .owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

.flickity .widget-product .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i {
    font-size: 35px;
    color: #5d5f5f;
    line-height: 52px;
}


.widget-product .owl-carousel .item-details {
    background-color: var(--BackgroundColor);
    height: 37px;
    padding: 0 10px 0 10px;
    border-top: 3px solid var(--BackgroundColorSecound);
}

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

.widget-product .owl-carousel .item-details .user-profile-stat-wrapper > img {
    max-width: 100%;
    object-fit: contain;
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 2px;

}

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

.widget-product .owl-carousel .item-details i {
    font-size: 15px;
    color: #fff;
    padding-left: 5px;
    margin-right: auto;
    margin-top: 0;
    vertical-align: middle;

}

.widget-product .owl-carousel .item-details .item-details-date {
    font-size: 12px;
    color: #fff;
    float: left;
    line-height: 3;
}


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

.main-aside {
    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;
    padding-bottom: 20px;
}

.main .main-content .module-title {
    /*padding: 30px 0;*/
    color: var(--AncherTextColor);
    font-size: 15px;
    /*height: 30px;*/
    width: 100%;
    display: flex;
    
}

.main .main-content .module-title .module-title-txt {
    padding-left: 15px;
    float: right;
}

.main .main-content .module-title .module-title-txt span.bold {
    font-weight: 700;
}

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

.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 .image .image-fav {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 4;
    transition: all .15s;
    text-align: left;
}

.main .main-content .topics .topics-content .masonry-gallery-item:hover .image .image-fav {
    bottom: 5px;
    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 !important;
    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;
}

.main .main-content .sidebar-topics-aside .post-list-widget {

    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #6b7074;
    float: right;
}

.main .main-content .sidebar-topics-aside .post-list-widget .widget-title {
    padding: 17px 0;
    text-align: center;
    position: relative;
}

.main .main-content .sidebar-topics-aside .post-list-widget .widget-title::before {
    content: "";
    display: block;
    width: 35px;
    border-top: 4px solid var(--BackgroundColor);
    position: absolute;
    right: 0;
    top: 50%;
}

.main .main-content .sidebar-topics-aside .post-list-widget .widget-title::after {
    content: "";
    display: block;
    width: 35px;
    border-top: 2px solid var(--BackgroundColorSecound);
    position: absolute;
    right: 0;
    top: 50%;
}

.main .main-content .sidebar-topics-aside .post-list-widget .favourites-title {
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #6b7074;
    padding: 0 60px 4px;
}

.main .main-content .sidebar-topics-aside .post-list-widget .favourites-title img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: block;
    margin: 0 auto 25px;
    object-fit: cover;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list {
    display: inline-block;
    margin-bottom: 0;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list {
    border-top: 1px solid #f5f5f5;
    display: block;
    padding: 15px 15px 0;
    float: right;
    position: relative;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list img {
    border-radius: 3px;
    object-fit: cover;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail {
    padding: 0;
    display: inline-block;
    width: 57%;
    float: left;
    margin-top: -5px;
    margin-right: 10px;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail a {
    color: #6b7074;
    font-size: 13px;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail .item-detail-time {
    height: 40px;
    font-size: 12px;
    color: var(--AncherTextAARateColor);
    margin-top: 15px;
}

.main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail .item-detail-time i {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
    padding-bottom: 5px;
}

.main .main-content .sidebar-topics-aside .post-list-widget .favourites-btn {
    background-color: #fafafa;
    text-align: center;
    padding: 12px 4px;
    font-size: 14px;
    height: 83px;
    line-height: 62px;
}

.main .main-content .sidebar-topics-aside .post-list-widget .favourites-btn a {
    display: block;
    font-weight: 700;
    color: var(--AncherTextColor);
    padding: 2px 6px;
    border-radius: 3px;
    background-color: var(--BackgroundColorSecound);
}

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

.main .main-content .module-title-two .module-title-btn {
height: 37px    ;
    width: 230px;
    font-size: 14px;
    text-align: center;
    padding: 5px 20px;
    background-color: var(--BackgroundColorSecound);
    color: var(--AncherTextColor);
    border: 1px solid #b5b5b5;
    margin-right: 15px;
    cursor: pointer;
    float: left;
    border-radius: 50px;;
}

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


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

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.widget-product .product-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 0;
    width: 100%;
    background-color: #fff;
}


.widget-product .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 32px;
}

.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: unset;
    outline: none;
    transition: all .2s;
}

.owl-carousel .owl-nav .owl-next i {
    font-size: 25px;
}

.widget-product .owl-carousel .owl-nav, .owl-next {
    display: block ;
}

.sidebarNewsIndex {
    margin-top: 22px;
}


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

.itemNewsBigSize {
    height: 198px;
    max-height: 198px;
}


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

}


.itemSideBarRight {
    font-size: 13px;
    display: inline;
    line-height: 20px;
}

.theLatestNewsTitle {
    font-size: 14px !important;
    line-height: 21px !important;
}


.theLatestNewsDescription {
    font-size: 13px !important;
    line-height: 25px !important;
}

.theLatestNewsDescriptionSideBarLeft {
    font-size: 14px !important;
    line-height: 25px !important;
}


.item-detail .item-detail-txt h5 {
    font-size: 12px;
    font-weight: 700;
}


.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;
}

.sidebar-topics-aside .post-list-widget .favourites-list .favourites-list .item-detail .item-detail-time .fa {
    color: #757575;
}


.relativ {
    position: relative;
}


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

.iconrelativ {
    bottom: 0;
    display: block;
    width: 100%;
    height: 199px;
    position: absolute;
    overflow: hidden;
}


.iconrelativ:hover .pic-masonry-gallery-item {
    bottom: 15%;
    transition: all 0.9s;
}


.image-mask-relativ {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 5px;
    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;
    margin-left: 10px;
}

.iconrelativ:hover .image-mask-relativ {
    height: 100%;
    transition: all .15s;
}

.iconrelativ:hover .image-mask-pro {
    height: 100%;
    transition: all .15s;
}

.image-mask-pro {
    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;

}


.name-writer-blogs {
    color: #fff !important;
}


.item-details-date {
    line-height: 34px;
}


.slider-mag-news .fa-clock-o {
    float: left;
    line-height: 34px;
    padding-right: 5px;
}



.main-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 10px;*/
}

ul {
    padding-right: 0;
}

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

* {
    /*scrollbar-width: thin;*/
    /*scrollbar-color: #2b2b2b #d1d1d1;*/
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #d1d1d1;
}

*::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
    border-radius: 20px;
    border: 2px ridge #cccccc;
}

.widget-product .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}


.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .15);

    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i, .widget-product .owl-carousel .owl-nav .owl-next i {
    font-size: 35px;
    color: #5d5f5f;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
}


.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.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 0 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;

}

.updateDateNews {
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: 37px;
    right: 0;
    background-color: red;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 9px;
    padding: 3px;
}

.masonry-gallery-item-description {

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

    justify-content: center;
    flex-direction: column-reverse;
}
.selectedCard,.user-profile-stat-wrapper {
    display: flex;
}
.shadowAnimation.no-after:before {
    content: none;
}
.shadowAnimation,.shadowAnimationSidebar{
    overflow: clip;
}
.shadowAnimationSidebar.no-afterSidebar:before {
    content: none;
}

.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
}

.shadowAnimationSidebar::before {
    content: " ";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #e8e8e870 50%, transparent);
    -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;
}

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

.lazyPngDisplayNotBlock {
    display: block !important;
    overflow: hidden !important;
    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;
}


.product-carousel .owl-item img.img-fluid {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
    object-fit: cover;
}

.widget-product .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.widget-product .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next {
    width: 25px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}


.widget {
    border-radius: 3px;
    background: #fff;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    font: 14px var(--SiteFont);
}

.widget .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    margin: 5px 10px 0 10px;
}

.widget-product .product-carousel .item {
    display: inline-block;
    text-align: center;
    padding: 10px;
    width: 100%;
}


.widget-product .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 25px;
    height: auto;
    padding-top: 15px;
}

.widget-product .product-carousel .item .post-title a {
    font: 13px var(--SiteFont);
    color: #535353;
    text-decoration: none;
}


.card {
    margin: 20px 0 20px 0;
    text-align: center;
    position: relative;
}


.fa-newspaper-o {
    padding: 0;
}

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

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

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


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    /*box-sizing: border-box;*/
}


aside, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--SiteFont);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*  text-align: left;*/
    background-color: #fff;
}

h1, h2, h3, h4, h5 {
    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;
}

html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5 {
    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;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

/*.col-6, .col-12, .col-md-3, .col-md-4, .col-md-9, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-8, .col-lg-9, .col-lg-12 {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    min-height: 1px;*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*}*/

/*.col-6 {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 50%;*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*}*/

/*.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%;*/
    /*}*/
    
    /*.col-md-4 {*/
    /*    -webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 33.333333%;*/
    /*    flex: 0 0 33.333333%;*/
    /*    max-width: 33.333333%;*/
    /*}*/
    
    /*.col-md-9 {*/
    /*    -webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 75%;*/
    /*    flex: 0 0 75%;*/
    /*    max-width: 75%;*/
    /*}*/
    
    /*.col-md-12 {*/
    /*    -webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 100%;*/
    /*    flex: 0 0 100%;*/
    /*    max-width: 100%;*/
    /*}*/
}

@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-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    /*.col-lg-8 {*/
    /*    -webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 66.666667%;*/
    /*    flex: 0 0 66.666667%;*/
    /*    max-width: 66.666667%;*/
    /*}*/

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .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;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*  background-color: #fff;*/
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.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;
}

.d-inline-block {
    display: inline-block !important;
}

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

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

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

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-3 {
    margin-top: 1.1rem !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;
    }
}


.itemSliderTopBlog {
    margin-top: 4px;
}


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

.col-12.flickity {
    padding: 0;
}


.sliderTwoMag {
    padding: 0;
}

.promotion.shadowAnimation.no-after {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}


.mega-menu-ul .menu-item-type-custom .menu-item-anchor .fa {
    color: #737373;
    font-size: 17px;
    width: 29px;
    text-align: center;
}

.menu-item-anchor:hover .fa {
    color: var(--BackgroundColorSecound) !important;

}






.mt-4rem{
    margin-top: 4rem !important;
}

.mt-82px{
    margin-top: 82px !important;
    margin-right: 23px !important;
    width: 31% !important;
}
@media (max-width: 1330px) {
    .widget-product .module-title-btn {
        display: block;
    }

    .widget .card-header, .brand-slider .card-header {
        border-bottom: 1px solid #dfdfdf;
    }

    .widget .product-header {
        border-bottom: none;
    }

    .sticky-sidebar-distant {
        display: none !important;
    }

    .main-aside nav ul.stick-menu {
        display: none;
    }

    .main-content .topics .topics-content .post-module .post-module-title .social-act {
        float: left;
        width: 200px;
        margin-left: 20px;
    }

    .main-content .topics .topics-content .post-module .post-module-social .operation {
        width: 100%;
        text-align: center;
        direction: ltr;
    }


    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-start .stars-wrapper {
        float: none;
    }

    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-start .stars-wrapper i {
        font-size: 18px;
    }

    .main-content .topics .topics-content .post-module .post-module-social .social-networks {
        /*float: none;*/
    }

    .main-content .topics .topics-content .post-module .post-module-social .check-handler {
        float: none;
    }

    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res {
        display: none;
    }

    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn {
        float: none;
    }

    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-sep {
        float: none;
        display: inline-block;
    }

    .main-content .topics .topics-content .post-module .post-module-social .social-networks a.icon-social {
        display: inline;

    }

    .main-content .topics .topics-content .sidebar-banner {
        display: none;
    }

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

    nav.top-menu-box {
        padding: 0 104px;
    }
}

@media (max-width: 1200px) {
    .nav-btn {
        display: block;
        margin-top: 0;
        right: 4px;
    }

    .main-content .topics .topics-content .post-module .comments-template .comment-respond .comment-form .comment-fields .input-textbox {
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0 15px;
        font-size: 14px;
        width: 100%;
        border-radius: 3px;
        background-color: #ffffff;
        float: right;
    }

    .main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item {
        display: flex;
        padding: 20px 5px 20px 5px;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail {
        width: 55%;
        float: right;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list a {
        float: right;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail .item-detail-time {
        float: right;
    }

}

@media (max-width: 1110px) {
    .homepage-top .logo {
        display: none;
    }

    .res-div {
        max-width: 100%;
        padding: 0;
    }

    .homepage-top .header-right .mobile-bar {
        display: block;
        padding: 0 20px;
    }

    .homepage-top .header-right .mobile-bar .nav-btn {
        display: block;
    }

    .homepage-header-aside {
        display: none;
    }

    .sidebar-digimag {
        display: none;
    }

    .header-responsive-left {
        display: block !important;
        float: left;
        width: 85px;
        padding-bottom: 10px;
        height: 100%;
    }

    .homepage-top .header-left {
        display: none;
    }

    .homepage-top .header-left .search-btn {
        margin-left: 0;
        cursor: pointer;
        float: right;
        line-height: 60px;
        padding: 0;
    }

    .homepage-top .header-left .user-pane {
        padding-right: 0;
        float: left;
        line-height: 60px;
    }

    .homepage-top .hashtag .hashtag-title {
        padding-right: 20px;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box .forgotten .forgotten-wrapper {
        float: right;
        width: 100%;
        text-align: right;
    }

    .homepage-header-content {
        display: none;
    }

    nav.top-menu-box {
        display: none;
    }
}

@media (max-width: 991px) {

    .main .main-content .sidebar-topics-aside .post-list-widget .favourites-title {
        padding: 0 0 50px;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget .widget-title::after {
        content: "";
        display: block;
        width: 0;
    }

    .archive-header .media-header img {
        width: 25px;
        height: 25px;
        display: inline-block;
        float: right;
        margin-left: 10px !important;
        margin-top: 7px;
    }

    .archive-header .media-header .media-header-content .input-sesarch {
        display: block;
        background-color: #fafafa;
        padding: 0 15px;
        height: 40px;
        border-radius: 50px;
        font-size: 12px;
        width: 100%;
    }

    .archive-header .category .category-vol {
        width: 100%;
        text-align: center;
    }

    .archive-header .category .category-sort .order {
        margin-left: 0;
    }

    .archive-header .category .category-sort .order:last-child {
        float: left;
    }

    .main-content .topics .topics-content .post-module .post-module-title .social-act .social-act-txt {
        display: none;
    }

    .main-content .topics .topics-content .post-module .post-module-title .social-act .social-act-sep {
        display: none;
    }

    .main-content .topics .topics-content .post-module .post-module-title .social-act {
        text-align: left;
        position: absolute;
        width: auto;
        left: 0;
    }

    .main-content .topics .topics-content .post-module .post-module-title .social-act .bookmark-wrapper .popularity {
        width: 100%;
    }

    .main-content .topics .topics-content .post-module .post-module-title .social-act i {
        background: rgba(0, 0, 0, .5);
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .main-content .topics .topics-content .post-module {
        padding: 0 10px;
    }

    .main-content .topics .topics-content .post-module .post-module-title h1.txt-entry-title {
        max-width: 75%;
        font-size: 14px !important;
        margin-top: 0;
        font-weight: 700;
    }

}

@media (max-width: 768px) {
    
    .masonry-gallery{
        padding: 0 10px;
    }
    .slider-main  {
        display: block;
        margin: 8px;
        border-radius: 8px;
    }
    .main .main-content .topics .topics-content .masonry-gallery-item {
        /*max-height: 276px !important;*/
    }
    
    .card {
        margin-top: 0;
        margin-bottom: 0
    }

    .main-container {

        margin-top: 0 !important;
    }

    .main .main-content .module-title {
        padding: 10px !important;
    }

    .flickity .widget-product .owl-carousel .owl-nav .owl-prev {
        right: 0 !important;
    }

    .flickity .widget-product .owl-carousel .owl-nav .owl-next {
        left: 0 !important;
    }


    .widget .card-header, .brand-slider .card-header {
        background: #fff;
        padding: 0 15px 0 !important;
    }

    .widget-product .module-title-sep {
        width: 19vw;
        height: 2px;
        display: none;
    }


    .main .main-content .topics .topics-content .masonry-gallery-item .image {
        max-height: 50% ;
        height: 50% ;
    }

    .pic-masonry-gallery-item {
        bottom: -50%;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail {
        padding: 1px 0 0 0;
        margin-bottom: 0;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item {
        /*height: 330px;*/
    }

    .main-content .topics .topics-content .post-module .post-module-social .operation {
        border-radius: 3px;
        background: #797979 !important;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box {
        width: 100%;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box span.login-box-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box span.login-box-hint {
        font-size: 14px;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box .input-wrapper .input-wrapper-item .title {
        display: none;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box .input-wrapper .input-wrapper-item input {
        width: 100%;
        border-radius: 50px;
        display: block;
        background-color: #fafafa;
        height: 40px;
        padding: 0 20px;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box .input-wrapper .input-wrapper-item {
        border-bottom: none;
    }

    .modal-dialog .modal-content .modal-body .login-pop-wrapper .login-pop-wrapper-result form.login-box .input-wrapper .input-wrapper-item input::placeholder {
        opacity: 1;
    }


    .main .main-content .sidebar-topics-aside .post-list-widget .favourites-title {
        padding: 0 0 50px;
    }

    footer.footer .footer-head .footer-head-colleagues .footer-head-item {
        width: 700px;
        display: block !important;
        overflow-x: auto;
    }

    footer.footer .footer-head .footer-head-colleagues .footer-head-item .footer-head-scroll {
        width: 950px;
        overflow-x: auto;
    }

    footer.footer .footer-head .footer-head-colleagues span.title {
        margin-bottom: 10px;
        display: block;
    }

    footer.footer .footer-body ul.footer-body-nav {
        display: none;
    }

    footer.footer .footer-head .footer-head-colleagues {
        overflow: hidden;
    }

    footer.footer .footer-body form.newsletter-form {
        text-align: center;
    }

    footer.footer .footer-body form.newsletter-form .news-letter-txt {
        float: none;
        display: block;
    }

    .main-content .topics .topics-content .post-module nav {
        width: 1300px;
        overflow-x: hidden;
    }

    .main-content .topics .topics-content .post-module nav .breadcrumb {
        width: fit-content;
        overflow: hidden;
        /*height: 27px !important;*/
    }

}


@media (max-width: 570px) {
    
    .owl-dots {
        position: absolute;
        bottom: 5px;
        text-align: center;
        right: 0;
        left: 0;
    }
    
    
    .owl-dots span {
         outline: none;
         width: 8px;
         height: 8px;
         margin: 5px 4px;
         background: var(--BackgroundColor)!important;
         display: inline-block;
         border-radius: 30px;
         -webkit-transition: all .2s ease-in-out !important;
         transition: all .2s ease-in-out !important;
         border: 1px solid #fff!important;
     }
    .slider-main .owl-dots span.active {
        width: 30px;
        background: var(--BackgroundColorSecound) !important;
    }

    .slider-main .product-carousel-main .item img {
        padding: 0 !important;
    }
    
    .selectedCard .item-details-author {
        padding-right: 5px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {

        padding-right: 0.2rem !important;
        padding-left: 0 !important;

    }

    .widget .card-header, .brand-slider .card-header {
        border-bottom: 0;
    }

    .main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper .vcard-author {
        font-size: 10px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-author .post-module-author-date {
        font-size: 10px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-title {

        padding-right: 13px !important;

    }

    .res-div .slider-main .widget-product .owl-loaded .owl-nav .owl-next {
        top: 50% !important;
    }

    .module-title-two {
        margin: 0 !important;
    }

    .main .main-content .module-title-two .module-title-sep-two {
        display: none;
    }

    .homepage-top .hashtag .hashtag-wrapper {
        width: 300px;
        overflow-x: auto;
        position: absolute;
    }

    .homepage-top .hashtag .hashtag-wrapper .hashtag-wrapper-scroll {
        width: 300px;
        overflow-x: auto;
    }

    .main .main-content .module-title {
        display: block;
    }

    footer.footer .footer-bottom .social-networks {
        display: block;
        margin-top: 25px;
        text-align: center;
    }

    footer.footer .footer-body form.newsletter-form input.news-letter-email {
        margin: 0;
        width: 100%;
    }

    footer.footer .footer-body form.newsletter-form button.news-letter-btn {
        display: block;
        margin: 20px auto 0;
    }

    .archive-header .category .category-sort .order {
        width: 100%;
    }

    .d-n {
        display: block;
    }

    .main-pt .main .pull-right .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 450px) {
    .slider-main .product-carousel-main .item img {

        height: 234px !important;
    }


    .main .main-content .module-title-two .module-title-btn {
        margin: 0 auto;
        display: flex;
        width: max-content;
    }

    .widget-product .module-title-btn {
        width: 145px !important;
        font-size: 10px !important;
        padding: 5px 0 !important;
        margin-top: 4px !important;
    }

    .txtContentMag {
        /*padding: 0 7px !important;*/
    }

    .main-content .topics .topics-content .post-module .post-module-content p {
        padding: 0 5px !important;
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-author {
        padding: 0 !important;
        margin: 0 !important;
        justify-content: right !important;
    }


    .sidebarNewsIndex {
        margin-top: 0;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget .widget-title {
        padding: 25px 0 !important;

    }

    .middle-bar-footer {

        margin-top: 0;

    }

    .main {

        margin-top: 0;

    }

    .homepage-top .hashtag .hashtag-wrapper {
        width: 150px;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list {
        padding: 30px 10px 0;
    }

    .main .main-content .sidebar-topics-aside .post-list-widget ul.favourites-list li.favourites-list .item-detail {
        margin-right: 15px;
    }

    .archive-header {
        padding: 15px;
    }

    .archive-header a.breadcrumbs-icons {
        left: 45px;
    }

    .archive-header .category {
        height: auto !important;
        font-size: 13px;
        text-align: center;
        padding-left: 0;
    }

    .main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper img {
        width: 50px;
        object-fit: contain;
        height: 50px;
    }

    .main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper {

        padding-right: 30px;
    }

    .main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper .vcard-author {
        font-size: 13px;
        padding-right: 5px;
    }

    .main-content .topics .topics-content .post-module .post-module-author .post-module-author-date {
        text-align: center;
        width: 100%;
        display: block;
        line-height: 32px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-author i {
        margin-right: 0;
        padding: 5px 0;
    }

    .main-content .topics .topics-content .post-module .post-module-social .check-handler {
        padding: 7px 0 7px 10px;
    }

    .main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item {
        padding: 20px 7px 20px 7px;
    }

    .user-profile-stat-wrapper {
        width: 100%;
        text-align: right;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail img {
        width: 30px !important;
        height: 30px;
        margin-left: 5px;
        object-fit: contain;
    }

    .main .main-content .topics .topics-content .masonry-gallery-item .masonry-gallery-item-detail .popularity-time-to-read {
        text-align: left;
        margin-top: 0;
    }
}

@media (max-width: 330px) {
    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res {
        margin-left: 0;
    }

    .main-content .topics .topics-content .post-module .post-module-social .post-module-social-sep {
        margin-left: 5px;
    }
}


@media (min-width: 992px) {
    .main-content .topics .topics-content .post-module .post-module-social {
        padding-bottom: 10px;
    }

}


.page-item:first-child .page-link {

    border-radius: 0 0.25rem 0.25rem 0;
}

.page-item:last-child .page-link {
    border-radius: 0.25rem 0 0 0.25rem;
}

.selectedCard {
    width: auto;

}


.page-item.active .page-link {
    background-color: var(--BackgroundColor) !important;
    color: #fff;
    border: none;
}

.pagination-container {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
}


.owl-carousel .owl-nav .owl-next i {
    line-height: 51px !important;
}

.widget-product .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next {
    width: 25px !important;
    height: 50px !important;
}
