.main-hidden {
    overflow: hidden;
}

/* header */
header {
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
}

.header_white header {
    position: absolute;
}

.header_white header:after {
    background-color: rgba(255, 255, 255, .2);
}

header a {
    color: var(--color-text-secondary-grey);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

header .logo {
    margin-top: var(--size-60);
}

header .logo img {
    height: 3.125vw;
    min-height: 36px;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--color-primary);
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: unset;
    background-color: rgba(0, 0, 0, .1);
}

@media screen and (min-width: 1920px) {
    .mCSB_inside>.mCSB_container {
        margin-right: 1.5625vw;
    }
}


/*swiper-button*/
.ala-swiper .swiper-button-prev,
.ala-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -.9375vw;
    width: 1.875vw;
    height: 1.875vw;
    z-index: 98;
    background: none;
    background: unset;
    color: var(--color-secondary);
    border-radius: 50%;
}

.ala-swiper.is-white .swiper-button-prev,
.ala-swiper.is-white .swiper-button-next {
    color: #fff;
}

.ala-swiper .swiper-button-next.swiper-button-disabled,
.ala-swiper .swiper-button-prev.swiper-button-disabled {
    color: var(--border-color);
    opacity: 1;
}

.ala-swiper .swiper-button-prev:not(.ala-swiper .swiper-button-disabled):hover:after,
.ala-swiper .swiper-button-next:not(.ala-swiper .swiper-button-disabled):hover:after {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    font-size: 1.2vw;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    content: "\e607";
    font-family: "iconfont";
}

.ala-swiper .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ala-swiper .swiper-button-prev,
.ala-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.ala-swiper .swiper-button-next,
.ala-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    position: relative;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*swiper-button END*/


/*.swiper-pagination*/
.ala-swiper .swiper-pagination {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.ala-swiper .swiper-pagination-bullet {
    position: relative;
    background-color: unset;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 1.25vw;
    opacity: 1;
    transition: all .3s ease-in-out;
    background-color: unset !important;
    border: 1.5px solid transparent !important;
    margin: 0 .3125vw !important;
}

.ala-swiper .swiper-pagination-bullet-active {
    border-color: var(--color-primary) !important;
}

.ala-swiper .swiper-pagination-bullet::after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    content: "";
    display: block;
    width: .3125vw;
    height: .3125vw;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--color-text-secondary-grey);
}

.ala-swiper .swiper-pagination-bullet-active::after {
    background-color: var(--color-primary) !important;
}

.ala-swiper.is-white .swiper-pagination-bullet-active {
    border-color: #fff !important;
}

.ala-swiper.is-white .swiper-pagination-bullet-active::after,
.ala-swiper.is-white .swiper-pagination-bullet::after {
    background-color: #fff !important;
}

@media screen and (max-width: 1439px) {
    .ala-swiper .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin: 0 5px;
    }

    .ala-swiper .swiper-pagination-bullet::after {
        width: 5px;
        height: 5px;
    }

    .ala-swiper .swiper-button-prev,
    .ala-swiper .swiper-button-next {
        width: 27px;
        height: 27px;
        margin-top: -13.5px;
    }

    .ala-swiper .swiper-button-next:after,
    .ala-swiper .swiper-button-prev:after {
        font-size: 18px;
    }
}

/*.swiper-pagination EMD*/

/* swiper-scrollbar */
.ala-swiper .swiper-scrollbar {
    height: 2.34375vw;
    background-color: unset;
    border-radius: 0;
    left: 50%;
    right: unset;
    width: 0;
    top: 0;
}

.ala-swiper .swiper-scrollbar-drag {
    background-color: unset;
    position: relative;
    width: 0 !important;
}

.ala-swiper .swiper-scrollbar-drag:after {
    content: "";
    position: absolute;
    right: unset;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2.34375vw;
    transform: translateX(-50%);
    background: url(../images/icon_drag.png) right center no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {

    .ala-swiper .swiper-scrollbar,
    .ala-swiper .swiper-scrollbar-drag:after {
        width: 28px;
        height: 28px;
    }

    .ala-swiper .swiper-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 567px) {
    .ala-swiper .swiper-scrollbar {
        display: none;
    }
}

/* swiper-scrollbar END */

/*block*/
.block {
    padding: 5.78125vw 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}

.block.small-block {
    padding: 3.75vw 0;
}

.block>* {
    position: relative;
    z-index: 9;
}

.block.grey {
    background-color: var(--bg-grey);
}

.block.darkGrey {
    background-color: #F0F0F0;
}

.block.bg {
    background-attachment: fixed;
}

.block.bg>* {
    position: relative;
    z-index: 9;
}

.block.bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 0;
}

