@charset "utf-8";
/*萬宇貨運*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --MainColor:#26495b;
    --SubColor:#BFA04B;
}
body{
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}

/*錨點滾動*/
html { 
    scroll-behavior: smooth; 
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); 
}
::-webkit-scrollbar-thumb {
    background-color: var(--SubColor);
    border-radius: 50px;
}

/*大圖================================*/
/*預設解除背景輪播*/
#content_main { 
    margin:0;
}
.bannerindex { 
    position:static; 
    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;
}
}

/*header================================*/
.header_area {
    background: transparent;
    box-shadow: 0px 0px 15px -10px #000;
    padding:0;
}
.pageIndex .header_area {
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 20px;
    transition: ease-out 0.3s;
    box-shadow: none;
}
.pageIndex .header_area .main_header_area {
    box-shadow: none;
    background: #162633d4;
    width: 90%;
    margin: 0 auto;
    border-radius: 0px;
    transition: ease-out 0.3s;
    backdrop-filter: blur(10px);
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 0;
}
.pageIndex .header_area.sticky .main_header_area {
    background: #162633d4;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.3s;
    backdrop-filter: blur(10px);
}
.main_header_area .container { 
    max-width: 90%; 
}
.header_area.sticky{
    background: none;
}
.navigation { 
    padding: 10px 0;
    display: block; 
}
.tp_links a{
    display: none;
}
.me_tp_features a{
    color:#fff;
    padding-right: 3px;
}
.main_header_area{
    background-color: var(--MainColor);
}

@media screen and (max-width: 768px) {
    .navigation{
        display: flex;
    }
}

/*LOGO*/
.nav-brand {
    width:80px;
    top: 3px;
    position: relative;
}
.nav-header{
    display: none;
}

@media screen and (max-width: 1024px) {
.nav-brand{
    top: 15px;
}
}
@media screen and (max-width:768px) {
.nav-brand{
    top:8px;
}
.nav-header{
    display: block;
}
}
@media screen and (max-width:570px) {
    .nav-brand{
        top: 4px;
        width: 65px;
    }
}

/*選單*/
.tp_links{
    display: none;
}
.stellarnav ul{
    text-align: left;
}
.stellarnav>ul>li>a {
    transition: 0.3s ease-out;
    padding: 0px 5px;
    letter-spacing: 2px;
    color: #ffffff;
}
.stellarnav>ul>li>a:hover { 
    color: var(--SubColor);
    transition: 0.3s; 
}
.stellarnav li.has-sub > a:after {
    content: '+';
    border-top: none;
    border-left: none;
    border-right: none;
    border-top: none;
}
.stellarnav > ul > li > a:hover b{
    font-weight: bolder;
}

/*下拉選單*/
.stellarnav ul ul {
    position: absolute;
    background: var(--MainColor);
    width: 160px;
}
.stellarnav li li {
    border: unset;
}
.stellarnav li li a:hover {
    color: #fff;
    transition: 0.3s ease-out;
    background: var(--SubColor);
}
.stellarnav ul ul li a{
    color: #ffffff;
    font-size: 14px;
    width: 160px;
}
.stellarnav li li.has-sub > a:after{
    border-top:unset;
    border-bottom:unset; 
    border-left:unset;
    right: 10px;
}

/*RWD*/
@media screen and (max-width: 1350px) {
.main_header_area .container {
    max-width: 1100px;
}
}

@media screen and (max-width: 1250px) {
.stellarnav>ul>li>a {
    transition: 0.3s ease-out;
    padding: 0px 10px;
}
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area.sticky .main_header_area{
    background: var(--MainColor);
    backdrop-filter:none;
}
.pageIndex .header_area .main_header_area {
    background: var(--MainColor);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.3s;
    box-shadow: 5px 5px 11px #00000063;
}
.pageIndex .header_area { 
    position: sticky; 
    top: 0px;
}
.main_header_area .container { max-width: 100%; }
.nav-header {
    position: static
    ;text-align: center;
}
.navigation { 
    padding:0px; 
}
.me_tp_features{
    margin: 7px 0 7px;
}
}

@media screen and (max-width: 768px) {
    .pageIndex .header_area.sticky .main_header_area{
        backdrop-filter: unset;
    }
    .stellarnav.mobile > ul > li > a{
        color: var(--MainColor);
    }
}

