
@font-face {
    font-family: 'Avenir Next Light';
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Light.eot");
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Light.eot?#iefix") format("embedded-opentype"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Light.woff2") format("woff2"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Light.woff") format("woff"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Avenir Next Regular';
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Regular.eot");
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Regular.eot?#iefix") format("embedded-opentype"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Regular.woff2") format("woff2"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Regular.woff") format("woff"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Medium.eot");
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Medium.eot?#iefix") format("embedded-opentype"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Medium.woff2") format("woff2"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Medium.woff") format("woff"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Demi.eot");
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Demi.eot?#iefix") format("embedded-opentype"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Demi.woff2") format("woff2"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Demi.woff") format("woff"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Demi.ttf") format("truetype");
}

@font-face {
    font-family: 'Avenir Next Bold';
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Bold.eot");
    src: url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Bold.eot?#iefix") format("embedded-opentype"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Bold.woff2") format("woff2"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Bold.woff") format("woff"), url("/content/dam/honor/common/font/avenir-next/AvenirNextW1G-Bold.ttf") format("truetype");
}


/* cn */
.fonts-cn-light {
    font-family: "Avenir Next Light",
        "Microsoft Yahei",
        Arial,
        "Helvetica Neue",
        Helvetica,
        sans-serif;
    font-weight: 100;
}

.fonts-cn-regular {
    font-family: "Avenir Next Regular",
        "Microsoft Yahei",
        Arial,
        "Helvetica Neue",
        Helvetica,
        sans-serif;
    font-weight: 400;
}

.fonts-cn-medium {
    font-family: "Avenir Next Medium",
        "Microsoft Yahei",
        Arial,
        "Helvetica Neue",
        Helvetica,
        sans-serif;
    font-weight: 400;
}

.fonts-cn-demi {
    font-family: "Avenir Next Demi",
        "Microsoft Yahei",
        Arial,
        "Helvetica Neue",
        Helvetica,
        sans-serif;
    font-weight: 600;
}


.brand-page {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    text-align: center;
    /* font-family: 'Avenir Next Light',
        'SansSerif For HONOR Light'; */
    color: #000000;
}

.brand-page p {
    margin-bottom: 0;
}

/* video */
.bg-video {
    position: relative;
    font-size: 0;
}

.bg-video video {
    width: 100%;
}

.bg-video-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: #FFF;
    /* background: rgba(0, 0, 0, 0.4); */
    /* display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap; */
    padding-top: 18vw;
}

.bg-video-title {
    /* font-family: 'Avenir Next Medium',
        'SansSerif For HONOR Medium'; */
    font-size: 1.67vw;
    line-height: 2.6vw;
    width: 100%;
    /* padding-bottom: 16vw; */
}

.bg-video-list {
    display: flex;
    justify-content: space-around;
    width: 60%;
}

.bg-video-list p {
    font-size: 2vw;
}

.bg-video-list span {
    display: block;
    font-size: 0.86vw;
    padding-top: 0.9vw;
}

/* about honor */
.bg-about {
    padding: 0 0 0 0;
}

.bg-creative {
    padding: 8vw 0 8.55vw 0;
}

p.bg-about-title,
p.bg-creative-title {
    /* font-family: 'Avenir Next Medium',
        'SansSerif For HONOR Medium'; */
    font-size: 1.68vw;
    position: relative;
    padding-bottom: 2.2vw;
    line-height: 1;
}

.bg-about-title:after,
.bg-creative-title:after {
    content: '';
    width: 3.2vw;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bg-about-text,
.bg-creative-text {
    font-size: 1.08vw;
    color: #000000;
    line-height: 2.6vw;
    padding-top: 3.66vw;
}

/* learn more */
.bg-learn {
    padding: 10vw 0 3.25vw;
}

.bg-learn-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 55vw;
    margin: 3vw auto 0;
}

.bg-learn-list li {
    width: 40%;
    height: 14.3vw;
    margin-bottom: 4.45vw;
}

.bg-learn-list a {
    /* font-family: 'Avenir Next Medium',
        'SansSerif For HONOR Medium'; */
    width: 100%;
    height: 100%;
    color: initial;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 0 1.7vw 0;
    box-sizing: border-box;
    border: solid 1px #F5F5F5;
    transition: all 0.5s;
}

.bg-learn-title {
    color: #000;
    font-size: 1.35vw;
    padding-bottom: 1.25vw;
}

