.mr-history {
    font-size: 1.14583vw;
    color: #727171;
    margin-bottom: 13.54167vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history {
        font-size: 4.26667vw;
    }
}

.mr-history .return-top-btn {
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: 3.2em;
    border-radius: 50%;
    background-color: #c52227;
    padding: 1.5em;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .return-top-btn {
        top: auto;
        bottom: 0;
        padding: 4vw;
        right: 6vw;
    }
}

.mr-history .return-top-btn.out {
    top: 53%;
    opacity: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .return-top-btn.out {
        top: auto;
        bottom: 5%;
    }
}

.mr-history .return-top-btn .ico {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    background-image: url(../../../static/img/history/arrow.svg);
    background-size: 100% 100%;
    -webkit-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    -webkit-filter: invert(98%) sepia(100%) saturate(4%) hue-rotate(248deg) brightness(104%) contrast(100%);
    filter: invert(98%) sepia(100%) saturate(4%) hue-rotate(248deg) brightness(104%) contrast(100%);
    width: 1.05em;
    height: 0.7em;
    width: 1.04167vw;
    height: 1.04167vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .return-top-btn .ico {
        width: 4vw;
        height: 4vw;
    }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .mr-container {
        width: 89.33333vw;
    }
}

.mr-history .border-top-none {
    border-top: none !important;
}

.mr-history .history_gap {
    height: 9.375vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history_gap {
        height: 24vw;
    }
}

.mr-history .history-kv {
    position: relative;
}

.mr-history .history-kv-img {
    display: block;
    width: 100%;
}

.mr-history .history-kv-txt {
    position: absolute;
    left: 9.53125vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 3.64583vw;
    line-height: 1.1;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-kv-txt {
        font-size: 11.2vw;
        left: 5.33333vw;
        right: 5.33333vw;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 22%;
    }
}

.mr-history .history-memo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-memo {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.mr-history .history-memo-txt {
    width: 26.04167vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-memo-txt {
        width: 100%;
        margin-bottom: 13.33333vw;
    }
}

.mr-history .history-memo-imgWrap {
    width: 46.5625vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-memo-imgWrap {
        width: 100%;
    }
}

.mr-history .history-memo-img {
    width: 100%;
}

.mr-history .history-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-items {
        margin-top: -13.33333vw;
    }
}

.mr-history .history-items-col {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-items-col {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

.mr-history .history-items-col--left {
    border-right: 1px solid #dcdddd;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-items-col--left {
        border-right: none;
    }
}

.mr-history .history-item {
    border-top: 1px solid #dcdddd;
    padding: 4.6875vw 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-item {
        padding: 13.33333vw 0;
    }
}

.mr-history .history-item-section {
    width: 29.16667vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-item-section {
        width: 100%;
    }
}

.mr-history .history-item-section + .history-item-section {
    margin-top: 4.6875vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-item-section + .history-item-section {
        margin-top: 13.33333vw;
    }
}

.mr-history .history-item-section--h286 {
    height: 14.89583vw;
}

.mr-history .history-item-section--pt108-w195 {
    padding-top: 5.625vw;
    width: 10.15625vw;
}

.mr-history .history-item-section--pt188-w575 {
    padding-top: 9.79167vw;
    width: 29.94792vw;
}

.mr-history .history-item-section--pt190-w528-pb330 {
    padding-top: 9.89583vw;
    padding-bottom: 17.1875vw;
    width: 27.5vw;
}

.mr-history .history-item-section--pt190-w630 {
    padding-top: 9.89583vw;
    width: 32.76042vw;
}

.mr-history .history-item-section--pt190-w645 {
    padding-top: 9.89583vw;
    width: 33.59375vw;
}

.mr-history .history-item-section--pt245-w630 {
    padding-top: 12.76042vw;
    width: 32.8125vw;
}

.mr-history .history-item-section--pt245-w630-pb270 {
    padding-top: 12.76042vw;
    padding-bottom: 14.0625vw;
    width: 32.76042vw;
}

.mr-history .history-item-section--pt245-w645 {
    padding-top: 12.76042vw;
    width: 33.59375vw;
}

.mr-history .history-item-section--pb105 {
    padding-bottom: 5.46875vw;
}

.mr-history .history-item-section--pb149 {
    padding-bottom: 7.76042vw;
}

.mr-history .history-item-section--pb195 {
    padding-bottom: 10.15625vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-item-section--m-pt0-w80 {
        padding-top: 0;
        width: 21.33333vw;
    }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-item-section--m-w182 {
        padding-top: 0;
        width: 48.53333vw;
    }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-item-section--m-w222 {
        width: 59.2vw;
    }
}

.mr-history .history-year {
    font-size: 2.91667vw;
    font-weight: 500;
    color: #242728;
    position: absolute;
    right: 0;
    top: 4.6875vw;
    line-height: 1.2;
    padding-right: 1.25vw;
    border-bottom: 1px solid #dcdddd;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-year {
        font-size: 9.6vw;
        padding-right: 23.46667vw;
        position: relative;
        top: 0;
        margin-bottom: 14.93333vw;
        width: 44.8vw;
    }
}

