
.view {
    width: 100%;
    max-width: 1440px;
    margin: 60px auto 45px;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

colgroup {
    display: table-column-group;
}

thead {
    display: table-header-group;
    vertical-align: middle;
}

tr {
    display: table-row;
    vertical-align: inherit;

    border-bottom:2px solid rgba(0, 0, 0, 0.164)
}

.view th {
    border-bottom: 4px solid #0059a9;
    font-size: 18px;
    padding: 20px 0;
}

tbody {
    width: 100%;
    text-align: center;
}

tbody td {
    padding: 20px 0;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.164);*/
    font-weight: bold;
}

tbody td a:hover {
    text-decoration: underline;
}

tbody td:first-child {
    /*display:none;*/
}

tbody td:last-child {
    font-weight: normal;
    font-size: 13px;
    text-align:right;
}

.view_box p {
    margin: 10px 0;
    padding: 60px 40px 60px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.164);
}

.view_box img {
    display: block;
    margin: 60px auto;
}

.list_btn {
    text-align: center;
    margin-top: 50px;
}

.list_btn a {
    padding: 10px 30px;
    background-color: #0059a9;
    color: #fff;
    border-radius: 5px;
}


@media screen and (max-width: 1400px) {
    .footer_inner {
        justify-content: space-around;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        display: none;
    }

    .headerBg {
        display: none;
    }

    .header_right {
        width: 20%;
        margin-right: 30px;
    }

    .logo {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .header_right {
        justify-content: flex-end;
    }

    .lang,
    .search {
        display: none;
    }

/*     .view { */
/*         padding: 0 20px; */
/*     } */

    .copyright b {
        font-size: 14px;
    }
    
    .copyright li {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    tbody td {
        font-size: 14px;
    }

    .footer_inner {
        display: block;
    }

    .copyright {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 30px 50px;
    }
}

@media screen and (max-width:414px){
    



}