@font-face{
    font-family: DIN_Bold;
    src: url("../../font/din/DIN-Bold.otf")
}
.font_din_bold{
    font-family: DIN_Bold;
}
@font-face{
    font-family: DIN_Regular;
    src: url("../../font/din_bak/DIN-Regular.otf")
}

@font-face{
    font-family: DIN_Medium;
    src: url("../../font/din/DIN-Medium.otf")
}
@font-face{
    font-family: DIN_Light;
    src: url("../../font/din/DIN-Light.otf")
}

.font_din_light{
    font-family: DIN_Light;
}
.font_din_medium{
    font-family: DIN_Medium;
}

.font_din_regular{
    font-family: DIN_Regular;
}
.aet-body {
    background-color: black !important;
}
#app {
    padding-top: 100px;
}
.page-wrapper {
    width: 100%;
    margin: 0 auto;
}
.brand-banner-bg {
    top: 50px;
    transform: unset;
    width: 100%;
    height: auto;
    left: unset;
}
.news-banner-title {
    font-size: 40px;
    font-family: 'DIN_Regular';
    text-align: unset;
    /*margin-left: 70px;*/
    padding: 0;
    width: 93%;
    margin: 0 auto;
}
.news-banner-sub-title {
    font-family: 'DIN_Regular';
    text-align: unset;
    margin-left: 0;
    margin-bottom: 40px;
    font-size: 16px;
    width: 93%;
    margin: 0 auto;
    max-width: unset;
}
.news-banner {
    /*margin-left: 75px;*/
    /*margin-right: 75px;*/
    width: 93%;
    margin: 0 auto;
}
.new-item {
    width: 33%;
}
.new-list-content {
    width: 93%;
    margin: 0 auto;
}
.new-item .new-item-title {
    font-size: 24px;
    font-family: 'DIN_Regular';
}

.new-item .new-item-subtitle {
    font-size: 16px;
    font-family: 'DIN_Regular';
}

.aet-news-multi {
    height: 500px;
    width: 100%;
    margin-top: 110px;
    background-color: white;
}
.container {
    width: 100%;
}
.news-module-5-container {
    height: 100%;
}

.news-module-5-left {
    position: absolute;
    font-family: 'DIN_Regular';
    width: 35%;
    transition: all 1s;
    word-wrap: break-word;
    word-break: break-word;
    padding-left: 65px;
    top: 50%;
    transform: translate(0, -50%);
}
.news-module-5-left-top {
    font-size: 37px;
}
.news-module-5-left-bottom {
    font-size: 25px;
    margin-top: 50px;
}
.news-module-5-right {
    position: absolute;
    right: 0;
    width: 60%;
    /*height: 100%;*/
    top: 50%;
    transform: translate(0, -50%);
}

.news-module-5-right img {
    width: 30%;
}