/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css";
@import "hero.css";
@import "footer.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.full {
    height: 100vh;
    position: relative;
}

.img-shadow img {
    box-shadow: rgba(0, 0, 0, 0.192) 4px 9px 12px 1px;
    transition: 0.3s ease-in-out;
}

.img-shadow:hover img {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

body.nobanner #header {
    background: #FFFFFF;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

body.nobanner .navbar a,
body.nobanner .navbar a:focus,
body.nobanner .search-icon,
body.nobanner .nav-lang {
    color: var(--text-color-primary);
}

.gslide .gslide-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.btn-style {
    padding: 17px 38px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    transition: 0.3s ease-in;
    border-radius: 0;
    text-transform: capitalize;
    --bs-btn-color: var(--white-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-active-color: var(--white-color);
    --bs-btn-bg: var(--focus-color);
    --bs-btn-border-color: var(--focus-color);
    --bs-btn-hover-bg: var(--focus-color);
    --bs-btn-hover-border-color: var(--focus-color);
    --bs-btn-active-bg: var(--focus-color);
}

.btn-style span {
    font-size: 14px;
}

.btn-style-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: rgba(var(--primary-color-rgb), 0.8);
    --bs-btn-hover-border-color: rgba(var(--primary-color-rgb), 0.8);
    --bs-btn-active-bg: rgba(var(--primary-color-rgb), 0.8);
    --bs-btn-active-border-color: rgba(var(--primary-color-rgb), 0.8);
}

.btn-arrow {
    font-size: 15px;
    display: inline-flex;
    padding: 0;
}

.btn-arrow i {
    margin-left: 10px;
    transition: 0.3s;
}

.btn-arrow:hover i {
    margin-left: 15px;
}

.btn-small {
    padding: 9px 18px;
}

.banner-inner {
    padding-top: 100px;
    height: 35vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner-inner-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    -webkit-animation: scaleAnim 5s ease forwards;
    animation: scaleAnim 5s ease forwards;
    z-index: -1;
}

.banner-inner-bg.contact {
    background-position: center bottom;
}

.banner-inner-bg.career {
    background-position: center 20%;
}

.banner-inner-wrapper {
    margin-top: 5vh;
}

.banner-inner-wrapper,
.breadcrumb, .breadcrumb a {
    color: #FFFFFF;
}

.breadcrumb-container {
    text-align: center;
}

.breadcrumb {
    display: inline-flex;
}

.breadcrumb, .breadcrumb a {
    font-size: 14px;
    opacity: 0.6;
    transition: ease-in-out 0.3s;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb span.bi {
    line-height: 26px;
}

.breadcrumb a:hover {
    opacity: 1;
}

.banner-inner-wrapper h3 {
    font-size: 44px;
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
# industry
--------------------------------------------------------------*/
.industry-list {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.industry_li {
    position: relative;
    float: left;
    display: inline-block;
    width: 25%;
    height: 520px;
    transition: all .36s;
    overflow: hidden;
}

.industry_li_wrap {
    height: 100%;
    overflow: hidden;
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: calc(var(--bs-gutter-x) * 0.5);
}

/*.industry-list > .industry_li:nth-child(4) .industry_li_wrap {*/
/*    margin-right: 0;*/
/*}*/

.industry_bgbox {
    position: relative;
    z-index: 1;
    width: 560px;
    height: 100%;
}

.industry_bgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
}

.industry_bgbox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(var(--primary-color-rgb), .57);
    opacity: 0;
    transition: all .36s;
}

.industry_bg {
    width: 100%;
    height: 100%;
}

.industry_txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    width: 100%;
    color: #fff;
    transition: all .36s;
    white-space: normal;
}

.industry_txt {
    width: 100%;
    height: 100%;
    padding: 150px 60px 60px 60px;
    overflow: hidden;
    transition: all .4s .2s;
}

.industry_title {
    width: 100%;
    top: 40%;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
}

.industry_txt .industry_title {
    top: 0;
    margin-bottom: 30px;
    text-align: left;
    opacity: 1;
}

.industry_txt p.industry_desc {
    color: rgba(var(--white-color-rgb), 0.7);
    transition: all .4s .4s;
    opacity: 0;
}

.industry_txt > a.btn {
    transition: all .4s .4s;
    opacity: 0;
}

.industry_li::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: all .4s .3s cubic-bezier(var(--primary-color-rgb), 0.335);
}

.industry_li:nth-child(2)::before {
    transition-delay: .7s;
}

.industry_li:nth-child(3)::before {
    transition-delay: 1.0s;
}

.industry_li:nth-child(4)::before {
    transition-delay: 1.3s;
}

