/* conference-news */
/* .news-content{
    width: 80%;
    margin: 0 auto;
    background-color:beige;
} */
.swiper-container {
    overflow: hidden;
    /* height: 400px; */
}

#conference-news .swiper-container {
    display: none;
}

#conference-news .swiper-slide>div {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#conference-news .swiper-slide>div>a{
    width: 100%;
    height: 100%;
    display: block;
}

#conference-news .conference-news-list {
    margin-top: 25px;
    position: absolute;
    top: 0;
    right: 20px;
}

#conference-news .section-title-over {
    padding-bottom: 80px;
}

@media (max-width: 576px) {
    #conference-news .section-title-over {
        padding-bottom: 30px;
    }
}

#conference-news .section-title {
    margin: 0;
}

.bigCard {
    width: 100%;
    height: 580px;
    float: left;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

@media (max-width: 1400px) {
    .bigCard{
        height: 480px;
    }
}
.smallCard {
    width: 100%;
    height: 281.5px;
    background-color: rgba(255, 255, 255, 0.6);
    float: left;
    margin-bottom: 15px;
    position: relative;
    padding: 20px;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .smallCard{
        height: 232.5px;
    }
}

.swiper-slide .smallCard:last-child {
    margin-bottom: 0;
}

.news-items {
    display: none;
}

.tags-list {
    text-align: center;
    text-decoration: none!important;
}

.tags-list li a {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    text-decoration: none!important;
}

@media (max-width: 576px) {
    .tags-list li a {
        display: block;
        text-decoration: none!important;
    }

    html:lang(en) .tags-list li a{
        font-size: 0.875em;
    }
}

.tidbits-over-btn,
.Information-over-btn,
.golden-Sentences-over-btn {
    display: none;
}

.btn-over {
    margin-top: 15px;
    height: 45px;
    display: flex;
    justify-content: end;
}

.btn-over a {
    outline: none;
}

.btn-next {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-size: 100%;
    background-image: url(/-/media/CORPORATE/minisite/hc2024/v4/img/arrow-round.svg);
    background-repeat: no-repeat;
    /* rotate: 180deg; */
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.btn-prev {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-size: 100%;
    background-image: url(/-/media/CORPORATE/minisite/hc2024/v4/img/arrow-round.svg);
    background-repeat: no-repeat;
}

.tags-list li {
    margin-right: 15px;
    height: 40px;
    text-decoration: none!important;
}

@media (max-width: 576px) {
    .tags-list li {
        margin-right: 10px;
         margin-bottom: 10px;
         width: calc(50% - 10px);
    }
}

.tags-list li:last-child {
    margin-right: 0;
}

.tags-list li a.active {
    background-color: #fff;
    color: #5C4EFF;
    text-decoration: none!important;
}

.bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 0;
    border-radius: 10px;
}

@media (max-width: 1400px) {
    .bg-img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 769px) {
    .bg-img{
        width: auto;
        height: 100%;
    }
}

.bg-player {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 20px;

}

.bottom-title {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.bottom-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

.bg-blur {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.bottom-tag {
    margin-bottom: 5px;
    font-size: 0.875em;
}

html:lang(en) .bottom-tag{
    font-size: 0.7em;
}

.video-box.show {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
    /* position: relative; */
}

.video-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

#conference-news .js_video_player,
#latest-eleases .js_video_player,
#studio-over .js_video_player {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.quotes-title {
    color: #8157FB;
    font-size: 0.875em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

html:lang(en) .quotes-title{
    font-size: 0.7em;
}

.quotes-title img {
    margin-right: 10px;
    vertical-align: baseline;
    width: 50px;
}

.title-content {
    font-size: 1.2em;
    margin-top: 5px;
    line-height: 1.4em;
    color: #333333;
}

.title-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.title-bottom > div{
    color: #333333;
}

.title-bottom .play-btn {
    width: 35px;
    height: 35px;
}

.nobg-video-type,
.nobg-article-type,
.nobg-article-type1 {
    border: 1px solid #fff;
}

.nobg-video-type .title-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.nobg-article-type .title-btn {
    width: 35px;
}

.nobg-article-type .quotes-title {
    margin-top: 15px;
    /* font-size: 0.875em; */
}

.title-btn {
    width: 48px;
}

.nobg-article-type1 .title-btn {
    margin-bottom: 15px;
}

.nobg-video-type1 .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.nobg-popup-type .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.bg-img-pc {
    display: block;
}

.bg-img-phone {
    display: none;
}

.conference-news-list-phone {
    display: none;
}

.conference-news-list {
    display: block;
}

.news-content-pc {
    display: block;
}

.news-content-phone {
    display: none;
}

@media (max-width: 576px) {
    .swiper-slide {
        width: 100%;
    }

    .section-title-over {
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    #conference-news .section-title-over {
        padding-bottom: 0;
    }
    #conference-news .conference-news-list-phone {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    .section-title {
        width: 100%;
        text-align: center;
    }

    .bg-img-pc {
        display: none;
    }

    .bg-img-phone {
        display: block;
        width: 100%;
        height: auto;
    }

    .bottom-title {
        padding: 15px;
    }

    .conference-news-list-phone {
         display: block; 
    }

    .conference-news-list {
        display: none;
    }

    .news-content-pc {
        display: none;
    }

    .news-content-phone {
        display: block;
    }

    .bigCard {
        height: 240px;
        margin-bottom: 15px;
    }

}

.popup-img-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.popup-img-over::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

.popup-img-over .popup-img-content {
    position: relative;
    width: 960px;
    height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

@media (max-width: 990px) {
    .popup-img-over .popup-img-content {
        width: 90%;
        height: auto;
    }

    .popup-img-over .popup-img-content img {
        position: static !important;
        transform: translate(0, 0) !important;
    }
}

.clone-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(https://www.huawei.com/-/media/CORPORATE/minisite/hc2023/v3/img/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    z-index: 15;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .clone-btn{
        width: 45px;
        height: 45px;
    }
}

.popup-img-over .popup-img-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 15px;
}

#studio .swiper-slide {
    width: 33.3%;
}

