* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

.t_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.t_menu_wrapper {
    background-color: #fff;
    padding: 10px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e8e9;
    min-height: 75px;
}

.t_menu_top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}

.t_left_menu a {
    margin-right: 40px;
    /*text-transform: uppercase;*/
    color: #333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
}

    .t_left_menu a.atll_logoto:hover {
        border: none
    }

    .t_left_menu a:hover, .all_linkdnhap:hover, .alllinkt_giupudd:hover {
        color: #0060AF;
        border-bottom: solid 2px #0060AF;
    }

    .t_left_menu a:first-child {
        margin-right: 50px;
    }

.t_right_menu {
    color: #0362B0;
    font-weight: 600;
    font-size: 20px;
    line-height: 27.24px;
    display: flex;
    align-items: center;
    position: relative;
}

.t_right_m2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.all_desuser_riud {
    display: flex;
    align-items: center;
    width: 100%;
}

.t_right_drop {
    position: absolute;
    box-shadow: 0px 2px 20px 0px #00000040;
    background-color: #ffffff;
    top: 55px;
    right: 0px;
    padding: 10px;
    border-radius: 5px;
    display: none;
    z-index: 3;
}


    .t_right_drop a {
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0em;
        text-align: left;
        white-space: nowrap;
        color: #000000;
        padding: 8px 0px;
    }

        .t_right_drop a:hover {
            text-decoration: none;
            color: #0362B0;
        }

            .t_right_drop a:hover img {
                filter: invert(13%) sepia(86%) saturate(7496%) hue-rotate(198deg) brightness(97%) contrast(98%);
            }

        .t_right_drop a img {
            filter: grayscale(1);
            margin-right: 5px;
        }

.t_right_menu:hover {
    cursor: pointer;
}

.t_right_m2:hover .t_right_drop {
    display: block;
}

.t_main_content {
    /* padding-bottom: 190px;*/
}

