.home-banner {
    aspect-ratio: 16/9;
    align-items: flex-end !important;
}
.home-banner .section-bg-overlay {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 50%, rgba(8, 31, 79, 1) 100%);
}
.home-banner .section-bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    min-height: 100%;
    transition: none;
    animation: zoomLong 10s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes zoomLong {
  0%   { transform: translate(-50%, -50%) scale(1); }
  100% { transform: translate(-50%, -50%) scale(1.12); }
}
.video-button-wrapper .button.open-video {
    margin-bottom: 0;
    background-color: #ffffff30;
    border: none;
    line-height: 2.5;
}
.video-button-wrapper .button.open-video i {
    top: -5px;
}
.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}
.marquee:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    from { transform: translateX(0%); }
    to   { transform: translateX(-100%); }
}
.logo-gallery-col>.col-inner {
    overflow: hidden;
}
.logo-gallery {
    flex-wrap: nowrap !important;
}
.logo-gallery .gallery-col.col {
    min-width: 170px !important;
    padding-bottom: 0 !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.logo-gallery img {
    object-fit: contain !important;
    animation: none;
    filter: brightness(0) invert(1);
}
.logo-gallery img:hover {
    filter: none;
}
.home-banner-effect {
    overflow: hidden;
}
.home-banner-effect .text-action {
    transition: all 1.5s;
}
.home-banner-effect .text-action.pause {
    top: 70% !important;
    opacity: 0;
}
.slider-hide-nav .flickity-button {
    display: none;
}
.solution-item {
    overflow: hidden;
}
.solution-item .box-image {
    -webkit-mask-image: url(../imgs/img-frame.png);
    mask-image: url(../imgs/img-frame.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.solution-item .box-text {
    text-shadow: none !important;
    cursor: pointer;
}
.solution-item .button {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 230px;
    width: 40px;
    height: 150px;
    background-image: url(../imgs/arrow-right-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -3px !important;
    transition: all .3s ease-in-out;
    transform: translateX(100%);
    border: none;
    display: flex !important;
    align-items: center;
}
.solution-item:hover .button {
    opacity: 1;
    transform: translateX(0);
}
.solution-item .button:hover {
    opacity: 1 !important;
    color: var(--fs-color-secondary) !important;
}
.news-tabs .nav>li {
    flex: 1;
}
.news-tabs .nav>li>a {
    width: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    color: var(--fs-color-secondary);
}
.news-tabs .nav>li.active>a,
.news-tabs .nav>li>a:hover {
    color: var(--fs-color-primary);
}
.news-tabs .tab-panels {
    margin-top: 24px;
    background-color: #F7F8FF;
    border-radius: 48px;
    padding: 64px 64px 32px 64px;
}
.news-tabs .post-item .is-divider {
    display: none;
}
.news-tabs .post-item .post-title {
    font-size: 26px;
}
.news-tabs .post-item .post-meta span {
    margin-right: 10px;
}
.news-tabs .post-item .post-date::before {
    display: none;
}
.news-tabs .post-item .post-author::before {
    margin-right: 10px;
} 
.overflow-hidden>.col-inner {
    overflow: hidden;
}
@media (max-width: 1024px) {
    .video-button-wrapper {
        font-size: 130% !important;
    }
    .news-tabs .nav>li>a {
        font-size: 20px;
    }
    .news-tabs .tab-panels {
        padding: 30px;
    }
    .solution-item .button {
        top: 160px;
    }
}

@media (max-width: 480px) {
    .home-banner {
        align-items: flex-start !important;
    }
    .home-banner .big-title h2 {
        font-size: 30px !important;
    }
    .stack .last-marquee {
        margin-right: 20px !important;
    }
    .home-featured-box {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .home-featured-box .box-image {
        max-width: 120px!important;
    }
    .home-featured-box .box-image .image-cover {
        border-radius: 16px;
    }
    .home-featured-box .box-text {
        padding-left: 12px !important;
    }
    .video-button-wrapper {
        font-size: 70% !important;
    }
    .marquee {
        animation-duration: 3s;
    }
    .solution-list>.col:not(:nth-child(-n+3)) {
        display: none;
    }
    .mobile-radius>.col-inner {
        border-radius: 20px !important;
    }
    .mobile-left>.col-inner {
        text-align: left !important;
    }
    .logo-gallery-col>.col-inner {
        border-radius: 0 !important;
    }
    .news-tabs .nav {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
    }
    .news-tabs .nav>li>a {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px;
        text-align: center;
        white-space: nowrap;
    }
    .news-tabs .nav>li>a::before {
        height: 1px;
    }
    .news-tabs .tab-panels {
        padding: 16px;
        border-radius: 16px;
    }
    .news-tabs .button {
        margin-bottom: 24px;
    }
    .news-tabs .post-item .post-title {
        font-size: 24px;
    }
    .news-tabs .post-item:last-child .box-text {
        padding-bottom: 0 !important;
    }
    .news-tabs-text p {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    .news-tabs-text h3 {
        font-size: 24px;
    }
}