.block.bg .container,
.block.color_white .container {
    z-index: 2;
    position: relative;
    color: #fff;
}

.color_white {
    color: #fff;
}

@media screen and (max-width:991px) {
    .block {
        padding: 60px 0;
    }

    .block.small-block {
        padding: 40px 0;
    }
}

@media screen and (max-width:767px) {
    .block {
        padding: 50px 0;
    }

    .block.small-block {
        padding: 40px 0;
    }
}

/*block END*/

/* ala-section */
.ala-section{
    position: relative;
    padding-bottom: 5.78125vw;
}
.block .ala-section:last-child{
    padding-bottom: 0;
}

@media screen and (max-width:991px) {
    .ala-section {
        padding-bottom: 50px;
    }
}

/* ala-section END */

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}

.layui-row.row-flex:after,
.layui-row.row-flex:before {
    content: none;
}

#button-to-top {
    background: var(--color-primary);
    position: fixed;
    z-index: 997;
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    bottom: .9375vw;
    right: .9375vw;
    border-radius: 50%;
    text-align: center;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

@media screen and (max-width: 1199px) {
    #button-to-top {
        width: 37.5px;
        height: 37.5px;
        line-height: 37.5px;
        right: 11.25px;
        bottom: 11.25px;
    }
}


/* banner */
.banner{
    width: 100%;
    height: 41.66666vw;
    max-height: 100vh;
    min-height: 420px;
    color: #fff;
    position: relative;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container{
    position: absolute;
    left: 0;
    right: 0;
    top: var(--size-60);
    bottom: 0;
    display: flex;
    align-items: center;
}
.banner-text{
    width: 100%
}
.banner-text .img{
    width: 50%;
}
.banner-text .title{
    margin-top: var(--size-48);
}

.banner-text .desc{
    margin-top: var(--size-18);
}

@media screen and (max-width: 991px) {
    .banner-text .img{
        width: unset;
       max-width: 100%;
       max-height: 140px;
       height: unset;
    }
}

/* banner END */

/* footer */
footer{
    background-color: var(--color-primary);
    color: #fff;
    position: relative;
}
footer::before,
footer::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    background: url(../images/logo_white.png) center center no-repeat;
    background-size: auto var(--size-60);
    opacity: .2;
}
footer::before{
    left: 0;
}
footer::after{
    right: 0;
}
footer a,
footer a:hover,
footer a:focus{
    color: #fff;
}

.footer-copyright{
    padding: var(--size-60) 0;
    text-align: center;
    position: relative;
    z-index: 9;
}
/* footer END */

/* index_title */

.index_title{
    margin-bottom: var(--size-40);
    position: relative;
    padding-bottom: var(--size-20);
}
.index_title:not(.no-border):after{
    content: "";
    position: absolute;
    bottom: 0;
    left: var(--size-60);
    width: var(--size-100);
    height: var(--size-4);
    background: linear-gradient( 289deg, #1A2287 0%, #5626B9 51%, #116CCF 100%);
}
.index_title .sub-title{
    background: linear-gradient(80deg, #FFECD8 0%, #CDA86D 30%, #D6B47F 80%, #FFECD8 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-weight: bold;
    padding-left: var(--size-60);
    margin-bottom: var(--size-4);
}
.index_title .title{
    color: var(--color-primary);
    font-weight: bold;
    padding-left: var(--size-60);
    position: relative;
}
.index_title .title .dot{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--size-30);
    height: var(--size-30);
    border-radius: 50%;
    background-color: rgba(26, 34, 135, .1);
}
.index_title .title .dot:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size-12);
    height: var(--size-12);
    background-color: var(--color-primary);
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.color_white .index_title .title{
    color: #fff;
}
.color_white .index_title .title .dot{
    background-color: rgba(255, 255, 255, .1);
}
.color_white .index_title .title .dot:after{
    background-color: #fff;
}

/* index_title END */


.is-bold{
    font-weight: 600;
}

hr{
    border-bottom: var(--size-1) solid var(--color-text-secondary);
    margin: var(--size-60) 0;
}

.content-block{
    background: url(../images/bg.png) right bottom no-repeat;
    background-size: 50vw auto;
}

.line-wrapper{
    position: relative;
}
.line-wrapper>*{
    position: relative;
}
.line{
    position: absolute;
    top: calc(var(--size-90)*2);
    height: 90%;
    width: var(--size-1);
    left: calc(var(--size-30)/2);
}
.line img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.line-wrapper .line{
    left: calc(6.25vw + var(--size-30)/2);
    z-index: 99;
    height: 100%;
}
.ala-section .line{
    top: var(--size-90);
}

@media screen and (max-width: 567px) {
    .content-block{
        background-size: 100% auto;
    }
}

.ala-content{
    padding-left: var(--size-60);
    overflow: hidden;
}