.mr-history .history-year:after {
    content: "";
    position: absolute;
    background-color: #c7000b;
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-year:after {
        width: 3.2vw;
        height: 3.2vw;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 2em rgba(197, 34, 39, 0);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(197, 34, 39, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 2em rgba(197, 34, 39, 0);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(197, 34, 39, 0);
    }
}

.mr-history .history-tip {
    position: absolute;
    top: 11.45833vw;
    right: -1.66667vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-tip {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin-bottom: 13.33333vw;
    }
}

.mr-history .history-tip:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mr-history .history-tip.active:after,
.mr-history .history-tip:hover:after {
    opacity: 1;
    visibility: visible;
}

.mr-history .history-tip.active .history-tip-content,
.mr-history .history-tip:hover .history-tip-content {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.mr-history .history-tip.active .history-tip-icon,
.mr-history .history-tip:hover .history-tip-icon {
    background-color: #fff;
    cursor: pointer;
    z-index: 15;
}

    .mr-history .history-tip.active .history-tip-icon:after,
    .mr-history .history-tip:hover .history-tip-icon:after {
        -webkit-filter: invert(14%) sepia(88%) saturate(4238%) hue-rotate(350deg) brightness(88%) contrast(87%);
        filter: invert(14%) sepia(88%) saturate(4238%) hue-rotate(350deg) brightness(88%) contrast(87%);
    }

.mr-history.touch-sc .history-tip:hover:after {
    opacity: 0;
    visibility: none;
}

.mr-history.touch-sc .history-tip:hover .history-tip-content {
    opacity: 0;
    -webkit-transform: translate(-50%, 2em);
    transform: translate(-50%, 2em);
}

.mr-history.touch-sc .history-tip:hover .history-tip-icon {
    background-color: #c7000b;
    cursor: pointer;
    z-index: 5;
}

    .mr-history.touch-sc .history-tip:hover .history-tip-icon:after {
        -webkit-filter: invert(98%) sepia(100%) saturate(4%) hue-rotate(248deg) brightness(104%) contrast(100%);
        filter: invert(98%) sepia(100%) saturate(4%) hue-rotate(248deg) brightness(104%) contrast(100%);
    }

.mr-history.touch-sc .history-tip.active:after {
    opacity: 1;
    visibility: visible;
}

.mr-history.touch-sc .history-tip.active .history-tip-content {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.mr-history.touch-sc .history-tip.active .history-tip-icon {
    background-color: #fff;
    cursor: pointer;
    z-index: 15;
}

    .mr-history.touch-sc .history-tip.active .history-tip-icon:after {
        -webkit-filter: invert(14%) sepia(88%) saturate(4238%) hue-rotate(350deg) brightness(88%) contrast(87%);
        filter: invert(14%) sepia(88%) saturate(4238%) hue-rotate(350deg) brightness(88%) contrast(87%);
    }

.mr-history .history-tip-icon {
    position: relative;
    display: inline-block;
    width: 3.33333vw;
    height: 3.33333vw;
    border-radius: 50%;
    background-color: #c7000b;
    color: #fff;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 rgba(197, 34, 39, 0.5);
    cursor: pointer;
    z-index: 5;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-tip-icon {
        width: 10.66667vw;
        height: 10.66667vw;
    }
}

.mr-history .history-tip-icon:after {
    content: "";
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url(../../../static/img/history/secret.svg);
    -webkit-filter: invert(98%) sepia(100%) saturate(4%) hue-rotate(248deg) brightness(104%) contrast(100%);
    filter: invert(98%) sepia(100%) saturate(4%) hue-rotate(248deg) brightness(104%) contrast(100%);
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-tip-icon:after {
        width: 1.6em;
        height: 1.6em;
    }
}

.mr-history .history-tip-content {
    position: absolute;
    left: 50%;
    width: 23.4375vw;
    text-align: center;
    color: #fff;
    z-index: 20;
    opacity: 0;
    -webkit-transform: translate(-50%, 2em);
    transform: translate(-50%, 2em);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-tip-content {
        width: 89.33333vw;
    }
}

.mr-history .history-tip-tit {
    font-weight: 500;
    color: inherit;
    margin-top: 1.5em;
    margin-bottom: 1.6em;
}

.mr-history .history-tip-des {
    font-weight: 300;
    color: inherit;
}

.mr-history .history-txts {
    margin-top: 1.5625vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-txts {
        margin-top: 8vw;
    }
}

.mr-history .history-tit {
    font-size: 1.25vw;
    color: #242728;
    font-weight: 500;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-tit {
        font-size: 5.33333vw;
    }
}

.mr-history .history-tit + .history-des {
    margin-top: 0.78125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-tit + .history-des {
        margin-top: 2.66667vw;
    }
}

.mr-history .history-des {
    width: 25.9375vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mr-history .history-des {
        width: 100%;
    }
}

.mr-history .history-img {
    width: 100%;
    display: block;
}

.mr-history .history-items-col--right .history-item-section {
    margin-right: 0;
    margin-left: auto;
}

.mr-history .history-items-col--right .history-year {
    right: auto;
    left: 0;
}

    .mr-history .history-items-col--right .history-year:after {
        right: auto;
        left: 0;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

.mr-history .history-items-col--right .history-tip {
    left: -1.66667vw;
    right: auto;
}

.history-oh {
    overflow: hidden;
}

.copilot-b-about_kv {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.copilot-b-about_kv--img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.copilot-b-about_kv--txts {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9.53125vw;
    right: 9.53125vw;
    font-size: 3.64583vw;
    color: #fff;
}

.copilot-b-about_us {
    display: -webkit-box;
    display: -webkit-flex;
    border-bottom: 1px solid #dcdddd;
    background-color: #fff;
    height: 3.64583vw;
    z-index: 3;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 2vw;
}

.widget-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #009ce1;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    border-radius: 3px;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_kv--txts {
        top: 25%;
        font-size: 8vw;
        left: 13vw;
    }

    .title-with-line {
        width: 100%;
        margin-right: 0px!important;
    }

    .lineNews-app {
        display: block;
        width: 10px;
        height: 20px;
        background-color: #009ce1;
        margin-right: 10px;
    }

    .single-portfolio-box .content .learnmore {
        margin-top: 0px !important;
    }
}

.copilot-b-about_us--nav {
    padding-left: 10vw;
    justify-content: flex-start;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--nav {
        height: 16vw;
        padding: 0 1.33333vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.copilot-b-about_us-right-nav {
    height: 3.64583vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 7.8125vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    border-bottom: 1px solid #dcdddd;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 7.03125vw;
}

.copilot-b-about_us-right-nav-item {
    font-size: 0.92vw;
    color: #242728;
    padding: 0 1vw;
    line-height: 3.64583vw;
}

    .copilot-b-about_us-right-nav-item .active {
        color: #009ce1;
    }

.copilot-b-about_us .place {
    -webkit-box-pack: end;
    font-size: 0.8vw;
    color: #242728;
    padding-right: 11vw;
    line-height: 3.64583vw;
}

.copilot-b-about_us--nav.fixed {
    position: fixed;
    top: 0;
}

.copilot-b-about_us--nav.fixed_with_nav {
    position: fixed;
    top: 3.54167vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--nav.fixed_with_nav {
        top: 16vw;
    }
}

.copilot-b-about_us--nav--item {
    font-size: 1vw;
    color: #242728;
    padding: 0 0.8vw;
    line-height: 3.64583vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--nav--item {
        font-size: 4.26667vw;
        line-height: 16vw;
        padding: 0 4vw;
        word-break: normal;
        white-space: nowrap;
    }
}

.copilot-b-about_us--nav--item.active {
    color: #c7000b;
}

.copilot-b-about_us--purpose {
    padding: 4.6875vw 9.375vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose {
        padding: 12vw 5.33333vw;
    }
}

.copilot-b-about_us--purpose--titWrap {
    margin-bottom: 4.6875vw;
}

.copilot-b-about_us--purpose--nav {
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 3.125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 8vw;
    }
}

.copilot-b-about_us--purpose--navItem {
    font-style: normal;
    font-size: 1.66667vw;
    font-weight: 500;
    color: #242728;
    display: inline-block;
    padding: 0 3.125vw;
    line-height: 3.80208vw;
    cursor: pointer;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--navItem {
        font-size: 4.8vw;
        line-height: 10.66667vw;
        padding: 0;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        flex-grow: 2;
        text-align: center;
    }
}

.copilot-b-about_us--purpose--navItem:first-child {
    padding-left: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--navItem:first-child {
        text-align: left;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

.copilot-b-about_us--purpose--navItem:last-child {
    padding-right: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--navItem:last-child {
        text-align: right;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

.copilot-b-about_us--purpose--navItem a {
    color: #242728;
}

.copilot-b-about_us--purpose--navItem:hover a {
    color: #c7000b;
}

.copilot-b-about_us--purpose--navItem.active {
    color: #c7000b;
    border-bottom: 2px solid;
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--navItem.active {
        border-bottom-width: 4px;
    }
}

.copilot-b-about_us--purpose--navItem.active a {
    color: #c7000b;
}

.copilot-b-about_us--purpose--item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.copilot-b-about_us--purpose--item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.copilot-b-about_us--purpose .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .copilot-b-about_us--purpose .fade.in {
        opacity: 1;
    }

.copilot-b-about_us--purpose--itemImgWrap {
    width: 53.4375vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--itemImgWrap {
        width: 100%;
    }
}

.copilot-b-about_us--purpose--itemImg {
    width: 100%;
}

.copilot-b-about_us--purpose--itemTxts {
    width: 38.8125vw;
    padding: 3.80208vw 3.125vw;
    background-color: #fafafa;
    margin-left: -9.20833vw;
    z-index: 1;
    height: 26vw;
    margin-top: 3vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--itemTxts {
        width: 100%;
        margin-left: 0;
        padding: 5.33333vw;
    }
}

.copilot-b-about_us--purpose--itemSubTit {
    font-weight: 600;
    font-size: 1.25vw;
    margin-bottom: 0.52083vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--itemSubTit {
        font-size: 4.8vw;
        margin-bottom: 2.66667vw;
    }
}

.copilot-b-about_us--purpose--itemTit {
    font-weight: 500;
    font-size: 1.66667vw;
    margin-bottom: 1em;
    color: #009ce1;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--purpose--itemTit {
        font-size: 5.33333vw;
    }
}

.aboutus01 {
    padding: 4.6875vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .aboutus01 {
        padding: 12vw 5.33333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.aboutus01--txts {
    width: 37.03125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .aboutus01--txts {
        width: 100%;
        padding-left: 0;
        margin-bottom: 8vw;
    }
}

.aboutus01--imgWrap {
    width: 62.96875vw;
    padding-left: 6.875vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .aboutus01--imgWrap {
        width: 100%;
        padding-left: 0;
    }
}

.aboutus01--img {
    width: 100%;
}

.copilot-b-about_us--business {
    padding: 4.6875vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--business {
        padding: 12vw 5.33333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.copilot-b-about_us--business--txts {
    width: 35.41667vw;
    padding: 0 5.20833vw 5.20833vw 9.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--business--txts {
        width: 100%;
        padding: 0;
        margin-bottom: 8vw;
    }
}

.copilot-b-about_us--business--imgWrap {
    position: relative;
    width: 62.96875vw;
    padding-right: 9.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--business--imgWrap {
        width: 100%;
        display: block;
        padding-right: 0;
        margin-top: 0;
    }
}

.copilot-b-about_us--business--img,
.copilot-b-about_us--business .copilot-b-about_us--business--imgWrap-video {
    width: 100%;
}

.copilot-b-about_us--business--info {
    position: absolute;
    font-size: 1.14583vw;
    color: #727171;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--business--info {
        display: none;
    }
}

.copilot-b-about_us--business--info--top {
    padding-top: 2em;
}

    .copilot-b-about_us--business--info--top .copilot-b-about_us--business--infoTxt {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.copilot-b-about_us--business--info--left .copilot-b-about_us--business--infoTxt {
    top: 50%;
    left: -webkit-calc(100% + 1vw);
    left: calc(100% + 1vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.copilot-b-about_us--business--info--bottomLeft .copilot-b-about_us--business--infoTxt {
    bottom: 0;
    left: -webkit-calc(100% + 1vw);
    left: calc(100% + 1vw);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.copilot-b-about_us--business--info.info--1 {
    left: 16.8%;
    bottom: 28.5%;
}

.copilot-b-about_us--business--info.info--2 {
    left: 28.9%;
    bottom: 56.9%;
}

.copilot-b-about_us--business--info.info--3 {
    left: 33.4%;
    bottom: 82.7%;
}

.copilot-b-about_us--business--info.info--4 {
    left: 40.5%;
    bottom: 74.3%;
}

.copilot-b-about_us--business--info.info--5 {
    left: 48%;
    bottom: 76.1%;
}

.copilot-b-about_us--business--info.info--6 {
    left: 53.5%;
    bottom: 80.2%;
}

.copilot-b-about_us--business--info.info--7 {
    left: 71.5%;
    bottom: 91.5%;
}

.copilot-b-about_us--business--info.info--8 {
    left: 68%;
    bottom: 52.5%;
}

.copilot-b-about_us--business--info.info--9 {
    left: 66.5%;
    bottom: 35.5%;
}

.copilot-b-about_us--business--info.info--10 {
    left: 54.9%;
    bottom: 23.5%;
}

.copilot-b-about_us--business--info.info--11 {
    left: 47.1%;
    bottom: 8.5%;
}

.copilot-b-about_us--business--infoTxt {
    position: absolute;
    white-space: nowrap;
}

.copilot-b-about_us--business--infoLine--col {
    width: 1px;
    background-color: #3e3a39;
    position: relative;
}

    .copilot-b-about_us--business--infoLine--col:after,
    .copilot-b-about_us--business--infoLine--col:before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 0.41667vw;
        height: 0.41667vw;
        background-color: #3e3a39;
        border-radius: 50%;
    }

    .copilot-b-about_us--business--infoLine--col:after {
        top: auto;
        bottom: 0;
    }

    .copilot-b-about_us--business--infoLine--col.col--1,
    .copilot-b-about_us--business--infoLine--col.col--2,
    .copilot-b-about_us--business--infoLine--col.col--3 {
        height: 5.20833vw;
    }

    .copilot-b-about_us--business--infoLine--col.col--4 {
        height: 9.375vw;
    }

    .copilot-b-about_us--business--infoLine--col.col--5 {
        height: 4.275vw;
    }

    .copilot-b-about_us--business--infoLine--col.col--6 {
        height: 5.475vw;
    }

    .copilot-b-about_us--business--infoLine--col.col--7 {
        height: 4.375vw;
    }

.copilot-b-about_us--business--infoLine--row {
    height: 1px;
    background-color: #3e3a39;
    position: relative;
}

    .copilot-b-about_us--business--infoLine--row:after,
    .copilot-b-about_us--business--infoLine--row:before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 0.41667vw;
        height: 0.41667vw;
        background-color: #3e3a39;
        border-radius: 50%;
    }

    .copilot-b-about_us--business--infoLine--row:after {
        right: 0;
        left: auto;
    }

    .copilot-b-about_us--business--infoLine--row.row--9 {
        width: 4.16667vw;
    }

    .copilot-b-about_us--business--infoLine--row.row--11 {
        width: 10.41667vw;
    }

.copilot-b-about_us--business--infoLine--border {
    border-color: #3e3a39;
    border-style: solid;
    border-width: 0 0 1px 1px;
    position: relative;
}

    .copilot-b-about_us--business--infoLine--border:after,
    .copilot-b-about_us--business--infoLine--border:before {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 0.41667vw;
        height: 0.41667vw;
        background-color: #3e3a39;
        border-radius: 50%;
    }

    .copilot-b-about_us--business--infoLine--border:after {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    .copilot-b-about_us--business--infoLine--border.border--8 {
        width: 4.6875vw;
        height: 5.72917vw;
    }

    .copilot-b-about_us--business--infoLine--border.border--10 {
        width: 4.6875vw;
        height: 4.6875vw;
    }

#copilot-b-about_us--global--triggerWrap {
    position: relative;
}

    #copilot-b-about_us--global--triggerWrap #copilot-b-about_us--global--trigger {
        position: absolute;
        top: 26.77083vw;
    }

.copilot-b-about_us--global {
    margin: 4.6875vw 0;
    position: relative;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global {
        margin: 12vw 5.33333vw;
    }
}

.copilot-b-about_us--global i {
    font-style: normal;
}

.copilot-b-about_us--global--imgBgWrap {
    position: relative;
}

.copilot-b-about_us--global--imgBg {
    width: 100%;
    opacity: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--imgBg {
        opacity: 1;
    }
}

.copilot-b-about_us--global--imgBgDot,
.copilot-b-about_us--global--item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.copilot-b-about_us--global--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--item {
        position: static;
        opacity: 1;
        margin-top: 24vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.copilot-b-about_us--global--txts {
    width: 35.46875vw;
    padding-left: 9.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--txts {
        padding-left: 0;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: -10.66667vw;
    }
}

.copilot-b-about_us--global--info {
    width: 19.27083vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #242728;
    margin-bottom: 4.6875vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--info {
        margin-bottom: 16vw;
        width: 45%;
    }
}

.copilot-b-about_us--global--info:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--info:last-child {
        margin-bottom: 16vw;
    }
}

.copilot-b-about_us--global--icon {
    width: 3.64583vw;
    margin-right: 3.125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--icon {
        width: 8vw;
        margin-right: 4vw;
    }
}

.copilot-b-about_us--global--tit {
    font-size: 2.91667vw;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    margin-bottom: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--tit {
        font-size: 6.4vw;
    }
}

.copilot-b-about_us--global--tit_data {
    display: none;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--tit_data {
        display: inline;
    }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--tit_show {
        display: none;
    }
}

.copilot-b-about_us--global--des {
    font-size: 1.25vw;
    font-weight: 600;
    color: inherit;
    line-height: 1.3;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--des {
        font-size: 3.2vw;
    }
}

.copilot-b-about_us--global--imgWrap {
    width: 64.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--global--imgWrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
}

.copilot-b-about_us--global--img {
    width: 100%;
}

.copilot-b-about_us--history {
    padding: 4.6875vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--history {
        padding: 12vw 5.33333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.copilot-b-about_us--history [data-aos^="fade"].aos-animate {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

.copilot-b-about_us--history [data-aos="fade-right"].aos-animate {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

.copilot-b-about_us--history [data-aos^="fade"].aos-animate-new {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.copilot-b-about_us--history [data-aos="fade-right"].aos-animate-new {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.copilot-b-about_us--history--txts {
    width: 37.03125vw;
    padding-left: 9.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--history--txts {
        width: 100%;
        padding-left: 0;
        margin-bottom: 8vw;
    }
}

.copilot-b-about_us--history--imgWrap {
    width: 62.96875vw;
    padding-left: 1.5625vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--history--imgWrap {
        width: 100%;
        padding-left: 0;
    }
}

.copilot-b-about_us--history--img {
    width: 100%;
}

.copilot-b-about_us--culture {
    padding: 4.6875vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--culture {
        padding: 12vw 5.33333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.copilot-b-about_us--culture [data-aos^="fade"].aos-animate {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

.copilot-b-about_us--culture [data-aos="fade-right"].aos-animate {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

.copilot-b-about_us--culture [data-aos^="fade"].aos-animate-new {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.copilot-b-about_us--culture [data-aos="fade-right"].aos-animate-new {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.copilot-b-about_us--culture--txts {
    width: 37.03125vw;
    padding-right: 9.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--culture--txts {
        width: 100%;
        padding-right: 0;
        margin-bottom: 8vw;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}

.copilot-b-about_us--culture--imgWrap {
    width: 62.96875vw;
    padding-right: 1.5625vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--culture--imgWrap {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
}

.copilot-b-about_us--culture--img {
    width: 100%;
}

.copilot-b-about_us--res {
    padding: 4.6875vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--res {
        padding: 12vw 5.33333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.copilot-b-about_us--res [data-aos^="fade"].aos-animate {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

.copilot-b-about_us--res [data-aos="fade-right"].aos-animate {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

.copilot-b-about_us--res [data-aos^="fade"].aos-animate-new {
    opacity: 1;
}

.copilot-b-about_us--res [data-aos="fade-right"].aos-animate-new,
.copilot-b-about_us--res [data-aos^="fade"].aos-animate-new {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.copilot-b-about_us--res--txts {
    width: 37.03125vw;
    padding-left: 9.53125vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--res--txts {
        width: 100%;
        padding-left: 0;
        margin-bottom: 8vw;
    }
}

.copilot-b-about_us--res--imgWrap {
    width: 62.96875vw;
    padding-left: 1.5625vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .copilot-b-about_us--res--imgWrap {
        width: 100%;
        padding-left: 0;
    }
}

.copilot-b-about_us--res--img {
    width: 100%;
}

.underline {
    border-bottom: 2px solid #00a0e9;
    padding-bottom: 15px;
    text-decoration: none;
}

/* Custom Styles */

.product h1 {
    color: #00a0e9;
    /* Red Color for IFU Heading */
    border-bottom: 2px solid #00a0e9;
    padding-bottom: 10px;
}

.table-bordered th,
.table-bordered td {
    border-color: #dcdddd;
    /* Red Border for Table */
}

.table-bordered thead td,
.table-bordered thead th {
    border-color: #dcdddd;
}

.pagination .page-link {
    color: #00a0e9;
    /* Red Color for Pagination Links */
}

.pagination .page-item.active .page-link {
    background-color: #00a0e9;
    border-color: #00a0e9;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    font-size: 24px;
    font-weight: 500;
}

select.custom-select option {
    font-size: 18px; /* 设置字体大小 */
    padding: 10px 10px;
    color: #212529; /* 设置文字颜色 */
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    /* 样式鼠标悬停在 <option> 上时的效果 */
    select.custom-select option:hover {
        background-color: #e6e6e6; /* 设置鼠标悬停的背景颜色 */
    }

.btn-outline-secondary {
    margin-right: 5px;
}

.btn-custom {
    font-size: 0.8rem; /* 字体大小 */
    padding: 5px 10px; /* 内边距 */
    border-radius: 10px; /* 圆角效果 */
    margin-right: 5px; /* 按钮之间的间距 */
    transition: background-color 0.3s, transform 0.3s; /* 过渡效果 */
}

    .btn-custom:hover {
        transform: scale(1.05); /* 鼠标悬停时按钮放大效果 */
    }

.btn-outline-secondary.btn-custom:hover {
    background-color: #f0f0f0; /* 鼠标悬停时按钮的背景色 */
}

/* Common Styles for both Grid and List Views */
.card-grid {
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px; /* Rounded corners */
    overflow: hidden; /* To keep the border-radius consistent with the image */
    position: relative; /* To position the icon */
    border-bottom: 1px solid #ccc;
}

    .card-grid.cards {
        transition: all 0.3s;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px; /* Rounded corners */
        overflow: hidden; /* To keep the border-radius consistent with the image */
        position: relative; /* To position the icon */
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

        .card-grid.cards:hover {
            background-color: rgba(240, 240, 240, 1); /* Slightly gray background */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

    .card-grid .card-img-top {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    .card-grid .card-body {
        padding: 15px;
    }

    .card-grid .card-title {
        font-weight: bold;
        margin-top: 10px;
        height: 70px;
        overflow: hidden;
    }

    /* Icon styling */
    .card-grid::before {
        content: url("../images/ifu/download.svg");
        color: #fff;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1; /* To position it above the image */
    }

    .card-grid .card-body .card-text {
        display: none;
    }

/* List view */
.card-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

    .card-list .card-img-top {
        width: 150px;
        height: auto;
        max-height: 185px;
        margin-right: 20px; /* Add some space between the image and the content */
        padding-bottom: 10px;
    }

    .card-list .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card-list .card-title {
        color: #1a1a1a;
        display: -webkit-box;
        font-family: volta_modern_display75_bold, Arial, Verdana, Tahoma;
        font-size: 22px;
        font-weight: 700;
        -webkit-hyphens: auto;
        hyphens: auto;
        line-height: 28px;
        margin-top: 5px;
        overflow: hidden;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .card-list .card-body .card-text {
        display: -webkit-box;
        font-family: volta_modern_display55_roman, Arial, Verdana, Tahoma;
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
        overflow: hidden;
    }

.homeico {
    width: 20px;
    height: 20px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    background: #e5e5e5;
    background-image: url("../images/home.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.title-with-line {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 150px;
}

    .title-with-line .line {
        display: block;
        width: 4px;
        height: 36px; /* 调整为您需要的高度 */
        background-color: #009ce1; /* 调整为您的颜色 007bff */
        margin-right: 10px; /* 调整间距 */
    }

    .title-with-line .lineNews {
        display: block;
        width: 10px;
        height: 20px; /* 调整为您需要的高度 */
        background-color: #009ce1; /* 调整为您的颜色 007bff */
        margin-right: 10px; /* 调整间距 */
    }

    .title-with-line .text {
        font-size: 33px !important;
        font-weight: bold; /* 根据需要调整字体粗细 */
        padding-top: 5px;
        position: relative;
        display:block;
    }

        .title-with-line .text a {
        }

    .title-with-line h6 {
        font-size: 20px !important;
    }

    .title-with-line .subtitle {
        margin-top: -10px;
        line-height: 24px;
        letter-spacing: -0.1px;
        font-family: var(--paragraph-color);
        position: relative;
        margin-bottom: 20px;
        padding-left: 16px;
        display: block;
    }

.featured-topics-card:not(:last-child) {
    margin-bottom: 30px;
}

.featured-topics-card {
    background: white;
    -webkit-box-shadow: 0 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0 10px 30px rgba(61, 91, 125, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
    position: relative;
    min-height: 150px;
    height: 200px;
    margin-bottom: 30px;
}

    .featured-topics-card .card-thumb {
        min-width: 360px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.featured-topics-card .topic-category {
    background: linear-gradient(91.85deg, #007aea 0, #00c2ff 100%);
    padding: 0 10px;
    color: white;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 8px;
    font-size: 14px;
    text-transform: capitalize;
}

@media (max-width: 1180px) {
    .featured-topics-card .card-content {
        padding: 20px;
    }
}

.featured-topics-card .card-content {
    padding: 20px 30px;
    position: relative;
}

    .featured-topics-card .card-content h3 {
        margin-bottom: 20px;
    }

.heading-secondary {
    font-size: 20px;
    line-height: 25px;
    font-family: "Advent Pro", sans-serif;
    color: #222;
}

.featured-topics-card .card-content p {
    padding-right: 20px;
}

.body-text {
    font-size: 16px;
    line-height: 170%;
    color: #3d5b7d;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
}

.featured-topics-card .card-content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 0px;
    position: relative;
}

.featured-topics-card .card-content .button {
    right: 10px;
    bottom: 10px;
}

.featured-topics-card .card-content .button {
    position: absolute;
    right: 60px;
    bottom: 60px;
}



.right_link {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 999;
}

    .right_link .top {
        position: absolute;
        right: 0;
    }

    .right_link .link {
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s;
    }

        .right_link .link a {
            color: #fff;
            text-decoration: none;
        }

            .right_link .link a:hover {
                color: #fff !important;
                text-decoration: none;
            }

        .right_link .link i {
            font-size: 22px;
        }

        .right_link .link::after hover {
            transform: scale(1.1);
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }


    .right_link .contact {
        margin-top: 60px;
        position: relative;
        transition: 0.3s;
    }

        .right_link .contact span {
            font-size: 14px;
            opacity: 0;
            white-space: nowrap;
        }

        .right_link .contact i {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .right_link .contact:hover {
            width: 120px;
            border-radius: 30px;
            background: #009ce1;
        }

            .right_link .contact:hover i {
                opacity: 0;
            }

            .right_link .contact:hover span {
                opacity: 1;
            }
