/*
修正CSS檔
*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    font-family: 'Noto Sans TC',"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
  color: #175A00;
  text-decoration: underline;
}
.navbar .nav li a:hover,
.navbar .nav li a:active {
    border-bottom: solid 1px #175A00;
    color: #175A00;
}
.top_bar{
    background-color: #175A00;
}

footer {
    margin-top: 0px;
    background: none #225A00;
}

.copyright{
    color: #FFF;
}
table{
    font-size: 16px;
}

/* 文章字形 */
.text-center_new{
    line-height:30px;
    font-size: 16px;
    text-align:justify;
}

/* 外部連結圖 */
.link_list_img{
    display:flex;
    justify-content:center;
    align-items:center;
    height: 100px; 
    width: auto;
        margin-bottom: 20px;
}

/*  實績圖片大小 */
.product_img_size{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height: 206px;
    max-height: 206px;
}
.product_img_size img{
    max-height: 206px ;
    min-height: 206px;
}


/* 大於991px*/
@media (min-width: 991px){
    
    /* index.php */
        /* logo */
        .navbar a.navbar-brand img {
            float: left;
            margin: 0 6px 0 0;
            width: 280px;
            height: auto;
        }
        .navbar {
            margin: 15px 0px;
        }
        .navbar .nav {
            margin: 15px 0 0 0;
        }
        .navbar .nav li a{
            font-size: 18px;
        }
        .navbar a.navbar-brand{
            height: 50px;
            margin-top: 25px;
        }
        
        .top_bar ul.top_menu li a{
            font-size: 16px;
        }
        .top_bar .tob_bar_right_col p{
             font-size: 16px;
             margin-top: 5px;
        }
    /* index.php End*/
    
    /* about.php*/
    .content_img{
        width: 750px;
    }
    /* about.php End*/
}

/* 小於 991px */
@media (max-width: 991px){
     /* index.php */
        /* logo */
        .navbar a.navbar-brand img {
            float: left;
            margin: 0 6px 0 0;
            width: 300px;
            height: auto;
        }
        .navbar a.navbar-brand{
            height: 50px;
        }
     /* index.php End*/   
     
     /* about.php*/
    .content_img{
        max-height: 100%;
    }
    /* about.php End*/
    
    /*  實績圖片大小 */
    .product_img_size{
        display:flex;
        justify-content:center;
        align-items:center;
        min-height: 206px;
        max-height: 206px;
    }
    .product_img_size img{
        max-height: 100%;
        min-height: 100%;
    }
    
    /* 實績文字大小 */
    .section_header.skincolored {
        font-size: 23px;
    }
}
