body:not(.is-tabbing) *, body:not(.is-tabbing) .slick-slide, body:not(.is-tabbing) a, body:not(.is-tabbing) button, body:not(.is-tabbing) input, body:not(.is-tabbing) input:focus, body:not(.is-tabbing) label, body:not(.is-tabbing) select {
    outline: none;
    box-shadow: none;
}
*, :after, :before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
* {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
}
button, input[type=button], input[type=email], input[type=number], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=url], select, textarea {
    appearance: none;
    -webkit-appearance: none;
}
button, input, select, textarea {
    color: inherit;
    line-height: inherit;
    background-color: transparent;
    border-radius: 0;
}
.body_news{
    background: #000;
}
.wrapper_news{
    max-width: 1680px;
    margin: 0 auto;
}
.main_news {
    transition: .6s cubic-bezier(.5,0,.5,1);
}

.pageTitle {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: .9375rem;
    right: 0;
    left: 0;
    line-height: 2.8125rem;
    margin: 0 1.25rem;
    overflow: hidden;
    position: relative;
    text-align: right;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .pageTitle {
        height:auto;
        line-height: 3.75rem;
        left: auto;
        position: fixed;
        top: 45px;
        z-index: 12
    }
}

@media (min-width: 1280px) {
    .pageTitle {
        font-size:16px;
        position: absolute;
        top: 85px;
        z-index: 14
    }
}

@media (min-width: 1680px) {
    .pageTitle {
        font-size:20px;
        margin: 0 2.5rem;
        max-width: 1680px;
        position: absolute;
        right: calc(50% - 840px);
        text-align: right
    }
}

.pageTitle__item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-left: 15px
}

.pageTitle__item:before {
    content: "";
    background: #fff;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: calc(50% - 7px);
    right: 100%;
    width: 400px
}

@media (min-width: 768px) {
    .pageTitle__item:before {
        position:static;
        width: 95px;
        margin-right: 10px
    }
}

.listArticle {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 30px
}

.listArticle::-webkit-scrollbar {
    display: none
}

@media (min-width: 1280px) {
    .listArticle {
        overflow:auto;
        padding-left: 100px;
        flex-direction: row;
        display: flex;
        align-items: center;
        padding-bottom: 0;
        padding-right: 30px
    }

    .ie11 .listArticle.listArticle--full {
        display: block
    }

    .is-tabbing .listArticle {
        transform: none;
        position: relative;
        padding-left: 200px
    }
}

.listArticle__cont {
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.listArticle__cont::-webkit-scrollbar {
    display: none
}

@media (min-width: 1280px) {
    .listArticle__cont {
        flex-wrap:wrap;
        padding: .625rem;
        height: calc(100vh - 135px);
        flex-grow: 1;
        min-height: 1px
    }

    .lazyLoading .listArticle__cont {
        padding-right: 50px
    }

    .is-tabbing .listArticle__cont {
        padding-right: 175px
    }

    .listArticle--full .listArticle__cont {
        white-space: nowrap;
        height: auto;
        flex-wrap: unset;
        flex-direction: row
    }

    .ie11 .listArticle--full .listArticle__cont {
        flex-wrap: nowrap;
        padding-right: 175px
    }

    .psCategory .listArticle__cont {
        height: calc(100vh - 195px)
    }
}

.listArticle__loadPrev {
    order: -1;
    height: 100%;
    text-align: center;
    padding: 40px 0 50px;
    display: none
}

.showPrev .listArticle__loadPrev {
    display: block
}

.is-tabbing .listArticle__loadPrev {
    display: block
}

.ie11 .listArticle--full .listArticle__loadPrev,.is-tabbing .listArticle__loadPrev {
    position: absolute;
    background: #000;
    top: 0;
    left: 50px
}

@media (min-width: 1280px) {
    .listArticle__loadPrev {
        min-width:110px
    }
}

.listArticle__loadMore {
    white-space: normal;
    text-align: center;
    padding: 20px 0 50px
}

@media (min-width: 1280px) {
    .listArticle__loadMore {
        min-width:175px;
        right: 0;
        color: #fff;
        padding: 0 40px;
        height: 100%
    }

    .ie11 .listArticle__loadMore,.listArticle__loadMore :not(.listArticle--full) {
        position: relative
    }

    .ie11 .listArticle--full .listArticle__loadMore,.is-tabbing .listArticle__loadMore {
        position: fixed;
        background: #000;
        top: 0
    }
}

.lazyLoading .listArticle__loadMore {
    display: none
}

.is-tabbing .lazyLoading .listArticle__loadMore {
    display: block
}

.listArticle__cta {
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    overflow: hidden;
    padding: 10px 5px;
    position: relative
}

.listArticle__cta.cta--button {
    background: #fff;
    color: #1b1b1b;
    padding: 10px 20px
}

.listArticle__cta .cta__hover,.listArticle__cta:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%) translateY(-1px);
    transition: background .3s cubic-bezier(.42,0,0,1),transform .3s cubic-bezier(.42,0,0,1)
}