.aa {
    width: 100%;
    height: 250px;
    background-color: #b048ff;
    margin-top: 30px;
}

#studio .swiper-slide:nth-child(3n+1) .aa {
    transform-style: preserve-3d;
    transform: perspective(900px) rotateY(212deg);
}

#studio .swiper-slide:nth-child(3n - 1) .aa {
    transform-style: preserve-3d;
    transform: perspective(900px) translateZ(-115px);
}

#studio .swiper-slide:nth-child(3n) .aa {
    transform-style: preserve-3d;
    transform: perspective(900px) rotateY(-212deg);
}

#latest-eleases .swiper-slide {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 430px;
}

#latest-eleases .first-card {
    height: 415px;
    width: 100%;
}

#latest-eleases .card-item {
    width: calc(50% - 8.5px);
    height: 200px;
    float: left;
}

#latest-eleases .card-item:hover .latest-eleases-title{
    color: #140B45;
}

#latest-eleases .card-item:nth-child(odd) {
    margin-right: 15px;
}

#latest-eleases .card-item:nth-child(1) {
    margin-bottom: 15px;
}

#latest-eleases .card-item:nth-child(3) {
    margin-bottom: 15px;
}

@media (max-width:576px) {
    #latest-eleases .swiper-slide {
        display: block;
        height: auto;
    }
    #latest-eleases .first-card {
        height: auto;
    }

    #latest-eleases .card-item {
        width: 100%;
        height: auto;
    }

    #latest-eleases .card-item:nth-child(odd) {
        margin-right: 0;
    }

    #latest-eleases .card-item:nth-child(3) {
        margin-bottom: 0;
    }

    #latest-eleases .swiper-slide .latest-eleases-card {
        margin-bottom: 15px;
    }
}

/* .card-item .latest-eleases-title{
    font-size: 14px;
} */
.latest-eleases-content .first-card,
.latest-eleases-content .card-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.latest-eleases-content .backgroundImage {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translateY(-50%) scale(1.1) */
}

.latest-eleases-content .latest-eleases-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}

/* .latest-eleases-content .swiper-wrapper{
    display: none;
} */
.latest-eleases-tag {
    color: #8157FB;
    font-size: 0.875em;
    width: 100%;
}

html:lang(en) .latest-eleases-tag{
    font-size: 0.7em;
}

.latest-eleases-title {
    font-size: 1em;
    margin-top: 2px;
    color: #333333;
}

@media (max-width: 1400px) {
    html:lang(en) .latest-eleases-title{
        font-size: 0.9em;
    }
}

.latest-eleases-popup-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    overflow-y: auto;
}

.latest-eleases-popup-over::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255, 0.8), rgba(255,255,255, 0));
    /* background: rgba(255, 255, 255, 0.9); */
    /* -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px); */
}



.latest-eleases-popup-item {
    height: 100%;
    width: 80%;
    text-align: center;
}

