.ml-news-archive,
.ml-news-single {
    --ml-news-blue: #046eb8;
    --ml-news-border: #eeeeee;
    --ml-news-text: #181818;
    --ml-news-text-soft: #403f3f;
    --ml-news-date: #808080;
    --ml-news-date-soft: #a5a5a5;
    --ml-news-wrap: 1440px;
    --ml-news-font: "Poppins", "Noto Sans TC", "Noto Sans JP", Helvetica, Arial, "微軟正黑體", sans-serif;
    font-family: var(--ml-news-font);
}

.ml-news-archive *,
.ml-news-archive *::before,
.ml-news-archive *::after,
.ml-news-single *,
.ml-news-single *::before,
.ml-news-single *::after {
    box-sizing: border-box;
}

.ml-news-archive a,
.ml-news-single a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
}

.ml-news-archive a:hover,
.ml-news-single a:hover {
    color: var(--ml-news-blue);
}

.ml-news-bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.ml-news-bannerArea .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.ml-news-bannerArea .bannerBox {
    position: relative;
}

.ml-news-bannerArea #banner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-news-bannerArea #banner > li {
    position: relative;
}

.ml-news-bannerArea #banner > li > img {
    display: block;
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

@media (max-width: 1900px) {
    .ml-news-bannerArea #banner > li > img {
        height: 450px;
    }
}

@media (max-width: 720px) {
    .ml-news-bannerArea #banner > li > img {
        height: 400px;
    }
}

@media (max-width: 540px) {
    .ml-news-bannerArea #banner > li > img {
        height: 360px;
    }
}

.ml-news-bannerArea #banner::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 130px;
    -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    background:
        repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
        no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .ml-news-bannerArea #banner::after {
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 20px top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
        height: 100px;
    }
}

@media (max-width: 720px) {
    .ml-news-bannerArea #banner::after {
        height: 80px;
    }
}

@media (min-width: 1921px) {
    .ml-news-bannerArea #banner::after {
        -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center/100% 100%;
        mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center/100% 100%;
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% 100%;
    }
}

.ml-news-bannerArea .titleBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: calc(100% - 40px);
    padding: 0;
}

.ml-news-bannerArea .titleBox em {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
}

@media (max-width: 480px) {
    .ml-news-bannerArea .titleBox em {
        font-size: 42px;
    }
}

.ml-news-bannerArea .bannerUnitTitle {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .ml-news-bannerArea .bannerUnitTitle {
        font-size: 16px;
    }
}

.ml-news-bannerArea .bannerUnitTitle::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.ml-news-bannerArea .bread {
    position: static;
    margin-bottom: 0;
    padding: 30px 0 0;
}

.ml-news-bannerArea .bread .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.ml-news-bannerArea .bread a,
.ml-news-bannerArea .bread span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}

.ml-news-bannerArea .bread a:hover {
    opacity: 0.8;
}

.ml-news-bannerArea .bread a::after,
.ml-news-bannerArea .bread span::after {
    content: "/";
    font-size: 13px;
    color: #fff;
    padding: 0 9px;
}

.ml-news-bannerArea .bread a:last-child::after,
.ml-news-bannerArea .bread span:last-child::after {
    content: normal;
}

@media (max-width: 1200px) {
    .ml-news-bannerArea .bread {
        display: none;
    }
}

.ml-news-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ml-news-mainArea {
    background:
        linear-gradient(90deg, rgba(4, 110, 184, 0.08) 0, rgba(4, 110, 184, 0.08) 1px, transparent 1px, transparent calc(100% - 1px), rgba(4, 110, 184, 0.08) calc(100% - 1px)),
        repeat url("/wp-content/uploads/2025/11/Bg.png") center top #fff;
    padding: 80px 0 80px;
}

@media (max-width: 1200px) {
    .ml-news-mainArea {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .ml-news-mainArea {
        padding-top: 50px;
    }
}

.ml-news-wrap {
    max-width: var(--ml-news-wrap);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.ml-news-contentBox {
    width: 100%;
}

.ml-news-classRowBox {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    padding: 0 0 20px;
}

.ml-news-classLink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ml-news-classLink li {
    margin-bottom: 10px;
}

.ml-news-classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(4, 110, 184, 0.23);
    letter-spacing: 1px;
    text-align: center;
}

.ml-news-classLink a.current,
.ml-news-classLink a:hover {
    color: #fff;
    background-color: var(--ml-news-blue);
    border-color: var(--ml-news-blue);
}

@media (max-width: 1200px) {
    .ml-news-classLink {
        display: none;
    }
}

.ml-news-mClassLink {
    position: relative;
    z-index: 3;
    display: none;
}

@media (max-width: 1200px) {
    .ml-news-mClassLink {
        display: block;
    }
}

.ml-news-mClassLink.open > ul {
    display: block;
}

.ml-news-mClassLink .main {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 10px 44px 10px 14px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: var(--ml-news-blue);
}

.ml-news-mClassLink .main::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.ml-news-mClassLink.open .main::before {
    margin-top: -2px;
    transform: rotate(-135deg);
}

.ml-news-mClassLink > ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 4;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ml-news-mClassLink > ul > li + li {
    border-top: 1px solid #f2f2f2;
}

.ml-news-mClassLink > ul > li.current > a,
.ml-news-mClassLink > ul a.current {
    color: var(--ml-news-blue);
}

.ml-news-mClassLink > ul a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}