.listArticle__cta:not(.cta--disabled):hover .card__ctaHover,.listArticle__cta:not(.cta--disabled):hover .cta__hover,.listArticle__cta:not(.cta--disabled):hover:before {
    transform: translateY(0)
}

.listArticle__cta .cta__text {
    font-family: benton-sans,sans-serif;
    font-weight: 600;
    font-size: .875rem;
    position: relative;
    text-align: center;
    width: 100%
}

.listArticle__cta:not(.cta--disabled):hover .cta__text {
    color: #1b1b1b
}

.listArticle__cta:not(.cta--disabled).cta--hoverDark:hover .cta__text {
    color: #000
}

.listArticle__cta:not(.cta--disabled).cta--hoverLight:hover .cta__text {
    color: #fff
}

.listArticle__cta.cta--disabled {
    cursor: default
}

.listArticle__cta.cta--disabled .cta__hover,.listArticle__cta.cta--disabled:before {
    background: #c6c6c6!important
}

.listArticle__cta.cta--disabled .cta__text,.listArticle__cta.cta--disabled:hover .cta__text {
    color: #c6c6c6
}

.listArticle__cta.cta--error .cta__hover {
    background: #ff6f6f
}

.listArticle__cta.cta--error .cta__text {
    color: #ff6f6f
}

.listArticle__cta.cta--error:hover .cta__text {
    color: #fff
}

@media (min-width: 1280px) {
    .listArticle__cta {
        top:50%;
        transform: translateY(-50%)
    }
}

