/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */
/* 全局|logo|img */
.header-template14 .header__inner .logo__img img {
    margin: 0 55px;
}
.logo__img {
    img {
        transition: all 500ms ease-in-out;
    }
    &.logo__img_original {
        display: block;
        .nav_logo_original {
            opacity: 1;
        }
    }
    &.logo__img_0 {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-template14 .header__inner .logo__img img {
        margin: 0 5px;
    }
    .header-template14 .header__inner {
        margin: 5px 0;
    }
    .logo__img {
        &.logo__img_original {
            display: none;
            .nav_logo_original {
                opacity: 0;
            }
        }
        &.logo__img_0 {
            display: block;
            .nav_logo_0 {
                opacity: 1;
            }
        }
    }
}
@media (max-width: 991px) and (min-width: 769px) {
    .logo__img {
        &.logo__img_0 {
            img {
                width: 200px !important;
            }
        }
    }
}

/* 全局|header|nav */
.nav {
    .nav-item-home {
        order: 1;
    }
    .nav-item-ab {
        order: 4;
    }
    .nav-item-pdt {
        order: 2;
    }
    .nav-item-news {
        order: 3;
    }
    .nav-item-contact {
        order: 5;
    }
    .nav__name {
        font-weight: 600;
    }
}
.nav__layer {
    width: max-content;
    min-width: 200px;
}
.header-template14 .header__inner .nav__layer .nav__item .nav__name {
    padding: 7px 25px;
}

@media (max-width: 991px) {
    .nav__layer {
        width: 100%;
    }
}
.nav__name.active::after {
    opacity: 0;
}


/* 全局|inner|針對直式header修正版面 */
.inner {
    width: 100%;
}
.sidebar {
    display: none;
}
.contact-block__form, .contact-block__info {
    width: 50%;
}
@media (max-width: 768px) {
    .contact-block__form, .contact-block__info {
        width: 100%;
    }
    .contact-block__info {
        padding-left: 0;
    }
}


/* other */
.gotop {
    background-color: #808080 !important;
}
@media (max-width: 991px) {
    .header-template14 {
        z-index: 12;
    }
}
@media (max-width: 600px) {
    .topblock {
        display: none;
    }
}
.ind-banner__text, .ind-banner__text p {
    text-align: left !important;
}
.ind-banner__text {
    display: none;
    .title {
        margin-bottom: 10px;
    }
}
.index-list-effect-3 {
    .product__item {
        .text {
            .title, .model {
                text-shadow: -1px -1px 3px #000000, -1px 1px 3px #000000, 1px -1px 3px #000000, 1px 1px 3px #000000;
            }
        }
    }
}
.banner .main-h1 {
    text-shadow: none;
}
.breadcrumb-box, .main--line {
    border-color: #888888;
}
.index-editor-template13 {
    position: relative;
    &:after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.33);
        z-index: 1;
    }
    .about-text {
        text-align: left;
    }
}
.inner > .title {
    span {
        padding-left: 85px;
        background-image: url(../images/title-icon.png);
        background-size: 60px auto;
        background-repeat: no-repeat;
        background-position: 8px 16px;
        &::before {
            display: none;
        }
    }
}

.news--list {
    display: flex;
    flex-wrap: wrap;
    .news__item {
        width: calc(25% - 30px);
        margin: 0 15px 30px;
        background-color: #1c1e1f;
        border-bottom: none;
        .img, .info {
            width: 100%;
        }
        .info {
            padding-left: 0;
            .btnset {
                width: 160px;
                margin: 20px auto 0;
            }
        }
    }
}
@media (max-width: 1366px) {
    .news--list {
        .news__item {
            width: calc(50% - 30px);
        }
    }
}
@media (max-width: 600px) {
    .news--list {
        .news__item {
            width: calc(100% - 30px);
        }
    }
}

.download__item .btnset {
    z-index: 0;
}
.text-muted {
    color: #999 !important;
}

.breadcrumb__item:last-child,.inner > .title{
    color: #fff !important;
}

.video-container {
    text-align: center;
}
@media (max-width: 991px) {
    .video-container {
        position: relative;
        padding-top: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.basic {
    .basic__info {
        h2 {
            color: #fff;
        }
    }
}


