* {
    font-family: Arial, 'Microsoft YaHei', serif, Georgia;
    font-size: 16px;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.9);
}

.header-bg{
    width: 100%!important;
    background: url(../en-images/footer.jpeg);background-size: cover
}
.head-gradient {
    background-image: linear-gradient(to right, rgba(85,139,47, 0.93), rgba(67,160,71, 0.99) 100%);
}
.content-bg{
    background: url(../en-images/contentBg.jpg) no-repeat;
    background-size: cover
}
.content-gradient{
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.7), rgba(255,255,255, 0.9) 20%, rgba(255,255,255, 1) 60%);
}
.footer-gradient {
    background: linear-gradient(to right, rgba(0, 135, 60, 0.94), rgba(75, 149, 55, 0.98));
}

#logo a {
    width: auto;
}

.primary-menu {
    width: 100%;
}

.menu-link {
    text-transform: initial;
    font-family: inherit;
}

.menu-link:hover {
    background-color: #eee;
}

.menu-link > div {
    font-size: 18px;
    font-weight: 500;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link,
.sub-menu-container > .menu-item > .menu-link:hover {
    color: #333333;
}

.menu-item > .menu-link {
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
}


::selection {
    background: rgba(31, 165, 0);;
}

.svg-trigger path {
    stroke: #ffffff;
}

.sub-menu-trigger .icon-chevron-right {
    color: white;
}

a {
    color: #000000;
}

li {
    list-style: none;
}

#gotoTop:hover{
    background-color:green;
}

@media (max-width: 768px) {

    .d-col-pd {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-logo {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .logo {
        height: 2rem !important;
        margin: 1rem auto;
    }
    .cmt{
        padding-top: 0;
    }
    .team-card{
        height: 40vw;
    }

#complementDiv{
        display: none;
    }
}

@media (max-width: 992px) {
    .sub-menu-container .menu-item > .menu-link {
        color: #333333;
    }

    .sm-p-2 {
        padding-bottom: 2rem;
    }

    .sm-center {
        text-align: center;
    }

    .sm-hide {
        display: none;
    }

    .logo {
        height: 2rem !important;
        margin: 1rem auto;
    }

    #logo a {
        width: 100%;
    }

    .sm-flex-center {
        display: flex;
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .padding-logo {
        padding: 60px 3rem;
    }

    .logo {
        height: 4.8rem !important;
    }

    .sm-logo {
        height: 5.2rem !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .cmt{
        padding: 3rem 1rem 0;
    }
    .team-card{
        height: 12vw;
    }
}


@media (min-width: 992px) {


    .sticky-header .menu-container > .menu-item > .menu-link > div {
        text-align: center;
        color: white;
    }

    .sub-menu-container .menu-item > .menu-link {
        font-weight: 500;
        font-size: 15px;
    }

    .sub-menu-container .menu-item > .menu-link:hover {
        color: rgba(31, 165, 0, 1);
    }

    .sub-menu-container, .mega-menu-content {
        border-top: 1px solid rgba(31, 165, 0, 1);
    }

    .menu-container > .menu-item {
        width: 19.8%;
    }

    .menu-container > .menu-item > .menu-link > div {
        text-align: center;
    }

    .flex-lg-start {
        display: flex;
        justify-content: flex-start;
    }

    .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container, .primary-menu:not(.on-click) .mega-menu-content {
        background-color: rgba(253, 253, 253, 0.9);
    }

    .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
        width: 100%;
    }

    .sub-menu-container .menu-item {
        border-bottom: dashed #EEEEEE 1px;
    }

    .header-size-sm .header-wrap-clone {
        height: auto;
    }

    .header-size-sm .menu-container > .menu-item > .menu-link {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media (min-width: 1380px) {
    .d-col-pd {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.d-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 2rem;
    justify-content: center;
    list-style: none;
}

.d-grid-item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FFFFFF;
}

/* Links */
.link {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    color: #333;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

/* Links 1 */
.link-1::before {
    height: 2px;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.link-1:hover::before {
    height: 2px;
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
}
/* Links */

.multi-line-ellipsis {
    display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 6; /* 限制在6行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}

.no-radius {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.text-from-bottom{
    display: flex;flex-direction: column-reverse;
}

.col-gutter{
    padding-bottom: 3rem;
}

.heading-block > h1{
    color:darkgoldenrod;
    text-transform: capitalize;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 140px;
    border-top: 3px solid #ddd;
}

.journal-from::after {
    content: '\205E';
    width: 5px;
    display: inline-block;
    padding-left: 0.5rem;
    margin-right: 0.5rem;
    opacity: 0.5;
}

.over-hide{
overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
width: calc(100% - 90px) !important;
}