@charset "utf-8";
/* CSS Document */

.supplier_head{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.5);
}
.supplier_head h2{
}
.supplier_head h2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;  
}
.supplier_head h2 a img{
    width: auto;
    height: 70px;
    margin-right: 10px;
}
.supplier_head h2 a span{
    font-weight: 600;
}
.supplier_search{
    position: absolute;
    top: 6px;
    right: 10px;
    display: flex;
    width: 200px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 999999;
}
.supplier_search input{
    display: block;
    width: 160px;
    border: 0px;
}
.supplier_search a{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/glass_black.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
}
.supplier_search a:hover{}
#cssmenu{
    background-color:#ff9400;
}
#cssmenu.supplier_menu{
    height: 48px;
}
.main_nav.supplier_mainnav{
    position: sticky;
    top: 60px;
}
.more_products{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.about_us{
    display: flex;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
}
.about_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80vw;
}
.about_left{
    width: 50%;
    padding-right: 15px;
}
.about_left .product_pic{
    width: 100%;
}
.about_right{
    width: 50%;
    padding-left: 15px;
}
.about_right h3{
    color: #333;
    margin-bottom: 20px;
}
.index_about{
    color: #333;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.more_about {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.supplier_wrap{
    width: 80vw;
    margin: 0 auto;
}
.company_info{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product_pic {
    width: 50%;
    /*padding: 0 30px;*/
    position: relative;
}
.profile {
    width: 50%;
    padding-left: 20px;
}
.profile h3{
    margin-bottom:20px;
}
.profile_article{
    
}
.profile_article p{
    line-height: 2;
}
.items_wrap.vertical_items{
    width: 100%;
    padding: 0 20px;
}
.items_wrap.vertical_items ul{
    display: flex;
    
}
.items_wrap.vertical_items ul li{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 50%;
    margin: 0 0 30px 0;
}
.items_wrap.vertical_items ul li:nth-child(odd){
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.items_wrap.vertical_items ul li:nth-child(even){
    width: calc(50% - 21px);
}
.certification_photo{
    margin-right: 10px;
}
.certification_photo img{
    width: 100px;
    height: auto;
}
.certification_article{
    /*width: 80%;*/
    width: calc(100% - 110px);
    flex-grow: 1;
}
.certification_name{
    font-size: 1.8rem;
    font-weight: 600;
}
.certification_brief{
    line-height: 2;
}
.info_wrap {
    padding: 0 20px;
}
.info_wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.info_wrap ul li{
    display: block;
    width: calc(25% - 10px);
    margin-right:9px;
    padding-right:10px;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}
.info_wrap ul li:nth-child(4){
    border-right: 0px solid #ddd;
}
.info_wrap ul li:nth-last-child(1){
    width: 100%;
    margin-right:0px;
    padding-right: 0px;
    padding: 10px;
    border-right: 0px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.info_wrap ul li h4{
    margin-bottom: 10px;
}
.info_wrap ul li h4:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.info_wrap ul li.co_name h4:before{
    background:url(../images/office-building.png);
    background-size:contain;
}
.info_wrap ul li.co_year h4:before{
    background:url(../images/calendar.png);
    background-size:contain;
}
.info_wrap ul li.co_products h4:before{
    background:url(../images/product.png);
    background-size:contain;
}
.info_wrap ul li.co_market h4:before{
    background:url(../images/market.png);
    background-size:contain;
}
.info_wrap ul li.co_brand h4:before{
    background:url(../images/brand-positioning.png);
    background-size:contain;
}
.info_wrap ul li.co_brand ul li {
    display: block;
    width: calc(10% - 10px);
    margin-right: 10px;
    padding-right: 0px;
    border-right: 0px solid #ddd;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ddd;
}
.info_wrap ul li.co_brand ul li img{
    width: auto;
    height: 5vw;
    object-fit: cover;
    margin-bottom: 10px;
}
.info_wrap ul li.co_brand ul li p{
    font-weight: 600;
}
.contact_content{
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 0 20px 20px 20px;
}
.login_button{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.contact_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.businesscard{
    width: calc(50% - 10px);
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.businesscard ul{}
.businesscard ul li{
    margin-bottom: 10px;
}
.contactlist{
    width: 50%;
}
.contactlist ul{}
.contactlist ul li{
    margin-bottom: 10px;
}
.contact_btn{
    display: flex;
    justify-content: flex-start;
}
.inquiry_form{
    padding-top: 112px;
    margin-top: -112px;   
}
.news_head{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.news_head h4{
    width: 100%;
    font-size: 3.6rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.news_head .news_date{
    font-size: 1.4rem;
    color: #999;
}
.news_share{}
.news_share ul{
    display: flex;
}
.news_share ul li{
    width: 30px;
    height: 30px;
    margin: 3px;
}
.news_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
}
.news_share ul li a img{
    width: 30px;
    height: 30px;
}
.news_article{
    line-height: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.news_article p{
    width: 100%;
    margin-bottom: 20px;
}
.news_article div{
    width: 100%;
    margin-bottom: 20px;
}
.news_article img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.signup{
    padding: 15px;
    border: 1px solid #000;
    background-color: #fff;
}
.signup h5{
    font-size: 1.6rem;
}
.input_email{
    display: flex;
    align-items: center;
}
.input_email input{
    border: 1px solid #ddd;
    padding: 0 10px;
     width: 280px;
}
.input_email span{
    margin-right: 5px;
}
/*連絡我們*/
.message{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.message h6{
    width: 100%;
}
h6 span{
    color: #ff0000;
    font-weight: 600;
    font-size: 2rem;
}
.subject_wrap{
    margin-bottom: 20px;
}
.subject_wrap input{
    width: 100%;
    height: 36px;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 0 5px;
    margin-right: 5px;
}

@media screen and (max-width: 1366px) {
.supplier_wrap{
    width: 90vw;}
}
@media screen and (max-width: 820px) {
header{
    height: 60px;
}
.supplier_wrap{
    width: 95vw;}

.main_nav.supplier_mainnav{
    /*top: 110px;*/
}
.supplier_menu .button{
    right:auto;
    left: 5px;
    top: 5px;
}
.product_pic {
    width: 100%;
    margin-bottom: 20px;
}
.profile{
    width: 100%;
    padding: 0 20px;
}
.inquiry_form {
    padding-top: 160px;
    margin-top: -160px;
}
}

@media screen and (max-width: 600px) {
header{
    height: 87px;
}
.main_nav.supplier_mainnav{
    top: 87px;
}
.supplier_head h2 a img{
    width: auto;
    height: 50px;}
.supplier_head h2 a span {
    font-size: 2rem;
}
.about_left{
    width:100%;
    padding-right: 0px;
    margin-bottom: 20px;
}
.about_right{
    width:100%;
}
.items_wrap.vertical_items ul li:nth-child(odd){
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ddd;
}
.items_wrap.vertical_items ul li:nth-child(even){
    width: 100%;
}
.info_wrap{
    padding: 0 10px;
}
.info_wrap ul li{
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ddd;
}
.info_wrap ul li.co_brand ul li{
    width: 100%;
}
.info_wrap ul li.co_brand ul li img{
    height: 25vw;
}
.contact_wrap{
    flex-wrap: wrap;
}
.businesscard{
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ddd;
}
.contact_content{
    padding: 0 10px;
}
.contactlist{
    width: 100%;
}
.contact_btn{
    justify-content: center;
}
.certification_photo{
    margin-rignt:0px;
}
}