.listArticleWrapper {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.listArticleWrapper::-webkit-scrollbar {
    display: none
}

@media (min-width: 768px) {
    .listArticleWrapper {
        padding-top:60px
    }
}

@media (min-width: 1280px) {
    .listArticleWrapper {
        padding-top:0
    }
}

@media (min-width: 1280px) {
    .psCategory .listArticleWrapper {
        padding-top:60px
    }
}

.listArticleWrapper[v-cloak] {
    visibility: hidden
}

.listArticle__spinner {
    height: 150px;
    position: relative
}

.listArticle__spinner .loading-custom {
    background: transparent
}

.listArticle__spinner .loading-custom .maschera,.listArticle__spinner .loading-custom .path {
    stroke: #fff
}

body.pradasphere {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body.pradasphere::-webkit-scrollbar {
    display: none
}

.navArticle {
    background: rgba(0,0,0,.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.625rem;
    padding: 1.25rem 1.25rem .625rem;
    position: relative;
    width: 100%
}

.psCategory .navArticle {
    padding: 0
}

.navArticle:after {
    background: #1b1b1b;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .6s cubic-bezier(.5,0,.5,1);
    z-index: 10
}

@media (min-width: 768px) {
    .navArticle {
        flex-direction:row;
        margin-bottom: 0;
        position: fixed;
        top: 45px;
        width: 100%;
        z-index: 10
    }

    .navArticle,.psCategory .navArticle {
        padding: 1.25rem
    }

    .navArticle.filterOpen {
        background: transparent;
        transform: none
    }

    .navArticle.filterOpen:after {
        right: 0;
        opacity: .8;
        z-index: 12
    }

    .ie11 .navArticle.filterOpen:after {
        z-index: -1
    }
}

@media (min-width: 1280px) {
    .navArticle {
        align-items:center;
        position: absolute;
        top: auto;
        transform: translateY(100vh) translateY(-88px) translateY(-100%) rotate(-90deg);
        transform-origin: 26px 26px;
        white-space: nowrap;
        width: calc(100vh - 137px)
    }

    .navArticle,.psCategory .navArticle {
        padding: 2.1875rem 1.25rem
    }
}

.navArticle__aside {
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    padding-left: 84px;
    position: fixed;
    top: 45px;
    width: 100%
}

@media (max-width: 767.98px) {
    .navArticle__aside {
        padding-left:0
    }
}

@media (min-width: 768px) {
    .navArticle__aside {
        width:auto
    }
}

@media (min-width: 1280px) {
    .navArticle__aside {
        bottom:52px;
        left: 0;
        padding-left: 100px;
        pointer-events: none;
        top: 75px
    }
}

@media (min-width: 1680px) {
    .navArticle__aside {
        left:50%;
        transform: translateX(-50%);
        width: 1680px
    }
}

.navArticle__filter--open .navArticle__aside {
    display: block
}

.navArticle__aside[class*="--year"]:before {
    content: "\e913";
    font-family: icomoon!important;
    font-size: 14px;
    left: 50%;
    margin-left: -50px;
    margin-top: -7px;
    position: absolute;
    top: 50%
}

@media (min-width: 768px) {
    .navArticle__aside[class*="--year"]:before {
        margin-left:-10px
    }
}

@media (min-width: 1280px) {
    .navArticle__aside[class*="--year"]:before {
        left:140px;
        margin-left: 0
    }
}

.aside__list--year {
    position: relative;
    text-align: center;
    top: 0
}

@media (min-width: 768px) {
    .aside__list--year {
        left:0
    }
}

@media (min-width: 1280px) {
    .aside__list--year {
        left:auto;
        padding-bottom: 0;
        padding-top: 0;
        transition: .6s cubic-bezier(.5,0,.5,1)
    }
}

.aside__name {
    font-family: benton-sans,sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    font-size: 1rem;
    letter-spacing: .3px
}

.aside__list--year .aside__name {
    line-height: 2.8125rem;
    opacity: .8;
    transition: ease-in
}

.aside__list--year .aside__name:hover {
    opacity: 1!important
}

.aside__list--year .aside__name:not(.selectable) {
    color: #8e8e8e;
    pointer-events: none
}

.aside__list--img .aside__name {
    position: absolute;
    bottom: 18px;
    left: 8px;
    font-size: .875rem;
    font-family: benton-sans,sans-serif;
    font-weight: 700
}

.aside__name.active {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    opacity: 1
}

.aside__name.active:before {
    opacity: 1
}

.aside__itemLink {
    display: block;
    opacity: 1;
    transition: .6s cubic-bezier(.5,0,.5,1)
}

.aside__item--active .aside__itemLink,.aside__itemLink:hover {
    opacity: .7
}

.aside__header {
    background: #000;
    bottom: 0;
    left: 85px;
    padding: 15px 15px 40px;
    pointer-events: auto;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    width: calc(100vh - 45px)
}

@media (min-width: 768px) {
    .aside__header {
        padding:15px 15px 40px;
        width: calc(100vh - 45px)
    }
}

@media (min-width: 1280px) {
    .aside__header {
        padding:35px 25px 35px 15px;
        width: calc(100vh - 127px);
        left: 100px
    }
}

@media (min-width: 768px) {
    .aside__header .aside__header {
        width:calc(100vh - 45px)
    }
}

.aside__item {
    margin-right: 10px
}

.aside__list--img .aside__item {
    margin-top: 10px;
    max-width: 165px;
    position: relative
}

@media (max-width: 767.98px) {
    .aside__list--img .aside__item {
        margin:10px auto 0
    }
}

.aside__item.aside__item--active {
    border: 1px solid #fff
}

@media (min-width: 1280px) {
    .aside__item {
        max-width:165px
    }
}

.aside__img {
    width: 100%
}

.aside__listCont {
    -ms-overflow-style: none;
    background: #000;
    height: 100%;
    overflow: auto;
    pointer-events: auto;
    scrollbar-width: none;
    width: 100%
}

.aside__listCont::-webkit-scrollbar {
    display: none
}

@media (min-width: 768px) {
    .aside__listCont {
        padding-left:10px;
        width: 180px
    }
}

.aside__title {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-left: 5px
}

@media (min-width: 1280px) {
    .aside__title {
        font-size:1.5rem;
        margin-left: 50px
    }
}

.aside__title:after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 158px;
    margin-left: 10px
}

@media screen and (max-height: 700px) {
    .aside__title:after {
        width:70px
    }
}

@media screen and (max-height: 600px) {
    .aside__title:after {
        display:none
    }
}

.aside__close {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    display: block;
    font-size: .625rem;
    text-transform: uppercase
}

.aside__closeIcon {
    color: #fff;
    float: right;
    display: inline-block;
    font-size: .75rem;
    margin-left: 1.25rem
}

.navArticle__filter {
    float: right
}

.navArticle__filter+.navArticle__filter {
    float: left;
    margin-right: 1.25rem
}

@media (min-width: 768px) {
    .navArticle__filter+.navArticle__filter {
        margin-right:1.875rem
    }
}

@media (min-width: 1280px) {
    .navArticle__filter+.navArticle__filter {
        display:inline-block;
        float: none;
        margin-right: 0;
        margin-left: 1.25rem
    }
}

@media (min-width: 1280px) {
    .navArticle__filter {
        display:inline-block;
        float: none
    }
}

.navArticle__icons {
    display: none
}

@media (min-width: 1280px) {
    .navArticle__icons {
        display:block;
        margin-right: 1.25rem
    }
}

.navArticle__icon {
    display: block;
    font-size: 0;
    margin-bottom: .3125rem
}

.navArticle__icon.active {
    cursor: auto
}

.navArticle__icon.active .iconFull,.navArticle__icon.active .iconOut,.navArticle__icon:hover .iconFull,.navArticle__icon:hover .iconOut {
    background: #fff
}

.filterOpen .navArticle__button,.filterOpen .navArticle__icons {
    display: none
}

.navArticle__title {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
    text-align: right
}

.psCategory .navArticle__title {
    display: none
}

.navArticle__title:before {
    background: #fff;
    content: "";
    display: inline-block;
    height: .0625rem;
    margin-right: .625rem;
    width: 6.75rem
}

@media (min-width: 768px) {
    .navArticle__title {
        font-size:1rem;
        margin-left: auto;
        order: 1
    }
}

@media (min-width: 1280px) {
    .navArticle__title {
        font-size:1.5rem;
        margin-left: 0;
        order: 0
    }

    .psCategory .navArticle__title {
        display: block
    }

    .navArticle__title:before {
        display: none
    }

    .navArticle__title:after {
        background: #fff;
        content: "";
        display: inline-block;
        height: .0625rem;
        margin-left: .625rem;
        width: 9.875rem
    }
}

@media screen and (min-width: 1280px) and (max-height:800px) {
    .navArticle__title:after {
        width:4.375rem
    }
}

@media screen and (min-width: 1280px) and (max-height:700px) {
    .navArticle__title:after {
        display:none
    }
}

.filterOpen .navArticle__title {
    display: none
}

@media (min-width: 768px) {
    .filterOpen .navArticle__title {
        display:block
    }

    .psCategory .filterOpen .navArticle__title {
        display: none
    }
}

@media (min-width: 1280px) {
    .filterOpen .navArticle__title {
        display:none
    }
}

.navArticle__buttonIcon {
    margin-left: 1.25rem;
    position: relative;
    vertical-align: middle
}

.navArticle__buttonIcon,.navArticle__buttonIcon:after {
    background: #fff;
    display: inline-block;
    height: .125rem;
    width: .625rem
}

.navArticle__buttonIcon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) rotate(90deg)
}