.ml-news-newsList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ml-news-border);
}

.ml-news-newsList__item {
    width: 50%;
    border-bottom: 1px solid var(--ml-news-border);
}

.ml-news-newsList__item:nth-of-type(2n + 1) {
    box-shadow: 1px 0 0 0 var(--ml-news-border);
    padding-right: 20px;
}

.ml-news-newsList__item:nth-of-type(2n) {
    padding-left: 20px;
}

@media (max-width: 1200px) {
    .ml-news-newsList__item {
        width: 100%;
    }

    .ml-news-newsList__item:nth-of-type(n) {
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.ml-news-newsItem {
    position: relative;
}

.ml-news-newsItem::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--ml-news-blue);
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: all 0.5s;
}

.ml-news-newsItem:hover::after {
    opacity: 1;
}

.ml-news-newsText {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 143px;
    padding: 18px 0;
}

@media (max-width: 1500px) {
    .ml-news-newsItem {
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .ml-news-newsItem {
        padding: 0;
    }

    .ml-news-newsText {
        flex-wrap: wrap;
    }
}

.ml-news-single__contentBox {
    display: flex;
    width: 100%;
}

.ml-news-single__leftBox {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 52px;
}

.ml-news-single__rightBox {
    width: 350px;
    flex: 0 0 350px;
}

.ml-news-single__titleArea {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b6b6b6;
}

.ml-news-single__dateWrap {
    width: 100px;
    flex: 0 0 100px;
}

.ml-news-single__titleText {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.ml-news-single__label {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #046eb8;
    background: transparent;
    white-space: nowrap;
}

.ml-news-single__titleText h1 {
    margin: 0;
    font-size: 19px;
    line-height: normal;
    color: var(--ml-news-text);
    font-weight: 400;
    flex: 1 1 auto;
    min-width: 0;
}

.ml-news-single__article {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ml-news-single__article > *:first-child {
    margin-top: 0;
}

.ml-news-single__article a {
    color: var(--ml-news-blue);
}

.ml-news-single__article img {
    max-width: 100%;
}

.ml-news-single__article p,
.ml-news-single__article li,
.ml-news-single__article td,
.ml-news-single__article th,
.ml-news-single__article a,
.ml-news-single__titleText h1,
.ml-news-single__sideList a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ml-news-single__article ul:not(.df) {
    list-style: disc outside;
    padding-left: 30px;
}

.ml-news-single__article ol {
    list-style: decimal outside;
    padding-left: 30px;
}

.ml-news-single__article h2,
.ml-news-single__article .h2Title,
.ml-news-single__article h3,
.ml-news-single__article .h3Title,
.ml-news-single__article h4 {
    color: var(--ml-news-text);
    line-height: 1.45;
}

.ml-news-single__article h2,
.ml-news-single__article .h2Title {
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
    position: relative;
}

.ml-news-single__article h3,
.ml-news-single__article .h3Title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}

.ml-news-single__article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ml-news-single__article table {
    border-collapse: collapse;
}

.ml-news-single__article th,
.ml-news-single__article td {
    border: 1px solid #dcdcdc;
    padding: 12px 14px;
}

.ml-news-single__article .h2Title,
.ml-news-single__article .h3Title,
.ml-news-single__article h2,
.ml-news-single__article h3 {
    scroll-margin-top: 120px;
}

/*
 * Match the reference article TOC pattern when editors paste
 * a single-cell table filled with in-page hash links.
 */
.ml-news-single__article table:has(a[href^="#"]) {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    background-color: #fff;
    margin: 0 0 30px;
}

.ml-news-single__article table:has(a[href^="#"]) tbody td {
    background-color: #dae8f8;
    border: 1px solid #dcdcdc;
    border-bottom-color: #fff;
    padding: 23px 10px;
    text-align: left;
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.8px;
}

.ml-news-single__article table:has(a[href^="#"]) td strong {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #181818;
}

.ml-news-single__article table:has(a[href^="#"]) td a {
    display: inline;
    color: #595959;
    font-family: "Poppins", "Noto Sans TC", "Noto Sans JP", Helvetica, Arial, "微軟正黑體", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
}

.ml-news-single__article table:has(a[href^="#"]) td a:hover {
    color: var(--ml-news-blue);
}

@media (max-width: 1200px) {
    .ml-news-single__article .h2Title,
    .ml-news-single__article .h3Title,
    .ml-news-single__article h2,
    .ml-news-single__article h3 {
        scroll-margin-top: 96px;
    }

    .ml-news-single__article table:has(a[href^="#"]) tbody td {
        padding: 14px 10px;
        font-size: 16px;
        line-height: 1.65;
    }

    .ml-news-single__article table:has(a[href^="#"]) td strong {
        font-size: 16px;
    }

    .ml-news-single__article table:has(a[href^="#"]) td a {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .ml-news-single__article table:has(a[href^="#"]) tbody td,
    .ml-news-single__article table:has(a[href^="#"]) td strong,
    .ml-news-single__article table:has(a[href^="#"]) td a {
        font-size: 14px;
    }
}

.ml-news-single__pageBox {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.ml-news-single__pageBtn {
    display: block;
    width: 180px;
    height: 45px;
    padding: 0 20px;
    border: 1px solid rgba(4, 110, 184, 0.23);
    background: #fff;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 45px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.ml-news-single__pageBtn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
}

.ml-news-single__pageBtn.prevBtn {
    text-align: right;
}

.ml-news-single__pageBtn.prevBtn::before {
    left: 15px;
    transform: rotate(45deg);
}

.ml-news-single__pageBtn.nextBtn {
    margin-left: auto;
    text-align: left;
}

.ml-news-single__pageBtn.nextBtn::before {
    right: 15px;
    transform: rotate(-135deg);
}

.ml-news-single__pageBtn:hover {
    color: #fff;
    background: var(--ml-news-blue);
    border-color: var(--ml-news-blue);
}

.ml-news-single__pageBtn:hover::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.ml-news-single__sideBlock,
.ml-news-single__contactBlock {
    padding: 0 0 24px;
}

.ml-news-single__sideBlock + .ml-news-single__contactBlock {
    border-top: 1px solid var(--ml-news-border);
    padding-top: 24px;
}

.ml-news-single__sideBlock .sectionTitle {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #b6b6b6;
    font-weight: 500;
    font-size: 20px;
    color: #232323;
}

.ml-news-single__sideBlock .sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}

.ml-news-single__sideList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-news-single__sideBlock ul {
    margin-top: 20px;
}

.ml-news-single__sideList li {
    margin-bottom: 25px;
}

.ml-news-single__sideList .item {
    display: flex;
    align-items: center;
}

.ml-news-single__sideList .Txt {
    overflow: hidden;
    min-width: 0;
}

.ml-news-single__sideList .Txt b {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
}

.ml-news-single__sideList .Txt b i,
.ml-news-single__sideList .Txt b .dashicons,
.ml-news-single__sideList .Txt b .ticon {
    margin-right: 6px;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.ml-news-single__sideList .Txt a,
.ml-news-single__sideList .Txt strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #181818;
}

.ml-news-single__sideList .Txt h3 {
    margin: 0;
}

.ml-news-single__contactBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-news-single__contactBlock li {
    margin-bottom: 20px;
}

.ml-news-single__contactBlock a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #414141;
}

.ml-news-single__contactBlock i,
.ml-news-single__contactBlock .dashicons,
.ml-news-single__contactBlock .ticon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #046eb8;
    border-radius: 50%;
    font-size: 20px;
    color: #046eb8;
    text-align: center;
}

.ml-news-single__contactBlock .dashicons,
.ml-news-single__sideList .dashicons,
.ml-news-single__contactBlock .ticon,
.ml-news-single__sideList .ticon,
.ml-news-single__contactBlock .ticon::before,
.ml-news-single__sideList .ticon::before {
    font-family: "ticons" !important;
}

.ml-news-single__contactBlock .dashicons-phone::before {
    content: "\e116";
}

.ml-news-single__contactBlock .ticon-phone::before {
    content: "\e116";
}

.ml-news-single__contactBlock .ticon-phone,
.ml-news-single__contactBlock .dashicons-phone {
    font-size: 17px;
}

.ml-news-single__contactBlock .dashicons-email-alt::before {
    content: "\e24e";
}

.ml-news-single__contactBlock .dashicons-location::before {
    content: "\e183";
}

.ml-news-single__sideList .dashicons-clock::before {
    content: "\e295";
}

.ml-news-single__contactBlock .ticon-envelope-o::before,
.ml-news-single__contactBlock .ticon-envelope-open-o::before,
.ml-news-single__contactBlock .ticon-envelope::before {
    content: "\e24e";
}

.ml-news-single__contactBlock .ticon-map-pin::before,
.ml-news-single__contactBlock .ticon-location-pin::before,
.ml-news-single__contactBlock .ticon-map-marker::before {
    content: "\e183";
}

.ml-news-single__sideList .ticon-clock-o::before {
    content: "\e295";
}

.ml-news-single__contactBlock b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.ml-news-single__contactBlock li {
    color: #414141;
    font-size: 16px;
    line-height: 1.8;
}

.ml-news-single__empty {
    margin: 0;
    color: var(--ml-news-text-soft);
}

@media (max-width: 1200px) {
    .ml-news-single__contentBox {
        flex-direction: column;
    }

    .ml-news-single__rightBox {
        width: 100%;
        flex-basis: auto;
    }

    .ml-news-single__leftBox {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .ml-news-single__titleArea {
        flex-direction: column;
        gap: 16px;
    }

    .ml-news-single__dateWrap {
        width: auto;
        flex-basis: auto;
    }

    .ml-news-single__titleText h1 {
        font-size: 19px;
    }

    .ml-news-single__titleText {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .ml-news-single__label {
        width: 100%;
        margin-bottom: 0;
    }

    .ml-news-single__sideBlock .sectionTitle {
        padding-bottom: 10px;
    }

    .ml-news-single__pageBtn {
        width: 125px;
        padding: 0 15px;
    }
}

.ml-news-dateWrap {
    width: 100px;
    flex-shrink: 0;
}

@media (max-width: 540px) {
    .ml-news-dateWrap {
        width: auto;
        margin-right: 10px;
    }
}

.ml-news-date {
    font-size: 12px;
    color: var(--ml-news-date-soft);
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding-right: 48px;
}

.ml-news-date::after {
    content: "";
    top: 10px;
    right: 17px;
    width: 16px;
    height: 43px;
    background: no-repeat url("/wp-content/uploads/2025/11/line2.png") center;
    position: absolute;
}

@media (max-width: 540px) {
    .ml-news-date {
        padding-right: 0;
    }

    .ml-news-date::after {
        content: normal;
    }

    .ml-news-single__pageBtn {
        width: calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .ml-news-single__pageBtn {
        width: calc(50% - 10px);
    }
}

.ml-news-date span {
    margin-top: 2px;
    font-size: 27px;
    line-height: 1.3;
    color: var(--ml-news-date);
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}

@media (max-width: 540px) {
    .ml-news-date span {
        font-size: 24px;
    }
}

.ml-news-newsText__main {
    flex-grow: 1;
    min-width: 0;
    padding-right: 20px;
}

@media (max-width: 720px) {
    .ml-news-newsText__main {
        width: calc(100% - 100px);
        padding-right: 0;
    }
}

.ml-news-newsText h3 {
    height: 54px;
    margin: 0 0 9px;
    overflow: hidden;
}

@media (max-width: 720px) {
    .ml-news-newsText h3 {
        height: 34px;
    }
}

.ml-news-newsText h3 a {
    display: -webkit-box;
    height: 54px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--ml-news-text);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 720px) {
    .ml-news-newsText h3 a {
        height: 34px;
    }
}

.ml-news-newsText h3 a:hover {
    color: var(--ml-news-blue);
}

.ml-news-newsText p {
    display: -webkit-box;
    height: 42px;
    max-height: 42px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: var(--ml-news-text-soft);
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ml-news-link {
    width: 63px;
    height: 63px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    transition: all 0.5s;
}

.ml-news-link::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 999px;
    z-index: 2;
}

.ml-news-link svg {
    width: 10px;
    height: 8px;
    position: relative;
    z-index: 3;
}

.ml-news-link svg polyline,
.ml-news-link svg line {
    stroke: #046eb8;
    transition: all 0.5s;
}

.ml-news-link:hover {
    background-color: var(--ml-news-blue);
    border-color: var(--ml-news-blue);
}

.ml-news-link:hover svg polyline,
.ml-news-link:hover svg line {
    stroke: #fff;
}

@media (max-width: 720px) {
    .ml-news-link {
        margin-left: 100px;
    }
}

.ml-news-empty {
    padding: 40px 0;
}

.ml-news-empty h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: var(--ml-news-text);
}

.ml-news-empty p {
    margin: 0;
    color: #777;
}

@media (max-width: 720px) {
    .ml-news-mainArea {
        background:
            linear-gradient(90deg, rgba(4, 110, 184, 0.08) 0, rgba(4, 110, 184, 0.08) 1px, transparent 1px, transparent calc(100% - 1px), rgba(4, 110, 184, 0.08) calc(100% - 1px)),
            repeat url("/wp-content/uploads/2025/11/Bg.png") center top #fff;
    }
}
.ml-tech-archive,
.ml-tech-single {
    --ml-tech-blue: #046eb8;
    --ml-tech-border: #cccccc;
    --ml-tech-text: #111111;
    --ml-tech-text-soft: #777777;
    --ml-tech-date: #808080;
    --ml-tech-date-soft: #a5a5a5;
    --ml-tech-wrap: 1440px;
    --ml-tech-font: "Poppins", "Noto Sans TC", sans-serif;
    font-family: var(--ml-tech-font);
}

.ml-tech-archive *,
.ml-tech-archive *::before,
.ml-tech-archive *::after,
.ml-tech-single *,
.ml-tech-single *::before,
.ml-tech-single *::after {
    box-sizing: border-box;
}

.ml-bannerArea * {
    box-sizing: border-box;
}

.ml-bannerArea {
    font-family: "Poppins", "Noto Sans Tc", "Noto Sans JP", Helvetica, Arial, "微軟正黑體", sans-serif;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.ml-bannerArea a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}

.ml-bannerArea .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.ml-bannerArea .bannerBox {
    position: relative;
}

.ml-bannerArea ul#banner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-bannerArea ul#banner li {
    position: relative;
    margin: 0;
    padding: 0;
}

.ml-bannerArea ul#banner li > img {
    display: block;
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

@media (max-width: 1900px) {
    .ml-bannerArea ul#banner li > img {
        height: 450px;
    }
}

