.footer-top {
    display: none
}

.news-banner {
    position: absolute;
    z-index: -9;
    left: 0;
    right: 0
}

.news-banner img {
    width: 100%
}

.newsroom-article {
    background-color: #323232
}

.newsroom-article main {
    position: relative;
    overflow: hidden
}

.newsroom-article .article_data {
    background: #fff;
    padding: 110px 104px 120px 104px;
    width: 1000px;
    margin: 225px auto 0 auto
}

.newsroom-article .article_data span {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #323232
}

.newsroom-article .article_data h1 {
    margin-top: 32px;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #323232;
    letter-spacing: -1px;
    margin-bottom: 80px
}

.newsroom-article .article_data p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: rgba(38, 19, 48, 0.9)
}

.newsroom-article .article_data blockquote {
    margin: 60px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #261330;
    letter-spacing: -0.5px;
    padding-left: 32px;
    border-left: 2px solid #E75135
}

.newsroom-article .article_data blockquote p {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #261330;
    letter-spacing: -0.5px;
    text-align: left;
    font-family: 'TTSupermolotNeueExpMd'
}

.newsroom-article .article_data ul {
    list-style: none;
    padding-left: 15px
}

.newsroom-article .article_data ul li {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin: 5px 0
}

.newsroom-article .article_data ul li::before {
    content: "";
    background: url("../../images/list-style-ico.svg") no-repeat center center;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 9px
}

.newsroom-article .article_data h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.25px;
    color: #323232;
    margin-top: 40px;
    margin-bottom: 25px
}

.newsroom-article .article_data .share_buttons {
    margin-top: 80px;
    padding-top: 55px;
    border-top: 1px solid rgba(38, 19, 48, 0.2)
}

.newsroom-article .article_data .share_buttons h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #323232
}