.iconFull {
    display: block;
    width: 1.375rem
}

.iconFull,.iconOut {
    border: 1px solid #fff;
    height: .625rem
}

.iconOut {
    display: inline-block;
    margin-right: .125rem;
    width: .625rem
}

.navArticle__filters {
    background: rgba(0,0,0,.8);
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10
}

.scrolled .navArticle__filters {
    position: fixed;
    top: 45px
}

.filterOpen .navArticle__filters {
    z-index: 13
}
.icon-close:before {
    content: "\f00d";
    font-family: Font Awesome\ 5 Free;
}

@media (max-width: 767.98px) {
    .filterOpen .navArticle__filters {
        z-index:12
    }
}

@media (min-width: 768px) {
    .filterOpen .navArticle__filters {
        position:relative
    }
}

@media (min-width: 768px) {
    .navArticle__filters {
        background:none;
        left: auto;
        padding: 0;
        position: static;
        right: auto;
        top: 2.8125rem
    }
}

@media (min-width: 1280px) {
    .navArticle__filters {
        margin-left:auto
    }

    .scrolled .navArticle__filters {
        position: static;
        top: 2.8125rem
    }
}

.navArticle__button {
    font-size: .75rem;
    text-transform: uppercase
}

.navArticle__button,.navArticle__button--year {
    font-family: benton-sans,sans-serif;
    font-weight: 600;
    cursor: pointer
}