@media (max-width: 720px) {
    .ml-bannerArea ul#banner li > img {
        height: 400px;
    }
}

@media (max-width: 540px) {
    .ml-bannerArea ul#banner li > img {
        height: 360px;
    }
}

.ml-bannerArea ul#banner::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 130px;
    -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    background: repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
        no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .ml-bannerArea ul#banner::after {
        background: repeat-y url("/wp-content/uploads/2026/03/line4.png") left 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
        height: 100px;
    }
}

@media (max-width: 720px) {
    .ml-bannerArea ul#banner::after {
        height: 80px;
    }
}

@media (min-width: 1921px) {
    .ml-bannerArea ul#banner::after {
        -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center/100% 100%;
        mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center/100% 100%;
        background: repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% 100%;
    }
}

.ml-bannerArea .titleBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.ml-bannerArea .titleBox em {
    font-size: 50px;
    color: #fff !important;
    font-weight: 500;
    font-family: "Poppins", "Noto Sans Tc", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    margin: 0;
}

@media (max-width: 480px) {
    .ml-bannerArea .titleBox em {
        font-size: 42px;
    }
}

.ml-bannerArea .titleBox .bannerUnitTitle {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    margin: 0;
}

@media (max-width: 480px) {
    .ml-bannerArea .titleBox .bannerUnitTitle {
        font-size: 16px;
    }
}