/* program-list */
.program-list .program-item{
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    position: relative;
    perspective: 2000px;
}
.program-list .program-item .text-box,
.program-list .program-item .more-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.4;
    overflow: hidden;
    cursor: pointer;
}
.program-list .program-item .text-box{
    padding: var(--size-45) var(--size-24);
    color: var(--color-primary);
    transform: rotateX(0);
    transition: all .4s ease-in-out 0s;
    font-weight: bold;
}
.program-list .program-item:hover .text-box {
    transform: rotateX(90deg);
}
.program-list .program-item .more-box{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/program-img.jpg);
    transform: rotateX(-90deg);
    transition: all .4s ease-in-out 0s;
}
.program-list .program-item:hover .more-box {
    transform: rotateX(0);
}
.program-list .program-item .more-box .title{
    padding: var(--size-20) var(--size-24);
}
.program-list .program-item .more-box .bottom{
    padding-bottom: var(--size-20);
    padding-left: var(--size-24);
}
.program-list .program-item .more-box .bottom img{
    width: var(--size-20);
    margin-right: var(--size-6);
}
.program-list .program-item .more-box .bottom .tag{
    padding: var(--size-4) var(--size-24) var(--size-4) var(--size-20);
    color: var(--color-primary);
}
.program-list .program-item.theme-yellow .more-box .bottom .tag{
    background: url(../images/tag_yellow.png) center center no-repeat;
    background-size: 100% 100%;
}
.program-list .program-item.theme-green .more-box .bottom .tag{
    background: url(../images/tag_green.png) center center no-repeat;
    background-size: 100% 100%;
}
.program-list .program-item.theme-blue .more-box .bottom .tag{
    background: url(../images/tag_blue.png) center center no-repeat;
    background-size: 100% 100%;
}
.program-list .program-item.theme-purple .more-box .bottom .tag{
    background: url(../images/tag_purple.png) center center no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 1200px) {
    .program-list .layui-col-lg2{
        width: 20%;
    }
}
@media screen and (max-width: 567px) {
    .program-list .program-item{
        padding-bottom: 50%;
    }
}
/* program-list END */

.icon-play {
    position: absolute;
    width: 4.6879vw;
    height: 4.6879vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    z-index: 99;
}

.icon-play span {
    border: .78125vw solid transparent;
    border-left: 1.09375vw solid #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.78125vw;
    margin-left: -.3125vw;
}

@media screen and (max-width: 991px) {
    .icon-play {
        width: 56px;
        height: 56px;
    }

    .icon-play span {
        border: 9px solid transparent;
        border-left: 13px solid #fff;
        margin-top: -9.375px;
        margin-left: -3.75px;
    }
}

@media screen and (max-width: 767px) {
    /* .shxy-block .video-wrapper .icon-play {
        display: none;
    } */
    .shxy-block .video-container img{
        height: 40vw;
    }
}

@media screen and (max-width: 567px) {
    .icon-play {
        width: .8rem;
        height: .8rem;
    }

    .icon-play span {
        border: .12rem solid transparent;
        border-left: .2rem solid #fff;
        margin-top: -.12rem;
        margin-left: -.08rem;
    }
}


.icon-play img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: rotate 4s linear infinite;
}


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*layui-layer tc-video*/
.layui-layer .layui-layer-setwin {
    top: 0px;
    right: 0px;
    margin-right: 0px;
    z-index: 99999;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
    top: .9375vw;
    right: .9375vw;
    background: none;
    position: relative;
    text-align: center;
    line-height: 3.125vw;
    transition: all .3s;
    width: 3.125vw;
    height: 3.125vw;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.25vw;
    border: 0;
    background: rgba(255, 255, 255, .25);
    padding: 0;
}

.layui-layer .layui-layer-setwin .layui-layer-close2:after {
    content: "\e60b";
    font-family: 'iconfont';
    font-weight: bold;
    color: #fff
}

.layui-layer .layui-layer-setwin .layui-layer-close2:before {
    content: unset;
}

.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
    background: var(--color-primary);
    color: #fff;
}

.layui-layer.tc-video {
    background: none;
    max-height: 95vh;
    max-width: 95vw;
}

.layui-layer.tc-video .video-player {
    height: 100%;
}

