header nav.bg-white > .container.header-top-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1rem;
}

header nav.bg-white .navbar-brand {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-right: 0;
}

header nav.bg-white .header-controls {
    flex: 0 0 auto;
    flex-shrink: 0;
    margin-left: auto;
}

header nav.bg-white .controls > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

header nav.bg-white .controls > ul > li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

header nav.bg-white .controls > ul > li > a.link,
header nav.bg-white .controls > ul > li > a.hotline-link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 44px;
    color: #da2127;
    text-decoration: none;
}

header nav.bg-white .controls > ul > li > a.hotline-link img {
    flex-shrink: 0;
    margin-right: 6px;
}

header nav.bg-white .controls > ul > li > a.link:hover,
header nav.bg-white .controls > ul > li > a.hotline-link:hover {
    text-decoration: underline;
}

header .navbar .controls .control-icon:before {
    background-image: url(./icon.png);
}

.home .slider2:after {
    background: url(./home_bg_01.png);
}

.home .home-container .slider2 p.title,
.home .slider2 p.title,
.home .home-container p.title {
    font-size: 1.2rem !important;
    line-height: 1.35 !important;
    padding-left: 58px !important;
    padding-right: 96px !important;
    font-weight: 700;
    max-width: 100%;
    box-sizing: border-box;
}

.home .home-container .slider2 p.title:before,
.home .slider2 p.title:before {
    background: url(./icon.png);
    background-repeat: no-repeat;
    background-position-x: -87px;
    background-position-y: -94px;
    width: 56px !important;
    height: 48px !important;
    transform: scale(0.72);
    transform-origin: left center;
}

.home .slider2 ul.service-links li:before {
    display: none;
}

.home .slider2 ul.service-links li {
    padding-left: 0;
}

.home .slider2 ul.service-links li a {
    cursor: pointer;
}

header nav.bg-dark ul.nav > li:before {
    background: rgba(255, 255, 255, 0.45);
}

header nav ul.nav > li > div > .children {
    display: none !important;
}

.home .slider3 .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home .slider3 .swiper-slide {
    width: auto !important;
    flex: 0 0 auto;
}

.home .slider1 .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.home .slider2 .swiper-slide {
    min-height: 280px;
}

.home .slider2 ul.service-links {
    margin-top: 1em;
}

.home .slider2 ul.service-links li {
    margin-bottom: 0.75em;
}

.home .slider2 ul.service-links li a {
    font-size: 1.05em;
    line-height: 1.5;
}

.swd-contact-us {
    background: #f3f3f3;
    border-top: 1px solid #e6e6e6;
    padding: 2.75rem 0 3.25rem;
    margin-top: 0;
}

.swd-contact-us .container {
    max-width: 1140px;
}

.swd-contact-us__title {
    margin: 0 0 1rem;
    color: #8b2332;
    font-family: Georgia, "Times New Roman", "Songti TC", "PMingLiU", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.swd-contact-us__address {
    margin: 0 0 1.35rem;
    color: #333;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 720px;
}

.swd-contact-us__details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.75rem 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.swd-contact-us__details li {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
}

.swd-contact-us__details i {
    color: #555;
    font-size: 1.05rem;
    width: 1.15rem;
    text-align: center;
    flex-shrink: 0;
}

.swd-contact-us__details a {
    color: #333;
    text-decoration: none;
}

.swd-contact-us__details a:hover {
    color: #da2127;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .swd-contact-us {
        padding: 2rem 0 2.5rem;
    }

    .swd-contact-us__title {
        font-size: 1.65rem;
    }

    .swd-contact-us__details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
    }
}

/* All site modals: kill Bootstrap radius so white corners never peek */
.modal,
.modal .modal-dialog,
.modal .modal-content,
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    --bs-border-radius: 0 !important;
    --bs-border-radius-lg: 0 !important;
    --bs-modal-border-radius: 0 !important;
    --bs-modal-inner-border-radius: 0 !important;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal .modal-content {
    border: none !important;
    overflow: hidden !important;
    background-clip: border-box !important;
}

.modal .modal-header {
    border-bottom: none !important;
}

/* Navigation info modals */
.modal-content.swd-nav-modal,
.swd-nav-modal {
    font-family: Arial, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    background-color: #da2127 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.swd-nav-modal .modal-header {
    background: #da2127 !important;
    color: #fff;
    border: none !important;
    padding: 1rem 1.25rem;
}

.swd-nav-modal .modal-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.swd-nav-modal .btn-close {
    filter: invert(1) grayscale(1) brightness(2);
    opacity: 1;
}

.swd-nav-modal .modal-body {
    padding: 1.35rem 1.5rem 1.5rem;
    background: #fff;
    color: #333;
    font-size: 0.98rem;
    line-height: 1.65;
    border-radius: 0 !important;
}

.swd-nav-modal .modal-footer {
    background: #faf7f2;
    border-top: 1px solid #e8dfd3;
    border-radius: 0 !important;
    padding: 0.85rem 1.25rem;
}

.swd-nav-modal__lead {
    margin: 0 0 1.25rem;
    font-size: 1.02rem;
    color: #444;
}

.swd-nav-modal__note {
    margin: 1.25rem 0 0;
    padding: 0.85rem 1rem;
    background: #fcf5e9;
    border-left: 4px solid #da2127;
    color: #555;
    font-size: 0.95rem;
}

.swd-nav-section {
    background: #fff;
    border: 1px solid #e6ddd0;
    border-left: 4px solid #da2127;
    padding: 0.95rem 1.05rem;
    margin-bottom: 0.85rem;
}

.swd-nav-section:last-child {
    margin-bottom: 0;
}

.swd-nav-section h3 {
    margin: 0 0 0.55rem;
    color: #b12e37;
    font-size: 1rem;
    font-weight: 700;
}

.swd-nav-section p {
    margin: 0;
}

.swd-nav-section ul {
    margin: 0;
    padding-left: 1.2rem;
}

.swd-nav-section li {
    margin-bottom: 0.35rem;
}

.swd-nav-section li:last-child {
    margin-bottom: 0;
}

.swd-nav-section--contact a {
    color: #b12e37;
    text-decoration: none;
}

.swd-nav-section--contact a:hover {
    text-decoration: underline;
}

.swd-nav-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.swd-nav-news-list > li {
    border: 1px solid #e6ddd0;
    border-left: 4px solid #da2127;
    padding: 0.95rem 1rem;
    margin-bottom: 0.75rem;
    background: #fff;
}

.swd-nav-news-list > li:last-child {
    margin-bottom: 0;
}

.swd-nav-news-date {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.15rem 0.5rem;
    background: #f3ece3;
    color: #8b2332;
    font-size: 0.82rem;
    font-weight: 700;
}

.swd-nav-news-list strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #222;
    font-size: 1rem;
}

.swd-nav-news-list p {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
}

.swd-nav-modal__close {
    background: #da2127;
    border-color: #da2127;
    border-radius: 0;
    min-width: 100px;
    font-weight: 700;
}

.swd-nav-modal__close:hover,
.swd-nav-modal__close:focus {
    background: #b12e37;
    border-color: #b12e37;
}

header nav.bg-dark ul.nav > li > div > a.nav-link[data-nav-modal] {
    cursor: pointer;
}
