@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.index-section.index-activities.layout03-news:before {
    position: absolute;
    content: '';
    background-image: url(../images/style03/green-bg.png) !important;
    width: 90%;
    background-size: cover;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.index-activities-slider .slick-next {
    background: url(./../images/style03/Button-Next-Green.png) !important;
    background-size: contain !important;

}

.index-activities-slider .slick-prev {
    background: url(./../images/style03/Button-Prev-Green.png) !important;
    background-size: contain !important;
}

* {
    font-family: "Inter", sans-serif, 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica !important;
    word-wrap: break-word;
    letter-spacing: normal !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    /*outline: none;*/
    z-index: 1;
}

/* slider prev, slider next init end */
.index-banner-slider {
    position: relative;
    background-color: #fff;
    width: 100%;
    /* Dots */
}

.index-banner-slider img {
    width: 100%;
    max-width: inherit;
}

.index-banner-slider .slick-prev,
.index-banner-slider .slick-next {
    top: calc(100% - 25px);
    width: 24px;
    height: 24px;
}

.index-banner-slider .slick-prev {
    left: calc(50% - 65px);

    background: url(../images/style92/main_slider_prev-green.svg) 0 0 no-repeat;
    background-size: 100%;
}

.index-banner-slider .slick-next {
    right: calc(50% - 65px);
    background: url(../images/style92/main_slider_next-green.svg) 0 0 no-repeat;
    background-size: 100;
}

.index-banner-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.index-banner-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%) translateY(50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.index-banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    padding: 0;
    cursor: pointer;
}

.index-banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    opacity: 1;
}

.slick-track {
    width: 25000px !important;
}

.index-banner-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff52;
    border: 1px solid #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}

.index-banner-slider .slick-dots li.slick-active button:before {
    background: #fff;
    opacity: 1;
}

.index-slider {
    margin-bottom: 50px;
}

.index-slider .slick-prev,
.index-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    width: 44px;
    height: 44px;
    /*outline: none;*/
    border-radius: 100%;
    background: transparent;
    z-index: 1;
    margin-top: 0;
}

.index-slider .slick-next {
    right: 45.5%;
    background: url(../images/style92/index_slider_next-green.png) 0 0 no-repeat;
    background-size: contain;
}

.index-slider .slick-prev {
    left: 45.5%;
    background: url(../images/style92/index_slider_prev-green.png) 0 0 no-repeat;
    background-size: contain;
}

