.input-group .form-select {
    border-radius: 5px 0 0 5px;
}

.section-download-select .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.section-download-select .input-group>.btn:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url('../img/download/page/banner.webp') no-repeat center center/ cover scroll;
    padding: 100px 0 0 0;
    border-bottom: 10px solid #e0de42;
}

.section-banner .item h2 {
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    font-family: 'WDCH';
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.section-banner .item h2 span {
    font-family: 'Noto Sans CJK TC';
    color: #6e6e6e;
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
}


@media (min-width: 768px) {
    .section-banner {
        border-bottom: 40px solid #e0de42;
        padding: 200px 0 20px 0;

    }

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

    .section-banner .item h2 span {
        font-size: 35px;

    }

}

.section-banner .breadcrumb {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.section-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #e1a52d;
    content: '▸';
    background: #eee;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    float: none;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
    margin-bottom: 5px;

}

.section-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {

    margin-left: 40px;
}


.section-banner .breadcrumb .breadcrumb-item a {
    color: #666;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item a:hover {
    background-color: #e1df41;
}

.section-banner .breadcrumb .breadcrumb-item.active p {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background: #e1a52d;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-banner .breadcrumb {
        justify-content: end;
    }

    .section-banner .breadcrumb .breadcrumb-item a,
    .section-banner .breadcrumb .breadcrumb-item.active p {
        padding: 10px 15px;

    }

}

/* --End banner--------------- */
/* --Start download--------------- */
.section-download {
    position: relative;
    padding: 40px 0;
    background-image: url('../img/download/page/bg.webp');
    background-size: 20px 18px;
    background-repeat: repeat;
}

.section-download .line-item {
    border-bottom: 2px solid #eee;
}

.section-download .title-item {
    color: #323232;
    font-weight: bolder;
    font-size: 24px;
    transition: all 0.2s ease-in-out;
    position: relative;
    width: 100%;
    z-index: 2;
    display: block;
}


@media (min-width: 992px) {
    .section-download {
        padding: 100px 0 300px;
    }

}

.section-download .title-item h2 {
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    font-family: 'WDCH';
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}

.section-download .title-item h2 span {
    font-family: 'Noto Sans CJK TC';
    color: #6e6e6e;
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 768px) {


    .section-download .title-item h2 {
        font-size: 45px;
    }

    .section-download .title-item h2 span {
        font-size: 35px;

    }

}

.section-download .icon-img1,
.section-download .icon-img2 {
    position: absolute;
    opacity: 0.8;
}

.section-download .icon-img1 {
    top: -80px;
    right: 50px;
    width: 150px;
    display: none;
}

.section-download .icon-img2 {
    width: 300px;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) {

    .section-download .icon-img1,
    .section-download .icon-img2 {
        opacity: 1;
    }

    .section-download .icon-img1 {
        display: block;
    }

    .section-download .icon-img2 {
        opacity: 1;
    }
}

.section-download .content-item {}

.section-download .content-item .col-lg-6:nth-child(even) {
    border-left: 1px solid #eee;
}

.section-download .content-item .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .section-download .content-item .item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-download .content-item .item .link1,
.section-download .content-item .item .link2 {
    transition: all 0.2s ease-in-out;
    color: #323232;
    padding: 10px 0;

}

.section-download .content-item .item .link1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.section-download .content-item .item .link2 {
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: none;
}

.section-download .content-item .item .link2 {
    background-image: url('../img/product/page/btn-add.webp');
    background-size: 100% 100%;
    color: #fff;
    padding: 30px 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    background-color: transparent;
    -webkit-filter: drop-shadow(5px 1px 0px #ddd);
    filter: drop-shadow(5px 1px 0px #ddd);
}

.section-download .content-item .item .link2:hover {
    transform: scale(1.05);
}

@media (min-width: 576px) {
    .section-download .content-item .item .link1 {
        width: 80%;
    }

    .section-download .content-item .item .link2 {
        width: 20%;
        display: inline-block;
    }

}

@media (min-width: 992px) {

    .section-download .content-item .item .link1,
    .section-download .content-item .item .link2 {
        border-bottom: 1px solid transparent;
    }
}

.section-download .content-item .item:hover .link2 span {
    transition: all 0.2s ease-in-out;
}

.section-download .content-item .item:hover .link1 {
    color: #00A0E3;
    text-decoration: underline;

}

.section-download .content-item .item:hover .link2,
.section-download .content-item .item:hover .link2 span {
    color: #fff;
}

.section-download .pagination .page-item .page-link {
    color: #323232;
    transition: all 0.2s ease-in-out;
}


.section-download .pagination .page-item.active .page-link {
    background: #1967a5 !important;
    border-color: #1967a5;
    color: #fff;
}

.section-download .certification-item {
    text-align: center;
}

.section-download .certification-item a {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    display: inline-block;

}

.section-download .certification-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-download .certification-item h3 {
    font-size: 18px;
    background-image: url('../img/download/page/btn.webp');
    background-size: 100% 100%;
    color: #ecab29;
    padding: 30px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    border: none;
    margin-top: 10px;
    background-color: transparent;
    -webkit-filter: drop-shadow(-5px 3px 0px #ddd);
    filter: drop-shadow(-5px 3px 0px #ddd);
}

/* --End download--------------- */