.industry-list.animated .industry_li::before {
    height: 0;
}

@media screen and (min-width: 1200px) {

    .industry-list:hover .industry_li {
        width: 22%;
    }

    .industry-list .industry_li:hover {
        width: 34%;
    }

    .industry-list .industry_li:hover .industry_bgbox::after {
        opacity: 1;
    }

    .industry-list .industry_li:hover .industry_txt {
        padding-top: 90px;

    }

    .industry-list .industry_li:hover .industry_txt > .industry_desc,
    .industry-list .industry_li:hover .industry_txt > a.btn {
        opacity: 1;
        font-size: 16px;
    }
}

.ind-box {
    position: relative;
}

.ind-tit h4 {
    padding: 15px;
    text-align: center;
    font-size: 22px;
}

.home-about {
    /*background-image: radial-gradient(circle at right top, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 90%), url('../img/about-bg.jpeg');*/
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: relative;
}

.imgbox {
    padding: 20px;

}

.imgbox img {
    box-shadow: rgba(0, 0, 0, 0.192) 4px 9px 12px 1px;
}

.home-about .about-img {
    margin-top: 2rem;
    background-size: cover;
    display: grid;
    align-items: center;
    z-index: 0;
    position: relative;
}

.statistic {
    padding-top: 50px;
}

.stat-box {
    border-left: 1px solid var(--primary-color);
    padding-left: 15px;
    margin-bottom: 50px;
}

.stat-box h3 {
    font-size: 15px;
    color: var(--text-color-secondary);
}

