body{
    font-family: Verdana, Helvetica, Geneva, sans-serif, "Microsoft YaHei", 微軟雅黑, 微軟正黑體;
}
.menu > li{
    margin-left: 10px;
    margin-right: 10px;
}
.menu > li > a{
    letter-spacing: 0;
}
.btn.big span{
    font-size: 15px;
}
.logo_list_container .title{
    font-size: 15px;
}
.footer_top .right_col{
    position: static;
    float: right;
}
.sitemap{
    margin-bottom: 0;
}
@media (max-width: 1429px){

    .menu > li{
        margin-left: 0;
        margin-right: 0;
    }

    .menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sitemap_col{
        margin-right: 1.5%;
        width: 30%;
    }
    .home_company_row .section_title{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1023px){
    .sitemap_col{
        width: 49%;
        margin-right: 2%;
    }
    .sitemap_col:nth-child(2n){
        margin-right: 0;
    }
    .sitemap_col:nth-child(2n + 1){
        clear: both;
    }
    .footer_top .right_col{
        float: none;
    }
    .home_company_row .section_title{
        font-size: 16px;
    }
}
@media (max-width: 767px){

    .sitemap_col:nth-child(3n + 1){
        clear: none;
    }
    .sitemap_col:nth-child(2n){
        padding-right: 0;
    }
    .sitemap_col:nth-child(2n + 1){
        clear: both;
    }
    .heading_text{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .text_big{
        font-size: 18px;
    }
    .milestones_inner .title_row{
        font-size: 16px;
        letter-spacing: 0;
    }
    .home_company_row .section_title{
        font-size: 24px;
    }
    .contect_slogan span{
        font-size: 16px;
    }     
}