.layui-layer.tc-video .video-js {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .layui-layer .layui-layer-setwin .layui-layer-close2 {
        width: 45px;
        height: 45px;
        line-height: 45px;
        top: 10px;
        right: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .layui-layer.tc-video {
        background: none;
        height: 100vh !important;
        width: 100vw !important;
        max-height: 100vh;
        max-width: 100vw;
    }
}

/*layui-layer tc-video END*/

.more-btn{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-top: var(--size-100);
}
.more-btn span{
    display: inline-block;
    padding-bottom: var(--size-4);
    color: var(--color-primary);
    border-bottom: var(--size-1) solid var(--color-primary);
    font-weight: bold;
    margin-right: var(--size-15);
}
.more-btn img{
    width: var(--size-36);
    height: var(--size-36);
    object-fit: contain;
    position: relative;
    left: 0;
    transition: all .3s ease-in-out;
}
.more-btn:hover img{
    left: var(--size-9);
}

/* video-block */
.video-block>*{
    position: relative;
}
.video-block:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    min-height: calc(var(--size-100)*2.6);
    background: url(../images/bg2.jpg) center center no-repeat;
    background-size: cover;
}
.video-block .text-box{
    padding-top: var(--size-48);
}
.video-block .text-box .title{
    font-weight: bold;
    color: #fff;
}
.video-box .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.video-box .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.video-box .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .video-block .text-box{
        padding-top: 0;
    }
    .video-block .text-box .title{
        color: var(--color-text-primary);
    }
    .more-btn{
        margin-top: var(--size-24);
    }
}

/* video-block END */

/* timeline-block */
.timeline-block .timeline-title {
    margin-bottom: var(--size-80);
}
.timeline-block .timeline-title .title{
    color: var(--color-primary);
    font-weight: bold;
}
.timeline-block .timeline-title .ala-text{
    color: rgba(25, 34, 134, .7);
}
.timeline-block .timeline-title .ala-text img{
    height: 1em;
    margin-right: var(--size-9);
}

.timeline-swiper .custom-cursor{
    position: fixed;
    pointer-events: none;
    top: 0;
    mix-blend-mode: difference; 
    opacity: 0;
    z-index: 9999;
    /* transition: all .3s ease-in-out; */
}
.timeline-swiper .custom-cursor img{
    height: 1.5em;
}
/* .timeline-swiper,
.timeline-swiper * {
    cursor: none !important;
}
.timeline-swiper:hover .custom-cursor {
    opacity: 1;
} */
.timeline-swiper {
    font-weight: bold;
    color: var(--color-primary);
}
.timeline-swiper .timeline-item,
.timeline-swiper .timeline-item>*{
    position: relative;
}
.timeline-swiper .timeline-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--size-80)/2);
    background: linear-gradient( 289deg, #1A2287 0%, #5626B9 51%, #116CCF 100%);
    height: var(--size-4);
    z-index: 0;
    transform: translateY(50%);
}
.timeline-swiper .swiper-slide{
    height: unset;
}
.timeline-swiper .timeline-item{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.timeline-swiper .timeline-item .top{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.timeline-swiper .timeline-item .text-box{
    flex: 1;
}
.timeline-swiper .time{
    background: linear-gradient(80deg, #FFECD8 0%, #CDA86D 30%, #D6B47F 80%, #FFECD8 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-weight: bold;
    min-width: var(--size-90);
    text-align: center;
}
.timeline-swiper .text-box{
    display: flex;
    padding-top: var(--size-30);
    position: relative;
    width: 100%;
}
.timeline-swiper .text-box .num{
    width: calc(var(--size-90)/2/5*3);
    white-space: nowrap;
}
.timeline-swiper .text-box .text{
    padding-bottom: var(--size-60);
}
.timeline-swiper .text-box .arrow-img-2,
.timeline-swiper .text-box .arrow-img{
    position: absolute;
    right: var(--size-12);
}
.timeline-swiper .text-box .arrow-img img{
    height: var(--size-12);
    margin-top: 0;
}
.timeline-swiper .text-box .arrow-img-2 img{
    max-height: var(--size-90);
    margin-top: var(--size-12);
}
.timeline-swiper .text-box .more-btn{
    margin-top: var(--size-20);
}
.timeline-swiper .text-box .more-btn span{
    font-weight: normal;
}
.timeline-swiper .text-box .dot{
    margin: 0 calc(var(--size-90)/2/5*2);
    position: relative;
    border-left: 1px solid rgba(12, 31, 128,.3);
}
.timeline-swiper .text-box .dot span{
    display: inline-block;
    width: var(--size-30);
    height: var(--size-30);
    position: absolute;
    border-radius: 50%;
    background-color: rgba(26, 34, 135, .1);
    transform: translate(-50% , -100%);
}
.timeline-swiper .text-box .dot span:before{
    content: "";
    position: absolute;
    width: var(--size-9);
    height: var(--size-9);
    background-color: var(--color-primary);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.timeline-swiper .icon-box img{
    width: var(--size-90);
    height: var(--size-90);
}
@media screen and (max-width: 767px) {
    .timeline-block .timeline-title .ala-text{
        display: none;
    }
}
/* timeline-block END */