/* Add here all your css styles (customizations) */
@font-face {
    font-family: AdrianeTextItalic;
    src:url(/public/assets/fonts/LibreFranklin-Bold.ttf) format("truetype");
    /*font-weight: 600;*/
    /*font-style: italic;*/
}

/* 设置 poster 图片全屏 */
.video-js .vjs-poster img{
    object-fit: fill;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    overflow: hidden;
}

.video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

/* page-preloader */
.page-preloader {
   position: fixed;
   z-index: 9999999999;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: #ffffff;
   transition(all .5s);
}
.page-preloading {
    .page-wrapper {
        opacity: 0;
    transition(all .5s .3s);
    }
    .page-preloader {
        visibility: visible;
        opacity: 1;
    }
    &.loading-done {
        .page-wrapper { opacity: 1; }
        .page-preloader {
            visibility: hidden;
            opacity: 0;
        }
        &.link-clicked {
            .page-wrapper {
                opacity: 0;
            }
        }
    }
}
.preloader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    margin-left:-32px;
    margin-top:-32px;
}

.img-vc{
    background-position: center; /* 垂直居中 */
    background-repeat: no-repeat;
    background-size: contain;
}

.text-vc{
    display: flex;
    align-items: center; /* 垂直居中 */
}

.preImage img{
    width: 100%;
}

.rev-title{
    z-index: 19;
    white-space: nowrap;
    line-height: 1.2 !important;
    color: #ffffff;
    font-family: AdrianeTextItalic !important;
    /*text-shadow: -1px -1px #efefef,1px 1px #333;*/
}

.rev-subtitle{
    z-index: 20;
    min-width: 480px;
    max-width: 480px;
    white-space: normal;
    line-height: 35px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: bolder;
    /*text-shadow:0 1px #121212;*/
}

.rev-readmore{
    z-index: 21;
    min-width: 250px;
    max-width: 250px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-radius: 30px 30px 30px 30px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.AdrianeTextItalic{
    font-family: AdrianeTextItalic !important;
}

.border-bottom{
    border-bottom: 1px solid rgba(0,0,0,0.8);
}

.u-list-inline .active{
    color: #003A82 !important;
    font-weight: bold;
}

.solutions-title{
    margin-bottom: 0 !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-content{}

.news-content p{
    margin-bottom: 0 !important;
}

.news-content h1{
    font-size: 1.9rem;
    margin-bottom: 0 !important;
}

.news-content h2{
    font-size: 1.7rem;
    margin-bottom: 0 !important;
}

.news-content img{
    max-width: 100% !important;
}

.news-title{
    height:50px;
    margin-bottom: 0 !important;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-excerpt{
    height: 42px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.slick-slide img{
    padding: 0 10px;
}

.line-1{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-2{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-3{
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
    .g-mt-30-all{
        margin-top: 30px;
    }

    /*EN*/
    .g-min-height-409 {
        min-height: 409px;
    }

    .g-min-height-85 {
        min-height: 85px;
    }

    /*CN*/
    .g-min-height-391 {
        min-height: 391px;
    }

    .g-min-height-88 {
        min-height: 88px;
    }
}

@media (max-width: 991px){
    .g-xs-none{
        display: none;
    }
}

.color-bg {
    background: -moz-linear-gradient(45deg, #00D6C8 0%, #003A82 29%, #00B1C0 66%, #002D64 100%);
    background: -webkit-linear-gradient(45deg, #00D6C8 0%,#003A82 29%,#00B1C0 66%,#002D64 100%);
    background: linear-gradient(45deg, #00D6C8 0%,#003A82 29%,#00B1C0 66%,#002D64 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    /*min-height: calc(100vh - 2rem);*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;
}
.color-bg::before,
.color-bg::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}
.color-bg::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; }
    100% {
        border-radius: 40% 60%; }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

/*一行显示5个*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
}
@media ( min-width : 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media ( min-width : 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media ( min-width : 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.cookie-notification{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 99999;
}

.cookie-notification-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f7f7f7;
}