.home-slider.slide-fixed {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.admin-bar .home-slider.slide-fixed{
    top: 32px;
}
.home-slider.slide-fixed.section--before-fixed {
    position: fixed;
    height: 100%;
    opacity: 1;
}
.home main#site-content {
    /*background: #F4F3F1;*/
    position: relative;
    z-index: 1;
}
.home-slider .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.home-slider .banner-slider-item {
    position: relative;
}
.homepage .container {
    width: 100%;
}
.home-slider .banner-caption .content-text {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;    
    animation-delay: 0.3s;
}
.home-slider .banner-caption h2{
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}
.home-slider .owl-dots{
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    margin: 0;
}

.home-slider .owl-dots button {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    margin: 0 18px;
}
.home-slider .owl-dots button.active{
    background: transparent;
}
.home-slider .content-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.home-slider .content-image:before {
    content: "";
    /* padding-bottom: 57.17%; */
    display: inline-block;
    width: 100%;
    max-height: 57.17vw;
    height: 100vh;
    min-height: 400px;
}
.home-slider .content-image .banner-mobile,
.home-slider .content-image .banner-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-slider .content-image .banner-mobile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .content-image .banner-desktop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#home-banner1 {
    position: relative;
    z-index: 1;
}
.home-about {
    padding: 115px 0 140px;
    position: relative;
    background: #F4F3F1;
    z-index: 1;
}
.home-about .content-inner {
    position: relative;
    z-index: 1;
}
.home-about:before {
    content: "";
    position: absolute;
    left: 34.5%;
    top: 0;
    height: 100%;
    border-left: 1px solid #cbcbcb;
    /*z-index: -1;*/
}
.home-about:after {
    content: "";
    position: absolute;
    right: 34.5%;
    top: 0;
    height: 100%;
    border-left: 1px solid #cbcbcb;
    /*z-index: -1;*/
}
.home-about h2 {
    text-align: center;
    margin: 0;
}
.home-about h4 {
    text-align: center;
    margin: 0 0 14px;
}
.home-about .content-text {
    max-width: 990px;
    margin: 0 auto 62px;
}
.home-about .content-text p {
    margin-bottom: 27px;
}
/*.homepage .image-bkg {
    opacity: 0; 
}*/
.homepage .image-bkg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-innovative{
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    background-color: #F4F3F1;
    z-index: 0;
}
.home-innovative .video-bkg {
    height: 48.87vw;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

.home-innovative .video-wrap,
.investor-relations .image-wrap,
.home-innovative .image-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
.home-innovative.section--before-fixed .video-wrap,
.investor-relations.section--before-fixed .image-wrap,
.home-innovative.section--before-fixed .image-wrap {
    opacity: 1;
}
.home-innovative .video-bkg .jarallax>video {
    opacity: 0;
}
.home-innovative .video-bkg video {
    width: 100%;
    height: 48.87vw;
    object-fit: cover;
}
.home-innovative .content-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
}
.home-innovative h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 28px;
}
.homepage .section-button.btn-arrow{
    text-align: center;
}
.investor-relations .content-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    display: flex;
    align-items: center;
    padding-top: 21px;
    z-index: 1;
}
.investor-relations{
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    background-color: #F4F3F1;
     z-index: 0;
}
.home-innovative .image-bkg,
.investor-relations .image-bkg {
    height: 48.87vw;
    width: 100%;
    overflow: hidden;    
    position: relative;
}
.investor-relations h2{
    text-align: center;
    color: #fff;
    margin: 0 0 27px;
}
.home-sustainibility h2 {
    text-align: center;
    margin: 0 0 27px;
}
.home-sustainibility {
    padding: 116px 0 91px;
    position: relative;
    overflow: hidden;
    background-color: #F4F3F1;
    z-index: 1;
}
.home-sustainibility:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-left: 1px solid #cbcbcb;
    /*z-index: -1;*/
}
.home-sustainibility .content-inner>.section-button.btn-arrow {
    width: calc(33.333% - 52px);
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 48px;
}
.home-sustainibility .content-inner>.section-button.btn-arrow:before {
    content: "";
    padding-bottom: 121.6%;
    display: block;
}
.home-sustainibility .content-inner>.section-button.btn-arrow>a {
    position: absolute;
    top: 44.5%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
    text-transform: uppercase;
    white-space: nowrap;
    color: #f0509c;
}
.sustain-list .sustain-item .btn-arrow .arr-effect {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
}
.sustain-list .sustain-item .section-button.btn-arrow{
    text-align: left;
    transform: translate3d(0px, 40px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 1s;    
    margin-bottom: 23px;
    display: none;
    z-index: 1;
    margin-top: 10px;
}
.sustain-list .sustain-item .item-inner:hover .section-button.btn-arrow {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.sustain-list .sustain-item .btn-arrow .arr-effect .icon::before, 
.sustain-list .sustain-item .btn-arrow .arr-effect .icon::after{
    background-image: url(../images/arrow-white.png);
    width: 37px;
}
.home-sustainibility .sustain-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -39px;
}
.sustain-list .sustain-item {
    width: 33.333%;
    padding: 0 39px;
    margin-bottom: 48px;
}
.sustain-item .item-inner .description {
    color: #fff;
    margin-bottom: 22px;
    margin-top: 14px;
}
.sustain-item .item-inner h4{
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}
.section-button.btn-arrow>a .label {
    position: absolute;
    top: 100%;
    margin-top: 26px;
}
.home-sustainibility .content-inner {
    position: relative;
}
.sustain-list .sustain-item .item-inner {
    position: relative;
    /*overflow: hidden;*/
}
.sustain-list .sustain-item .link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
/*.sustain-list .sustain-item .item-inner:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 3px solid #F4F3F1;
    pointer-events: none;
    z-index: 3;
}*/
.sustain-list .sustain-item .content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 40px 27px;
    z-index: 2;
}
.sustain-list .sustain-item .item-inner .item-info {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .8s;
    transition: opacity.5s, height.5s, transform 1s;
    transform: translate3d(0px, 30px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.sustain-list .sustain-item .item-inner:hover .item-info {
    height: var(--height, auto) !important;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.sustain-item .item-inner .image {
    position: relative;
    padding-bottom: 121.6%;
    overflow: hidden;
}
.sustain-item .item-inner a {
    pointer-events: none;
}
.sustain-item .item-inner .image-content{
    background-size: cover;  
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    background-position: center;
    transform: translateX(-50%) translateY(-50%);
}
.sustain-item .item-inner:hover .image-content{
    width: 110.5%;
    height: 110.5%;
}
.sustain-item .item-inner .image:before {
    content: "";
    position: absolute;
    background: rgba(73,31,51,0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    pointer-events: none;
}
.sustain-item .item-inner:hover .image:before {
    opacity: 1;
}
.investor-relations .btn-arrow .arr-effect,
.home-innovative .btn-arrow .arr-effect{
    border: 1px solid #fff;
}
.investor-relations .btn-arrow .arr-effect .icon::before, 
.home-innovative .btn-arrow .arr-effect .icon::before, 
.investor-relations .btn-arrow .arr-effect .icon::after,
.home-innovative .btn-arrow .arr-effect .icon::after{
    background-image: url(../images/arrow-white.png);
    width: 37px;
}
.whats-new {
    padding: 116px 0 90px;
    overflow: hidden;
    background: #F4F3F1;
    z-index: 1;
    position: relative;
}
.whats-new h3 {
    margin: 0 0 24px;
    color: #464649;
    letter-spacing: 2px;
}
.whats-new .section-button a{
    color: #f0509c;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 6px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.whats-new .section-button a:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    left: 0;
    -webkit-transform: translate3d(-208%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-208%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .6s;
}
.whats-new .section-button a:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    left: 0;
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .6s;
}
.whats-new .section-button a:hover:before {
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.whats-new .section-button a:hover:after {
    -webkit-transform: translate3d(104%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(104%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.whats-new .content-inner{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.whats-new .content-inner .new-list-wrapper {
    width: calc(100% - 362px);
    padding-top: 23px;
    position: relative;
    z-index: 0;
}
.whats-new .content-inner .news-list {
    width: 110.3%;
    width: 57.75vw;
}
.whats-new .box-title {
    position: relative;
    z-index: 1;
    width: 361px;
}
.whats-new .box-title:before {
    content: "";
    position: absolute;
    background: #F4F3F1;
    /*height: 100%;*/
    z-index: -1;
    left: calc((1242px - 100vw)/2);
    right: 0;
    top: -150px;
    bottom: -250px;
}
.new-list-wrapper:before {
    content: "";
    position: absolute;
    left: -1px;
    border-left: 1px solid #cbcbcb;
    height: auto;
    top: -150px;
    bottom: -250px;
}

.whats-new .content-inner .news-list:before {
    content: "";
    position: absolute;
    left: 50%;
    border-left: 1px solid #cbcbcb;
    height: auto;
    top: -150px;
    bottom: -250px;
    margin-left: 30.5px;
}

.whats-new .content-inner .news-list:after {
    content: "";
    position: absolute;
    right: -63px;
    border-left: 1px solid #cbcbcb;
    height: auto;
    top: -150px;
    bottom: -250px;
    z-index: -1;
}
.whats-new .news-item .news-info {
    padding-top: 35px;
}
.whats-new .news-info .date {
    color: #ababab;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.whats-new .news-info .cate-name{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    float: right;
    padding: 1px 20px;
    background: #ababab;
    background: #ababab;
}
.whats-new .content-inner .news-list .owl-stage-outer {
    overflow: visible;
}
.whats-new .news-info .news-title {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.whats-new .news-info .news-title a:not(:hover) {
    color: #464649;
}
.whats-new .owl-carousel .owl-nav button span{
    font-size: 0;
}
.whats-new .owl-carousel .owl-nav button.owl-next,
.whats-new .owl-carousel .owl-nav button.owl-prev{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 48px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.whats-new .owl-carousel .owl-nav button.owl-prev span{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.whats-new .owl-carousel .owl-nav button.owl-next span,
.whats-new .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    width: 37px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
}
.whats-new .owl-carousel .owl-nav button.owl-next span:before,
.whats-new .owl-carousel .owl-nav button.owl-next span:after{
    content: "";
    width: 37px;
    height: 12px;
    background-image: url(../images/arrow-pink.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.whats-new .owl-carousel .owl-nav button.owl-prev span:before,
.whats-new .owl-carousel .owl-nav button.owl-prev span:after{
    content: "";
    width: 37px;
    height: 12px;
    background-image: url(../images/arrow-pink.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.whats-new .owl-carousel .owl-nav button.owl-prev span::after,
.whats-new .owl-carousel .owl-nav button.owl-next span::after {
    transform: translateX(0);
    opacity: 1;
}
.whats-new .owl-carousel .owl-nav button.owl-prev:hover span::after{
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    transform: translateX(150%);
}
.whats-new .owl-carousel .owl-nav button.owl-next:hover span::after {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    transform: translateX(150%);
}
.whats-new .owl-carousel .owl-nav button.owl-next span:before {
    transform: translateX(-100%);
    opacity: 0;
}
.whats-new .owl-carousel .owl-nav button.owl-prev span:before{
    transform: translateX(-100%);
    opacity: 0;
}
.whats-new .owl-carousel .owl-nav button.owl-next:hover span:before,
.whats-new .owl-carousel .owl-nav button.owl-prev:hover span:before {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 1;
    transform: translateX(0);
}
.whats-new .content-inner .news-list .owl-nav {
    text-align: right;
    margin-top: 48px;
    margin-right: -4px;
}
.whats-new .owl-carousel button.disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.whats-new .news-item .thumbnail .img:before {
    padding-bottom: 71%;
    content:"";
    display: block;
    width: 100%;
}

.whats-new .news-item .thumbnail img {
    display: none;
}

.whats-new .news-item .thumbnail .img {
    background-size: cover;
    background-position: center;
}
body.home {
    background: #F4F3F1;
    margin: 0;
}
.home .page-footer{
    position: relative;
    z-index: 1;
}   
.home-slider .owl-carousel .owl-stage{
    transition: all 0.5s ease 0s !important;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (min-height: 1000px){
    .whats-new{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .whats-new .content-inner .news-list:before{
        top: -50vh;
        bottom: -50vh;
    }
    .whats-new .content-inner .news-list:after{
        top: -50vh;
        bottom: -50vh;
    }
    .new-list-wrapper:before{
        top: -50vh;
        bottom: -50vh;
    }
    .home-innovative .image-bkg, .investor-relations .image-bkg{
        min-height: 100vh;
    }
    .home-sustainibility{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .home-about{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .home-slider .content-image:before{
        padding-bottom: 0;
        min-height: 100vh;
    }
}
@media (min-width: 640px){
    .content-image .banner-mobile {
        display: none;
    }
}
@media (min-width: 768px){
    .section-button.mobile-show{
        display: none;
    }
}

@media (max-width: 1290px){
    .whats-new .box-title:before{
        left: -24px;
    }
    .sustain-list .sustain-item{
        padding: 0 20px;
    }
    .home-sustainibility .sustain-list{
        margin: 0 -20px;
    }
    .sustain-list .sustain-item .content-wrap{
        padding: 20px;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow{
        width: calc(33.333% - 27px);
    }
    .sustain-list .sustain-item .section-button.btn-arrow{
        margin-bottom: 10px;
    }
    .sustain-item .item-inner .description{
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .sustain-item .item-inner h4{
        line-height: 1.2;
    }
}
@media (max-width: 1199px){
    .whats-new .content-inner .news-list{
        width: calc(100% - 50px);
    }
    .whats-new .content-inner .news-list:before{        
        margin-left: 15px;
    }
    .whats-new .content-inner .news-list:after{
        right: -30px;
    }
}
@media (max-width: 1024px){
    .whats-new .content-inner .new-list-wrapper{
        padding-top: 10px;
    }
}
@media (max-width: 1023px){
    .whats-new .content-inner .news-list:before{
        display: none;
    }
    .sustain-list .sustain-item{
        width: 50%;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow {
        width: calc(50% - 20px);
    }
    .whats-new .box-title{
        width: 220px;
    }
    .whats-new .content-inner .new-list-wrapper{
        width: calc(100% - 240px);
    }
    .whats-new .content-inner .news-list{
        width: 70%;
    }
}
@media (max-width: 991px){
    .home-slider .banner-caption .content-text{
        animation-delay: 0s;
    }
}
@media (max-width: 782px){
    .admin-bar .home-slider.slide-fixed{
        top: 46px;
    }
}
@media (max-width: 767px){
    .home-about:after{
        display: none;
    }
    .home-about:before{
        left: 50%;
    }
    .new-list-wrapper:before{
        display: none;
    }
    .investor-relations .image-bkg img{
        object-position: 63% 50% !important;
    }
    .whats-new .content-inner .news-list:before,
    .whats-new .content-inner .news-list:after{
        display: none;
    }
    .home-innovative .image-bkg,
    .investor-relations .image-bkg,
    .home-innovative .video-bkg{
        min-height: 667px
    }
    .homepage .image-bkg img{
        min-height: 667px;
    }
    .home-innovative .video-bkg video{
        min-height: 667px;
    }
    .sustain-list .sustain-item{
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .home-sustainibility .sustain-list{
        margin: 0;
        padding-right: 55px;
        overflow: hidden;
    }
    .home-sustainibility .sustain-list .owl-stage-outer {
        overflow: visible;
    }
    .home-sustainibility .container {
        padding-right: 0;
        padding-left: 22px;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow{
        width: 100%;
        padding: 0;
        position: static;
        padding-right: 22px;
        margin-top: 42px;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow>a{
        position: static;
        transform: none;
        width: auto;
        height: auto;
        border-radius: 0;
        border: 0;
        padding-bottom: 6px;
        position: relative;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow>a:before{
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid;
        left: 0;
        -webkit-transform: translate3d(-208%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(-208%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        transition: all .6s;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow>a:after{
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid;
        left: 0;
        -webkit-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        transition: all .6s;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow>a:hover:before {
        -webkit-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow>a:hover:after {
        -webkit-transform: translate3d(104%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(104%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow .icon{
        display: none;
    }
    .home-sustainibility .section-button.btn-arrow>a .label{
        position: static;
        margin-top: 0;
    }
    .home-sustainibility .content-inner>.section-button.btn-arrow:before{
        display: none;
    }
    .home-sustainibility h2{
        padding-right: 22px;
    }
    .sustain-item .item-inner h4 {
        line-height: 40px;
    }
    .sustain-list .sustain-item .content-wrap {
        padding: 28px 32px;
    }
    .whats-new .box-title {
        width: 100%;
    }
    .whats-new .content-inner .new-list-wrapper{
        width: 100%;
        overflow: hidden;
        max-width: none;
        padding-right: 54px;
    }
    .whats-new .content-inner .news-list{
        width: 100%;
    }
    .whats-new .box-title:before{
        display: none;
    }
    .whats-new .content-inner{
        flex-wrap: wrap;
        margin-right: -24px;
    }
    .whats-new .news-item:before{
        display: none;
    }
    .homepage .whats-new {
        position: relative;
        padding: 78px 0 81px;
    }
    .whats-new:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        border-left: 1px solid #cbcbcb;
        /*z-index: -1;*/
    }
    .whats-new .section-button.mobile-show {
        text-align: center;
        width: 100%;
        padding-right: 24px;
        margin-top: 40px;
    }
    .whats-new .box-title .section-button{
        display: none;
    }
    .home-slider .banner-caption h2{
        margin: 10px 0 0;
    }
    .home-slider .owl-dots button{
        margin: 0 12px;
    }
    .home-about{
        padding: 77px 0 80px;
    }
    .home-about h2{
        margin: 0 0 18px
    }
    .home-about h4{
        margin: 0 0 25px;
    }
    .home-about .content-text{
        text-align: center;
        line-height: 1.6;
        margin-left: -0.6px;
        margin-right: -0.6px;
        margin-bottom: 64px;
    }
    .home-about .content-text p {
        margin-bottom: 31px;
    }
    .home-innovative h2{
        margin: 0 0 44px;
    }
    .home-innovative .content-inner{
        padding: 0;
    }
    .home-sustainibility{
        padding: 78px 0 176px;
    }
    .investor-relations h2{
        margin: 0 0 43px;
    }
    .investor-relations .content-inner{
        padding: 0;
    }
    .whats-new h3{
        font-size: 45px;
        line-height: 55px;
        letter-spacing: 1px;
        text-align: center;
        padding-right: 24px;
        margin: 0 0 16px;
    }
    .whats-new .news-item .news-info {
        padding-top: 21px;
    }
    .whats-new .news-info .news-title{
        margin-top: 8px;
        line-height: 29px;
    }
    .investor-relations{
        background-position: 63%;
    }
}

@media (max-width: 639px){
    .content-image .banner-mobile~.banner-desktop {
        display: none;
    }
    .home-slider .content-image:before{
        max-height: 177.87vw;
    }
    .home-slider .content-image {
        max-height: 800px;
        overflow: hidden;
    }
}
@media (max-width: 360px){
    .home-sustainibility{
        padding-bottom: 120px;
    }
}