.bg-learn-text {
    font-size: 0.94vw;
    color: #404040;
    min-height: 3.5vw;
    width: 100%;
    line-height: 1.3vw;
}

.bg-learn-more {
    /* font-family: 'Avenir Next Demi',
        'SansSerif For HONOR Demi'; */
    color: #3c3c3c;
    font-size: 0.75vw;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.bg-right {
    display: inline-block;
    width: 0.3vw;
    height: 0.3vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 0.2vw;
    transition: all 1s;
}

@media screen and (min-width: 769px) {
    .bg-learn-list a:hover {
        transition: all 0.5s;
        border: solid 1px #b7b7b7;
        transform: scale(1.05);
    }

    .bg-learn-list a:hover .bg-learn-more {
        text-decoration: underline;
        transition: all 1s;
        color: #000000;
        position: relative;
    }

    .bg-learn-list a:hover .bg-right {
        transition: all 1s;
        animation: bg-right 1s infinite;
        position: absolute;
        position: initial \9;
    }

    @keyframes bg-right {
        from {
            right: -0.5vw;
        }

        to {
            right: -0.9vw;
        }
    }
}

/* brand line */
.bg-line {
    /* background-color: #fff; */
    /* background: linear-gradient(to bottom, #f5f5f5 85%, #ffffff 15%); */
    /* padding-top: 6vw; */
    /* position: relative; */
    background-color: #f2f2f2;
    padding-bottom: 7.55vw;
}

.bg-line-tab {
    position: relative;
}

/* .bg-lline-gray {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f2f2f2;
    height: 38.5vw;
    width: 100%;
} */

.bg-line-title {
    padding-top: 6vw;
}

.bg-line-month {
    width: 77.6vw;
    margin: 0 auto;
}

div.month-slide {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    height: 33.8vw;
}

.bg-month-img {
    margin-left: 1px;
}

.bg-month-img img {
    width: 38.23vw;
    height: 100%;
    /* width: 33.75vw; */
    /* height: 25.6vw; */
    object-fit: cover;
    object-position: center;
}

.bg-month-tab {
    /* width: 25vw; */
    flex: 1;
    padding: 3.8vw 0 0 5.4vw;
    text-align: left;
}

.month-slide-no .bg-month-tab {
    width: 100%;
    text-align: center;
    padding: 4vw 0;
}

.month-slide-no .bg-month-text {
    width: 100%;
}

.bg-month-time {
    display: block;
    font-size: 1.3vw;
    color: #686868;
}

p.bg-month-title {
    /* font-family: 'Avenir Next Medium',
        'SansSerif For HONOR Medium'; */
    font-size: 2.6vw;
    /* margin: 2.5vw 2vw 2.5vw 0; */
    color: #000000;
    padding: 2.34vw 2vw 2.7vw 0;
    line-height: 1.46;
}

.bg-month-text {
    color: #000000;
    width: 80%;
    font-size: 1.4vw;
    line-height: 2.3vw;
}

div.line-month-pagination {
    /* font-family: 'Avenir Next Demi',
        'SansSerif For HONOR Demi'; */
    width: auto;
    right: auto;
    bottom: 2.92vw;
    left: 43.6vw;
    font-size: 1vw;
    color: #686868;
}

.line-month-pagination .swiper-pagination-current {
    color: #000000;
}

#lineMonth .swiper-button-next::after,
#lineMonth .swiper-button-prev::after {
    display: none;
}

#lineMonth .swiper-button-next,
#lineMonth .swiper-button-prev {
    /* background: none; */
    background-image: url(../ima/brand-swiper-next.svg);
    background-size: 100%;
    right: 1.77vw;
}

#lineMonth .swiper-button-prev {
    background-image: url(../ima/brand-swiper-prev.svg);
    background-size: 100%;
    left: 40vw;
}

.bg-line-month .swiper-container {
    /* color: #9b9b9b;
    --swiper-theme-color: #9b9b9b;
    --swiper-navigation-color: #9b9b9b; */
    --swiper-navigation-size: 1.8vw;
}

.bg-line-month .swiper-button-next.swiper-button-disabled,
.bg-line-month .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.bg-line-year {
    position: relative;
    width: 77.6vw;
    padding: 0 8vw;
    height: 2.5vw;
    margin: 5.94vw auto 1.96vw;
    display: flex;
    justify-content: space-around;
    /* align-items: baseline; */
    border-bottom: 1px #d0d0d0 solid;
}

