*,
*::before,
*::after {
    box-sizing: border-box;
}
.td-page-price-list {
    background: radial-gradient(408.65% 54.54% at 50% 45.46%, #FAFBFF 0%, #E9F1FE 100%);
    min-height: 1000px;
    padding-bottom: 20px;
}
.td-title-page-p {
    padding: 50px 0;
}
.td-title-page-p h2,
.td-title-page-p p
{
    font-size: 35px;
    font-weight: 700;
    color: #032058;
    text-align: center;
    line-height: 65px;
}
.td-title-page-p img {
    display: block;
    margin: 10px auto;
}
.td-title-page-p .txt-order {
    font-size: 40px;
    color: #1253C3;
    animation: floatText 3s ease-in-out infinite;
}
@keyframes floatText{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
}
.txt-index {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    background: #0343A7;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 20px 0;
}


.cost-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
}

.cost-table {
    width: 100%;
    min-width: 650px;
    table-layout: fixed;
    border-collapse: collapse;

}

.cost-table th,
.cost-table td {
    padding: 6px 16px;
    vertical-align: middle;
    text-align: center;
    color: #000;
}
.cost-table th {
    padding: 16px;
}

.cost-table th {
    font-size: 18px;
    font-weight: 500;
}

.cost-table th:first-child,
.cost-table td:first-child {
    width: 65%;
    text-align: left;
}

.cost-table th:nth-child(2),
.cost-table td:nth-child(2),
.cost-table th:nth-child(3),
.cost-table td:nth-child(3) {
    width: 17.5%;
}

.td-text {
    background: #E8F1FA;
    border-radius: 12px;
    padding: 10px 20px;
}

.td-text p {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 400;
    color: #0444A8;
}

.td-text span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

@media (max-width: 768px) {

    .cost-table th,
    .cost-table td {
        padding: 12px;
        font-size: 14px;
    }

    .td-text {
        padding: 14px 16px;
    }

    .td-text span {
        font-size: 13px;
        line-height: 1.6;
    }
}
.td-note-red {
    color: red;
    font-size: 14px;
    margin: 20px 0 20px 20px;
}
.cf-buy-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    height: 330px;
    text-align: center;
}
.cf-buy-item p {
    color: #000000;
}
.cf-buy-item .txt  {
    font-size: 16px;
    margin-bottom: 20px;
}
.cf-buy-item .value  {
    font-size: 30px;
    font-weight: 700;
    height: 80px;
}
.cf-buy-item .info {
    font-size: 14px;
    margin-bottom: 20px;
}
.cf-buy-item .pc-num {
    background: linear-gradient(180deg, #1F6BE2 0%, #053AA3 100%);
    width: 95px;
    height: 95px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}

.txt-index-more {
    margin: 20px;
    font-size: 14px;
    color: #000000;
}

.shipping-table{
    width:100%;
    border-radius:2px;
    overflow:hidden;
    background: #ffffff;
    font-size:15px;
}

.shipping-header,
.shipping-row{
    display:grid;
    grid-template-columns:2.2fr 1fr 1fr;
}

.shipping-header{
    color:#000000;
    font-weight:700;
}

.shipping-header div,
.shipping-row div{
    padding:16px;
    text-align:center;
}

.shipping-row:nth-child(even){
    background:#F8FAFD;
}

.shipping-row{
    /*border-top:1px solid #ECECEC;*/
}

.shipping-row div:first-child{
    font-weight:600;
}

.shipping-row:hover{
    background:#EDF5FF;
    transition:.3s;
}

@media(max-width:768px){

    .shipping-table{
        font-size:14px;
    }

    .shipping-header div,
    .shipping-row div{
        padding:12px 8px;
    }

}


/* Hà Nội */
.hn-col{
    background:#E8F1FA;
}

/* TP HCM */
.hcm-col{
    background:#FFF1DB;
}
.col-title {
    background: linear-gradient(180deg, #1F6BE2 0%, #053AA3 100%);
    width: 100px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.col-title p {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;

}

.notice-box {
    background: #FFF8F8;
    border-radius: 12px;
    padding: 20px;
    color: #333;
    line-height: 1.8;
    margin: 20px 0;
}

.notice-box h3 {
    margin: 0 0 12px;
    color: #D32F2F;
    font-size: 15px;
    font-weight: 700;
}

.notice-box p {
    margin: 10px 0;
    font-size: 13px;
}

.notice-box ul {
    margin: 8px 0 16px 20px;
    padding: 0;
}

.notice-box li {
    margin-bottom: 6px;
    font-size: 13px;
}

.ship-cn .shipping-header,
.ship-cn .shipping-row {
    grid-template-columns: 2.2fr 1fr 1fr 1fr !important;
}


.td-ship-cn {
    min-height: 500px;
    padding: 20px 0;
}
.circle-arrow {
    flex-shrink: 0;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1F6BE2 0%, #053AA3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Thân mũi tên */
.circle-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 2px;
    height: 180px; /* Độ dài mũi tên */
    background: #0444A8;
}

/* Đầu mũi tên */
.circle-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 215px; /* = 40 + 120 - 8 */
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #0444A8;
}
.cn-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.box-cn-info h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #0444A8;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-cn-info p {
    color: #000000;
    font-size: 14px;
    line-height: 45px;
}
.row-cn-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.td-price-inspection {
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
}

.flex-inspection {
    display: flex;
    align-items: center;
}
.flex-inspection .left-i {
    width: 70%;
}
.flex-inspection .right-i {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inspection-table{
    width:100%;
    border:1px solid #E5E7EB;
    border-radius:12px;
    overflow:hidden;
}

.inspection-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 5px 5px 20px;
    border:1px solid #E8F1FA;
    border-radius: 10px;
    margin-bottom: 5px;
}

.inspection-row:last-child{
    border-bottom:none;
}

.inspection-left{
    font-size:16px;
    color:#333;
}

.inspection-right{
    font-size:16px;
    font-weight:500;
    color:#000000;
    height: 50px;
    min-width: 240px;
    background: #E8F1FA;
    display: flex; align-items: center;
    justify-content: center;
    border-radius: 10px;
}

@media(max-width:768px){


    .inspection-left,
    .inspection-right{
        font-size:14px;
    }

}

.woodworking-table{
    width:100%;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    justify-content: space-between;
    padding: 10px 10px 10px  20px;
}
.woodworking-table .title {
    margin: 0px;
}

.woodworking-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding:16px 20px;
    background: #FFF1DB;
    border-radius: 17px;
    height: 130px;
    width: 300px;
    margin-right: 10px;
}