.stat-box h3 > span {
    font-size: 35px;
    margin-right: 10px;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-box p {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.about-box {
    position: relative;
}


.about-txt {
    padding: 45px 25px 25px 25px;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    background: rgba(0, 0, 0, .35);
    transition: all .3s;
}

.about-box:hover .about-txt {
    width: 70%;
    background: rgba(var(--primary-color-rgb), .57);
}

.about-txt .about-tit {
    font-size: 30px;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .about-txt .about-tit {
        font-size: 22px;
    }
}

.about-txt p {
    color: #FFFFFF;
    transition: all 0.3s;
}

.about-txt a {
    color: #FFFFFF;
}

.about-txt a:hover, .about-box:hover p.more {
    color: var(--focus-color);
}

.about-txt a i {
    margin-left: 10px;
    transition: 0.3s;
}

.about-txt a:hover i,
.stat-box:hover i {
    margin-left: 15px;
}

.post-box {
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.post-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid var(--primary-color);
    width: 0;
    transition: ease-in-out 0.4s;
}

.post-box:hover:after {
    width: 100%;
}

.post-box:hover .summary h3 a {
    color: var(--primary-color);
}

.post-box .summary h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 15px 0;
}

.post-box .summary a {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.post-box .summary p.post-desc {
    font-size: 16px;
    color: var(--text-color-secondary);
    line-height: 25px;
    min-height: 75px;
}

.post-box .summary p.post-date time {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.post-box time {
    color: var(--text-color-secondary)
}

.profile {
    background-image: radial-gradient(circle at right top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%), url('../img/mosu.png');
    background-size: 65% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.profile-img {
    padding: 0;
}

.page-navbar {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 10;
}

.page-navbar-list {
    height: 70px;
    margin-bottom: 0;
}

.page-navbar-list li {
    display: inline-flex;
    position: relative;
}


.page-navbar-list li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.page-navbar-list a {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}


.page-navbar-list a:before {
    content: "";
    position: absolute;
    left: 25px;
    height: 2px;
    bottom: 3px;
    background-color: var(--secondary-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.page-navbar-list li:first-child a {
    padding-left: 0;
}

.page-navbar-list li:first-child a:before {
    left: 0;
}

.page-navbar-list li.active a {
    color: var(--primary-color);
}

.page-navbar-list a:hover:before, .page-navbar-list li.active a:before {
    visibility: visible;
    width: 40px;
}

/* 大事记 start */
.miles-nav .nav-link {
    padding: 9px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    color: var(--title-color);
}

.miles-nav .nav-link.active {
    background-color: var(--focus-color);
}

.miles-times {
    font-size: 38px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin: 1.5rem 0;
}

.miles-wrapper {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.miles-wrapper:before {
    content: " ";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #c40e18;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.miles-item {
    position: relative;
}

@media screen and (min-width: 1199px) {
    .miles-img {
        width: 600px;
        display: inline-block;
    }
}

.point {
    display: block;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    border: 3px solid #ee1c25;
    width: 12px;
    height: 12px;
    background-color: #e4eff5
}

.text-md-start .point {
    left: -6px;
}

.text-md-end .point {
    right: -6px;
}

.point::before,
.point::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#bc1b21, #f2686e), linear-gradient(31deg, #bc1b21 0, #ee1c25 65%, #f2686e 100%), linear-gradient(#f2686e, #bc1b21);
    background-blend-mode: normal, normal, normal;
    animation: pointrun1 3s infinite
}

.point::after {
    animation-delay: .75s
}

@keyframes pointrun1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: scale(4.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .miles-wrapper:before {
        display: none;
    }

    .point {
        display: none;
    }

    .miles-wrapper .miles-item {
        border-bottom: 1px solid var(--border-color);
        padding: 15px 0;
    }
}

/* 大事记 end */

.culture-box {
    position: relative;
}

.culture-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    transition: ease-in-out 0.5s;
}

.cul-img img {
    box-shadow: rgba(0, 0, 0, 0.192) 4px 9px 12px 1px;
}

.culture-box .cul-capt {
    position: absolute;
    z-index: 10;
    padding: 10%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.culture-box .cul-txt h3 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.culture-box .cul-capt a.btn {
    transition: ease-in-out 0.5s;
}

@media screen and (min-width: 1199px) {
    .culture-box .cul-capt a.btn {
        visibility: hidden;
        opacity: 0;
    }
}

.culture-box:hover .cul-capt a.btn {
    visibility: visible;
    opacity: 1;
}

.culture-box:hover:before {
    background: rgba(0, 0, 0, .2);
}

.talent-box {

    background-size: cover;
    background-position: center center;
}

.talent-content {
    padding: 50px 60px;
    background: rgba(0, 0, 0, .6);
    transition: all .3s;
    min-height: 450px;
}

.talent-content .talent-txt {
    color: #FFFFFF;
}

.talent-txt h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
}

.talent-detail {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .talent-content {
        padding: 50px 30px;
    }

    .talent-txt h3 {
        font-size: 22px;
    }

    .talent-detail {
        font-size: 16px;
    }
}

.table-more {
    font-size: 16px;
    font-weight: bold;
}


.article .article-title h2 {
    font-size: 26px;
    font-weight: 600;
}

.article .article-title time {
    color: var(--text-color-secondary);
}

.article-summary {

    background-color: var(--light-bg-color);
}

.article .article-body img {
    max-width: 640px;
    height: auto;
}

@media screen and (max-width: 750px) {
    .article .article-body img {
        max-width: 100%;
        height: auto;
    }
}

.sum-item {
    padding: 10px 15px;
}

.sum-item span {
    font-weight: bold;
}

.hr-contact p {
    margin-bottom: 0.5rem;
}

.hr-contact p span {
    font-weight: bold;
}

.article-prev-next {
    margin-top: 50px;
}

.article-prev-next, .article-prev-next a {
    color: var(--text-color-secondary);
    font-size: 14px;
    transition: 0.3s all;
}

.article-prev-next a:hover {
    color: var(--primary-color);
}

.contact .info-item {
    background: var(--light-bg-color);
    padding: 30px;
}

.contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color: var(--focus-color);
}

.contact .info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

.con-sub {
    margin-bottom: 50px;
}

.con-sub h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.con-sub .con-sum {
    padding: 30px;
    background: var(--light-bg-color);
}

@media screen and (min-width: 1600px) {
    .con-sub .con-sum .detail {
        min-height: 135px;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .con-sub .con-sum .detail {
        min-height: 158px;
    }
}

.con-sub .con-sum i {
    font-size: 16px;
    color: var(--focus-color);
}

.con-sub .con-sum h4 {
    font-size: 18px;
    height: 44px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.con-sub .detail p, .con-sub .detail a {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--text-color-secondary);
}

.article-body {
    line-height: 1.8;
}

.ind-bg {
    height: 100%;
    position: relative;
}

.ind-bg .container {
    position: relative;
    z-index: 10;
}

.ind-bg .container,
.ind-bg .container > .row {
    height: 100%;
}


.ind-bg .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.ind-bg .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
}

.ind-bg .swiper-slide .ind-item {
    padding: 50px;
    position: relative;
}

.ind-bg .swiper-slide .ind-txt,
.ind-bg .swiper-slide .ind-txt a {
    color: #FFFFFF;
    font-size: 18px;
    position: relative;
}

.ind-bg .swiper-slide .ind-txt p {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
    .ind-bg .swiper-slide .ind-txt,
    .ind-bg .swiper-slide .ind-txt a {
        font-size: 1rem;
    }
}

.ind-bg .swiper-button-prev:after,
.ind-bg .swiper-button-next:after {
    display: none;
}

.ind-bg .swiper-button-prev, .ind-bg .swiper-button-next {
    background: none;
    font-size: 30px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #FFFFFF;
}

.ind-bg .swiper-button-prev {
    transform: scaleX(-1);
}

.ind-bg .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: .7;
}

.ind-bg .swiper-pagination-bullet-active {
    background: var(--focus-color);
}

.ind-list {
    --pad: 9.666667vw;
    --brd: 255, 255, 255, 0.2;
    position: absolute;
    width: calc(95vw / 2 - var(--pad));
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: var(--pad);
    background: rgba(0, 0, 0, 0.3);
}

.ind-list .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ind-list .swiper-slide {
    width: 50% !important;
    border-left: 1px solid rgba(var(--brd));
    border-bottom: 1px solid rgba(var(--brd));

}

.ind-list .swiper-slide:nth-child(-n+2) {
    border-top: 1px solid rgba(var(--brd));
}

.ind-list .swiper-slide:nth-child(2n) {
    border-right: 1px solid rgba(var(--brd));
}

.ind-list .ind-sum {
    padding: 30px;

}

.ind-list .ind-cont {
    transition: 0.36s;
}

.ind-list .ind-cont:hover,
.ind-list .swiper-slide-thumb-active {
    background: rgba(var(--primary-color-rgb), .3);
}

.ind-list .ind-sum h2 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
}

i.icon.ind-icon {
    font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.ind-list .ind-sum .btn {
    opacity: 0;
    visibility: hidden;
}

.ind-list .ind-sum:hover .btn {
    opacity: 1;
    visibility: visible;
}


.cross-col2 {
    padding-bottom: 60px;
}

.cross-col2 .content h2.title {
    font-size: 24px;
}

.cross-col2 .content p.desc {
    color: var(--text-color-secondary);
}

@media (min-width: 768px) {
    .cross-col2 {
        padding: 60px 0;
    }

    .cross-col2 .img {
        padding: 30px;
    }

    .cross-col2 .order-first > .img {
        padding-left: 0;
    }

    .cross-col2 .order-first.order-md-last > .img {
        padding-left: 30px;
        padding-right: 0;
    }

}

.ind-item h2.title {
    margin-bottom: 1.5rem;
}

.ind-item .desc, .ind-item .desc p {
    color: var(--text-color-secondary);
}

@media screen and (max-width: 768px) {
    .ind-list {
        width: calc(95vw - var(--pad))
    }

    .ind-item .fr h2 {
        font-size: 22px;
        margin: 20px 0;
        color: #FFFFFF;
        font-weight: 600;
    }

    .ind-bg .swiper-slide .ind-txt {
        font-size: 1rem;
    }

    .cross-col2 .content h2.title {
        font-size: 22px;
    }
}

.staff-mc {
    max-width: calc(960px + 50%);
}

.staff-mc {
    width: calc(50vw + 680px);
}

.staff-item {
    position: relative;
    z-index: 1;
}

.staff-img {
    position: relative;
    overflow: hidden;
}


.staff-item .staff-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.staff-item .img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.staff-item .staff-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 30px;
    transition: all .36s;
}

.staff-item .staff-text .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    overflow: hidden;
}

.staff-item .staff-text .text {
    opacity: 0;
    transition: all .36s;
}

.staff-item .staff-text .text p {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .staff-item:hover .staff-text {
        bottom: 30px;
    }

    .staff-item:hover .staff-text .text {
        opacity: 1;
    }
}


.jnzs .summary {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.jnzs .summary a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.jnzs .summary h3 {
    font-weight: 600;
    color: var(--primary-color);
    padding: 10px;
    letter-spacing: 1px;
    margin: 0;
    height: auto;
}


.contact-item {
    background: var(--light-bg-color);
    padding: 30px;
    transition: 0.3s !important;
    display: flex;
    margin-bottom: 42px;
}

.contact-item .icon {
    font-size: 36px;
    border-radius: 10px;
    position: relative;
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    color: var(--focus-color);
}

.contact-item h3 {

    font-weight: 700;
    font-size: 22px;
    transition: 0.3s;
}

.contact-item p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--text-color-secondary), transparent 0%);
    transition: 0.3s;
}

.contact-item .read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 14px;
}

.contact-item .read-more i {
    margin-left: 10px;
}

.contact-item:hover {
    box-shadow: 0px 2px 10px color-mix(in srgb, var(--primary-color), transparent 90%);
}

.contact-item:hover h3 {
    color: color-mix(in srgb, var(--primary-color), transparent 0%);
}

@media screen  and (max-width: 768px) {
    .culture-box .cul-txt h3, .staff-item .staff-text .title {
        font-size: 22px;
    }

    .culture-box .cul-des {
        font-size: 14px;
    }
}