@media screen and (max-width: 570px) {
    .me_tp_features{
        display: none;
    }
    .navigation { 
        padding:5px; 
    }
}

/*浮動按鈕===============================*/
.linksBtn{
    background-color: var(--MainColor);
    border: 2px solid var(--SubColor);
    color: var(--SubColor);
}
.info_fix:hover>.linksBtn{
    background: var(--SubColor);
    border: 2px solid var(--MainColor);
    color: var(--MainColor);
}

/*第二層*/
.info_fix_links a{
    background: var(--MainColor);
    border: 2px solid var(--SubColor);
}
.info_fix_links a:hover{
    background: var(--SubColor);
}
a.info_fix_default.info_fix_mail{
    display: none;
}
a.info_fix_default.info_fix_tel2{
    display: none;
}
a.info_fix_default.info_fix_phone{
    display: none;
}

/*banner================================*/
.banner{
    min-height: 400px;
    background-image:url(https://pic03.eapple.com.tw/wanyu/banner.png);
}
.banner h5{
    color: var(--MainColor);
    display: flex; 
    flex-direction: column;
}
.banner.banB{
    display: none;
}
.banner.banC h5:after{
    content: 'Contact Form';
    color: var(--SubColor);
    font-size: 25px;
    font-family: 'Montserrat';
}
.banner.banblog h5:after{
    content: 'Article';
    color: var(--SubColor);
    font-size: 25px;
    font-family: 'Montserrat';
}
.banner.banF h5:after{
    content: 'Video';
    color: var(--SubColor);
    font-size: 25px;
    font-family: 'Montserrat';
}

/*文章管理===============================*/
.blog_page .main_part { 
    max-width:1350px; 
}
.blog_le{
    position: sticky;
    display: inline-block;
    top: 120px;
}
h5.blog_le_t, h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_le .accordion { 
    border-radius: 2px; 
}
.blog_back a.article_btn_back { 
    background: var(--SubColor); 
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    color: #FFF;
}
.blog_search input[type=search] { 
    border-radius: 2px; 
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 5px;
}
.subbox_item a:after { 
    display: none; 
}
.subbox_item a:before { 
    display: none; 
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}
.submenu li.on_this_category a, 
.submenu a:hover{
    background: var(--MainColor);
}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.blog_list_ri { 
    width: 100%; 
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { 
    display: none; 
}
.blog_list_ri h5 {
    position: relative;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    padding-top: 8px;
}
body.blog_page .clearfix:before, 
body.blog_page .clearfix:after { 
    display: none; 
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--SubColor);
    transition: 0.3s;
}

@media screen and (max-width: 1494px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .blog_le{
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
}
/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { 
    font-size: 20px;
    font-family: 'Montserrat'; 
}

/*第二層*/
.blog_shareData{
    justify-content: flex-end;
}
.articel_mainPic img{
    max-width: 50%;
}
.news_related{
    display: none;
}

/*影片管理===============================*/
.video_content{
    gap: 20px;
}
.video-layer-two li a{
    color: #222;
}

/*聯絡我們===============================*/
body.contact_page .main_part {
    max-width: 100%;
    margin: auto;
    width:50%;
}
.contact_content {
    padding: 0;
}
.contact_content .information_left {
    display: none;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}
.information_left.fadeInLeft.animated15.clearfix {
    margin: 0;
    padding: 0;
}
.list_before.info iframe {
    width: 100%;
    height: 50%;
}

@media screen and (max-width: 1200px) {
    .list_before.info {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    body.contact_page .main_part {
        width:85%;
    }
}

/*表單*/
.contact_form{
    margin-top: 10px;
}
.contact_form:before{
    content:'歡迎您填寫以下表單，我們將根據您的需求快速為您提供專業報價或尋找合適車輛。請盡量完整填寫，方便我們更精準地協助您！';
    margin-bottom: 20px;
}
.list_before {
    margin-top: 0px;
}
.blank_letter {
    text-align: center;
    padding: 3% 1% 1% 1%;
    color: #595656;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border-bottom: 1px solid
    ;}
.list_before.info li:last-child {
    padding-left: 41px;
    margin-top: 5px;
}
.list_before.info li:first-child {
    margin-top: 15px;
}
.list_before.info {
    max-width: 100%;
}
.contact_le_map { 
    display: none; 
}
.list_before { 
    margin-bottom: 15px; 
}
.line_id::before{
    content:"Line ID";
}
.list_before.info li, 
.list_before.info li:last-child {
    padding-left: 55px
    ;}
.TEL:before, 
.TEL2:before, 
.PHONE:before, 
.FAX:before, 
.TAXID:before, 
.MAIL:before, 
.ADD:before, 
.ADD2:before{
    width: 50px;
}
.contact_form li{
    display: flex;
    flex-direction: column;
}
.contact_form li.last cite{
    background: var(--SubColor);
}
.contact_form li.last blockquote, 
.contact_form li.last cite{
    border: 1px var(--SubColor) solid;
}
.contact_form li.last{
    text-align: center;
    margin-top: 50px;
    flex-direction: row;
}
.contact_form li .form__label { 
    padding-right: 10px;
    width: 100%;
    max-width: 100%; 
    text-align: left;
    background:#26495b2b;
    padding: 10px;
    color: #111;
}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert{
    display: flex;
}

/*FOOTER================================*/
.footer {
    background: var(--MainColor);
    box-shadow: -1px -5px 11px #00000063;
    padding: 30px 0 55px;
}
.footer_menu a {
    padding: 2px 20px 2px 10px; 
    border: none;
    color: #a6b3b9;
    background: transparent;
    border-right: 1px solid;
    transition: 0.5s;
    margin: 0px;
}
.footer_info li:nth-child(1){
    display: flex;
    flex-direction: column;
}
.footer_info li:nth-child(2) {
    border-top: 1px solid var(--SubColor);
}
.footer_info li p{
    display: flex;
}
.footer_info li p.tel2{
    order: 0;
}
.footer_info li p.phone{
    order: 1;
}
.footer_info li p.tel{
    order: 2;
}
.footer_info li p.mail{
    order: 3;
}
.footer_info li p.add{
    order: 4;
}
.footer_info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    grid-gap: 10px;
}
.footer_info li p, 
.footer_info li p>a {
    color: #fff;
}
.footer_menu a:hover {
    background: transparent;
    color: #d5dce0;
    letter-spacing: 2px;
}
.copy, 
.copy a, 
.copy a:hover {
    color: #ffffff;
    transition: all 0.3s;
    background: var(--SubColor);
}
.copy {
    border-top: none;
    margin-top: 10px;
}
.footer_info li p.tel2:before{
    content: '手機：';
}
.box_link{
    display: none;
}
.footer .center{
    max-width: 1000px;
}
.footer_info{
    grid-template-columns: 200px 1fr;
}

@media screen and (max-width: 1024px) {
    .footer .center{
        max-width: 900px;
    }
    .footer_info{
        grid-template-columns: 200px 1fr;
    }
}
@media screen and (max-width: 980px) {
    .footer_logo {
        text-align: center;
    }
    .footer_menu{
        text-align: center;
        padding: 10px 0;
    }
    .footer_info {
        flex-direction: column;
        display: flex;
    }
    .footer_info li:nth-child(1) {
        width: fit-content; 
        margin: 0 auto; 
    }
    .footer_menu a:nth-child(1) {
        border-left: 1px solid;
        padding: 2px 15px;
    }
    .footer_info li:nth-child(2) {
        text-align: center;
    }
    .footer_info ul{
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    #to_top {
        bottom: 60px;
    }
    .footer.with_shopping_mode { 
        padding: 30px 0 49px;
    }
    .footer_info {
        justify-content: center;
    }
}

/*Logo*/
.footer_logo img {
    width: 150px;
}
.footer_logo{
    max-width: 150px;
}

/*bottom menu*/
#bottom_menu{
    display: none;
}

/*手機版選單*/
.stellarnav .menu-toggle{
    padding: 40px 20px;
}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    height: 1px;
    background: #ffffff;
    margin: 0 auto 5px;
}
.stellarnav .menu-toggle:after{
    color: #ffffff;
}
.stellarnav.mobile.right .close-menu, 
.stellarnav.mobile.left .close-menu{
    background: var(--SubColor);
    color: #fff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle{
        padding: 35px 20px;
    }
}
