.card__post {
    position: relative
}

.card__post .card__post__body {
    display: block
}

.card__post .card__post__body img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    position: relative
}

.card__post .card__post__body .card__post__content {
    padding: 20px;
    left: 0;
    bottom: 0;
    width: 100%
}

.card__post .card__post__body .card__post__content .card__post__category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 5px 8px;
    background: -ms-linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post .card__post__body .card__post__content .card__post__category {
        position: absolute;
        top: -20px;
        left: 20px
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post .card__post__body .card__post__content .card__post__category {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .post_title {
        margin-bottom: 0
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .post_title {
        font-size: 14px
    }
}

.card__post .card__post__body .card__post__content .card__post__title p {
    line-height: 24px;
    font-size: 14px
}

.card__post .card__post__body .card__post__content .card__post__author-info {
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post .card__post__body .card__post__content .card__post__author-info {
        display: none
    }
}

.card__post .card__post__body .card__post__content .card__post__author-info .list-inline {
    margin: 0
}

.card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item a {
    color: #fff;
    font-weight: normal;
    text-decoration: none
}

.card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item span {
    color: #fff;
    font-weight: 500;
    font-size: 12px
}

.card__post:hover .card__post__body::before {
    opacity: 1
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-header .card__post {
        margin-bottom: 20px
    }
}

.popular__news-header-carousel {
    margin-top: 30px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-header-carousel {
        margin-top: 0
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-header-carousel {
        margin-top: 30px
    }
}

.popular__news-right .card__post .card__post__body img {
    position: relative
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-right .card__post .card__post__body img {
        height: auto
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-right .card__post .card__post__body img {
        height: 130px
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .popular__news-right h4,
    .popular__news-right h4,
    .popular__news-right h5 {
        font-size: 18px
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {

    .popular__news-right h3,
    .popular__news-right h4,
    .popular__news-right h5 {
        font-size: 14px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-right .list-inline {
        display: none
    }
}

.poto img{
    width: 100%;
}
.position-relative {
    position: relative !important;
}
.c-overlay {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.format-overlay {
    --size: calc(42px * var(--post-format-scale, 1.096));
    width: var(--size);
    height: var(--size);
    font-size: calc(var(--size) * .405);
    margin: calc(1% + 5px);
    pointer-events: none;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-width: clamp(1px, .12em, 5px);
    color: rgba(255, 255, 255, .7);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .15);
    background: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-overlay.p-center {
    margin: 0;
    top: 50%;
    left: 50%;
    bottom: initial;
    transform: translate(-50%, -50%);
}
.wrapper__list__article .card__post__content {
    display: inline-block;
}

.bg__post-cover {
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.card__post .card__post__body .card__post__content {
    padding: 40px 20px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
}
.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a {
    color: #fff;
}
.card__post .card__post__body .card__post__content .card__post__author-info {
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px;
}
.card__post .card__post__body .card__post__content .card__post__author-info .list-inline {
    margin: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.card__post-carousel .slick-dots button {
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 100%;
    background-color: #fff;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.card__post-list-top:first-child {
    margin-top: 0
}

.card__post-list {
    display: flex
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-list {
        margin-top: 0
    }
}

.card__post-list .card__post__transition {
    position: relative;
    overflow: hidden
}

.card__post-list .card__post__transition img {
    position: relative;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    background-color: #000;
    display: inline-block;
    margin-bottom: 0
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-list .card__post__transition img {
        height: auto
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-list .card__post__transition img {
        height: auto
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .card__post-list .card__post__transition img {
        height: 170px
    }
}

.card__post-list .card__post__content {
    padding: 0 8px 0 10px !important
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-list .card__post__content {
        padding: 0 8px 0 15px !important
    }
}

.card__post__transition img {
    transition: 0.3s ease-in-out
}

.card__post__transition:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    transition: 0.3s ease-in-out
}

.card__post__body-border {
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef
}

.card__post__body-border-all {
    border: 1px solid #e9ecef;
    margin-top: -1px
}

.card__post__body-border-all .card__post__category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 5px 8px;
    background: -ms-linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600
}

.card__post__body-border-all span {
    font-size: 11px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post__body-border-all span {
        font-size: 10px
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post__body-border-all span {
        font-size: 10px
    }
}

.card__post__body-border-all h3,
.card__post__body-border-all h4.card__post__body-border-all h5 {
    font-size: 16px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel {
        margin-bottom: 0
    }
}

.card__post-carousel .card__post .card__post__body img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.card__post-carousel .card__post .card__post__body .card__post__content {
    padding: 40px 20px
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-carousel .card__post .card__post__body .card__post__content {
        padding: 20px
    }
}

.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%
}

.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a {
    color: #fff
}

.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a:hover {
    text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
        font-size: 24px
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .card__post .card__post__body .card__post__content {
        padding: 15px
    }
}

.card__post-carousel .slick-prev,
.card__post-carousel .slick-next,
.card__post-carousel-height .slick-prev,
.card__post-carousel-height .slick-next,
.carousel-custom .slick-prev,
.carousel-custom .slick-next {
    width: 45px;
    height: 45px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease
}

.card__post-carousel .slick-prev::before,
.card__post-carousel .slick-next::before,
.card__post-carousel-height .slick-prev::before,
.card__post-carousel-height .slick-next::before,
.carousel-custom .slick-prev::before,
.carousel-custom .slick-next::before {
    color: #fff
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .card__post-carousel .slick-prev,
    .card__post-carousel-height .slick-prev,
    .carousel-custom .slick-prev {
        display: none !important
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .card__post-carousel .slick-next,
    .card__post-carousel-height .slick-next,
    .carousel-custom .slick-next {
        display: none !important
    }
}

.card__post-carousel:hover .slick-prev,
.card__post-carousel-height:hover .slick-prev,
.carousel-custom:hover .slick-prev {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.card__post-carousel:hover .slick-next,
.card__post-carousel-height:hover .slick-next,
.carousel-custom:hover .slick-next {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.card__post-carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -10px
}

.card__post-carousel .slick-dots li {
    margin: 0
}

.card__post-carousel .slick-dots button {
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 100%;
    background-color: #fff
}

.card__post-carousel .slick-dots li.slick-active button {
    background-color: #c00
}

.card__post__transition {
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.card__post__transition .card__post__body {
    display: block
}

.card__post__transition .card__post__body img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto
}

.card__post__transition .card__post__body .card__post__content {
    padding: 15px;
    width: 100%
}

.card__post__transition .card__post__body .card__post__content .card__post__title h6 a {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500 !important;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    text-decoration: none
}

.card__post__transition .card__post__body .card__post__content .card__post__title h3,
.card__post__transition .card__post__body .card__post__content .card__post__title h4,
.card__post__transition .card__post__body .card__post__content .card__post__title h5 {
    margin-bottom: 10px
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .card__post__transition .card__post__body .card__post__content .card__post__title h3,
    .card__post__transition .card__post__body .card__post__content .card__post__title h4,
    .card__post__transition .card__post__body .card__post__content .card__post__title h5 {
        font-size: 16px
    }
}

.card__post__transition .card__post__body .card__post__content .card__post__title h3 a,
.card__post__transition .card__post__body .card__post__content .card__post__title h4 a,
.card__post__transition .card__post__body .card__post__content .card__post__title h5 a {
    color: #000
}

.card__post__transition .card__post__body .card__post__content .card__post__title h3 a:hover,
.card__post__transition .card__post__body .card__post__content .card__post__title h4 a:hover,
.card__post__transition .card__post__body .card__post__content .card__post__title h5 a:hover {
    color: #c00;
    text-decoration: none
}

.card__post__transition .card__post__body .card__post__content .card__post__title p {
    line-height: 24px;
    font-size: 14px;
    text-align: left
}

.card__post__transition .card__post__body img {
    transition: 0.3s ease-in-out
}

.card__post__transition .card__post__body:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    transition: 0.3s ease-in-out
}

.card__post__detail h2 {
    cursor: pointer;
    color: #343a40
}

.card__post__detail h2:hover {
    color: #c00
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post__detail h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }
}

.card__post__detail .card__post__detail-author-info {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px
}

.card__post__detail .card__post__detail-author-info .list-inline {
    margin: 0
}

.card__post__detail .card__post__detail-author-info .list-inline .list-inline-item {
    font-weight: normal;
    line-height: 17px
}

.card__post__detail .card__post__detail-author-info .list-inline .list-inline-item a {
    color: #c00;
    font-weight: normal
}

.card__post__detail .card__post__detail-author-info .list-inline .list-inline-item span {
    color: #fff;
    font-weight: normal
}

.card__post__detail figure img {
    position: relative
}

.card__post__detail figure figcaption {
    text-align: center;
    font-size: 12px;
    margin: 10px 0
}

.card__post__detail .card__post__detail-body p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px
}

.card__post__detail .card__post__detail-body h4 {
    line-height: 32px
}

.card__post__detail .card__post__detail-body .blog-tags {
    padding: 15px 0;
    display: block
}

.card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags {
    display: flex
}

.card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags .fa-tags {
    margin-right: 10px;
    text-align: center;
    position: relative;
    top: 7px;
    color: #c00
}

.card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags a {
    display: block;
    margin-bottom: 5px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px
}

.card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags a:hover {
    background-color: #c00;
    color: #fff
}

.card__post-height {
    height: 460px;
    max-height: 100%;
    margin-left: 2px;
    line-height: 0;
    overflow: hidden
}

.card__post-height img {
    height: 460px !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.bg__post-cover-height {
    padding: 15px;
    left: -2px !important;
    bottom: 0;
    width: 99% !important;
    margin-left: 4px
}

#top-slider{
    height: 500px;
    overflow: hidden;
}
.slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}
.slick-dots li button:before {
    opacity: 0;
}
.image-sm img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    height: 80px;
    max-width: 100%;
    width: 100%;
}
.image-sm {
    display: block;
    height: 100%;
    flex: 0 0 28%;
    width: 28%;
    max-width: 100%;
    margin: 0;
    background-size: cover;
}
.post_title_small {
    font-size: 14px;
    line-height: 1.3rem;
}

.post_title {
    font-weight: 600;
    margin-bottom: .3rem;
}
.post_title a:hover,
.post_title_white a:hover {
    text-decoration: none;
    color: #c00;
}
.card__post__content .slug,
.article__content .slug {
    font-size: 10px;
}

.slug {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1rem;
}
.slug a {
    color: #c00;
}
.card__post .card__post__body .card__post__content {
    left: 0;
    bottom: 0;
    width: 100%;
}

.wrapper__list__article .card__post__content {
    display: inline-block;
}

.card__post-list .card__post__content {
    padding: 0 8px 0 10px !important;
}
.card__post .card__post__body {
    display: block;
}
.post_title_medium {
    font-size: 19px;
    line-height: 23px;
    margin-top: 0;
}

.post_title {
    font-weight: 600;
    margin-bottom: .3rem;
}

.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.article__entry .article__content ul.list-inline li.list-inline-item span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.article__entry .article__content ul.list-inline li.list-inline-item {
    margin-right: 0.5rem;
    margin-left: 0;
}
.article__entry .article__content ul.list-inline {
    margin: 0;
    padding: 0;
}

.list-inline-item {
    display: inline-block;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.border_section {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.border_section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background: #c00;
    z-index: 1;
}
.border_section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #eee;
}
.border_section a {
    color: #000;
}
.wrapper__list__article h1 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top:24px;
    line-height: 29px;
}
.post_title.post_title_small.line-clamp-3{
    margin-top:10px;
}
.card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item span {
    font-weight: 500;
    font-size: 12px;
}
.text-secondary {
    color: rgb(108, 117, 125) !important;
}

.card__post__author-info .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 0;
    margin-left: 0;
}
.list-inline {
    padding-left: 0px;
    list-style: none;
}
@media(min-width:1200px){
    .card__post-carousel .card__post .card__post__body img {
        min-height: 500px;
    }
}
.td-ss-main-sidebar{
    top: 60px !important;
}