@media (max-width: 1200px) {
    .latest-eleases-popup-item{
        width: 100%;
    }
}

.latest-eleases-popup-item a{
    background: linear-gradient(45deg, rgba(155, 133, 255, 1), rgb(121, 74, 250, 1));
    min-width: 120px;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 0.875em;
    margin: 0 auto;
}

.latest-eleases-popup-item a:hover{
    background: linear-gradient(45deg, rgba(155, 133, 255, 0.5), rgb(121, 74, 250, 0.5));
}
.latest-eleases-popup-item h3, .latest-eleases-popup-item h5, .latest-eleases-popup-item .latest-eleases-popup-title p, .latest-eleases-popup-item .latest-eleases-popup-title ul li{
    text-align: left;
}
.latest-eleases-popup-content {
    width: 80%;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 15px;
    background-color: #fff;
    max-width: 1500px;
    display: none;
    padding: 50px;
    position: relative;
}

@media (max-width: 1200px) {
    .latest-eleases-popup-content{
        padding-top: 100px;
        top: 250px;
        width: 90%;
    }
}

.latest-eleases-popup-icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    justify-content: center;
}

.latest-eleases-popup-icon-items {
    text-align: center;
    width: calc(50% - 15px);
    margin: 0 7.5px 20px;
    padding: 20px;
    background: #F6F7F9;
    border-radius: 10px;
}
@media (max-width: 576px) {
    .latest-eleases-popup-icon-items{
        width: calc(100% - 15px);
    }
}
.latest-eleases-popup-icon-items>div {
    font-size: 0.875em;
}

.latest-eleases-popup-icon-items>img {
    width: 60px;
    height: 60px;
}

.latest-eleases-popup-content .img-card {
    position: absolute;
    right: -100px;
    top: 100px;
    border-radius: 10px;
    width: 300px;
}

@media (max-width: 1200px) {
    .latest-eleases-popup-content .img-card{
        left: 50px;
        top: -100px;
    }
}
.latest-eleases-popup-title {
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 0.875em;
    color: #5e697f;
}

.latest-eleases-popup-title ul{
    padding-left: 20px;
    font-size: 0.875em;
}

.latest-eleases-popup-title ul li{
    list-style-type: disc;
    display: list-item;
}

.latest-eleases-popup-item h5{
    font-size: 1em;
    margin-bottom: 30px;
}

.latest-eleases-popup-icon-items p small{
    text-align: left;
}
.latest-eleases-pc {
    display: block;
}

.latest-eleases-phone {
    display: none;
}

/* @media (max-width:1300px) and (max-height:650px) {
    .latest-eleases-content .backgroundImage {
        height: 100%;
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
} */
@media (max-width:1200px) {
    .latest-eleases-content .backgroundImage {
        height: auto;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 769px) {
    .latest-eleases-content .backgroundImage {
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
    }
}
@media (max-width:576px) {
    .latest-eleases-content .backgroundImage {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: none;
    }
    .latest-eleases-popup-over .latest-eleases-popup-content {
        width: calc(100% - 30px);
        padding: 30px;
        height: auto;
        padding-bottom: 100px;
    }

    .latest-eleases-popup-content .img-card {
        height: 120px;
        width: auto;
        left: 30px;
        right: unset;
        bottom: -50px;
    }

    .latest-eleases-pc {
        display: none;
    }

    .latest-eleases-phone {
        display: block;
    }
}

.studioSwiper .swiper-slide {
    width: 30%;
    margin: 0 25px;
}

.studioSwiper .btn-over {
    text-align: center;
    display: block;
    width: 100%;
}

@media (max-width: 576px) {
    .studioSwiper .swiper-slide {
        margin: 0;
        overflow: hidden;
    }

    .studioSwiper .swiper-slide .studioItem {
        margin-bottom: 15px;
    }

    .studioSwiper {
        padding-bottom: 30px;
    }
    
    .studioSwiper .btn-over{
        text-align: right;
    }
    .studioSwiper .btn-over a {
        width: 45px;
        height: 45px;
        margin-left: 10px;
    }
}

.studioItem {
    position: relative;
}

.studioItem .studio-card-bg {
    width: 100%;
}

.studio-content-title {
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    /* transform: translateX(-50%); */
}

.studio-content-tag {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    color: #fff;
}

.studio-content-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    z-index: 0;
}

.filterCard {
    display: none;
}

#studio-over .section-title-over {
    justify-content: center;
}

.studio-tags-list-pc {
    display: block;
    margin: 30px 0;
    /* display: none; */
}

