/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url(../img/download/banner.webp  ) no-repeat center bottom/ cover scroll;
    margin-top: 55px;
    height: calc(45vh - 144px);
}

.section-banner .center-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-banner .title-item {}


.section-banner .title-item h2 {
    font-size: 30px;
    font-family: 'BOLDNINE';
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}

.section-banner .title-item p {
    font-family: Lorin;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


@media (min-width: 992px) {
    .section-banner .title-item h2 {
        font-size: 40px;
    }

    .section-banner .title-item p {
        font-size: 16px;
    }

    .section-banner .center-item {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        background: url(../img/download/banner.webp) no-repeat center bottom/ cover scroll;
        height: calc(70vh - 94px);
        margin-top: 94px;
    }

    .section-banner .title-item h2 {
        font-size: 80px;
    }
}

/* --End banner--------------- */

/* --Start menu--------------- */
.section-menu {
    position: relative;
    z-index: 99;
    background: radial-gradient(circle at center, #6c419b, #3e1d64, #3f1b61);
}

.section-menu .category-link-item {
    text-align: center;
}

.section-menu .category-link-item .line-item {
    border: 1px solid #ffffff33;

}

.section-menu .category-link-item a {
    font-size: 14px;
    padding: 10px 0px;
    height: 100%;
    background: transparent;
    font-family: 'Metropolis-M';
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.section-menu .category-link-item a.active {
    background: #344655;
}

.section-menu .category-link-item a:hover {
    background: #ffffff11;
}

@media (min-width: 992px) {

    .section-menu .category-link-item a {
        padding: 20px 0px;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
    }

    .section-menu .category-link-item a+a {
        border-left: none;
    }
}

/* --End menu--------------- */

/* --Start breadcrumb--------------- */
.section-breadcrumb .breadcrumb {
    /* justify-content: s; */
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

    .section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        .section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            color: #666;
        }

    .section-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #888;
        font-weight: bolder;
    }
/* --End breadcrumb--------------- */
/* --Start mission--------------- */
.section-download {
    padding: 0 0 100px 0;
    overflow-x: clip;
}

.section-download .icon-img {
    width: 80%;
    display: block;

    margin-left: auto;
}

.section-download .title-item {
    position: relative;
    display: flex;
    align-items: center;
}

.section-download .title-item h2 {
    color: #3a3a3a;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: #fff;
    font-family: 'Noto Sans CJK TC';
    padding: 30px;
}

.section-download .title-item::after {
    content: '';
    width: 90%;
    background: #3a3a3a;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}

.section-download .title-item img {
    width: 50px;
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .section-download .title-item h2 {
        font-size: 24px;

    }

}

.section-download .line-item {}

.section-download .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #f8f8f8;
    padding: 20px 0;
    border: 1px solid #d4d4d4;
}

.section-download .item.second {
    background: #d9d9d9;
}


.section-download .item .text-link {
    color: #3a3a3a;
    font-size: 16px;
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
    font-weight: bolder;
}

.section-download .item .text-link:hover,
.section-download .item:hover .text-link {
    color: #6a3897;
}

.section-download .item .download-link,
.section-download .item .download-link-b {
    display: inline-block;
    text-align: center;
    color: #6a3897;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-family: 'Roboto';
    padding: 5px 15px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .section-download .item .text-link {
        padding: 5px 20px;
        font-size: 18px;
    }

    .section-download .item .download-link,
    .section-download .item .download-link-b {
        letter-spacing: 1.5px;
        padding: 10px 80px;
        font-size: 16px;
    }

}

.section-download .item .download-link {
    /* background: linear-gradient(to right, #1d75bb, #1d75bc, #aecee7); */

}

.section-download .item .download-link-b {
    /* background: linear-gradient(to right, #282e34, #282e32, #b1b3b6); */

}

.section-download .item .download-link:hover,
.section-download .item .download-link-b:hover {
    opacity: 1;
}

/* --End mission--------------- */