.ml-bannerArea .titleBox .bannerUnitTitle::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #fff;
    left: 0;
    position: absolute;
    bottom: -2px;
}

.ml-bannerArea .bread {
    position: static;
    margin-bottom: 0;
    padding: 30px 0 20px;
    width: 100%;
}

.ml-bannerArea .bread .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.ml-bannerArea .bread a,
.ml-bannerArea .bread span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}

.ml-bannerArea .bread a:hover {
    opacity: 0.8;
}

.ml-bannerArea .bread a::after,
.ml-bannerArea .bread span::after {
    content: "/";
    font-size: 13px;
    color: #fff;
    padding: 0 9px;
}

.ml-bannerArea .bread a:last-child::after,
.ml-bannerArea .bread span:last-child::after {
    content: normal;
}

@media (max-width: 1200px) {
    .ml-bannerArea .bread {
        display: none;
    }
}

.ml-tech-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ml-tech-wrap {
    max-width: var(--ml-tech-wrap);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.ml-tech-mainArea {
    background:
        linear-gradient(90deg, rgba(4, 110, 184, 0.08) 0, rgba(4, 110, 184, 0.08) 1px, transparent 1px, transparent calc(50% - 18px), rgba(4, 110, 184, 0.08) calc(50% - 18px), rgba(4, 110, 184, 0.08) calc(50% - 17px), transparent calc(50% - 17px), transparent calc(100% - 1px), rgba(4, 110, 184, 0.08) calc(100% - 1px)),
        repeat url("/wp-content/uploads/2025/11/Bg.png") center top #fff;
    padding: 80px 0 60px;
}

.ml-tech-contentBox {
    display: flex;
}

.ml-tech-single .ml-tech-contentBox {
    width: 100%;
}

.ml-tech-leftBox {
    flex-grow: 1;
    padding: 0 58px 0 0;
    min-width: 0;
}

.ml-tech-rightBox {
    width: 322px;
    flex-shrink: 0;
}

.ml-tech-rightBox .title {
    font-size: 18px;
    color: var(--ml-tech-text);
    padding-top: 16px;
    margin: 0 0 4px;
    font-weight: 500;
}

.ml-tech-newsList {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-tech-newsList__item {
    display: flex;
    padding: 20px 0;
}

.ml-tech-newsList__item:not(:first-child) {
    border-top: 1px solid var(--ml-tech-border);
}

.ml-tech-newsItem {
    display: flex;
    width: 100%;
}

.ml-tech-newsImage {
    width: 305px;
    height: 190px;
    margin-right: 28px;
    flex-shrink: 0;
    overflow: hidden;
}

.ml-tech-newsImage a,
.ml-tech-newsImage img,
.ml-tech-newsImage__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.ml-tech-newsImage img {
    object-fit: cover;
}

.ml-tech-newsImage__placeholder {
    background:
        linear-gradient(135deg, rgba(4, 110, 184, 0.12) 25%, transparent 25%) -20px 0 / 40px 40px,
        linear-gradient(225deg, rgba(4, 110, 184, 0.08) 25%, transparent 25%) -20px 0 / 40px 40px,
        linear-gradient(315deg, rgba(4, 110, 184, 0.08) 25%, transparent 25%) 0 0 / 40px 40px,
        linear-gradient(45deg, rgba(4, 110, 184, 0.12) 25%, transparent 25%) 0 0 / 40px 40px,
        linear-gradient(135deg, #dcecf8 0%, #edf5fb 100%);
}

.ml-tech-newsText {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    min-height: 190px;
}

.ml-tech-newsText h3 {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 400;
    color: var(--ml-tech-text);
}

.ml-tech-newsText h3 a {
    display: inline-block;
    vertical-align: middle;
    color: var(--ml-tech-text);
    text-decoration: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ml-tech-newsText h3 a:hover {
    color: var(--ml-tech-blue);
}

.ml-tech-newsText p {
    margin: 7px 0 10px;
    font-size: 14px;
    color: var(--ml-tech-text-soft);
    line-height: 1.8;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ml-tech-newsText .btn {
    background-color: var(--ml-tech-blue);
    width: 208px;
    height: 47px;
    margin-top: auto;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding: 0 19px 0 16px;
    font-family: var(--ml-tech-font);
    letter-spacing: 0.66px;
    text-decoration: none;
    transition: all 0.5s;
}

.ml-tech-newsText .btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.ml-tech-newsText .btn svg polyline,
.ml-tech-newsText .btn svg line {
    stroke: currentColor;
    transition: all 0.5s;
}

.ml-tech-newsText .btn:hover {
    color: var(--ml-tech-blue);
    background-color: #fff;
    box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
}

.ml-tech-newsDate {
    display: flex;
    align-items: center;
}

.ml-tech-date {
    font-size: 12px;
    color: var(--ml-tech-date-soft);
    font-family: var(--ml-tech-font);
    display: flex;
    align-items: center;
    position: relative;
}

.ml-tech-date::after {
    content: "";
    height: 1px;
    width: 20px;
    background-color: var(--ml-tech-date);
    margin: 0 10px;
}

.ml-tech-date span {
    font-family: var(--ml-tech-font);
    font-size: 27px;
    line-height: 1.3;
    color: var(--ml-tech-date);
    margin-top: 2px;
    margin-right: 8px;
}

.ml-tech-newIcon {
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 13px;
    color: var(--ml-tech-blue);
    padding: 0;
}

.ml-tech-classColumnBox {
    position: relative;
    z-index: 3;
}

.ml-tech-classLink {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-tech-classLink > li {
    border-bottom: 1px solid var(--ml-tech-border);
}

.ml-tech-classLink > li > a {
    position: relative;
    display: block;
    padding: 16px 0;
    font-size: 16px;
    color: #6d6d6d;
    text-decoration: none;
    transition: all 0.5s;
}

.ml-tech-classLink > li > a.current,
.ml-tech-classLink > li > a:hover {
    color: var(--ml-tech-blue);
}

.ml-tech-pageBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

.ml-tech-pageBox--number {
    justify-content: center;
}

.ml-tech-pageBox a {
    border: 1px solid rgba(4, 110, 184, 0.23);
    color: #666666;
    background-color: #fff;
    display: block;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s;
}

.ml-tech-pageBox--number a {
    width: 40px;
    height: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 5px 5px;
    border-radius: 999px;
    position: relative;
    text-align: center;
}

.ml-tech-pageBox a.prevBtn::before,
.ml-tech-pageBox a.nextBtn::before,
.ml-tech-pageBox a.firstBtn::before,
.ml-tech-pageBox a.firstBtn::after,
.ml-tech-pageBox a.lastBtn::before,
.ml-tech-pageBox a.lastBtn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ml-tech-pageBox a.prevBtn::before {
    transform: rotate(45deg);
    left: 5px;
    right: 0;
}

.ml-tech-pageBox a.nextBtn::before {
    transform: rotate(-135deg);
    left: 0;
    right: 5px;
}

.ml-tech-pageBox a.firstBtn::before,
.ml-tech-pageBox a.firstBtn::after {
    transform: rotate(45deg);
}

.ml-tech-pageBox a.firstBtn::before {
    left: -2px;
    right: 0;
}

.ml-tech-pageBox a.firstBtn::after {
    left: 12px;
    right: 0;
}

.ml-tech-pageBox a.lastBtn::before,
.ml-tech-pageBox a.lastBtn::after {
    transform: rotate(-135deg);
}

.ml-tech-pageBox a.lastBtn::before {
    left: 0;
    right: -2px;
}

.ml-tech-pageBox a.lastBtn::after {
    left: 0;
    right: 12px;
}

.ml-tech-pageBox a.current,
.ml-tech-pageBox a:hover {
    border-color: var(--ml-tech-blue);
    background-color: var(--ml-tech-blue);
    color: #fff;
}

.ml-tech-pageBox a:hover.prevBtn::before,
.ml-tech-pageBox a:hover.nextBtn::before,
.ml-tech-pageBox a:hover.firstBtn::before,
.ml-tech-pageBox a:hover.firstBtn::after,
.ml-tech-pageBox a:hover.lastBtn::before,
.ml-tech-pageBox a:hover.lastBtn::after {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.ml-tech-empty {
    padding: 40px 0;
}

.ml-tech-empty h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: var(--ml-tech-text);
}

.ml-tech-empty p {
    margin: 0;
    color: var(--ml-tech-text-soft);
}

.ml-tech-single__leftBox {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 52px;
}

.ml-tech-single__rightBox {
    width: 350px;
    flex: 0 0 350px;
}

.ml-tech-single__titleArea {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b6b6b6;
}

.ml-tech-single__dateWrap {
    width: 100px;
    flex: 0 0 100px;
}

.ml-tech-single__titleText {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.ml-tech-single__label {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: var(--ml-tech-blue);
    background: transparent;
    white-space: nowrap;
}

.ml-tech-single__titleText p {
    margin: 0;
    font-size: 19px;
    line-height: normal;
    color: var(--ml-tech-text);
    font-weight: 400;
    flex: 1 1 auto;
    min-width: 0;
}

.ml-tech-single__titleArea .ml-tech-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 48px;
}

.ml-tech-single__titleArea .ml-tech-date::after {
    top: 10px;
    right: 17px;
    width: 16px;
    height: 43px;
    margin: 0;
    background: no-repeat url("/wp-content/uploads/2025/11/line2.png") center;
}

.ml-tech-single__titleArea .ml-tech-date span {
    margin-right: 0;
}

.ml-tech-single__article {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ml-tech-single__article > *:first-child {
    margin-top: 0;
}

.ml-tech-single__article h2,
.ml-tech-single__article h3,
.ml-tech-single__article h4 {
    color: var(--ml-tech-text);
    line-height: 1.45;
}

.ml-tech-single__article h2 {
    margin: 40px 0 18px;
    font-size: 32px;
}

.ml-tech-single__article h3 {
    margin: 28px 0 12px;
    font-size: 24px;
}

.ml-tech-single__article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ml-tech-single__article p,
.ml-tech-single__article li,
.ml-tech-single__article td,
.ml-tech-single__article th,
.ml-tech-single__article a,
.ml-tech-single__titleText p,
.ml-tech-single__sideList a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ml-tech-single__article table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.ml-tech-single__article th,
.ml-tech-single__article td {
    border: 1px solid #d9e4ee;
    padding: 12px 14px;
}

.ml-tech-single__pageBox {
    gap: 12px;
    padding-top: 40px;
    margin-top: 40px;
}

.ml-tech-single__pageBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
}

.ml-tech-single__sideBlock,
.ml-tech-single__contactBlock {
    padding: 0 0 24px;
}

.ml-tech-single__sideBlock + .ml-tech-single__contactBlock {
    border-top: 1px solid var(--ml-tech-border);
    padding-top: 24px;
}

.ml-tech-single__sideBlock .sectionTitle {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #b6b6b6;
    font-weight: 500;
    font-size: 20px;
    color: #232323;
}

.ml-tech-single__sideBlock .sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}

.ml-tech-single__sideList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-tech-single__sideBlock ul {
    margin-top: 20px;
}

.ml-tech-single__sideList li {
    margin-bottom: 25px;
}

.ml-tech-single__sideList .item {
    display: flex;
    align-items: center;
}

.ml-tech-single__sideList .Txt {
    overflow: hidden;
    min-width: 0;
}

.ml-tech-single__sideList .Txt b {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
}

.ml-tech-single__sideList .Txt b i,
.ml-tech-single__sideList .Txt b .dashicons,
.ml-tech-single__sideList .Txt b .ticon {
    margin-right: 6px;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.ml-tech-single__sideList .Txt a,
.ml-tech-single__sideList .Txt strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #181818;
}

.ml-tech-single__sideList .Txt h3 {
    margin: 0;
}

.ml-tech-single__contactBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-tech-single__contactBlock li {
    margin-bottom: 20px;
}

.ml-tech-single__contactBlock a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #414141;
}

.ml-tech-single__contactBlock i,
.ml-tech-single__contactBlock .dashicons,
.ml-tech-single__contactBlock .ticon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #046eb8;
    border-radius: 50%;
    font-size: 20px;
    color: #046eb8;
    text-align: center;
}

.ml-tech-single__contactBlock .dashicons,
.ml-tech-single__sideList .dashicons,
.ml-tech-single__contactBlock .ticon,
.ml-tech-single__sideList .ticon,
.ml-tech-single__contactBlock .ticon::before,
.ml-tech-single__sideList .ticon::before {
    font-family: "ticons" !important;
}

.ml-tech-single__contactBlock .dashicons-phone::before,
.ml-tech-single__contactBlock .ticon-phone::before {
    content: "\e116";
}

.ml-tech-single__contactBlock .ticon-phone {
    font-size: 17px;
}

.ml-tech-single__contactBlock .dashicons-email-alt::before,
.ml-tech-single__contactBlock .ticon-envelope-o::before,
.ml-tech-single__contactBlock .ticon-envelope-open-o::before,
.ml-tech-single__contactBlock .ticon-envelope::before {
    content: "\e24e";
}

.ml-tech-single__contactBlock .dashicons-location::before,
.ml-tech-single__contactBlock .ticon-map-pin::before,
.ml-tech-single__contactBlock .ticon-location-pin::before,
.ml-tech-single__contactBlock .ticon-map-marker::before {
    content: "\e183";
}

.ml-tech-single__sideList .dashicons-clock::before,
.ml-tech-single__sideList .ticon-clock-o::before {
    content: "\e295";
}

.ml-tech-single__contactBlock b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.ml-tech-single__contactBlock li {
    color: #414141;
    font-size: 16px;
    line-height: 1.8;
}

.ml-tech-single .side_news {
    margin-bottom: 30px;
}

.ml-tech-single .ml-news-single__contentBox {
    padding-top: 28px;
}

.ml-tech-single .ml-news-single__leftBox {
    padding-right: 50px;
}

.ml-tech-single .ml-news-single__titleText {
    align-items: stretch;
}

.ml-tech-single .ml-news-single__label {
    line-height: 24px;
}

.ml-tech-single .ml-news-date {
    line-height: normal;
}

.ml-tech-single .ml-news-single__titleText h1 {
    line-height: 27px;
}

.ml-tech-single .side_news .sectionTitle,
.ml-tech-single .ml-news-single__sideBlock .sectionTitle {
    margin: 0 0 20px;
    padding-bottom: 36px;
    border-color: #b6b6b6;
    line-height: 29px;
}

.ml-tech-single .ml-news-single__contactBlock .ticon-map-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ml-tech-single .ml-news-single__contactBlock .ticon-map-marker::before {
    position: relative;
    top: -1px;
    font-size: 18px;
}

.ml-tech-single .side_news ul {
    margin-top: 20px;
}

.ml-tech-single .side_news li {
    margin-bottom: 25px;
}

.ml-tech-single .side_news li:last-child {
    margin-bottom: 0;
}

.ml-tech-single .side_news .item {
    display: flex;
    align-items: center;
}

.ml-tech-single .side_news .Img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin-right: 12px;
    overflow: hidden !important;
    display: flex;
    flex: 0 0 60px !important;
}

.ml-tech-single .side_news .Img a {
    display: flex;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    overflow: hidden !important;
}

.ml-tech-single .side_news .Img img {
    display: block;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    object-fit: cover !important;
    object-position: center center;
    flex: 0 0 60px !important;
}

.ml-tech-single .side_news .Txt {
    overflow: hidden;
    min-width: 0;
}

.ml-tech-single .side_news .Txt a,
.ml-tech-single .side_news .Txt strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #181818;
}

.ml-tech-single .side_news .Txt a:hover,
.ml-tech-single .side_news .Txt strong:hover {
    text-decoration: underline;
}

.ml-tech-single .side_news .Txt h3 {
    margin: 0;
}

.ml-tech-single .side_news .news_technical_articlesDate {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.ml-tech-single .side_news .news_technical_articlesDate strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #181818;
}

.ml-tech-single .ml-news-single__sideBlock {
    padding-bottom: 0;
}

.ml-tech-single .ml-news-single__sideBlock + .ml-news-single__contactBlock {
    border-top: 0;
    padding-top: 12px;
}

.ml-tech-single__empty {
    margin: 0;
    color: var(--ml-tech-text-soft);
}

@media (max-width: 1200px) {
    .ml-tech-contentBox {
        flex-direction: column;
    }

    .ml-tech-single .ml-news-single__leftBox {
        padding-right: 0;
    }

    .ml-tech-leftBox {
        padding-right: 0;
        order: 2;
    }

    .ml-tech-rightBox {
        margin-bottom: 20px;
        order: 1;
        width: 100%;
    }

    .ml-tech-rightBox .title {
        padding-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .ml-tech-single__titleArea {
        flex-direction: column;
        gap: 16px;
    }

    .ml-tech-single__dateWrap {
        width: auto;
        flex-basis: auto;
    }

    .ml-tech-single__titleText {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .ml-tech-single__titleText p {
        font-size: 19px;
    }

    .ml-tech-single__label {
        width: 100%;
    }

    .ml-tech-single__sideBlock .sectionTitle {
        padding-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .ml-tech-leftBox {
        padding-bottom: 30px;
    }
}

@media (max-width: 720px) {
    .ml-tech-mainArea {
        background:
            linear-gradient(90deg, rgba(4, 110, 184, 0.08) 0, rgba(4, 110, 184, 0.08) 1px, transparent 1px, transparent calc(100% - 1px), rgba(4, 110, 184, 0.08) calc(100% - 1px)),
            repeat url("/wp-content/uploads/2025/11/Bg.png") center top #fff;
    }

    .ml-tech-newsImage {
        width: 200px;
        height: 150px;
    }
}

@media (max-width: 540px) {
    .ml-tech-single .ml-news-single__titleArea {
        flex-direction: row;
        gap: 0;
    }

    .ml-tech-single .ml-news-single__dateWrap {
        width: auto;
        flex: 0 0 auto;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .ml-tech-single .ml-news-single__titleText {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .ml-tech-single .ml-news-single__label {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .ml-tech-newsItem {
        flex-direction: column;
    }

    .ml-tech-newsImage {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ml-tech-newsText p {
        min-height: 0;
        margin-bottom: 20px;
    }

    .ml-tech-date {
        width: auto;
        margin-right: 10px;
        padding-right: 0;
    }

    .ml-tech-date span {
        font-size: 24px;
    }

    .ml-tech-single__dateWrap {
        width: auto;
        margin-right: 10px;
    }

    .ml-tech-single__titleArea .ml-tech-date {
        padding-right: 0;
    }

    .ml-tech-single__titleArea .ml-tech-date::after {
        content: normal;
    }
}