.studio-tags-list-phone {
    display: none;
}

.studio-container-pc {
    display: block;
}

.studio-container-phone {
    display: none;
}

.studio-tags-list-phone li {
    margin-bottom: 10px;
}

.studio-tags-list-pc li {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .studio-content-title{
        font-size: 1em;
    }
}
@media (max-width: 576px) {
    .studio-content-title{
        font-size: 1.5em;
    }
    .studio-tags-list-pc {
        display: none;
    }

    .studio-tags-list-phone {
        display: block;
/* display: none; */
        margin-bottom: 15px;
    }

    .studio-container-pc {
        display: none;
    }

    .studio-container-phone {
        display: block;
    }
}

.studioSwiper {
    display: none;
}

#studio-over .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

.video-js .vjs-big-play-button {
    display: none !important;
    opacity: 0;
}

.vjs-has-started .vjs-big-play-button .vjs-icon-placeholder {
    display: none !important;
    opacity: 0;
}

.vjs-control.vjs-button.vjs-download-control {
    display: none !important;
}

.studio-container {
    background-image: url(../imgs/studio-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* padding: 80px 0; */
}

.about-countdown-box-content {
    height: auto;
}

.swiper-button-disabled {
    opacity: 0;
}

/* 关于大会 */

.about-content {
    display: flex;
}

.about-title {
    font-size: 1.5em;
    margin-bottom: 30px;
    font-weight: 600;
    background: linear-gradient(45deg, #383e8d 0%, #1a0b4b 100%);
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.about-left p {
    font-size: 0.875em;
    color:#5E697F; 
    line-height: 1.75em;
}

html:lang(en) .about-left p {
    line-height: 1.65em;
}

.about-left {
    width: calc(66.6% - 15px);
    height: auto;
    margin-right: 15px;
    float: left;
    background-image: url(https://www.huawei.com/-/media/bbc6fec8951c4ce8bb95cfdffa21c272.ashx);
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 1px solid #fff;
    padding: 30px 30% 30px 30px;
    border-radius: 15px;
    background-position-x: right;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1600px) {
    .about-left {
        padding: 20px 150px 20px 20px;
        background-size: 50%;
        background-position: top right;
    }
}

.about-right {
    width: calc(33.3% - 15px);
    /* height: 100%; */
    margin-left: 15px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.about-right-card {
    width: 100%;
    margin-bottom: 15px;
    height: 230px;
    position: relative;

}

.about-right-card.top {
    overflow: hidden;
    border-radius: 15px;
}

.about-right-card.bottom {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.about-right-img {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.about-right-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.about-play-btn {
    width: 35px;
    height: 35px;
}

.about-right-item {
    width: calc(50% - 7.5px);
    height: calc(50% - 7.5px);
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    cursor: pointer;
}

.about-right-item:nth-child(1) {
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.about-right-item:nth-child(2) {
    margin-left: 7.5px;
    margin-bottom: 7.5px;
}

.about-right-item:nth-child(3) {
    margin-right: 7.5px;
    margin-top: 7.5px;
}

.about-right-item:nth-child(4) {
    margin-left: 7.5px;
    margin-top: 7.5px;
}

.about-right-item-img {
    height: 70px;
    margin-right: 15px;
}

@media (max-width: 1600px) {
    .about-right-item-img{
        height: 40px;
    }
}

.about-right-item-description {
    display: none;
}

.about-popup-card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.about-popup-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

.about-popup-card .about-right-item {
    z-index: 10;
    position: absolute;
    width: auto;
    height: auto;
    padding: 50px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-popup-card .about-right-item .about-right-item-description {
    display: block;
}

.about-right-item-title {
    font-size: 1.2em;
}

html:lang(en) .about-right-item-title{
    font-size: 1em;
}

@media (max-width: 1200px) and (min-width: 576px) {
    .about-left {
        padding: 20px 150px 20px 20px;
        background-size: auto 50%;
        width: 100%;
        margin-right: 0;
    }

    .about-right{
        width: 100%;
        margin-left: 0;
    }

    .about-right-item-img {
        height: 50px;
        margin-right: 10px;
    }

    .about-right-card {
        height: auto;
        width: calc(50% - 7.5px);
    }

    .about-right-card.top{
        margin-bottom: 0;
        margin-top: 15px;
        margin-right: 7.5px;
        overflow: hidden;
    }

    .about-right-card.bottom{
        margin-left: 7.5px;
    }

    .about-right-img{
        width: 100%;
        height: unset;
    }


}

@media (max-width: 576px) {

    .about-content,
    .about-right {
        display: block;
    }

    .about-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 15px;
        padding-bottom: 320px;
        background-size: 100%;
        background-position-y: bottom;
        margin-left: 0;
    }

    .about-right {
        width: 100%;
        margin-left: 0;
    }

    .about-right-card.bottom {
        height: auto;
    }

    .about-right-card {
        height: 230px;
    }

    .about-right-item {
        width: 100%;
        padding: 20px;
    }

    .about-right-item:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .about-right-item:nth-child(2) {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .about-right-item:nth-child(3) {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .about-right-item:nth-child(4) {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .about-right-item-img {
        height: 50px;
    }

    .about-right-item-description {
        display: block;
    }

    .about-right-item-title {
        margin-bottom: 10px;
    }
}

#conference-news{
    position: relative;
}
#conference-news>img{
    position: absolute;
    z-index: -1;
}
#conference-news .one {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

#conference-news .two {
    /* top: 60%;
    left: 8%; */    
    top: 110px;
    left: 28%;
}

#conference-news .three {
    top: 55%;
    right: 24%;
}

#conference-news .four {
    bottom: -150px;
    right: 10%;
}

/* #conference-news .five {
    display: none;
    top: 20px;
    left: 5%;
} */

#latest-eleases{
    position: relative;
}
#latest-eleases>img{
    position: absolute;
    z-index: -1;
}
#latest-eleases .one {
    top: 55%;
    left: 50%;
    transform: translateY(-50%);
}

#latest-eleases .two {
    bottom: -36px;
    left: 24%;
}

#latest-eleases .three {
    top: 160px;
    right: 15%;
}

#latest-eleases .four {
    bottom: -150px;
    right: 10%;
}

