@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;500;600;700;900&display=swap');
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2022/12/18, 下午 06:49:24
    Author     : James
*/
body{
    font-family: "Noto Sans TC",sans-serif;
    letter-spacing: .9px;
    color:#4d4d4d;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img {
    height: auto;
    width: 100%;
}
.con-980
{
    max-width: 980px!important;
}

.navbar
{
    background-color: #fff;
    height:70px;
    padding-top: 15px;
    padding-bottom: 15px;
}

main
{
    padding-top: 70px;

}

.md-menu
{

    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    position:relative;
    margin-right: 60px;
}

.md-menu.active
{

    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    position:relative;
}

.md-menu-visible
{
    opacity: 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.md-menu-hidden
{
    opacity: 0;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}



.md-menu .dropdown-item:active
{
    background-color: transparent;
    padding-right: 20px;

}

.md-menu .nav-link,.md-menu .dropdown-item
{
    margin-right: 15px;
    letter-spacing: 2px;
    color: var(--bs-navbar-active-color);
    cursor: pointer;
}

.md-menu .dropdown-toggle::after
{
    margin-left:0px;
}

.md-menu .dropdown-menu
{
    background-color: #FFFFFF!important;
    border:none;
    border-radius: unset;
    border-top: 5px solid #C1DC8D;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-transform: translateZ(0);

}

main
{
    /*margin-bottom:50px;*/
}

.dropdown-menu img
{
    max-width: 20px;
    margin-right: 5px;
}

.leftmenu img
{
    /*max-width: 20px;*/
    /*margin-right: 5px;*/
}

.openmenu
{
    font-size: 35px;
    color: #000;
}

a, a:link, a:visited, a:hover
{
    color:#000;
    text-decoration: none;
}

.btn-contactus,.btn-contactus:link,.btn-contactus:visited
{
    background-color: #C1DC8D;
    color:#000;
    border-radius: 50px;
    padding:5px 20px;
    font-weight: bold;
}


.btn-contactus:hover
{
    background-color: #C1DC8D;

}


.dropdown-toggle::after {
    display: none !important;
}


.textover1
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;

}
.textover2
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;


}

.textover3
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;

}

.textover4
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;

}

.textover5
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;

}


.textover6
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;

}

.sections
{
    margin-top:30px;
}


/*導覽列*/
.page_breadcrumb {
    margin-top: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
}

.breadcrumb
{
    background-color: transparent;
    padding: 0.75rem 0rem;
}
@media (min-width: 1200px)
{
    .md-menu .nav-link, .md-menu .dropdown-item {
        font-size:1.1em;
        margin-right: 25px;
    }
}
@media (max-width: 992px)
{



    .navbar
    {
        background-color: #fff;
        height:75px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    main
    {
        padding-top: 115px;
    }

    .prod-menu img
    {
        max-width: 180px!important;
    }

    .md-menu
    {


        margin-right: 20px;
    }
    
    .prod-menu img
    {
    max-height: 30px!important;
    margin-top: -12px;
    }
    
    .md-menu .nav-link, .md-menu .dropdown-item {
        margin-right: 5px;
    letter-spacing: 1px;
    }
}


@media (max-width:  576px)
{
    .navbar
    {

        height:60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    main
    {
        padding-top: 60px;
    }

    .prod-menu img
    {
        max-width: 150px!important;
    }
}
/*Pager*/
.paginationzone
{
    display: flex;
    justify-content: center;
}
.pagination li
{
    margin:0px 2px;
   padding: 2px 10px;
}
.pagination li a
{
    color:#95AC25;

    border-color: #eee;
    border-radius: 6px;
     padding: 2px 10px;
}
.page-item.prev a,.page-item.next a
{
    color:gray;
    border-color:gray;
    border-radius: 6px;
}
.pagination li.active a
{

    background-color: #C1DC8D;
    border-color: #C1DC8D;
}

.page-link:hover
{
    background-color: #C1DC8D;
    border-color: #C1DC8D;
    color:#fff;
}

.page-item.prev a:hover,.page-item.next a:hover
{
    color:gray;
    border-color:gray;
    background-color: #C1DC8D;
    border-radius: 6px;
}

/*hover 底線*/
.dropdown-item,.nav-link
{
    border-bottom: solid 2px transparent;
}
.nav-link:hover, .dropdown-item:hover, .nav-link:active
{
    /*   text-decoration:underline;*/
    color: #95AC25;
    border-bottom: solid 2px #95AC25;
}
nav .nav-link
{
    line-height: 16px;
}

.nav-link.active
{
    /*   text-decoration:underline;*/
    color: #95AC25;
}