.navArticle__button--year:after {
    content: "\e91f";
    display: inline-block;
    font-family: icomoon!important;
    font-size: 1.0625rem;
    line-height: 1.0625rem;
    margin-left: .625rem;
    transform: rotate(180deg);
    vertical-align: middle
}

@media (min-width: 1280px) {
    .navArticle__button--year:after {
        transform:none
    }
}

.articleThumb {
    background-color: #1b1b1b;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    backface-visibility: hidden
}

.articleThumb[class*="--search"] {
    padding: 20px
}

.listArticleSearch .articleThumb {
    margin: .3125rem 0;
    width: 100%;
    order: unset
}

.articleThumb:hover .articleThumb__img {
    transform: scale(1.03)
}

.articleThumb.articleThumb--high {
    margin: 0 0 10px;
    width: 100%
}

.listArticleSearch .articleThumb.articleThumb--high {
    margin: .3125rem 0;
    order: unset
}

@media (min-width: 768px) {
    .articleThumb.articleThumb--vertical {
        display:flex;
        flex-direction: row;
        align-items: center;
        position: relative
    }
}

@media (min-width: 1280px) {
    .articleThumb {
        width:calc(32.1vh - 20px);
        height: calc(50vh - 105px);
        margin: 10px;
        padding: 10px 1.875rem 10px 10px;
        position: relative
    }

    .psCategory .articleThumb {
        height: calc(50vh - 135px)
    }

    .articleThumb.articleThumb--vertical {
        display: inline-block
    }

    .articleThumb.articleThumb--high {
        width: calc(32.1vh - 20px);
        margin: 10px
    }

    .listArticleSearch .articleThumb.articleThumb--high {
        margin: 10px
    }

    .listArticle--full .articleThumb {
        padding: 0;
        height: calc(100vh - 175px);
        width: auto;
        display: inline-block;
        vertical-align: top
    }

    .psCategory .listArticle--full .articleThumb {
        height: calc(100vh - 235px)
    }

    .articleThumb:after,.articleThumb:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: rgba(27,27,27,.9);
        z-index: 8;
        opacity: 0;
        pointer-events: none;
        transition: .6s cubic-bezier(.5,0,.5,1)
    }

    .listArticle--full .articleThumb:after,.listArticle--full .articleThumb:before {
        display: none
    }

    .articleThumb:after {
        opacity: 1;
        background: #000;
        transition: 0s;
        right: 0
    }

    .listArticle .articleThumb:before {
        transition: opacity .6s cubic-bezier(.5,0,.5,1)
    }

    .articleThumb.article-in-viewport:after {
        right: 100%;
        transition: .6s cubic-bezier(.5,0,.5,1)
    }

    .listArticle:not(.listArticle--full) .articleThumb:hover:before {
        opacity: 1;
        right: 0;
        transition: opacity .6s cubic-bezier(.5,0,.5,1)
    }

    .listArticle:not(.listArticle--full) .articleThumb:hover .articleThumb__cta {
        display: block;
        z-index: 9
    }

    .listArticleSearch .articleThumb {
        width: calc(25% - 20px);
        display: inline-block;
        height: auto;
        padding-bottom: 4.0625rem;
        min-height: 29.0625rem;
        max-height: 40vh;
        margin: 10px
    }

    .listArticleSearch .articleThumb:before {
        content: none
    }
}

