@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-header {
    max-width: 250px;
    padding: 10px 0;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0 0 0 / 8%);
    padding: 0;
}

.main_header_area .container {
    max-width: 100%;
    padding: 0 0 0 2%;
}

.stellarnav ul {
    font-family: "Noto Sans TC", sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    line-height: 78px;
    height: auto;
    color: #444;
    letter-spacing: .5px;
    display: block;
    font-weight: 500;
    margin: 0 12px;
    text-transform: none;
    transition: all ease 0.5s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li:last-of-type:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #F7B52C;
}

.stellarnav>ul>li:last-of-type {
    background: #162987;
    margin-left: 8px;
}

.stellarnav>ul>li:last-of-type>a {
    color: #fff;
    margin: 0 20px;
}

.me_tp_features,
.swiper-pagination {
    display: none;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
}

.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    background: #fff;
    margin-bottom: 0;
    text-align: center;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #2ea7e0;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #666;
    font-weight: 500;
    padding: 10px 18px;
    font-size: 15px;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.main_part {
    width: 90%;
    max-width: 1500px;
    padding: 50px 0;
}

.show_content {
    padding: 0;
}

.contact_content {
    padding: 0 0 60px;
}

.path {
    padding: 0 0 20px;
}

#content,
#content_main {
    font-family: "Noto Sans TC", sans-serif;
}

.animated-arrow {
    background: #f8b62d;
}




/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: auto;
    aspect-ratio: 32/5;
    position: relative;
    min-height: 180px;
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 32/5;
    background: url(https://pic03.eapple.com.tw/kuojd/banner.jpg) no-repeat center/cover;
    filter: brightness(0.5);
}

.banner h5 {
    z-index: 9;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 36px;
    position: relative;
    line-height: 1.6;
}

.banner h5:after {
    content: "PREMIUM MOVING COMPANY";
    letter-spacing: 1px;
    display: block;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    opacity: .5;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box,
.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 25px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    margin: 0 auto;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #162987;
    font-size: 22px;
}

.blog_list_ri em {
    font-weight: 400;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    line-height: 160%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    border-top: 1px solid #bbb;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #162987 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #2ea7e0 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #f4f8fb 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #f4f8fb;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left-width: 4px;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;
}

.blog_box_edit {
    color: #555;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    background: #2f5695 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #162987;
    transition: all .3s ease;
}

.news_related {
    padding: 48px 0;
    background: #f4f8fb;
}

.news_related_list {
    max-width: 1300px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #f8b62d;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #666;
}

.news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*首頁文章*/
.module_i_news .title_i_box h4 {
    color: #162987;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}

.module_i_news {
    background: #f4f8fb;
}

.module_i_news section {
    max-width: 1500px;
}

.module_i_news_list {
    padding: 30px 0;
}

.module_i_news {
    padding: 80px 5%;
}

.module_i_news ul {
    grid-template-columns: repeat(2, 1fr);
}

.module_i_news li {
    width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .075);
    border-bottom: none;
    transition: all 0.6s ease;
}

.module_i_news li:hover {
    transform: translateY(-6px);
}

.module_i_news li a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0;
}

.i_blog_le {
    width: 240px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.i_blog_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.i_blog_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 36px;
    width: calc(100% - 240px);
    position: relative;
}

.i_blog_ri em:after {
    content: '＋ 繼續閱讀';
    letter-spacing: .5px;
    color: #999;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s ease;
}

.module_i_news li:hover .i_blog_ri em:after {
    color: #f8b62d;
}

.module_i_news li a:after,
.module_i_news li a:before {
    content: none;
}

.module_i_news .title_i_box {
    margin: 0 auto;
}

.i_blog_ri em {
    position: relative;
    order: 1;
    margin: 0;
}

.i_blog_ri p {
    margin: 14px 0 16px;
    padding: 0;
    border: none;
    line-height: 170%;
    color: #666;
    -webkit-line-clamp: 2;
}