#latest-eleases .five {
    top: 20px;
    left: 5%;
}
#studio-over{
    position: relative;
}
#studio-over>img{
    position: absolute;
    z-index: -1;
}
#studio-over .one {
    top: 30px;
    left: 50px;
}

#studio-over .two {
    top: 60%;
    left: 8%;
}

#studio-over .three {
    top: 200px;
    right: 15%;
}

#studio-over .four {
    bottom: -150px;
    right: 10%;
}
#about-ga{
    position: relative;
}
#about-ga>img{
    position: absolute;
    z-index: -1;
}
#about-ga .one {
    top: 30px;
    left: 50px;
}

#about-ga .two {
    bottom: -75px;
    left: 28%;
}

#about-ga .three {
    top: 0px;
    right: 35%;
}

#about-ga .four {
    bottom: -150px;
    right: 10%;
}
@media (max-width: 576px) {
    #about-ga .three {
        display: none;
    }
}

#first-page{
    overflow: hidden;
}
@media (max-width: 991px) {
    .video-box.show .content > div.video-js {
      padding-top: 56.25% !important;
    }
  }
.video-box .content .video-js{
    width: 100%;
    height: 100%;
}
.nobg-video-type {
    position: relative;
}
.nobg-video-type .title-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top:0;
    width: calc(100% - 20px);
    padding-right: 20px;
}
#conference-news .btn-over {
    width: 100%;
    position: relative;
}
#conference-news .btn-over .btn-next{
    position: absolute;
    left: -60px;
    top: -330px;
}
#conference-news .btn-over .btn-prev{
    position: absolute;
    right: -60px;
    top: -330px;
}
#latest-eleases .btn-over{
    position: relative;
    width: 100%;
}
#latest-eleases .btn-over .btn-next{
    position: absolute;
    left: -60px;
    top: -260px;
}
#latest-eleases .btn-over .btn-prev{
    position: absolute;
    right: -60px;
    top: -260px;
}
@media (max-width: 1400px) {
    #conference-news .btn-over .btn-prev {
        right: -42px;
        top: -280px;
    }
    #conference-news .btn-over .btn-next {
        left: -52px;
        top: -280px;
    }
    #latest-eleases .btn-over .btn-prev {
        right: -42px;
    }
    #latest-eleases .btn-over .btn-next {
        left: -52px;
    }
    html:lang(en) .nobg-video-type .title-content{
        font-size: 1.1em;
    }
}
@media (max-width: 1200px) {
    #conference-news .btn-over .btn-prev,#conference-news .btn-over .btn-next{
        position: static;
    }
    #latest-eleases .btn-over .btn-prev,#latest-eleases .btn-over .btn-next{
        position: static;
    }
}