.bg-line-year li {
    font-size: 0.94vw;
    color: #686868;
    height: 100%;
    margin-top: 1px;
    cursor: pointer;
    user-select: none;
    transition: font-size 0.2s;
}

.bg-line-year li p {
    height: 100%;
}

.bg-line-year li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 97%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

li.line-year-active,
li.line-year-leave {
    position: relative;
    left: 0;
    right: 0;
    cursor: default;
    text-align: center;
}

li.line-year-active {
    /* font-family: 'Avenir Next Demi',
        'SansSerif For HONOR Demi'; */
    font-family: "Avenir Next Demi",
        "Microsoft Yahei",
        Arial,
        "Helvetica Neue",
        Helvetica,
        sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 1.15vw;
}

li.line-year-active:after {
    background-color: #000;
    animation: yearActive 0.4s forwards;
}

@keyframes yearActive {
    0% {
        width: 0;
    }

    100% {
        width: 97%;
    }
}

li.line-year-leave:after {
    background-color: #000;
    animation: yearLeave 0.4s forwards;
}

@keyframes yearLeave {
    0% {
        width: 97%;
    }

    100% {
        width: 0;
    }
}

.brand-mb {
    display: none !important;
}

@media screen and (max-width: 1920px) {
    .bg-month-time {
        font-size: 1.1vw;
    }

    p.bg-month-title {
        font-size: 1.9vw;
    }

    .bg-month-text {
        font-size: 1.1vw;
    }
}

@media screen and (min-width: 769px) {
    #lineMonth .line-month-pagination-no {
        right: 0;
        left: 0;
    }

    #lineMonth .line-month-prev-no {
        left: 1.5vw;
    }

    .month-slide-no .bg-month-tab {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0;
        padding-bottom: 4vw;
    }

    .month-slide-no .bg-month-time {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .brand-pc {
        display: none !important;
    }

    .brand-mb {
        display: block !important;
    }

    .bg-video-tab {
        padding-top: 60vw;
    }

    .bg-video-title {
        font-size: 6.4vw;
        line-height: 9vw;
        /* padding-bottom: 13.7vw; */
    }

    .bg-video-list {
        width: 90%;
    }

    .bg-video-list p {
        font-size: 4.8vw;
    }

    .bg-video-list span {
        font-size: 1.96vw;
        padding-top: 2vw;
    }

    .bg-about {
        padding: 18.4vw 0 0;
    }

    .bg-creative {
        padding: 18.4vw 0 17.6vw;
    }

    p.bg-about-title,
    p.bg-creative-title {
        font-size: 5.33vw;
        padding-bottom: 5.9vw;
    }

    .bg-about-title:after,
    .bg-creative-title:after {
        width: 8vw;
        height: 1px;
    }

    .bg-about-text,
    .bg-creative-text {
        font-size: 3.6vw;
        line-height: 7.78vw;
    }

    .bg-learn {
        padding: 16.5vw 12vw 14.5vw;
    }

    .bg-learn-list {
        width: 100%;
        margin: 9.47vw auto 0;
    }

    .bg-learn-list li {
        width: 100%;
        height: auto;
        margin-bottom: 12vw;
    }

    .bg-learn-list a {
        padding: 7.65vw 8.6vw 7.52vw;
        border: solid 0.5px #F5F5F5;
    }

    .bg-learn-title {
        font-size: 4.67vw;
        padding-bottom: 3vw;
    }

    .bg-learn-text {
        min-height: auto;
        font-size: 3.33vw;
        line-height: 5vw;
        width: 100%;
    }

    .bg-learn-more {
        display: none;
    }

    .bg-line {
        /* padding-top: 11.36vw; */
        padding: 11.36vw 0 0;
        /* background: linear-gradient(to bottom, #f5f5f5 52%, #ffffff 48%); */
    }

    .line-year-tab {
        margin: 0 auto 8.9vw;
        overflow-x: scroll;
    }

    .line-year-tab::-webkit-scrollbar {
        display: none;
    }

    .bg-line-year {
        margin: 0 auto;
        width: 170%;
        height: 7.6vw;
        display: block;
        font-size: 0;
        padding: 0;
    }

    .bg-line-year li {
        display: inline-block;
        margin: 0 5vw;
        font-size: 3.46vw;
    }

    li.line-year-active {
        font-size: 3.74vw;
    }

    .bg-line-month {
        /* width: 84vw; */
        width: 100vw;
        /* padding: 0 8vw; */
        margin: 23.6vw auto 0;
    }

    div.month-slide {
        display: block;
        height: auto;
        background-color: initial;
    }

    .bg-month-img img {
        width: 100%;
        height: 72.5vw;
        /* height: auto; */
    }

    .bg-line-month .bg-month-tab {
        width: 100%;
        padding: 13vw 0 18.93vw 0;
    }

    .bg-month-time {
        font-size: 3.74vw;
    }

    p.bg-month-title {
        font-size: 6.66vw;
        /* padding: 11vw 0; */
        margin: 5.3vw 0;
        line-height: auto;
    }

    .bg-month-text {
        font-size: 3.74vw;
        width: auto;
        line-height: 6vw;
    }

    #lineMonth .swiper-button-next,
    #lineMonth .swiper-button-prev {
        top: -13vw;
        right: 0;
    }

    #lineMonth .swiper-button-prev {
        left: 0;
    }

    .bg-line-month .swiper-container {
        --swiper-navigation-size: 4vw;
        overflow: initial;
        width: 84%;
    }

    div.bg-line-month .swiper-pagination-fraction {
        display: block !important;
        top: -16.5vw;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
        font-size: 3.73vw;
    }

    .line-month-tab-no {
        background-color: #fff;
    }

    /* .bg-lline-gray {
        height: 108vw;
    } */

    .month-slide-no .bg-month-tab {
        padding-top: 0;
    }
}

