<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content ul li:last-child {
    margin: 0;
}

.content ul li {
    display: inline-block;
    margin-right: 20px;
}

/*tabæ¡†æ˜¾ç¤ºé¢œè‰²*/
.content .nav-tabs .nav-item .active {
    background: #12a033;
    color: #ffff;
    border-radius: 23px;
}

/*.nav-tabs {
    border-bottom: 1px solid #ffff;
}*/

.content ul li .nav-link{
    color: #030A15;
    background: #F5F5F5;
    font-size: 20px;
    display: block;
    height: 40px;
    width: 245px;
    line-height: 20px;
    text-align: center;
    /*border-radius: 10%;*/
    font-weight: 600;
    border: 1px solid #00A06B;
}

/*é¼&nbsp;æ&nbsp;‡æ»‘åŠ¨é¢œè‰²*/
/*é¡µé¢é»˜è®¤é¢œè‰²00A06B*/
.content ul li a:hover {
    background: #12a033;
    color: #ffff;
    border-radius: 23px;
}


/*  å¢žåŠ&nbsp;  */



.about-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}





.section-padding {
    padding: 30px 0px;
}

@media (max-width: 575px) {
    .section-padding {
      /*  padding: 100px 0px;*/
    }
}


.t-center {
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1118px !important;
    }
}</pre></body></html>