.woodworking-row:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

.woodworking-left{
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-bottom: 20px;
}

.woodworking-right{
    font-size:16px;
    font-weight:700;
    color:#0444A8;
}

@media (max-width:768px){

    .woodworking-row{
        padding:12px 15px;
    }

    .woodworking-left,
    .woodworking-right{
        font-size:14px;
    }

}
.td-woodworking .box-wk {
    position: relative;
    background: #0444A8;
    height: 50px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: 10px auto;
}
/* Góc trái */
.box-wk::before{
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    width: 150px;
    height: 36px;
    border-top: 1px solid #0444A8;
    border-right: 1px solid #0444A8;
}

/* Góc phải */
.box-wk::after{
    content: "";
    position: absolute;
    left: -150px;
    top: 50%;
    width: 150px;
    height: 36px;
    border-top: 1px solid #0444A8;
    border-left: 1px solid #0444A8;
}


.woodworking-volume-item{
    height:100%;
    border-radius:14px;
    padding:20px;
    transition:.3s;
    font-size: 14px;
    background: #FFF1DB;
    text-align: center;
}

.woodworking-volume-item:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

.woodworking-volume-title{
    font-size:16px;
    font-weight:700;
    color:#000000;
    margin-bottom:12px;
    line-height:1.5;
}

.woodworking-volume-price{
    font-size:15px;
    line-height:1.8;
    color:#0444A8;
    font-weight:600;
}

@media(max-width:768px){

    .woodworking-volume-item{
        padding:16px;
    }

    .woodworking-volume-title{
        font-size:15px;
    }

    .woodworking-volume-price{
        font-size:14px;
    }

}



.td-price-lv {
    position: relative;
    padding-top: 50px;
}
.customer-level-table{
    width:100%;
    border-collapse:collapse;
    overflow:hidden;
    margin-top:25px;
    font-size:15px;
}
.mtTriangular {
    position: absolute;
    z-index: 10;
    top: 24px;
    left: -40px;
}

.customer-level-table thead th{
    color:#000000;
    padding:16px;
    text-align:center;
    font-weight:700;
}

.customer-level-table tbody td{
    padding: 36px 16px;
    text-align:center;
    border-top:1px solid #ECECEC;
    background: #ffffff;
    font-size: 14px;
}

.customer-level-table tbody tr:nth-child(even){
    background:#F8FAFD;
}

.customer-level-table tbody tr:hover{
    background:#EEF6FF;
}

/* Cột cấp độ */

.level-star{
    white-space:nowrap;
    text-align:center;
}

.level-star-img{
    width:22px;
    height:22px;
    margin:0 2px;
    vertical-align:middle;
}

/* Level 1 */