/* header
*****************************************************/
.header .logo {
    display: block;
    width: 400px;
    height: 120px;
    background: url(../images/style92/logo.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 0;
    margin-top: -6px;
}

.header-top .header-link a {
    font-size: 92%;
}

.header-top .fontsize {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.header-top .fontsize a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top .fontsize .fontsize-active {
    background: #91D3C5;
    color: #002B2D;
}

.header-language {
    display: none;
}

.search-zone .search-btn {
    background: url(../images/style92/search_icon-green.png) center center no-repeat;
    background-size: contain;
}

.rwd-nav-switch span {
    background: #00504B !important;
}

/* nav
*****************************************************/
.main-nav-wrap {
    background-color: #003638;
}

.main-nav a {
    font-size: 92%;
}

.main-nav li>a {
    color: #fff;
}

.main-nav li>a:hover {
    color: #fff;
}

.main-nav>li:before {
    background-color: #fff;
}

.main-nav .arrow {
    background-image: url(../images/style92/main-nav-arrow.svg);
}

.sub-nav {
    /* background-color: #00bdcf; */
    background-color: #003638;
}

.sub-nav>li {
    border-top: 1px solid rgba(255, 255, 255, 0.281);
}

.sub-nav>li>a {
    line-height: 1.35;
    font-size: 80%;
}

.sub-nav>li>a:hover {
    color: #003638;
    background-color: #C5EAE0;
}

/* banner 
*****************************************************/
.index-banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

/* banner end
*****************************************************/

.index {
    background-color: #fff;
    overflow: hidden;
}

.index-section {
    position: relative;
    background-color: transparent;
}

.index-section-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.index-section__heading {
    text-align: center;
    font-size: 1.925em;
    color: #333;
    margin-bottom: 40px;
    font-weight: 400;
    position: relative;
}

.index-section__heading:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    background-color: #41A08F;
    display: block;
    width: 53px;
    height: 3px;
    transform: translateX(-50%);
}

.index-section .btn-row {
    text-align: center;
    margin: 50px 0 0 0 !important;
}

.index-section .btn {
    margin: 0 auto;
    width: 200px;
    height: 50px;
    padding: 0;
    line-height: 46px;
    background-color: #00504B;
    color: #fff;
    font-size: 0.9375em;
    font-weight: 700;
    border-radius: 0;
}

.index-section .btn .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #0083aa;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.index-section .btn:hover,
.index-section .btn:active {
    color: #fff;
    background-color: #41A08F;
}

.index-section .btn:hover .arrow,
.index-section .btn:active .arrow {
    border-color: transparent transparent transparent #fff;
}

.tag-wrap {
    display: block;
    margin-top: 5px;
}

.tag-color-top,
.tag-color-hot {
    color: #fff;
    display: inline-block !important;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 30px;
    text-align: center;
    margin: 0;
    height: auto;
}

.index-section__heading:before,
.layout03-intro .index-section__heading:before {
    background-image: none !important;
    background-color: #41A08F !important;
}

.layout03-news {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.layout03-news .index-section__heading {
    margin-bottom: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 3rem;
}

.index-activities .bg-index-activities {
    display: none;
}

.index-activities .date {
    color: #333;
    font-size: 1em;
    line-height: normal;
    margin: 0 0 3px 0;
    font-weight: bold;
}

.index-activities .main-text a {
    color: #008080;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.35;
}

.index-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 30px 0;
}

.index-btn a {
    display: block;
    text-align: center;
    background: #00BDCF;
    font-size: 1em;
    color: #fff;
    width: 200px;
    padding: 15px 0;
}

.index-activity {
    padding-top: 55px;
    padding-bottom: 55px;
}

.index-news:before,
.index-alumni:before {
    content: "";
    width: 84%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-news:before {
    background: url(../images/style92/index-news-bg-green.png) 0 0 no-repeat;
    background-size: cover;
}

.index-alumni:before {
    background: url(../images/style92/index-alumni-bg-green.png) 0 0 no-repeat;
    background-size: cover;
}

.index-news .item {
    padding: 0;
    border: 0;
}

.index-news .item:before {
    display: none;
}

.index-activity-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 26vw;
    height: 100%;
    background-color: #ade7ff;
    pointer-events: none;
}

.index-activity-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(../images/style92/index-activity-bg-img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
    width: 100%;
    height: 120px;
    transform: translateX(-50%);
}

.index-activity .index-section__heading {
    margin: 0 auto 85px;
}

.index-activity .index-section__heading span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.index-activity__icon {
    position: absolute;
    top: -30px;
    right: 84%;
    width: 143px;
    height: 154px;
    display: block;
    background-image: url(../images/style92/index-activity-icon.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 0px 0px;
}

.index-activity-slider {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.index-activity-slider .slick-prev {
    left: -125px;
    top: calc(100% - 60px);
    background: url(../images/style92/index_slider_prev-green.png) 0 0 no-repeat;
}

.index-activity-slider .slick-next {
    left: -125px;
    right: inherit;
    top: calc(100% - 120px);
    background: url(../images/style92/index_slider_next-green.png) 0 0 no-repeat;
}

.index-activity-slider .slick-prev,
.index-activity-slider .slick-next {
    width: 45px;
    height: 45px;
    background-size: contain;
    transform: none;
}

.index-activity-slider .slick-disabled {
    opacity: .2;
}

.index-activity .btn-row {
    text-align: right;
    padding-right: 15px;
}

.index-activity .index-section-inner {
    max-width: 1265px;
}

.index-activity__content {
    padding-left: 140px;
}

.index-activity .item {
    position: relative;
    background-color: #fff;
    margin: 15px;
    border-bottom: 8px solid #41A08F;
}

.index-activity .item-image {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.index-activity .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 102%;
}

.index-activity .item-content {
    padding: 20px 15px;
    min-height: 115px;
    box-shadow: 0 8px 10px rgba(72, 72, 72, 0.1);
}

.index-activity .item .date {
    font-size: 0.9375em;
    line-height: 1.5;
    color: #8c8c8c;
    font-weight: 700;
    font-family: "Myriad Pro";
}

.index-publication {
    background-color: #cff9fd;
    padding-top: 75px;
    padding-bottom: 50px;
}

.index-publication-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/style92/index-publication-bg.png);
    background-position: center 100%;
    background-size: auto;
    background-repeat: repeat-x;
    pointer-events: none;
}

.index-publication .index-section__heading {
    margin-bottom: 90px;
}

.index-publication .index-section-inner {
    margin: 0 auto;
    max-width: 1290px;
    position: relative;
}

.index-publication__content {
    padding: 0 40px;
}

.index-publication-slider {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.index-publication-slider .slick-prev {
    left: -40px;
    background: url(../images/style92/index_slider_prev-green.png) 0 0 no-repeat;
}

.index-publication-slider .slick-next {
    right: -40px;
    background: url(../images/style92/index_slider_next-green.png) 0 0 no-repeat;
}

.index-publication-slider .slick-prev,
.index-publication-slider .slick-next {
    top: 40%;
    width: 45px;
    height: 45px;
    background-size: contain;
}

.index-publication-slider .slick-disabled {
    opacity: .2;
}

.index-publication .item {
    position: relative;
    padding: 0 35px;
}

.index-publication .item-image {
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.index-publication .item-image span {
    max-width: 200px;
}

.index-publication .item-image span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    background-image: url(../images/style92/index-publication-item-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
    width: 100%;
    height: 23px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-publication .item-image img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.index-publication .item-content {
    padding: 25px 0;
}

.index-publication .item .main-text {
    font-size: 1.125em;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.index-related {
    padding-top: 50px;
    padding-bottom: 270px;
    background: #cfeefd;
}

/*crumb
******************************************/
.crumb .current {
    color: #00504B;
}

/*page
******************************************/
.page-side .unit-title {
    background: #41A08F;
}

.nav-open>.current,
.side-nav li.current>a {
    color: #00504B !important;
}

.page-header .social>a {
    background: #41A08F;
}

.staff-intro-title a {
    background: url(../images/staff-arr-up.svg) 0 0 no-repeat #41A08F;
    background-size: 8px 8px;
    background-position: 88% center;
}

.page-staff-info {
    background: #f5f5f5;
}

.info-title {
    background-size: 28px !important;
    background: url(../images/staff_title_bg.png) 0 0 no-repeat #00504B;
}

li.info-mail a {
    color: #00504B;
}

.page-btn a {
    background: #41A08F;
}

.page-list-date span:first-child {
    color: #41A08F;
}

.FileDownload>strong,
.RelatedLink>strong {
    background: #00504B;
}

.pagination a.current {
    color: #fff;
    background: #41A08F;
}

.dl-thead {
    background: #00504B;
}

.dl-tcont.color-bg {
    background: #f6f6f6;
}

.sm-title {
    background: #00504B;
}

.sitemap-box {
    background: #f1f9fb;
}

.link-card-title img {
    background: #41A08F;
}

.staff-pic {
    border: 1px solid #41A08F;
    background: #41A08F;
}

.staff-tb table th {
    background: #41A08F;
}

.staff-tb table a {
    color: #00504B;
}

/*常用入口模組
******************************************/
.fast-link-color1 {
    background: #0068b7;
}

.fast-link-color2 {
    background: #f19149;
}

.fast-link-color3 {
    background: #49cdbf;
}

.fast-link-color4 {
    background: #51c6eb;
}

.fast-link-color5 {
    background: #4b8ada;
}

/*end
******************************************/
.index-section.index-related:after {
    content: "";
    background-image: url(../images/style92/index-publication-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-size: cover;
    bottom: 200px;
    display: block;
}

.index-section.index-related:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 233px;
    background-image: url(../images/style92/index-related-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    pointer-events: none;
    bottom: 0;
    z-index: 1;
}

.index-related .slide-item {
    padding: 0 13px;
}

.index-related .slide-item img {
    width: 100%;
    border: 1px solid #84ccc9;
}

.index-related .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.index-related .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.index-related .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-related .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background: #cdcdcd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-related .slick-dots li.slick-active button:before {
    background: #133d68;
}

.fat-footer {
    border-top: 7px solid #00504B;
}

.fat-footer-switch {
    position: absolute;
    width: 100%;
    top: -35px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    z-index: 2;
}

.fat-footer-open,
.fat-footer-close {
    width: 58px;
    height: 32px;
    background-size: 100% !important;
}

.fat-footer-open {
    background: url(../images/style92/fat_footer_open-green.png) 0 0 no-repeat;
}

.fat-footer-close {
    background: url(../images/style92/fat_footer_close-green.png) 0 0 no-repeat;
    display: none;
}

.staff-list-title a {
    float: left;
    background: url(../images/staff-arr-up.svg) 0 0 no-repeat #41A08F;
    color: #fff;
    padding: 6px 25px 6px 16px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -3px;
    background-size: 8px 8px;
    background-position: 94% center;
    min-width: 150px;
}

a.personal-publish-title {
    background: #0971d8;
}

.tec-depart-thead,
.sch-honor-thead,
.education-thead,
.occupation-thead,
.experi-thead {
    background: #036ed8;
}

.tec-depart-tb.color-bg .tec-depart-tcont,
.sch-honor-tb.color-bg .sch-honor-tcont,
.education-tb.color-bg .education-tcont,
.occupation-tb.color-bg .occupation-tcont,
.occupation-tb.color-bg .occupation-tcont,
.experi-tb.color-bg .experi-tcont,
.experi-tb.color-bg .experi-tcont {
    background: #f5f5f5;
}

.staff-list-drop .staff-list-title a {
    background-color: #76bbff;
}

.footer-nav {
    display: none;
}

.footer-info-left,
.footer-info-right {
    padding: 20px 0 0px 0;
}

.footer-info-right a {
    display: block;
}

.footer .footer-logo img {
    width: 267px;
}

#accesskey-l {
    color: #000;
    display: block;
}

.index-intro {
    padding: 60px 0 !important;
    background: #fff;
}

.index-intro-inner,
.index-publication .index-section-inner {
    width: 90%;
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}

.index-intro .index-section__heading {
    display: inline-block;
    text-align: left;
    width: 30%;
    max-width: 200px;
    margin: 0 60px 0 0;
    vertical-align: top;
    position: relative;
    font-weight: bold;
}

.index-intro .index-section__heading:before {
    left: 0;
    transform: none;
}

.index-intro-cont {
    width: calc(100% - 280px);
    display: inline-block;
    font-size: 1.2em;
    color: #333333;
    line-height: 1.5;
}

.index-embed {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 3rem;
    position: relative;
    background: url(../images/style92/index-section-bg3.png) 0 0 no-repeat;
    background-size: cover;
}

.index-embed .video-wrap {
    position: relative;
    width: 90% !important;
    max-width: 700px !important;
    margin: 0 auto;
    padding-top: 25%;
    aspect-ratio: 16 / 9;
}

.index-embed .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width:1440px) {
    .index-activity-bg {
        width: 30vw;
    }

}


@media (max-width: 1024px) {
    .rwd-header .rwd-logo {
        width: 224px !important;
    }

    .index-activities .slick-slide {
        width: 60%;
        width: 60vw;
        padding: 35px 30px;
    }
}

@media (max-width: 950px) {
    .index-activities .slick-slide {
        /* padding: 17px 23px 30px 23px !important; */
    }

    .index-activities .item {
        display: inline-block;
    }

    .index-activities .item-image {
        width: 100%;
        padding-top: 50%;
    }

    .index-activities .item-image img {
        width: 100%;
        height: auto;
    }

    .index-activities .item-content {
        width: 100%;
    }

}

@media (max-width:767px) {
    .index-section__heading {
        font-size: 1.625em;
        margin-bottom: 20px;
    }

    .index-section__heading:before {
        bottom: -15px;
        width: 44px;
    }

    .index-news {
        padding-top: 80px;
        padding-bottom: 50px;
        position: relative;
    }

    .index-news__list {
        width: 100%;
    }

    .index-news .item {
        margin-bottom: 15px;
    }

    .index-news .item-header {
        width: 100%;
        padding: 10px 20px;
    }

    .index-news .item-conent {
        width: 100%;
    }

    .index-news .main-text a {
        padding: 10px 20px;
        padding-right: 40px;
    }

    .index-news-tab {
        margin: 0 -6px 30px;
    }

    .index-news-tab li {
        margin: 0 6px;
        width: calc(100% / 3 - 6px * 2);
    }

    .index-news-tab a {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 1em;
    }

    .index-news-tab a:before {
        bottom: -8px;
        border-width: 9px 8px 0 8px;
    }

    .index-activity {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index-activity .index-section__heading {
        margin: 0 auto 50px;
    }

    .index-activity__content {
        padding-left: 100px;
    }

    .index-activity-slider .slick-prev {
        left: -85px;
    }

    .index-activity-slider .slick-next {
        left: -85px;
    }

    .index-publication {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index-publication .index-section__heading {
        margin-bottom: 50px;
    }

    .index-related {
        padding-top: 20px;
    }

}

@media (max-width:1400px) {
    .index-activity-bg:before {
        height: 90px !important;
    }

}

@media (max-width:1000px) {
    .index-activity-bg:before {
        height: 75px !important;
    }

}

@media (max-width:768px) {
    .index-news:before {
        background: url(../images/style92/index-news-bg-sm.png) 0 0 no-repeat;
    }

    .index-alumni:before {
        background: url(../images/style92/index-alumni-bg-sm.png) 0 0 no-repeat;
    }

}

@media (max-width:760px) {
    .index-activity-bg:before {
        height: 70px !important;
    }

}

@media (max-width:600px) {
    .index-activity-bg:before {
        height: 60px !important;
    }

}

@media (max-width:480px) {
    .index-related .bg-index-related {
        background-size: contain;
    }

    .index-publication .item {
        padding: 0;
    }

    .index-activity-bg:before {
        height: 55px !important;
    }

    .index-activities .main-text a {
        height: 60px !important;
    }

    .index-activities .slick-slide {
        width: 70vw !important;
        padding: 17px 23px 30px 23px;
    }

}

@media (max-width:640px) {
    .index-section__heading {
        width: 100%;
        min-width: 100%;
    }

    .index-intro-inner {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
    }

    .index-intro-cont {
        width: 100%;
    }
}

@media (max-width:400px) {
    .index-activity-bg:before {
        height: 39px !important;
    }

}