@media (min-width: 1280px) {
    .articleThumb__search-discover-cta {
        position:absolute;
        bottom: 1.875rem;
        left: 1.25rem
    }
}

.articleThumb__img {
    width: 100%;
    transition: .6s cubic-bezier(.5,0,.5,1);
    display: block
}

@media (min-width: 1280px) {
    .articleThumb__img {
        position:absolute;
        transform: scale(1);
        top: 0;
        left: 0
    }

    .articleThumb--square .articleThumb__img,.articleThumb--vertical .articleThumb__img {
        width: auto;
        height: 100%;
        min-width: 1px
    }

    .articleThumb--horizontal .articleThumb__img {
        height: auto
    }

    .listArticle--full .articleThumb__img {
        position: relative;
        height: 100%;
        width: auto
    }
}

.listArticleSearch .articleThumb__img {
    position: relative;
    display: block
}

.articleThumb__imgWrapper {
    overflow: hidden
}

@media (min-width: 768px) {
    .articleThumb--vertical .articleThumb__imgWrapper {
        width:50%
    }
}

@media (min-width: 1280px) {
    .articleThumb__imgWrapper {
        min-height:1px;
        position: relative;
        width: 100%;
        margin-bottom: 13px;
        height: calc(100% - 100px)
    }

    .articleThumb--vertical .articleThumb__imgWrapper {
        width: 100%
    }

    .listArticle--full .articleThumb__imgWrapper {
        padding-bottom: 0;
        height: calc(100vh - 345px);
        width: auto
    }

    .psCategory .listArticle--full .articleThumb__imgWrapper {
        height: calc(100vh - 405px)
    }

    .listArticle--full .articleThumb--high .articleThumb__imgWrapper {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        height: 100%;
        padding-bottom: 0;
        overflow: hidden
    }
}

.articleThumb__txt {
    color: #fff;
    position: relative;
    padding: 10px 25px 10px 10px;
    white-space: normal;
    text-align: left
}

@media (min-width: 768px) {
    .articleThumb__txt {
        padding:20px
    }

    .articleThumb--vertical .articleThumb__txt {
        width: 50%;
        position: static
    }
}

@media (min-width: 1280px) {
    .articleThumb__txt {
        padding:10px 25px 10px 10px;
        position: static
    }

    .articleThumb--vertical .articleThumb__txt {
        width: 100%
    }

    .listArticle:not(.listArticle--full) .articleThumb__txt {
        padding: 0
    }

    .listArticle--full .articleThumb--high .articleThumb__txt {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-left: 30px;
        position: static;
        white-space: nowrap;
        padding-right: 30px
    }

    .listArticle--full .articleThumb__txt {
        position: absolute;
        left: 0;
        right: 0
    }
}

.articleThumb__cta {
    color: #fff;
    display: inline-flex;
    overflow: hidden;
    padding: 10px 5px;
    position: relative;
    cursor: pointer
}

.articleThumb__cta.cta--button {
    background: #fff;
    color: #000;
    padding: 10px 20px
}

.articleThumb__cta .cta__hover,.articleThumb__cta:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%) translateY(-1px);
    transition: background .3s cubic-bezier(.42,0,0,1),transform .3s cubic-bezier(.42,0,0,1)
}

.articleThumb__cta:not(.cta--disabled):hover .card__ctaHover,.articleThumb__cta:not(.cta--disabled):hover .cta__hover,.articleThumb__cta:not(.cta--disabled):hover:before {
    transform: translateY(0)
}

.articleThumb__cta .cta__text {
    font-family: benton-sans,sans-serif;
    font-weight: 600;
    font-size: .875rem;
    position: relative;
    text-align: center;
    width: 100%
}

