body {
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    min-width: 1200px;
}

.uk-navbar-item.uk-logo img{
    height: 30px;
}
.uk-margin{
    margin-bottom: 2em!important;
    margin-top: 2em!important;
}
.title{
    font-size: 2em;
    text-decoration: underline;
    margin-bottom: 1em;
}
.indexAboutus{
    padding-right: 2em;
    text-align: justify;
}
.indexproducts,
.footer{
    background-color: #eee;
    padding: 2em 0;
}
.indexChooseus .title,
.indexproducts .title,
.indexFactory .title{
    text-align: center;
}
.indexChooseus .card .txt{
    padding: 1.5em;
}
.indexChooseus .card .secTitle{
    font-size: 1.5em;
    text-decoration: underline;
}
.indexChooseus .card.border{
    border: 1px solid #eee;
}
.footer .txt{
    display: flex;
    align-items: center;
}
.footer .txt span{
    margin-right: .5em;
}
.footer .logo img{
    height: 2em;
    margin-bottom: 1em;
}
.secbanner{
    background-image: url('/common/assets/images/secbanner.jpg');
    width: 100vw;
    height: 200px;
}
.productTopic{
    text-align: center;
    padding: 0 1em;
}
.product{
    text-align: center;
}
.secnavbar{
    padding-left: 40px;
}