.v4.h04-hero-image-or-video .hero-image-video__container {
    width: 100%;
    position: relative;
    padding-bottom: 34.5%;
    overflow: hidden;
    margin-bottom: 80px;
}

.v4.h04-hero-image-or-video .hero-image-video__control {
    width: 100%;
    max-width: 940px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 40px;
    text-align: center;
    z-index: 1;
}

.v4.h04-hero-image-or-video .hero-image-video__control-title {
    font-size: 88px;
    font-weight: 700;
    color: #fff;
    line-height: 1.09;
    margin-bottom: 64px;
    letter-spacing: -1px;
}

.v4.h04-hero-image-or-video .hero-image-video__video-bg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.v4.h04-hero-image-or-video .hero-image-video__image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.v4.h04-hero-image-or-video .hero-image-video__modal {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
}

.loaded .v4.h04-hero-image-or-video .hero-image-video__modal {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.v4.h04-hero-image-or-video .hero-image-video__modal--visible {
    opacity: 1;
    visibility: visible;
}

.v4.h04-hero-image-or-video .hero-image-video__modal-content {
    outline: none;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1620px;
    padding: 0 80px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 1;
}

.v4.h04-hero-image-or-video .hero-image-video__modal-wrap {
    width: 100%;
    padding-bottom: 56.26%;
    position: relative;
    display: block;
}

.v4.h04-hero-image-or-video .hero-image-video__modal-video {
    outline: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    left: 0;
    top: 1vw;
}

.v4.h04-hero-image-or-video .hero-image-video__close-btn {
    border-color: rgba(255, 255, 255, 0.2);
    top: 3vw;
    right: 20px;
    z-index: 10;
    display: block;
}

.v4.h04-hero-image-or-video .hero-image-video__close-btn::after,
.v4.h04-hero-image-or-video .hero-image-video__close-btn::before {
    background-color: #fff;
}

.v4 .popup__close-btn {
    top: 20px;
}

@media only screen and (min-width: 1200px) {
    .no-touch .v4.h04-hero-image-or-video .hero-image-video__close-btn:hover {
        background-color: #fff;
    }

    .no-touch .v4.h04-hero-image-or-video .hero-image-video__close-btn:hover::after,
    .no-touch .v4.h04-hero-image-or-video .hero-image-video__close-btn:hover::before {
        background-color: #000;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .v4.h04-hero-image-or-video .hero-image-video__modal-content {
        max-width: 186vh;
    }
}

@media only screen and (max-width: 1199.98px) {
    .v4.h04-hero-image-or-video .hero-image-video__control {
        max-width: 460px;
    }

    .v4.h04-hero-image-or-video .hero-image-video__control-title {
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 1.13;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .v4.h04-hero-image-or-video .hero-image-video__container {
        margin-bottom: 40px;
        /* height: calc(100vh - 56px);
        padding-bottom: 0; */
        /* 0218 */
        padding-bottom: calc(100vh - 50px);
        height: 0;
        /* -webkit-transform: scale(1.02);
        transform: scale(1.02); */
    }

    .v4.h04-hero-image-or-video .hero-image-video__video-bg {
        /* left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
        /* 0218 */
        height: 100%;
        object-fit: cover;
    }

    .v4.h04-hero-image-or-video .hero-image-video__modal {
        padding: 0 24px;
    }

    .v4.h04-hero-image-or-video .hero-image-video__modal-content {
        padding: 0 40px;
    }

    .v4 .popup__close-btn {
        top: -60px !important;
        right: 40px !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .v4.h04-hero-image-or-video .hero-image-video__control {
        max-width: 400px;
        padding: 0 20px;
    }

    .v4.h04-hero-image-or-video .hero-image-video__modal-content {
        padding: 0;
    }

    .v4 .popup__close-btn {
        right: 0 !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .v4.h04-hero-image-or-video .hero-image-video__modal-content {
        max-width: 160vh;
    }
}

@media (width: 1600px) {
    .v4.h04-hero-image-or-video .hero-image-video__modal-content {
        max-width: 186vh;
    }
}

.v4 .popup__close-btn {
    position: absolute;
    right: 64px;
    top: 32px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}


@media only screen and (max-width: 1199.98px) {
    .v4 .popup__close-btn {
        display: none;
    }
}




.v4 .popup__close-btn::after,
.v4 .popup__close-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 18px;
    width: 1px;
    background-color: #000;
}

.v4 .popup__close-btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.v4.h04-hero-image-or-video .hero-image-video__close-btn::after,
.v4.h04-hero-image-or-video .hero-image-video__close-btn::before {
    background-color: #fff;
}



.v4 .popup__close-btn::after,
.loaded .v4 .popup__close-btn::before {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.v4 .popup__close-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.create-flex {
    display: flex;
    flex-wrap: wrap;
    width: 39%;
    margin: 0 auto;
    padding: 2.083333vw 0 2.604167vw;
}

.flex-sections {
    width: 33.333%;
    padding: 2.5% 0;
}

.hidden-pc {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .hidden-mob {
        display: none !important;
    }

    .hidden-pc {
        display: block !important;
    }

    .create-flex {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        padding: 13.333333vw 0 16vw;
    }

    .flex-sections {
        width: 50%;
        padding: 2.5% 0;
    }
}

.kv_banner_btn {
    display: flex !important;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

/* .kv_banner_btn p{
  padding-right: 20%;
} */
.kv_banner_btn p::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 12px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

.honor-cn .btn {
    font-size: 13px;
    padding: 9px 30px;

}




.hero-image-video__container2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.hero-image-video__control-title_1 {
    width: 43%;
    margin: 0 auto;
    margin-bottom: 64px;
}

.h3,
h3 {
    font-size: 2.1875vw;
}

p.creative-bottom {
    font-size: 0.78125vw;
}

.click_bg_img_banner {
    width: 100% !important;
}

.flex-sections p {
    font-size: 0.78125vw;
}

.kv_banner_btn p {
    font-weight: bold;
    letter-spacing: 0.3vw;
}


@media screen and (max-width: 768px) {
    .kv_banner_btn p {
        font-weight: bold;
        letter-spacing: 1vw;
    }

    .flex-sections p {
        font-size: 3.333333vw;
    }

    .hero-image-video__container2 {
        height: auto !important;
    }

    .hero-image-video__control-title_1 {

        width: 80%;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .honor-cn .btn {
        font-size: 3.6vw;
    }

    .h3,
    h3 {
        font-size: 6.666667vw;
    }

    p.creative-bottom {
        font-size: 2vw;
    }

    .btn-click-vidoe-2s {
        width: 13%;
    }

    .kv_banner_btn p::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -2px;
        margin-left: 12px;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }

}

@media screen and (max-width:2560px) and (min-width:2160px) {
    .bg-line-month {
        width: 70vw !important;
        margin: 0 auto;
    }

    .bg-line-year {
        width: 70vw !important;
        padding: 0;
    }

    p.bg-month-title {
        font-size: 1.4vw;
    }

    .bg-month-text {
        font-size: 0.9vw;
    }

    .bg-about {
        padding: 4vw 0 0 0;
    }




}

.v4.h04-hero-image-or-video .hero-image-video__modal {
    z-index: 9999;
}

.footer-box {
    padding-top: 0;
}
@media screen and (max-width: 768px){
    .bg-month-tab br{
        display: none;
    }
}
.flex-sections h3 {
    font-family: 'Avenir Next Medium';
}