.level-1{
    background: linear-gradient(180deg, #1F6BE2 0%, #053AA3 100%) !important;
}

/* Level 2 */

.level-2{
    background: linear-gradient(142.43deg, #FF8580 -10.16%, #BA0000 108.03%) !important;
}

/* Level 3 */

.level-3{
    background: linear-gradient(180deg, #FFFF24 -98.12%, #FD4A00 134.15%) !important;
}

/* Level 4 */

.level-4{
    background: linear-gradient(180deg, #BBFF97 -35.81%, #008D4C 152.1%) !important;
}

/* Level 5 */

.level-5{
    background: linear-gradient(239.77deg, #ABFFFF -48.98%, #2E52E6 111.74%) !important;
}

@media(max-width:768px){

    .customer-level-table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

    .customer-level-table th,
    .customer-level-table td{
        padding:12px;
    }

    .level-star-img{
        width:18px;
        height:18px;
    }

}
.txt-range-lv {
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 15px;
}
.range-5 {
    background: #71AFF4;
}
.range-4 {
    background: #E7FFE6;
}
.range-3 {
    background: #FFF0D4;
}
.range-2 {
    background: #FFEEEE;
}
.range-1 {
    background: #E8F1FA;
}

/* css mobile ------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px), (max-width: 1023px) {

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .td-title-page-p h2, .td-title-page-p p {
        font-size: 18px;
        line-height: 42px;
    }
    .td-title-page-p .txt-order {
        font-size: 20px;
    }
    .td-title-page-p {
        padding: 15px 0;
    }
    .txt-index {
        font-size: 14px;
        margin: 10px 0;
        padding: 5px 10px;
    }
    .td-text p {
        font-size: 14px;
    }

    .cost-table {
        width: 100% !important;
        min-width: auto;
    }

    .cost-table th:first-child, .cost-table td:first-child {
        width: 60px;
    }
    .cost-table td img {
        width: 30px;
        height: 30px;
    }
    .td-note-red {
        margin: 10px;
    }
    .config-buy .col-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .cf-buy-item {
        padding: 20px 10px;
        margin-bottom: 10px;
        height: 255px;
    }
    .cf-buy-item .txt {
        font-size: 14px;
    }
    .cf-buy-item .value {
        font-size: 16px;
        height: 30px;
    }
    .cf-buy-item .pc-num {
        width: 80px;
        height: 80px;
        font-size: 22px;
    }

    .box-wk::before {
        display: none;
    }
    .box-wk::after {
        display: none;
    }

    .box-cn-info h3 {
        font-size: 16px;
    }
    .circle-arrow::after {
        height: 130px;
    }
    .circle-arrow::before {
        top: 169px;
    }
    .box-cn-info p {
        min-height: 130px;
    }
    .col-title {
        display: none;
    }
    .shipping-header, .shipping-row {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
    .ship-cn .shipping-header, .ship-cn .shipping-row {
        grid-template-columns: 1.2fr 1fr 1.1fr 1.1fr !important
    }
    .notice-box h3  {
        font-size: 13px;
    }
    .flex-inspection {
        flex-wrap: wrap;
    }
    .flex-inspection .left-i {
        width: 100%;
    }
    .flex-inspection .right-i  {
        width: 100%;
    }
    .inspection-row {
        flex-wrap: wrap;
    }
    .inspection-right {
        width: 100%;
    }
    .td-woodworking .box-wk {
        width: 100%;
        height: 30px;
        font-size: 14px;
    }
    .woodworking-left {
        margin-bottom: 10px;
    }
    .woodworking-row {
        width: 85px;
        text-align: center;
        height: 120px;
    }
    .wk-volume .title {
        display: none;
    }
    .woodworking-table {
        padding: 10px;
    }
    .wk-volume .col-12 {
        margin-bottom: 10px;
    }

    .mtTriangular{
        display:none;
    }

    .customer-level-table{
        display:block;
        width:100%;
        margin-top:15px;
    }

    .customer-level-table thead{
        display:none;
    }

    .customer-level-table tbody{
        display:block;
    }

    .customer-level-table tr{
        display:block;
        margin-bottom:18px;
        border-radius:16px;
        overflow:hidden;
        box-shadow:0 8px 25px rgba(0,0,0,.08);
        border:1px solid #ECECEC;
        background:#fff;
    }

    .customer-level-table td{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:14px 16px;
        border:none;
        border-bottom:1px solid #f2f2f2;
        text-align:right;
        font-size:14px;
    }

    .customer-level-table td:last-child{
        border-bottom:none;
    }

    /* tên từng dòng */
    .customer-level-table td:nth-child(1)::before{
        content:"Cấp độ";
        font-weight:700;
        color:#333;
    }

    .customer-level-table td:nth-child(2)::before{
        content:"Doanh số";
        font-weight:700;
    }

    .customer-level-table td:nth-child(3)::before{
        content:"CK phí giao dịch";
        font-weight:700;
    }

    .customer-level-table td:nth-child(4)::before{
        content:"CK vận chuyển";
        font-weight:700;
    }

    .customer-level-table td:nth-child(5)::before{
        content:"Đặt cọc";
        font-weight:700;
    }

    /* ô sao */
    .level-star{
        justify-content:flex-end;
    }

    .level-star-img{
        width:18px;
        height:18px;
        margin-left:2px;
    }

    .txt-range-lv{
        display:inline-block;
        font-size:13px;
        padding:6px 12px;
    }
}