.t_list_nap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -8px 0px -8px;
}

    .t_list_nap li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0px 8px 15px 8px;
    }

        .t_list_nap li a {
            position: relative;
            height: 100%;
            border-radius: 25px;
            overflow: hidden;
            font-family: 'Be Vietnam Pro', sans-serif;
        }

        .t_list_nap li img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            border-radius: 25px;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

    /* .t_list_nap span {
        font-weight: 500;
        padding: 5px 0px;
        width: 100%;
        color: #333;;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 15px;
    }*/
    .t_list_nap h2 {
        font-weight: 500;
        padding: 5px 0px;
        width: 100%;
        color: #333;
        ;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 15px;
    }

    .t_list_nap li:hover a {
        text-decoration: none;
    }

        .t_list_nap li:hover a img {
            transform: scale(1.05);
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

.t_footer {
    background-color: #E5F7FF;
    margin-top: 50px;
    padding: 20px 0px;
}

    .t_footer b {
        display: block;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 5px;
    }

    .t_footer p {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        font-family: 'Be Vietnam Pro', sans-serif;
    }

.t_list_contact li {
    margin-bottom: 10px;
}

.t_list_contact a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

    .t_list_contact a:hover {
        cursor: pointer;
    }

.t_list_contact span {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.t_right_menu_m {
    display: none;
}

.t_banner {
    margin: 25px auto;
    width: 100%;
    overflow: hidden;
}

    .t_banner img {
        width: 100%;
        height: 100%;
    }

.t_tab-wrap {
    display: flex;
}

.t_tab {
    width: 255px;
}

    .t_tab li {
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        border: 1px solid #DDDDDD;
        padding: 15px 0;
    }

        .t_tab li a {
            text-decoration: none;
            display: flex;
            align-items: center;
            position: relative;
        }

        .t_tab li.active {
            border-right: none;
        }

        .t_tab li a .t_discount {
            right: 5px;
            font-size: 12px;
            width: 65px;
            top: -19px;
            line-height: normal;
            padding: 3px;
            height: 19px;
        }

        .t_tab li a b {
            color: #333;
            font-size: 14px;
        }

            .t_tab li a b em {
                display: block;
                font-size: 12px;
                color: #666;
                margin-top: 5px;
            }

        .t_tab li:hover {
            cursor: pointer;
        }

        .t_tab li.active {
            background-color: #E5F7FF;
            border-left: solid 3px #2fb2f3;
        }

        .t_tab li img {
            margin-left: 10px;
            margin-right: 10px;
        }

.t_download {
    font-family: 'Be Vietnam Pro', sans-serif;
    width: 270px;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 0px #0000002B;
    padding: 20px 10px;
    text-align: center;
    margin-left: 35px;
    margin-top: -360px;
    background: #fff;
}

    .t_download b {
        margin-top: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 25px;
    }

.t_divide {
    width: 100%;
    border-bottom: 1px dashed #CDCDCD;
    margin-bottom: 10px;
}

.t_btn_group {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin: 0 auto;
}

.t_btn_xacnhan, .t_btn_huy {
    min-width: 150px;
    margin: 0px 15px;
}

    .t_btn_xacnhan:focus,
    .t_btn_huy:focus {
        outline: none;
        text-decoration: none;
        color: #fff;
    }

.t_download p {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.t_tabcontent_wrap {
    flex: 1;
}

.t_tabcontent {
    background-color: #E5F7FF;
    height: 100%;
    padding: 40px 40px 40px 40px;
}

.t_goinap {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

    .t_goinap td {
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    .t_goinap tr:not(:last-child) td {
        padding-bottom: 30px;
    }

    .t_goinap tr td:first-child {
        font-weight: 700;
        padding-right: 0px;
    }

    .t_goinap td span {
        font-weight: 700;
        color: #E52121;
    }

.t_btn_xacnhan {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background-color: #29B6F6;
    padding: 10px 25px;
    border-radius: 5px;
    width: 270px;
}

    .t_btn_xacnhan:hover {
        background-color: #2057b0;
        transition: 0.35s;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

.t_btn_huy {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background-color: #afafaf;
    padding: 10px 25px;
    border-radius: 5px;
}

    .t_btn_huy:hover {
        background-color: #696969;
        transition: 0.35s;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

.t_btn_group a:hover {
    text-decoration: none;
    color: #ffffff;
}

.t_group_input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

    .t_group_input div.al_iut_seuddd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .t_group_input label span {
        color: #FF0101;
        position: absolute;
        right: -10px;
    }

    .t_group_input label {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: right;
        position: relative;
    }

    .t_group_input input, .t_group_input select {
        font-family: 'Be Vietnam Pro', sans-serif;
        width: 100%;
        max-width: 390px;
        height: 36px;
        border-radius: 5px;
        padding: 0px 15px;
        box-sizing: border-box;
        border: none;
        box-shadow: 0px 0px 3px 1px #bfbfbf;
        border: solid thin #bfbfbf;
        outline: none;
    }

        .t_group_input input::-webkit-outer-spin-button,
        .t_group_input input::-webkit-inner-spin-button,
        .t_group_input select {
            -webkit-appearance: none;
        }

        .t_group_input input[type=number] {
            -moz-appearance: textfield;
        }

        .t_group_input input:focus, .t_group_input select:focus {
            box-shadow: 0px 0px 3px 0px #FF3100;
            outline: none;
        }

.t_btn_napvc {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    background-color: #FFDD64;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 5px 10px;
    white-space: nowrap;
}

    .t_btn_napvc:hover {
        text-decoration: none;
        color: #FFDD64;
        background-color: #000000;
        transition: 0.3s;
    }

.t_tabcontent h4 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    border-left: 4px solid #03B4F5;
    padding: 7px 9px;
    margin-bottom: 30px;
}

.t_list_bank {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .t_list_bank li {
        width: 20%;
        text-align: center;
        min-width: 120px;
        position: relative;
    }

        .t_list_bank li a, .t_list_vidt li a {
            background-color: #fff;
            border-radius: 5px;
            border: solid 2px #29B8F6;
            height: 65px;
            position: relative;
            overflow: hidden;
        }

            .t_list_bank li a img {
                min-width: 135px;
                max-height: 65px;
                height: auto;
                object-fit: contain;
                display: block;
                margin: 0 auto;
            }

            .t_list_bank li.active_nen a, .t_list_vidt li.active_nen a, .t_list_bank li a:hover {
                border: solid 2px #FF3100;
            }

                .t_list_bank li.active_nen a::before, .t_list_vidt li.active_nen a::before, .t_list_bank li a:hover:before {
                    content: "";
                    z-index: 10;
                    position: absolute;
                    display: block;
                    bottom: 0px;
                    right: 0;
                    width: 0;
                    height: 0;
                    border-bottom: 20px solid #FF3100;
                    border-left: 25px solid transparent;
                }

.t_list_vidt {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 10px 0px;
}

    .t_list_vidt li {
        width: 25%;
        min-width: 150px;
        text-align: center;
    }

        .t_list_vidt li a:hover::before {
            display: block;
        }

.t_tabcontent label {
    font-size: 16px;
}

.t_dropdown {
    width: auto;
    display: inline-block;
}

.t_tbl_vcoin {
    width: 100%;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    font-weight: 400;
    /*    margin-top:30px;*/
}

    .t_tbl_vcoin thead td {
        background-color: #2057b0;
        font-weight: 700;
        color: #ffffff;
        padding: 10px;
        border-bottom: 2px solid #E5F7FF;
    }

    .t_tbl_vcoin tbody td {
        background-color: #E1E1E1;
        color: #000000;
        padding: 10px;
        border-top: 2px solid #E5F7FF;
        border-bottom: 2px solid #E5F7FF;
    }

        .t_tbl_vcoin tbody td:nth-child(2) {
            font-size: 15px;
            text-align: left;
        }

        .t_tbl_vcoin tbody td br {
           /* display: none;*/
        }

    .t_tbl_vcoin label {
        font-weight: 400;
        position: relative;
    }

        .t_tbl_vcoin label span {
            margin-left: 30px;
        }

        .t_tbl_vcoin label input {
            display: none;
        }

        .t_tbl_vcoin label::before {
            content: "";
            position: absolute;
            left: 0;
            top: -3px;
            width: 25px;
            height: 25px;
            background: url(../images/cb_unchecked.png) center center/cover no-repeat;
        }

        .t_tbl_vcoin label:has(input:checked):before {
            background: url(../images/cb_checked.png) center center/cover no-repeat;
        }

.t_tab_tc {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin: 25px auto;
}

.t_tab_trangchu {
    display: flex;
    justify-content: end;
}

.t_tab_wrap_tc {
    flex: 1;
}

.t_tab_tc li {
    padding: 10px 20px;
    box-shadow: 0px 0px 3px 0px #519fc1;
}

    .t_tab_tc li a {
        color: #333;
        text-decoration: none;
    }

    .t_tab_tc li:hover {
        cursor: pointer;
    }

    .t_tab_tc li.active {
        background-color: #2fb2f3;
    }

        .t_tab_tc li.active a {
            color: #ffffff;
        }

    .t_tab_tc li:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .t_tab_tc li:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .t_tab_tc li:not(:first-child) {
        border-left: none;
    }

.t_tabcontent_wrap_tc .t_tabcontent {
    background-color: #ffffff;
    /*  margin-top: -360px;*/
}

.t_tabcontent_wrap_tc input {
    max-width: 310px;
    border-color: #717171;
    padding: 6px 12px;
    box-shadow: 0px 0px 3px 1px #bfbfbf;
    outline: none;
}

.t_tabcontent_wrap_tc span {
    color: #FF0101;
}

.t_tabcontent_wrap_tc .form-control {
    width: 100%;
    max-width: 310px;
    border-color: #717171;
}

.t_menu_bottom_mobile {
    position: fixed;
    bottom: 0;
    display: none;
    background-color: #03B4F5;
    width: 100%;
    height: 64px;
    z-index: 999;
}

    .t_menu_bottom_mobile ul {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
    }

        .t_menu_bottom_mobile ul li a {
            text-align: center;
            color: #ffffff;
            font-family: 'Be Vietnam Pro', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 15px;
            letter-spacing: 0em;
        }

            .t_menu_bottom_mobile ul li a:hover {
                text-decoration: none;
                color: #006388;
            }

                .t_menu_bottom_mobile ul li a:hover img {
                    filter: invert(10%) sepia(88%) saturate(6198%) hue-rotate(186deg) brightness(103%) contrast(101%);
                }

        .t_menu_bottom_mobile ul li img {
            display: block;
            margin: 0 auto;
        }

.t_list_method {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .t_list_method li {
        width: 20%;
        min-width: 120px;
        text-align: center;
        position: relative;
    }

        .t_list_method li label {
            font-weight: 400;
        }

        .t_list_method li img {
            margin-bottom: 20px;
        }

.t_discount {
    position: absolute;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    background-color: #FF0000;
    color: #ffffff;
    top: 0;
    left: auto;
    border-radius: 5px;
    width: 95px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px #999999d4;
    z-index: 9;
}

.t_step {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 25px;
}

.t_group_input div.al_iut_seuddd {
    position: relative;
    margin-bottom: 25px;
}

.t_group_input div small {
    position: absolute;
    top: 40px;
    left: 110px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF0101;
}

.t_info_checked {
    position: absolute;
    right: -35px;
    top: 3px;
}

.t_step_wrap {
    height: 50px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    width: 100%;
    margin: 25px auto;
}

.t_step1 {
    background-color: #E1E1E1;
    clip-path: polygon(0% 0%,90% 0,100% 50%,90% 100%,0% 100%);
    width: 310px;
    height: 100%;
    padding-left: 20px;
    line-height: 50px;
}

.t_step2, .t_step3 {
    background-color: #E1E1E1;
    clip-path: polygon(90% 0,100% 50%,90% 100%,0% 100%,10% 50%,0% 0%);
    width: 310px;
    height: 100%;
    padding-left: 50px;
    line-height: 50px;
    margin-left: -25px;
}

    .t_step1.active, .t_step2.active, .t_step3.active {
        background-color: #29B6F6;
        color: #ffffff;
    }

.t_end {
    background-color: #E1E1E1;
    clip-path: polygon(100% 0,100% 50%,100% 100%,0% 100%,10% 50%,0% 0%);
    margin-left: -35px;
    width: 330px;
    height: 100%;
}

.t_end2 {
    background-color: #E1E1E1;
    flex: 1;
    height: 100%;
}

.t_mark {
    position: absolute;
    right: -35px;
    top: 3px;
}

.t_tbl_item {
    max-width: 310px;
}

.t_btn_close {
    width: 20px;
    display: none;
}

.t_right_menu_m.active .t_btn_close {
    display: block;
}

.t_right_menu_m.active span {
    display: none;
}

.t_navbar_m {
    box-shadow: 0 4px 10px #beb9b9;
}

    .t_navbar_m > * {
        padding: 20px 10px;
    }

    .t_navbar_m a {
        display: block;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
    }

        .t_navbar_m a:not(.t_log_m):hover {
            font-weight: 700;
            color: #03B4F5;
            text-decoration: none;
            border-bottom: 1px solid #03B4F5;
        }

.t_user_m {
    display: flex;
}

    .t_user_m img {
        height: min-content;
        margin: 5px 10px 0 0;
    }

    .t_user_m span {
        color: #FF0101;
    }

.t_user_log {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t_log_m {
    display: block;
    padding-left: 10px;
    border-left: 1px solid #000000;
    line-height: 35px !important;
}

.logovtc {
    display: inline-block;
    margin: 0 0 18px 0;
}

.text-left-all {
    display: inline-block;
    margin: 0 0 20px 0;
}

    .text-left-all.margin-0 {
        margin-bottom: 0;
    }

    .text-left-all h4, .text-left-all h5, .text-left-all p {
        color: #727272;
        font-size: 13px;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-weight: 400;
        margin: 0 0 5px 0;
    }

    .text-left-all h5 {
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .text-left-all p {
        font-size: 12px;
        margin: 5px 0 0 0;
    }

.infor-right-footer {
    width: calc(100% - 450px);
    float: left;
}

.table-footer {
    width: 100%;
    border-collapse: collapse;
}

    .table-footer tr td p, .table-footer tr td a {
        color: #666666;
        font-size: 12px;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-weight: 400;
        line-height: 16px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        display: block;
    }

    .table-footer tr:first-child td p {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
    }

    .table-footer tr td {
        width: 33.3%;
        padding: 5px 0;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .table-footer tr:first-child td {
        padding: 0 0 5px 0;
    }

.icon-footer {
    padding-left: 25px !important;
    background-position: left center;
    background-repeat: no-repeat;
    height: 16px;
}

.icon-phone-footer {
    background-image: url(../images/icon-phone.png);
}

.icon-fax-footer {
    background-image: url(../images/email-black.png);
    width: 212px;
    height: 16px;
}

.icon-fb-footer {
    background-image: url(../images/icon-fb.png);
}

.icon-hotro-footer {
    background-image: url(../images/icon-hotro.png);
}

.list_the_quocte li a {
    border: solid 3px #b7b7b7;
    display: inline-block;
}

/*.t_list_bank li a:hover,t_list_bank li.active_nen a,
.list_chon_thecao li.active_nen a{border:solid 3px #ff7f00;}*/
.t_list_bank li.active_nen {
    border: solid 3px #ff7f00;
}

.t_list_nap li {
    display: flex;
    justify-content: center;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    min-width: 114px;
    /*  max-width: 114px;*/
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain
}

.t_list_bank li.active_nen {
    border: none;
    position: relative
}

    .t_list_bank li.active_nen::before {
        content: "";
        z-index: 10;
        position: absolute;
        display: block;
        top: 0px;
        left: 0;
        width: 114px;
        height: 65px;
        /*background: url(../images/e-wallet/checkmak2.png);*/
        background-size: 100% 100%
    }

.t_group_input label {
    min-width: 120px
}

.t_group_input div small {
    left: 160px
}

.t_group_input {
    max-width: 600px
}

    .t_group_input input {
        max-width: 450px
    }

.t_tbl_vcoin label span {
    min-width: 120px;
    display: block
}

.t_daily p {
    padding-top: 25px;
    margin-bottom: 24px
}

#ddlPackage {
    display: flex;
    flex-wrap: wrap
}

    #ddlPackage li {
        display: block;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        margin-right: 20px;
        margin-bottom: 8px
    }

        #ddlPackage li:hover, #ddlPackage li.active {
            background-color: #000;
            color: #fff;
            cursor: pointer;
            border-color: #fff
        }

.t_list_vidt li a.active::before {
    display: block
}

.t_list_bank li.active_nen::before {
    width: 100%;
}

.t_list_vidt {
    justify-content: center
}

.t_list_package li.active {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-color: #fff
}

#ddlPackage {
    justify-content: flex-start
}

    #ddlPackage li {
        width: 32%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 6px
    }

.t_tabcontent_wrap_tc .form-control {
    max-width: 450px;
}

.t_tab_naping .t_tabcontent_wrap {
    display: block;
}

.box_chuy_ls_gd_sms_viettel {
    padding: 20px 0px;
    margin-bottom: 20px;
    line-height: 25px;
}

#content_step_sms, #content_step_sms_Mobi, #content_step_sms_vina {
    padding: 25px 0px;
}

.text_tieude_sms_viettel {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0px;
}

    .text_tieude_sms_viettel span {
        font-weight: 600;
        display: block;
    }

    .text_tieude_sms_viettel b, .text_tieude_sms_viettel b em {
        color: #FF3100;
        font-weight: 600;
    }

.box_img_qr_sms_viettel {
    margin: 20px auto;
    text-align: center;
}

.bang_ls_gd_sms_viettel {
    width: 100%;
    text-align: center;
    background-color: #e1e1e1;
}

    .bang_ls_gd_sms_viettel tr td {
        padding: 5px 10px;
        color: #333;
        font-weight: 500;
        border-top: 2px solid #E5F7FF;
    }

        .bang_ls_gd_sms_viettel tr td b {
            color: #FF3100;
        }

.t_left_menu {
    display: flex;
    align-items: center;
}

.menu_topudd {
    display: flex;
    align-items: center;
}

    .menu_topudd li {
        margin-right: 30px;
    }

        .menu_topudd li .al_boxmobile {
            display: none;
        }

            .menu_topudd li .al_boxmobile .all_linkdnhap {
                color: #333;
                font-size: 15px;
                font-weight: 500;
                text-decoration: none;
                display: inline-block;
            }

        .menu_topudd li:last-child {
            margin-right: 0;
        }

        .menu_topudd li a {
            color: #0060AF;
            /* text-transform: uppercase;*/
            font-family: "Be Vietnam Pro";
        }

.t_right_menu_m {
    position: relative;
    padding: 10px;
    cursor: pointer;
    padding-right: 0px;
}

    .t_right_menu_m .icon-bar {
        background-color: #185bac;
        width: 30px;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        display: block;
        height: 2px;
    }

        .t_right_menu_m .icon-bar + .icon-bar {
            margin-top: 6px;
        }

    .t_right_menu_m.on .icon-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .t_right_menu_m.on .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .t_right_menu_m.on .middle-bar {
        opacity: 0;
    }

    .t_right_menu_m .icon-bar {
        transform: rotate(0);
    }

    .t_right_menu_m .middle-bar {
        opacity: 1;
    }

    .t_right_menu_m .bottom-bar {
        transform: rotate(0);
    }

.al_iut_seuddd .btn-group.bootstrap-select {
    max-width: 450px;
    outline: none;
}

    .al_iut_seuddd .btn-group.bootstrap-select button, .al_iut_seuddd .btn-group.bootstrap-select button:focus {
        outline: none;
    }

#Error {
    width: 100%;
    text-align: center;
}

.al_iut_seuddd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    max-width: 100%;
}

.t_right_m {
    display: flex;
    align-items: center;
}

    .t_right_m a {
        color: #0060AF;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        font-family: "Be Vietnam Pro";
    }

.t_log_m1 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Be Vietnam Pro";
    width: 185px;
    height: 46px;
    background: linear-gradient(90deg, rgb(0, 97, 175) 0%, rgb(25, 179, 236) 100%);
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .t_log_m1 {
        color: #0060AF !important;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-weight: 400 !important;
    }
}

.alllinkt_giupudd {
    margin-right: 0;
    margin-right: 20px;
}




.main-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.cg_popup_chuyenkhoan_thanhcong {
    display: table;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    margin: 0 auto;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.cg_btn_close_popup {
    position: absolute;
    top: 22px;
    right: 15px;
    background: url(/Content/images/cg_btn_close_popup.png) no-repeat;
    width: 14px;
    height: 14px;
}

.cg_tieude_chuyenkhoan {
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 56px 30px 20px 30px;
}

.cg_btn_kichhoat_vip {
    background-color: #03a9f5;
    width: 412px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    border-radius: 3px;
    margin: 22px 0px 22px 0px;
}

.cg_popup_chuyenkhoan_thanhcong .cg_btn_kichhoat_vip {
    width: auto;
    padding: 0 30px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

.lsbtnall_lauche {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
}

.all_desuser_mb p {
    padding-right: 15px;
    color: #0060AF;
}

    .all_desuser_mb p#account-name-lcl {
        text-transform: uppercase;
        padding-top: 10px;
    }

.all_txupdhotro {
    display: none;
    text-align: center;
    color: #333;
    font-size: 18px;
    padding: 10px 0px;
}

.ls_napmobile_ud {
    display: none;
}

.t_list_bank li.btn_ngahng_xth a {
    text-align: center;
    line-height: 65px;
    text-decoration: none;
    min-width: 135px;
    background-color: #29B8F6;
    color: #fff;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition: .4s ease all;
}

    .t_list_bank li.btn_ngahng_xth a:hover:before {
        content: none;
    }

    .t_list_bank li.btn_ngahng_xth a:hover {
        border-color: transparent;
        background-color: #2057b0;
        -webkit-transition: .4s ease all;
        -o-transition: .4s ease all;
        -moz-transition: .4s ease all;
        transition: .4s ease all;
    }


.tdfaq_napthe {
    display: block;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 25px 0px;
    text-transform: uppercase;
}

.cahifaq_napthe {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.trlofaq_napthe {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 2;
    font-style: italic;
    margin-bottom: 40px;
    font-weight: 300;
}

    .trlofaq_napthe span {
        color: #FF0101;
    }

    .trlofaq_napthe a {
        color: #337ab7;
    }

    .trlofaq_napthe i {
        font-style: italic;
        display: block;
        font-weight: 300;
        margin-left: 45px;
        position: relative;
    }

        .trlofaq_napthe i:before {
            content: "";
            position: absolute;
            top: 12px;
            left: -20px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #333;
        }

.cahifaq_napthe_btom {
    display: block;
}

.cahifaq_napthe_btom {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    margin: 30px auto
}

.btn_htroudd {
    display: flex;
    width: 165px;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    background-color: #29B6F6;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

    .btn_htroudd:hover {
        color: #fff;
        background-color: #2057b0;
    }

.trlofaq_napthe em {
    display: block;
    margin-left: 45px;
    font-style: italic;
    position: relative;
}

    .trlofaq_napthe em:before {
        content: "-";
        position: absolute;
        top: 5px;
        left: -20px;
        line-height: normal;
    }

.t_tabcontent_wrap_tc {
    min-height: 560px;
}

.hover_img {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    z-index: 3;
}

    .hover_img a span img {
        width: 380px;
        height: auto;
    }

@media (max-width:1024px) {
    .t_left_menu a.atll_logoto img {
        width: 130px;
    }

    .t_left_menu a:first-child, .t_left_menu a {
        margin-right: 30px;
        font-size: 14px;
    }

        .t_left_menu a:last-child {
            margin-right: 0;
        }

    .t_step_wrap {
        font-size: 16px;
        margin: 20px auto;
    }

    .t_step2, .t_step3 {
        margin-left: -23px;
    }
    /*.t_group_input input,.t_group_input select,.t_tabcontent_wrap_tc .form-control{max-width:420px;}*/
    .t_list_bank li {
        width: 33.333%;
    }

    .text-left-all, .table-footer {
        margin: 0px 0px 20px 0px;
    }

    .text-left-all {
        display: block;
    }

    .table-footer {
        width: 50%;
    }

    .margin-0 {
        margin: 0;
    }
    /*    .al_iut_seuddd ul{width:420px;}*/
    .cahifaq_napthe_btom {
        font-size: 20px;
    }

    .text-left-all.margin-0 {
        margin-bottom: 5px;
    }

    .t_btn_xacnhan, .t_btn_huy {
        min-width: 150px;
    }
}

@media (max-width:600px) {
    .t_list_nap li a {
        border-radius: 25px;
    }

    .t_list_nap span {
        font-size: 12px;
    }
    /*.t_list_nap li{-webkit-box-flex: 0;-ms-flex: 0 0 calc(50% - 30px);flex: 0 0 calc(50% - 30px);width: calc(50% - 30px);}*/
    .t_tab-wrap {
        margin-top: 30px;
    }

    .t_step_wrap {
        display: none;
    }

    .t_tab li {
        padding: 10px 0px;
        width: 75%;
    }

    .t_btn_xacnhan, .t_btn_huy {
        min-width: 220px;
        margin: 10px 0px;
    }

    .table-footer {
        max-width: 100%;
    }

    .t_tab li img {
        width: 30px;
        height: 30px;
        margin: 5px;
    }

    .t_btn_group {
        flex-direction: column;
    }

    .t_step_wrap {
        font-size: 14px;
    }

    .t_tab {
        height: 170px;
    }

    .t_list_method li label div input {
        display: block;
        margin: 10px auto;
    }

    .t_list_method li {
        margin-bottom: 20px;
    }

    .t_step2, s.t_step3, .t_step1, .t_end {
        padding-left: 10px;
    }

    .t_list_bank {
        margin: 0px -10px 20px -10px;
    }

        .t_list_bank li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
            width: calc(50% - 20px);
            min-width: auto;
            margin: 0px 10px;
        }

            .t_list_bank li a, .t_list_vidt li a {
                width: 100%;
            }

    .t_right_m2 p {
        font-size: 12px !important;
    }

    .t_right_m2 .all_desuser_riud p {
        font-size: 14px !important;
        margin: 0px 5px !important;
    }

    .all_desuser_riud img.t_user {
        width: 22px;
        height: 22px;
    }

    .t_left_menu a.atll_logoto img {
        width: 160px;
    }

    .t_list_bank li a img {
        min-width: 120px;
        margin: 0 auto;
    }

    .t_list_vidt li {
        margin: 0px 15px;
    }

    .t_tab_tc li {
        padding: 10px 8px;
    }

        .t_tab_tc li a {
            font-size: 13px;
        }

    .al_iut_seuddd ul, .lsbtnall_lauche {
        flex-direction: column-reverse;
    }

        .al_iut_seuddd ul li, .lsbtnall_lauche li {
            width: 100%;
        }

    .t_btn_xacnhan, .t_btn_huy {
        width: 100%;
    }

    .t_right_m a {
        font-size: 14px;
    }

    .alllinkt_giupudd {
        font-size: 14px;
        margin-right: 10px;
    }

    .alllinkt_giupudd {
        font-size: 12px;
    }
    /*  .t_list_nap li img{
        width: 150px;
        height: 150px;
    }*/
}


/*update 3102023*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1320px;
    }
}

.footer {
    background: #f2f2f2;
    display: flex;
    padding: 36px 0;
    align-items: center;
    justify-content: center;
    color: #000
}

    .footer .container {
        display: flex
    }

    .footer span {
        font-size: 15px;
        line-height: 1.375
    }

    .footer a {
        text-decoration: none;
        color: #000;
        font-size: 15px;
        line-height: 1.375
    }

.footer-logo {
    display: flex;
    flex-direction: column;
    width: 40%
}

    .footer-logo span {
        display: flex;
        flex-direction: column;
        font-size: 15px;
        line-height: 1.375;
        font-family: "Be Vietnam Pro";
        font-weight: 500;
        color: #0060af;
    }

        .footer-logo span strong {
            font-family: "Be Vietnam Pro";
            font-weight: 500;
            margin-top: 3px
        }

.footer-logo__img {
    display: flex;
    position: relative;
    align-items: center
}

    .footer-logo__img::after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        top: 13px;
        left: 88px
    }

    .footer-logo__img img {
        margin-bottom: 24px;
        object-fit: contain
    }

        .footer-logo__img img:nth-child(1) {
            margin-right: 10px
        }

        .footer-logo__img img:nth-child(2) {
            margin-left: 10px;
            width: 176px;
            height: 30px
        }

.footer-info {
    width: 30%;
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

    .footer-info span {
        color: #0060af;
        font-size: 15px;
        line-height: 1.375;
        font-family: "Be Vietnam Pro";
        font-weight: 500;
    }

    .footer-info > a {
        font-size: 15px;
        line-height: 1.375;
        font-family: "Be Vietnam Pro";
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 26px
    }

    .footer-info table tr {
        height: 30px
    }

        .footer-info table tr td {
            height: 30px;
            display: flex;
            align-items: center
        }

            .footer-info table tr td a {
                font-size: 15px;
                line-height: 1.375;
                font-family: "Be Vietnam Pro";
                font-weight: 400;
            }

            .footer-info table tr td img {
                margin-right: 10px
            }

        .footer-info table tr:nth-child(1) td {
            font-family: "Be Vietnam Pro";
            font-weight: 500;
            color: #0060af;
            padding-bottom: 5px;
            font-size: 15px;
        }

.footer-address {
    width: 30%;
    display: flex;
    flex-direction: column
}

.footer-address__item {
    margin-bottom: 26px
}

    .footer-address__item h5 {
        font-family: "Be Vietnam Pro";
        font-weight: 500;
        font-size: 15px;
        line-height: 1.375;
        color: #0060af
    }

    .footer-address__item p {
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.375;
        font-family: "Be Vietnam Pro";
        font-weight: 400;
    }

.footer-logo__img img {
    width: 160px;
}

@media(min-width: 1024px)and (max-width: 1280px) {
    .hidepc {
        display: none
    }



    .footer-logo span {
        font-size: 14px;
        width: 80%
    }

    .footer-info span {
        font-size: 14px
    }

    .footer-info > a {
        font-size: 13px
    }

    .footer-info table tr td a {
        font-size: 13px
    }

    .footer-address__item h5 {
        font-size: 14px
    }

    .footer-address__item p {
        font-size: 13px
    }
}

@media(min-width: 740px)and (max-width: 1023px) {
    .hidepc {
        display: none
    }

    .header-nav__logo {
        width: 20%;
        margin: 0
    }

        .header-nav__logo img {
            width: 100%
        }

    .header-nav__menu {
        width: 40%;
        padding: 0;
        justify-content: space-between
    }

        .header-nav__menu li a {
            font-size: 14px
        }

    .header-nav__menumb-a {
        padding: 0
    }

    .header-nav__menumb-ul {
        transition: all .3 ease;
        inset: 20px auto auto 0px !important;
        width: 100vw;
        border: none !important;
        background: #e5f7ff;
        -webkit-transition: all .3 ease;
        -moz-transition: all .3 ease;
        -ms-transition: all .3 ease;
        -o-transition: all .3 ease
    }

    .header-nav__menumb-ul__des {
        font-size: 14px;
        font-family: "Be Vietnam Pro";
        font-weight: 500;
        margin: 0;
        text-align: right;
        display: flex;
        justify-content: flex-end
    }

    .header-nav__menumb-ul .header-nav__login2-vcoin__p {
        margin-left: 4px
    }

    .header .header-nav__login2-info__p {
        font-size: 14px
    }



    .footer {
        height: unset
    }

        .footer .container {
            flex-direction: column
        }

    .footer-info {
        width: 100%
    }

        .footer-info > a {
            margin-top: 14px
        }

    .footer-address {
        width: 100%
    }

    .footer-logo {
        width: 100%;
        line-height: 1.6
    }
}

@media(max-width: 739px) {
    .hidemb {
        display: none !important
    }

    .header-nav__logo {
        width: 30%;
        margin: 0
    }

        .header-nav__logo img {
            width: 100%
        }

    .header-nav__menu {
        width: 40%;
        padding: 0
    }

        .header-nav__menu li a {
            font-size: 14px
        }

    .header-nav__menumb-a {
        padding: 0
    }

    .header-nav__menumb-ul {
        transition: all .3 ease;
        inset: 20px auto auto 0px !important;
        width: 100vw;
        border: none !important;
        background: #e5f7ff;
        -webkit-transition: all .3 ease;
        -moz-transition: all .3 ease;
        -ms-transition: all .3 ease;
        -o-transition: all .3 ease
    }

    .header-nav__menumb-ul__des {
        font-size: 14px;
        font-family: "Be Vietnam Pro";
        font-weight: 500;
        margin: 0;
        text-align: right;
        display: flex;
        justify-content: flex-end
    }

    .header-nav__menumb-ul .header-nav__login2-vcoin__p {
        margin-left: 4px
    }



    .footer {
        height: unset
    }

        .footer .container {
            flex-direction: column
        }

    .footer-info {
        width: 100%
    }

        .footer-info > a {
            margin-top: 12px
        }

    .footer-address {
        width: 100%
    }

    .footer-logo {
        width: 100%;
        line-height: 1.6
    }
}

.footer-btn {
    padding: 10px;
    height: 46.286px;
    border-radius: 5px;
    background: #e7e7e7
}

    .footer-btn a {
        color: #4b4b4b;
        font-family: "BeVietnam-Bold";
        font-size: 16px
    }

@media (min-width: 1280px) {
    .manhfooter {
        margin-left: 40%
    }
}

.mb {
    display: none;
}

@media(max-width: 739px) {
    .mb {
        display: block;
    }

    .web {
        display: none;
    }

    .footer-btn {
        height: 22px;
        padding: 5px;
        margin: 4px;
    }

        .footer-btn a {
            font-size: 12px;
        }

    .manhfooter {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.au2pc-sale li {
    color: #FF0101;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.au2pc-sale__li {
    margin-left: 0 !important;
}
/*update 21/03/2024*/
.banner-fixleft {
    display: block;
    position: absolute;
    top: 276px;
    left: 50%;
    margin-left: -820px;
}

.banner-fixright {
    display: block;
    position: absolute;
    top: 276px;
    right: 50%;
    margin-right: -820px;
}

.banner-mb {
    display: none;
    margin-bottom: 10px;
    

}
.banner-mb img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-mb {
        display: block;
    }
}

@media only screen and (max-width: 1660px) {
    .banner-fixleft,
    .banner-fixright {
        width: calc(calc((100vw - 1190px) / 2) - 5px);
        

    }
        .banner-fixleft img, .banner-fixright img {
            width: 100%;
        }

    .banner-fixleft {
        left: 0;
        margin-left: 0;
    }

    .banner-fixright {
        right: 0;
        margin-right: 0;
    }

}

@media only screen and (max-width: 1400px) {
    .banner-fixleft,
    .banner-fixright {
        display: none;
    }
}


/*4/9/2024*/
.tablem {
    width: 100%;
    padding-bottom: 30px;
   
}
    .tablem table {
        flex-shrink: 0;
        width: 100%;
    }
        .tablem table thead tr {
            background: #3b3b3b;
            height: 48px;
           
        }
    .tablem table thead tr th:nth-child(1) {
      width:5%;
    }
    .tablem table thead tr th:nth-child(2) {
        width: 18%;
    }
    .tablem table thead tr th:nth-child(3) {
        width: 12%;
    }
    .tablem table thead tr th:nth-child(6) {
        width: 20%;
    }
    .tablem table thead tr th:nth-child(7) {
        width: 20%;
    }
    .tablem table thead tr th:nth-child(8) {
        width: 10%;
    }

            .tablem table thead tr th {
                font-weight: 700;
                font-size: 16px;
                color: #fff;
                text-align: center;
                vertical-align: middle;
                border: 1px solid #3b3b3b;
            }
.tablem table tbody tr {
    height: 48px;

}
    .tablem table tbody tr td {
        font-weight: 400;
        font-size: 16px;
        color: #000;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #3b3b3b;
        padding:0 4px;
    }
.tablem-btn {
    width: 100px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    background: #03a9f4;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    cursor:pointer;

}
    .tablem-btn:hover{
        text-decoration:none;
    }
    .tablem-btn.active {
        background: #fdf17d;
    }
@media (max-width: 600px) {
    .tablem{
        width:1200px;
    }
    .tablem table {
        width: 1200px;
    }
    .tablem {
       
       overflow:auto;
      
       
    }
}
.napp-ul{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
}
.napp-ul-li, .napp-ul-row {
    margin: 0 4px !important;
    flex: none !important;
    width: auto !important;
}
    .napp-ul-row{
        font-size:24px;
    }
    .li_phantrang {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px !important;
        font-size: 16px;
        background: #fff;
        border-radius: 8px !important;
        box-shadow: 0 0 5px #000
    }
    .li_phantrang.active, .li_phantrang:hover {
        background: #0066bc;
        color:#fff;
        box-shadow:none;
    }
@media (min-width: 1536px) {
    .tablem {
       min-height:700px;
    }
    .t_list_nap li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 30px);
        flex: 0 0 calc(20% - 30px);
        width: calc(20% - 30px);
       
    }
}
.t_tbl_vcoin.manh tbody td br {
    display:block;
}