.newsroom-article .article_data .share_buttons .s-buttons a {
    margin-left: 35px;
    opacity: 1;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.newsroom-article .article_data .share_buttons .s-buttons a.fb {
    background: url(../../images/icon-news-facebook.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a.instagram {
    background: url(../../images/icon-news-instagram.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a.linkedin {
    background: url(../../images/icon-news-linkedin.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a.twitter {
    background: url(../../images/icon-news-twitter.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a:hover.fb {
    background: url(../../images/icon-news-facebook-hover.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a:hover.instagram {
    background: url(../../images/icon-news-instagram-hover.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a:hover.linkedin {
    background: url(../../images/icon-news-linkedin-hover.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a:hover.twitter {
    background: url(../../images/icon-news-twitter-hover.svg) no-repeat
}

.newsroom-article .article_data .share_buttons .s-buttons a img {
    width: 20px;
    height: 20px
}

.newsroom-article .article_data .share_buttons .s-buttons:last-child {
    margin-left: 0
}

.newsroom .news_content {
    position: relative;
    overflow: hidden
}

.newsroom .news_content h1 {
    padding-top: 182px;
    font-family: 'TTSupermolotNeueExpMd';
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff
}

.newsroom .news_content::before {
    content: "";
    background: #323232 url("../../images/news_bg.png") no-repeat top right;
    position: absolute;
    height: 364px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0
}

.newsroom .news_content .tab-nav {
    margin: 0;
    padding: 40px 0 53px 0
}

.newsroom .news_content .tab-nav li {
    display: inline-block;
    margin: 0 0 0 80px
}

.newsroom .news_content .tab-nav li:first-child {
    margin: 0
}

.newsroom .news_content .tab-nav .tab-item {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #7C7C7C;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.newsroom .news_content .tab-nav .tab-item.active-item {
    color: #E75135
}

.newsroom .news_content .tab-nav .tab-item:hover {
    color: #E75135
}

.newsroom .tabs_content .tab {
    display: none
}

.newsroom .tabs_content .tab .card-list {
    padding-top: 182px
}

.newsroom .tabs_content .tab .card-item {
    margin-bottom: 124px
}

.newsroom .tabs_content .tab .card-item:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.newsroom .tabs_content .tab .card-item:hover .img-block {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2)
}

.newsroom .tabs_content .tab .card-item:hover h3 {
    color: #E75135
}

.newsroom .tabs_content .tab .card-item:hover a {
    color: #E75135
}

.newsroom .tabs_content .tab .card-item .img-block {
    display: block;
    -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 40px;
    overflow: hidden
}

.newsroom .tabs_content .tab .card-item img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.newsroom .tabs_content .tab .card-item span {
    margin-top: 40px;
    display: block;
    font-size: 14px;
    font-weight: 600
}

.newsroom .tabs_content .tab .card-item a {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.5px;
    color: #261330;
    margin: 16px 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.newsroom .tabs_content .tab .card-item a:hover {
    color: #E75135
}

.newsroom .tabs_content .tab .card-item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: dimgray;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis
}

.newsroom .tabs_content .tab-active {
    display: block
}

.newsroom .media-enquiry {
    background: #323232;
    padding: 106px 0 100px
}

.newsroom .media-enquiry h4 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 32px
}

.newsroom .media-enquiry h2 {
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px
}

.newsroom .media-enquiry .enquiry-form {
    margin-top: 80px;
    width: 800px
}

.newsroom .media-enquiry .enquiry-form button {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px
}

.newsroom .media-enquiry .enquiry-form p {
    margin: 0
}

.newsroom .media-enquiry .form-input {
    margin-bottom: 40px
}

.newsroom .media-enquiry .form-input br {
    display: none
}

.newsroom .media-enquiry .form-input .floating-label.focused {
    opacity: 1
}

.newsroom .media-enquiry .form-input.msgblock {
    width: 100%
}

.newsroom .media-enquiry .form-input input {
    background: transparent;
    padding: 0;
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    border-color: #fff
}

.newsroom .media-enquiry .form-input input:focus {
    border-bottom: 1px solid #E75135
}

.newsroom .media-enquiry textarea {
    background: transparent;
    padding: 0;
    padding: 16px 0 0;
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    resize: none;
    border-color: #fff
}

.newsroom .media-enquiry textarea:focus {
    border-bottom: 1px solid #E75135
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .newsroom-article .article_content .container {
        padding-right: 0;
        padding-left: 0
    }

    .newsroom-article .article_data {
        padding: 70px 30px 70px 30px;
        width: 100%;
        margin: 153px auto 0 auto
    }

    .newsroom-article .article_data span {
        font-size: 14px;
        line-height: 16px
    }

    .newsroom-article .article_data h1 {
        margin-top: 24px;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -1px;
        margin-bottom: 37px
    }

    .newsroom-article .article_data p {
        font-size: 14px;
        line-height: 22px
    }

    .newsroom-article .article_data blockquote {
        margin: 48px 0;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.5px;
        padding-left: 32px;
        border-left: 2px solid #E75135
    }

    .newsroom-article .article_data ul {
        padding-left: 15px
    }

    .newsroom-article .article_data ul li {
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0
    }

    .newsroom-article .article_data h3 {
        font-size: 18px;
        line-height: 22px
    }

    .newsroom-article .article_data .share_buttons {
        margin-top: 60px;
        padding-top: 30px
    }

    .newsroom-article .article_data .share_buttons h4 {
        font-size: 16px;
        line-height: 25px;
        margin: 0
    }

    .newsroom .news_content h1 {
        padding-top: 134px;
        font-size: 28px;
        line-height: 32px;
        padding-left: 20px;
        padding-right: 20px
    }

    .newsroom .news_content::before {
        content: "";
        background: #323232 url("../../images/mobile_bg.png") no-repeat top right;
        height: 257px
    }

    .newsroom .news_content .tab-nav {
        margin: 0;
        padding: 31px 20px 40px 20px
    }

    .newsroom .news_content .tab-nav li {
        margin: 0 0 0 10px
    }

    .newsroom .news_content .tab-nav .tab-item {
        font-size: 13px;
        line-height: 20px
    }

    .newsroom .tabs_content .tab .card-list {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px
    }

    .newsroom .tabs_content .tab .card-list .card-item {
        margin-bottom: 56px
    }

    .newsroom .tabs_content .tab .card-list .card-item a {
        font-size: 20px;
        line-height: 26px;
        margin: 16px 0 16px 0
    }

    .newsroom .tabs_content .tab .card-list .card-item p {
        line-height: 22px;
        margin-bottom: 0
    }

    .newsroom .media-enquiry {
        padding: 40px 20px 60px 20px
    }

    .newsroom .media-enquiry h4 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 24px
    }

    .newsroom .media-enquiry h2 {
        font-size: 28px;
        line-height: 32px
    }

    .newsroom .media-enquiry .enquiry-form {
        margin-top: 40px;
        width: 100%
    }

    .newsroom .media-enquiry .enquiry-form button {
        font-size: 14px;
        margin-top: 30px
    }

    .newsroom .media-enquiry .form-input {
        width: 100%
    }

    .newsroom .media-enquiry .form-input.msgblock {
        width: 100%
    }
}

@media only screen and (min-width: 250px) and (max-width: 480px) {
    .newsroom .news_content .tab-nav .tab-item {
        font-size: 12px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsroom-article .article_data {
        padding: 70px 30px 70px 30px;
        width: 100%;
        margin: 153px auto 0 auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsroom-article .article_content .container {
        padding-right: 0;
        padding-left: 0
    }

    .newsroom-article .article_data {
        padding: 70px 30px 70px 30px;
        width: 100%;
        margin: 153px auto 0 auto
    }

    .newsroom-article .article_data span {
        font-size: 14px;
        line-height: 16px
    }

    .newsroom-article .article_data h1 {
        margin-top: 24px;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -1px;
        margin-bottom: 37px
    }

    .newsroom-article .article_data p {
        font-size: 14px;
        line-height: 22px
    }

    .newsroom-article .article_data blockquote {
        margin: 48px 0;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.5px;
        padding-left: 32px;
        border-left: 2px solid #E75135
    }

    .newsroom-article .article_data ul {
        padding-left: 15px
    }

    .newsroom-article .article_data ul li {
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0
    }

    .newsroom-article .article_data h3 {
        font-size: 18px;
        line-height: 22px
    }

    .newsroom-article .article_data .share_buttons h4 {
        font-size: 16px;
        line-height: 19px
    }

    .newsroom .news_content h1 {
        padding-top: 134px;
        font-size: 28px;
        line-height: 32px
    }

    .newsroom .news_content::before {
        content: "";
        background: #323232 url("../../images/mobile_bg.png") no-repeat top right;
        height: 257px
    }

    .newsroom .news_content .tab-nav {
        margin: 0;
        padding: 31px 0 40px 0
    }

    .newsroom .news_content .tab-nav li {
        margin: 0 0 0 28px
    }

    .newsroom .news_content .tab-nav .tab-item {
        font-size: 14px;
        line-height: 20px
    }

    .newsroom .tabs_content .tab .card-list {
        padding-top: 95px
    }

    .newsroom .tabs_content .tab .card-list .card-item {
        margin-bottom: 56px
    }

    .newsroom .tabs_content .tab .card-list .card-item a {
        font-size: 20px;
        line-height: 26px
    }

    .newsroom .tabs_content .tab .card-list .card-item p {
        line-height: 22px
    }

    .newsroom .media-enquiry {
        padding: 40px 0 60px 0
    }

    .newsroom .media-enquiry h4 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 24px
    }

    .newsroom .media-enquiry h2 {
        font-size: 28px;
        line-height: 32px
    }

    .newsroom .media-enquiry .enquiry-form {
        margin-top: 40px;
        width: 100%
    }

    .newsroom .media-enquiry .enquiry-form button {
        font-size: 14px;
        margin-top: 30px
    }

    .newsroom .media-enquiry .enquiry-form .form-input {
        margin-bottom: 30px
    }

    .newsroom .media-enquiry .enquiry-form .form-input.msgblock {
        width: 100%
    }
}