.articleThumb__cta:not(.cta--disabled).cta--hoverDark:hover .cta__text,.articleThumb__cta:not(.cta--disabled):hover .cta__text {
    color: #000
}

.articleThumb__cta:not(.cta--disabled).cta--hoverLight:hover .cta__text {
    color: #fff
}

.articleThumb__cta.cta--disabled {
    cursor: default
}

.articleThumb__cta.cta--disabled .cta__hover,.articleThumb__cta.cta--disabled:before {
    background: #c6c6c6!important
}

.articleThumb__cta.cta--disabled .cta__text,.articleThumb__cta.cta--disabled:hover .cta__text {
    color: #c6c6c6
}

.articleThumb__cta.cta--error .cta__hover {
    background: #ff6f6f
}

.articleThumb__cta.cta--error .cta__text {
    color: #ff6f6f
}

.articleThumb__cta.cta--error:hover .cta__text {
    color: #fff
}

.articleThumb__cta .cta__hover,.articleThumb__cta:before {
    transform: translateY(100%) translateY(0)
}

@media (min-width: 768px) {
    .listArticleSearch .articleThumb--vertical .articleThumb__cta {
        margin-top:3.125rem
    }
}

@media (min-width: 1280px) {
    .listArticleSearch .articleThumb--vertical .articleThumb__cta {
        margin-top:0
    }
}

@media (min-width: 1280px) {
    .listArticle:not(.listArticle--full) .articleThumb__cta {
        position:absolute;
        top: 50%;
        left: 50%;
        display: none;
        transform: translate(-50%,-50%);
        border: 1px solid #fff;
        padding: 10px
    }
}

.articleThumb__title {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    font-size: 1.4375rem
}

@media (min-width: 768px) {
    .articleThumb__title {
        font-size:1.875rem
    }
}

@media (min-width: 1280px) {
    .articleThumb__title {
        font-size:1.125rem;
        min-height: 50px;
        padding-bottom: 20px;
        max-height: 65px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box
    }

    .listArticle--full .articleThumb--high .articleThumb__title {
        font-size: 2.5rem
    }
}

.articleThumb__date {
    font-family: benton-sans,sans-serif;
    font-weight: 400;
    font-size: .625rem;
    text-transform: uppercase;
    padding-bottom: .625rem;
    display: block
}

@media (min-width: 768px) {
    .articleThumb__date {
        font-size:.75rem
    }
}

.articleThumb__category {
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    font-size: .625rem;
    position: absolute;
    right: 1.25rem;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    top: .625rem;
    text-transform: uppercase
}

.rtl .articleThumb__category {
    transform-origin: 0 0;
    transform: rotate(90deg)
}

.img_news img{
    width: 100%;
}
.title_view_news{
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    padding: 0 20%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.box-relatedNews{
    background: #f8f8f8;
    padding: 50px 30px;
}
.item_news_relate{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.content_relate {
    padding: 20px;
}
.content_relate .title_news{
    font-size: 20px;
    font-weight: 500;
}
.list_relate_news.owl-theme .owl-nav button.owl-prev{
    left: 15px;
}
.list_relate_news.owl-theme .owl-nav button.owl-next{
    right: 15px;
}
.list_relate_news.owl-theme .owl-nav button i{
    font-size: 30px;
}
.title__news h1{
    font-size: 25px;
}

.title__top__view__news{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
}
.text__category__news .category__news::before {
    content: "";
    position: absolute;
    background-color: #db0a40;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    top: 3px;
    left: -12px;
}
.text__category__news .category__news{
    position: relative;
    text-transform: uppercase;
    margin-left: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}
.title__top__view__news h1 {
    font-size: 37px;
    line-height: 1.066667;
    width: 100%;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .articleThumb__category {
        top:1.25rem
    }
}
@media (min-width: 1000px) {
    .title__top__view__news h1 {
        padding-bottom: 64px;
    }
}
@media (min-width: 1200px) {
    .title__top__view__news h1 {
        font-size: 60px;
    }
}
@media (min-width: 1280px) {
    .articleThumb__category {
        font-size:.75rem;
        top: .625rem
    }
}