.i_blog_ri h5 {
    color: #2ea7e0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.subalbum-menu {
    margin: 0;
    padding: 0;
}

.subalbum-menu h2,
.other_album {
    display: none;
}

.other_subalbum li a p {
    color: #444;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 5px 0;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.3s;
}

.other_subalbum li:hover a p {
    color: #2ea7e0;
}

.overlay {
    background: #2ea7e057;
}

.show-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

/*首頁相簿*/
.i_album_list>li:nth-of-type(n+5) {
    display: none;
}

.module_i_album .title_i_box {
    margin: 0;
}

.module_i_album .title_i_box h4 {
    color: #162987;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}

.module_i_album {
    padding: 80px 0;
}

.module_i_album section {
    width: 90%;
    max-width: 1500px;
}

.i_album_b {
    margin-top: 0;
}

.i_album_list_box {
    padding: 30px 0;
}

.i_album_list {
    grid-gap: 20px;
}

.i_album_list li a p {
    height: 40px;
    background: #2ea7e0E5;
    color: #fff;
    font-weight: 500;
}

.i_album_list li a p span {
    white-space: normal;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*影片*/
.video_menu_list {
    margin-bottom: 0;
    width: 100%;
}

.video_menu_list>ul {
    text-align: center;
    margin: 0 auto 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.video-layer-two>li {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 24px;
}

.video-layer-two li a {
    border: none;
    background: none;
    padding: 0;
    color: #444;
    font-weight: 500;
}

.video-layer-two>li:not(:first-of-type):before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    transform: translateX(-50%);
    position: absolute;
    left: -29px;
    top: 2px;
    background: #ddd;
    opacity: .5;
}

.video_menu_list+.video-list {
    max-width: 100%;
}

.video-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.vidDesc {
    max-height: max-content;
    color: #666;
    line-height: 160%;
    -webkit-line-clamp: 3;
    text-align: justify;
    font-size: 15px;
}

.video-list .vidTitle {
    margin-top: 20px;
    height: auto;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.video_page .show_content {
    padding-bottom: 60px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡*/
.list_before.info a {
    pointer-events: none;
}

.list_before.info li:before {
    font-size: 15px;
    letter-spacing: 0;
}

.list_before.info li {
    margin: 6px 0;
    padding-left: 50px;
    line-height: 1;
}

.blank_letter {
    color: #162987;
    padding-top: 0;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    letter-spacing: 1px;
}

.information_right .blank_letter {
    position: relative;
}

.information_right .blank_letter:after {
    content: "感謝您的詳細填寫下表，我們將盡快與您聯繫！\A如遇急件「請來電0906334572」或「加LINE討論」，謝謝。";
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 500;
    color: #2ea7e0;
    white-space: pre-wrap;
    margin-top: 30px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
    margin-bottom: 0;
}

.contact_form li:not(:nth-last-of-type(3)) {
    width: calc(50% - 10px);
}

.contact_form li:not(:nth-of-type(n+10)) {
    width: calc(calc(100% / 3) - 20px);
}

.contact_form li.last {
    margin-top: auto;
    margin-bottom: 0;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: #f9f9f9;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.contact_form li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0;
    border-bottom: none;
    color: #444;
    grid-gap: 8px;
}

.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-weight: normal;
    padding: 0;
    background: none;
}

.star {
    order: 1;
    height: 18px;
}

.contact_content>form,
.i_contact_box section>form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact_content .information_left {
    width: 300px;
}

.contact_content .information_right {
    width: calc(100% - 300px);
    padding-left: 60px;
}

.contact_form li .form__insert {
    line-height: 165%;
}

.contact_form li.last cite {
    background: #f8b62d;
    border-color: #f8b62d;
}

.contact_form li.last blockquote {
    border-color: #f8b62d;
    color: #f8b62d;
}

.information_left,
.information_right {
    padding: 0;
}

.list_before,
.contact_content .information_left {
    display: flex;
    flex-flow: column wrap;
}

/*首頁聯絡*/
.i_contact_box section {
    width: 90%;
    max-width: 1500px;
}

.pageIndex .contact_content {
    padding: 100px 0 120px;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer_logo {
    width: 250px;
    margin-top: 10px;
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0 0 0 / 8%);
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.footer .center {
    max-width: 950px;
    width: 90%;
}

.footer_info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    row-gap: 25px;
}

.footer_info ul {
    width: calc(100% - 310px);
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-flow: row wrap;
}

.footer_info li p {
    width: 49%;
    letter-spacing: 0;
}

.footer_info li p,
.footer_info li a {
    color: #444;
}

.footer_menu a:hover {
    background: none;
    color: #F7B52C;
}

.footer_menu a {
    border: none;
    background: transparent;
    padding: 0 16px;
    margin: 0;
    border-right: 1px rgba(0, 0, 0, .25) solid;
    transition: all .25s;
}

.footer_menu a:first-of-type {
    display: none;
}

.footer_menu a:nth-of-type(2) {
    padding-left: 0;
}

.footer_menu a:last-of-type {
    border-right: none;
}

.copy,
.copy a,
.copy a:hover {
    color: #fff;
}

.copy {
    border-top: none;
    padding: 18px 0;
    background: #162987;
}

.box_link {
    display: none;
}


@media screen and (max-width: 1560px) {
    .contact_form li:has(input[type=radio]) .form__insert {
        grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(140px, 1fr));
    }

}

@media screen and (max-width: 1280px) {
    .i_blog_le {
        width: 200px;
    }

    .i_blog_ri {
        padding: 24px;
        width: calc(100% - 200px);
    }

    .contact_form li:not(:nth-of-type(n+10)),
    .contact_form li:not(:nth-last-of-type(3)) {
        width: 100%;
    }

    .banner:after {
        height: 100%;
        aspect-ratio: auto;
    }

    .video-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {

    .footer_logo {
        width: 200px;
    }

    .footer_info {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .footer_info ul {
        width: 100%;
    }

    .footer_menu {
        margin: 0 auto;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), auto));
        gap: 16px;
    }

    .footer_menu a {
        padding: 0;
        border-right: none;
    }

    .footer_info li {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_info li p {
        width: 100%;
    }

    .copy {
        text-align: left;
        padding: 18px 5%;
    }

    .pageIndex .contact_content,
    .module_i_album {
        padding: 80px 0;
    }

    .module_i_news {
        padding: 80px 5%;
    }

    .module_i_news li a {
        flex-flow: column wrap;
    }

    .i_blog_le,
    .i_blog_ri {
        width: 100%;
    }

    .nav-header {
        max-width: 200px;
    }

    .stellarnav ul {
        text-align: right;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        margin: 0 4px;
    }
}

@media screen and (max-width: 960px) {
    .list_before {
        margin-top: 20px;
    }

    .contact_content>form,
    .i_contact_box section>form {
        gap: 40px;
    }

    .contact_content .information_right,
    .contact_content .information_left {
        width: 100%;
        padding: 0;
    }

    .information_right .blank_letter:after {
        content: "感謝您的詳細填寫下表，我們將盡快與您聯繫！如遇急件「請來電0906334572」或「加LINE討論」，謝謝。";
        margin-top: 20px;
    }

    .video-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .show-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {

    #bottom_menu li:not(:first-of-type) {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 25px 0 54px;
    }

    #to_top {
        bottom: 64px;
    }

    .pageIndex .contact_content,
    .module_i_album {
        padding: 60px 0;
    }

    .module_i_news {
        padding: 60px 5%;
    }

    .list_before.info li {
        margin: 3px 0;
        line-height: 1.5;
    }

    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .navigation {
        justify-content: center;
    }

    .main_header_area .container {
        padding: 0;
    }

    .stellarnav .menu-toggle {
        padding: 13px 10px;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a,
    .stellarnav>ul>li:last-of-type>a,
    .stellarnav>ul>li:last-of-type:hover>a {
        height: auto;
        line-height: 150%;
        margin: 0 8px;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #162987;
    }

    .stellarnav.mobile>ul {
        border-top: none;
        border-right: none;
        box-shadow: 0 0 10px rgba(0 0 0 / 12%);
    }

    .stellarnav.mobile li.open {
        background: #f4f8fb;
    }

    .stellarnav.mobile li.open li.open {
        background: #162987;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a,
    .stellarnav>ul>li:last-of-type>a,
    .stellarnav>ul>li:last-of-type:hover>a {
        padding: 10px 44px 10px 10px;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close:before,
    .stellarnav.mobile>ul>li>ul>li.has-sub.open>a.dd-toggle .icon-plus:before,
    .stellarnav.mobile>ul>li>ul>li.has-sub.open>a.dd-toggle .icon-plus:after {
        border-color: #fff;
    }

    .stellarnav a,
    .stellarnav.mobile>ul>li>ul>li.has-sub.open>a {
        color: #fff;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        padding: 12px 6px 0;
    }

    .stellarnav.mobile li li a.dd-toggle {
        margin-right: 5px;
    }

    .stellarnav.mobile li.open li.open a.dd-toggle {
        padding: 8px 0 0;
    }

    .stellarnav.mobile li li.has-sub a:not(.dd-toggle),
    .stellarnav li li>a:not(.dd-toggle) {
        padding: 10px 43px 10px 17px;
    }

    .stellarnav li li {
        text-align: left;
        background: #fff;
    }

    .stellarnav li li li {
        border: none;
    }

    .stellarnav li li>ul>li+li {
        border-top: 1px #eee solid;
    }

    .stellarnav li li:hover>a.dd-toggle .icon-plus:before,
    .stellarnav li li:hover>a.dd-toggle .icon-plus:after {
        border-color: #fff;
    }

    .stellarnav>ul>li:last-of-type {
        margin-left: 0;
    }

    .stellarnav>ul>li:after {
        content: none;
    }

    .stellarnav>ul>li:last-of-type:hover {
        background: #162987;
    }

    .banner h5 {
        font-size: 26px;
    }

    .banner h5:after {
        font-size: 16px;
    }

    .contact_content {
        padding: 0;
    }

    .video-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .video-list .vidTitle {
        margin-top: 15px;
    }

    .blog_ri {
        width: 100%;
        padding: 0;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
        gap: 0;
    }

    h4.blog_category_title {
        font-size: 26px;
    }

    .blog_le {
        margin-bottom: 25px;
    }

    .news_related_list li {
        width: calc((100% - 10px) / 2);
    }

    .show-list {
        grid-template-columns: 1fr;
    }

    .pic-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .album_descrip {
        display: none;
    }

    .module_i_album .title_i_box h4,
    .module_i_news .title_i_box h4,
    .blank_letter {
        font-size: 24px;
    }

    .contact_form li.last {
        justify-content: flex-start;
    }

    .i_blog_ri p,
    .blog_list_ri p {
        font-size: 14px;
    }

    .animated-arrow {
        margin-top: 0;
    }

    .video_menu_list>ul {
        margin: 0 auto 20px;
    }

    .video_menu_list>h5 {
        font-size: 22px;
        color: #222;
        padding-left: 10px;
    }

    .video-layer-two li a {
        background: #f4f8fb;
        padding: 8px 12px;
        text-align: left;
    }

    .video-layer-two>li {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
        width: 100%;
        margin: 0;
    }

    .blog_list_ri h5 {
        font-size: 20px;
    }

    .blog_page h5.blog_le_t {
        display: block;
    }

    h5.blog_le_t em {
        font-size: 22px;
        color: #222;
        padding-left: 8px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: "Noto Sans TC", sans-serif;
    }
}