.td-service-order {
    background: radial-gradient(408.65% 54.54% at 50% 45.46%, #FAFBFF 0%, #E9F1FE 100%);
    padding-bottom: 10px;
}
.td-banner-order {
    background-image: url(../images/dvdh/banner.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0 60px 0;
}
.row-banner {
    display: flex;
    align-items: center;
}
.title-left {
    width: 50%;
}
.img-banner {
    width: 50%;
}
.row-banner h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 49px;
    text-transform: uppercase;
    color: #0444A8;
}
.row-banner h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 49px;
    color: #174772;
}
.fee-order {
    margin: 20px 0 30px 0;
}
.fee-order img {
    padding-right: 10px;

}
.fee-order span {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: red;
}




.feature-list{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top: -50px;
}

.feature-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:20px 10px;
    height:100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
}

.feature-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background: #ECF3FE;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:36px;
    margin-bottom:24px;
    transition:.35s;
    box-shadow:0 15px 35px rgba(15,95,255,.2);
}

.feature-item:hover .feature-icon{
    transform:translateY(-8px) rotate(6deg);
    box-shadow:0 20px 45px rgba(15,95,255,.35);
}


.feature-item p{
    color:#667085;
    line-height:1.8;
    font-size:13px;
    margin:0;
    text-align: justify;
}
/* Tablet */

@media(max-width:991px){

    .feature-list{
        grid-template-columns:repeat(2,1fr);
        gap:28px;
    }

    .feature-icon{
        width:80px;
        height:80px;
        font-size:32px;
    }

}

/* Mobile */

@media(max-width:576px){

    .feature-list{
        grid-template-columns:1fr;
        gap:24px;
    }

    .feature-item{
        padding:10px 20px;
    }

    .feature-icon{
        width:72px;
        height:72px;
        font-size:28px;
    }


}





.why-order-china {
    padding: 60px 0;
}
.why-order-china .title h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
}


/* ==========================================
   1. KHUNG CHÍNH (SERVICE CARD)
   ========================================== */
.service-card {
    position: relative;
    /*max-width: 800px;
    width: 100%;*/
    margin: 40px auto;
    /*padding: 45px 30px 25px 65px;*/
    padding: 30px 20px 10px 40px;
    border: 2px dashed #1a5ec3;
    border-radius: 12px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #0d52cd;
    box-shadow: 0 12px 25px rgba(13, 82, 205, 0.15);
}

/* ==========================================
   2. ICON LỤC GIÁC (Thập thò & Tỏa sáng)
   ========================================== */
.service-card__icon {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 50px;
    background: linear-gradient(135deg, #0d52cd, #0b3fa8);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    z-index: 2;

    /* Hiệu ứng thập thò (trồi ra thụt vào) */
    animation: peekaboo 2s infinite ease-in-out;
}

/* Lớp viền nền tỏa hào quang phía sau */
.service-card__icon::before {
    content: '';
    position: absolute;
    inset: -10px;
    background-color: rgba(13, 82, 205, 0.35);
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

    /* Hiệu ứng tỏa sáng hào quang */
    animation: glowPulse 1.8s infinite ease-in-out;
}

/* ==========================================
   3. TIÊU ĐỀ MŨI TÊN (Trượt vào & Chạy dải màu)
   ========================================== */
.service-card__badge {
    position: absolute;
    top: -22px;
    left: 30px;
    background: linear-gradient(90deg, #0d52cd 0%, #3b82f6 50%, #0d52cd 100%);
    /*background: linear-gradient(
            90deg,
            #1F6BE2 0%,
            #4E94FF 40%,
            #FFFFFF 50%,
            #4E94FF 60%,
            #053AA3 100%
    );*/
    background-size: 200% 100%;
    color: #ffffff;
    padding: 8px 35px 8px 18px;
    font-weight: bold;
    font-size: 16px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);

    /* Kết hợp 2 animation: Trượt vào lúc đầu + Chạy vệt màu liên tục */
    animation:
            slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards,
            shimmerMove 2.5s infinite linear;
}

/* ==========================================
   4. NỘI DUNG VĂN BẢN
   ========================================== */
.service-card__text {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}

/* ==========================================
   5. KHAI BÁO KEYFRAMES (CÁC CHUYỂN ĐỘNG)
   ========================================== */

/* Hiệu ứng Icon thập thò */
@keyframes peekaboo {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.12);
    }
}

/* Hiệu ứng Hào quang tỏa sáng */
@keyframes glowPulse {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.85);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Hiệu ứng Badge trượt từ trái vào */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Hiệu ứng Dải màu sáng chạy lướt qua badge */
@keyframes shimmerMove {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ==========================================
   6. RESPONSIVE (Cho Mobile & Tablet)
   ========================================== */
@media (max-width: 600px) {
    .service-card {
        margin: 40px 10px;
        padding: 35px 15px 20px 15px;
    }

    .service-card__badge {
        left: 15px;
        font-size: 14px;
        padding: 6px 25px 6px 12px;
    }

    .service-card__icon {
        left: 15px;
        top: -30px;
        transform: none;
        width: 50px;
        height: 55px;
        font-size: 20px;

        /* Điều chỉnh animation thập thò trên mobile để không bị lệch vị trí top */
        animation: peekabooMobile 2s infinite ease-in-out;
    }

    .service-card__text {
        margin-top: 10px;
        font-size: 14px;
    }

    @keyframes peekabooMobile {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.12);
        }
    }
}

.why-order-china .img-right {
    margin-left: 30px;
    margin-top: 50px;
}
/*-----------------------------------------------------------------------------*/
.td-service-compare {
    background: #ffffff;
    padding: 50px 0;
}
.td-service-compare .title h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.td-service-compare .title .line-center {
    display: block;
    margin: 10px auto;
}
.td-service-compare .title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width: 75%;
    margin: 10px auto;

}

















/* Layout Container */
.comparison-container {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    gap: 15px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Header Section */
.header-box {
    text-align: center;
    margin-bottom: 10px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.header-box img {
    max-height: 80px;
    margin-bottom: 10px;
}

.left-column h2 {
    color: #0d47a1;
    font-size: 18px;
    font-weight: 700;
}

.right-column h2 {
    color: #0d47a1;
    font-size: 18px;
    font-weight: 700;
}

.header-placeholder {
    min-height: 130px;
}

/* Middle Labels */
.label-box {
    background-color: #e8f0fe;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
}

/* Content Cards */
.card {
    background-color: #f8fafe;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
    overflow: hidden;
}

/* Thanh màu (Bar) hiệu ứng trên đầu thẻ */
.card::before {
    content: "";
    position: absolute;
    top: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #e0e0e0; /* Nền xám nhạt làm track bar */
    width: 100%;
    left: 0;
}

.card::after {
    content: "";
    position: absolute;
    top: 0;
    height: 4px;
    border-radius: 2px;
    width: 45%; /* Độ dài của thanh màu */
}

.card-1::after {
    width: 15% !important;
}
.card-2::after {
    width: 25% !important;
}
.card-3::after {
    width: 65% !important;
}
.card-4::after {
    width: 35% !important;
}
.card-5::after {
    width: 40% !important;
}
.card-6::after {
    width: 10% !important;
}
.card-7::after {
    width: 85% !important;
}

.card-8::after {
    width: 85% !important;
}

.card-9::after {
    width: 80% !important;
}

.card-10::after {
    width: 75% !important;
}

.card-11::after {
    width: 65% !important;
}

.card-12::after {
    width: 80% !important;
}

.card-13::after {
    width: 70% !important;
}

.card-14::after {
    width: 88% !important;
}

/* Tùy chỉnh màu Cam / Xanh */
.orange-bar::after {
    background-color: #ff9800;
}

.blue-bar::after {
    background-color: #0d47a1;
}

/* Vị trí thanh màu */
.border-right::after {
    right: 0px;
}

.border-left::after {
    left: 0px;
}

/* Responsive cho thiết bị nhỏ */
@media (max-width: 768px) {
    .comparison-container {
        grid-template-columns: 1fr;
    }

    .center-column {
        display: none; /* Ẩn cột giữa khi ở màn hình điện thoại nếu muốn đơn giản */
    }
}

.td-issues-cn {
    background: linear-gradient(270deg, rgba(223, 235, 255, 0.8) 0%, rgba(250, 252, 255, 0.8) 100%);
    padding-top: 50px;
}
.td-issues-cn .title h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: #3271D7;
}
.td-issues-cn .title p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}

.process-section {
    background: linear-gradient(180deg, #f0f5ff 0%, #e6efff 100%);
    padding: 80px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-section__container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* --- Block: Process Card --- */
.process-card {
    flex: 1;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.process-card:hover {
    transform: translateY(-12px);
}

/* --- Element: Thumb & Circles --- */
.process-card__thumb {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.process-card__ring-outer {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(41, 98, 255, 0.25);
    transition: all 0.4s ease;
}

.process-card__ring-inner {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 50, 150, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(41, 98, 255, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.process-card__icon {
    width: 65%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
    animation: iconFloat 4s ease-in-out infinite;
}

/* Hover Animations */
.process-card:hover .process-card__ring-outer {
    transform: scale(1.08);
    border-color: rgba(13, 71, 161, 0.6);
    border-style: dashed;
    animation: ringRotate 12s linear infinite;
}

.process-card:hover .process-card__ring-inner {
    box-shadow: 0 15px 35px rgba(13, 71, 161, 0.18);
}

.process-card:hover .process-card__icon {
    transform: scale(1.1) translateY(-5px);
}

/* --- Element: Badge (01, 02, 03) --- */
.process-card__badge {
    font-size: 52px;
    font-weight: 800;
    color: #0444A8;
    line-height: 1;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.process-card:hover .process-card__badge {
    transform: scale(1.1);
}

/* --- Element: Content --- */
.process-card__heading {
    font-size: 16px;
    font-weight: 700;
    color: #1a365d;
    line-height: 1.4;
    margin-bottom: 12px;
    min-height: 60px;
}

.process-card__text {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 25px;
    min-height: 65px;
}

/* --- Element: Button --- */
.process-card__btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    border: 1.5px solid #81B8DC;
    background-color: #ffffff;
    color: #263238;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.process-card__btn:hover {
    background-color: #0d47a1;
    border-color: #0d47a1;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(13, 71, 161, 0.3);
    transform: translateY(-2px);
}

/* --- Keyframes --- */
@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes ringRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .process-section__container {
        flex-direction: column;
        align-items: center;
    }

    .process-card {
        max-width: 100%;
    }
}

.td-order-cn-goods {
    background: #0343A7;
    padding: 50px 0;
}
.td-order-cn-goods .title h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
}





/* --- Reset & Base --- */
/* Section Background Blue */
.experience-section {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.experience-section__container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* --- Left Card --- */
.experience-card {
    width: 500px;
    background-color: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experience-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.experience-card__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.experience-card__icon-check {
    width: 24px;
    height: 24px;
    color: #007bff;
    flex-shrink: 0;
    margin-top: 2px;
}

.experience-card__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.experience-card__text {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.experience-card__logo {
    height: 22px;
    object-fit: contain;
    vertical-align: middle;
}

/* Button */
.experience-card__btn {
    display: inline-block;
    align-self: flex-start;
    background-color: #034bbd;
    color: #ffffff  !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(3, 75, 189, 0.3);
}

.experience-card__btn:hover {
    background-color: #023893;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(3, 75, 189, 0.4);
}

/* --- Right Visual & 3D Effect --- */
.experience-visual {
    flex: 1;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px; /* Tạo chiều sâu 3D */
}

/* SVG Arrow */
.experience-visual__arrow {
    position: absolute;
    left: -30px;
    bottom: 60px;
    width: 100px;
    color: #ffffff;
    z-index: 5;
    opacity: 0.8;
}


/* --- Responsive --- */
@media (max-width: 992px) {
    .experience-section__container {
        flex-direction: column;
    }

    .experience-card {
        width: 100%;
        max-width: 500px;
    }

    .experience-visual {
        width: 100%;
        height: 320px;
    }
}


.td-hard-list {
    padding-top: 30px;
}
.td-hard-list  .txt-right h3    {
    text-align: right;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 15px;
    color: #032058;
}
.td-hard-list  .txt-right  p {
    color: #000000;
    text-align: right;
    font-size: 13px;
}
.td-hard-list .left {
    width: 48%;
}
.td-hard-list .right {
    width: 50%;
    padding-left: 30px;
}
.td-hard-list .content-main {
    padding-top: 50px;
}
.td-how-to-overcome  {
    padding: 50px 0;
    background: linear-gradient(270deg, rgba(223, 235, 255, 0.8) 0%, rgba(250, 252, 255, 0.8) 100%);
}
.td-how-to-overcome .title h3 {
    font-size: 35px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
    text-align: center  ;
}
.td-how-to-overcome .banner-key {
    width: 100%;
    height: auto;
}
.td-how-to-overcome .banner-key {
    padding-bottom: 20px;
}

/* Khung chứa tổng thể màu trắng, bo góc */
.how-to-overcome {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px 10px;
    max-width: 1200px;
    width: 100%;
}

/* Từng cột item */
.how-to-overcome__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #e0eafc; /* Đường kẻ đứng giữa các ô */
}

/* Bỏ đường kẻ ở ô cuối cùng */
.how-to-overcome__item:last-child {
    border-right: none;
}

/* Khung tròn chứa Icon */
.how-to-overcome__icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #0052cc;
    font-size: 24px;
    transition: all 0.3s ease;
}

.how-to-overcome__icon-box img {
    width: 32px;
    height: 32px;
}

/* Đoạn chữ mô tả bên dưới */
.how-to-overcome__title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #172b4d;
    line-height: 1.4;
}

/* Trạng thái Active (viền xanh đè lên) */
.how-to-overcome__item--active .how-to-overcome__icon-box {
    border: 2px solid #0065ff;
    background-color: #ffffff;
    color: #0065ff;
}

/* Responsive cho điện thoại */
@media (max-width: 768px) {
    .how-to-overcome {
        flex-direction: column;
    }

    .how-to-overcome__item {
        border-right: none;
        border-bottom: 1px solid #e0eafc;
        padding: 20px 0;
    }

    .how-to-overcome__item:last-child {
        border-bottom: none;
    }
}
.td-strengths {
    padding: 50px 0;
    background: radial-gradient(408.65% 54.54% at 50% 45.46%, #FAFBFF 0%, #E9F1FE 100%);
}
.td-strengths .title h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
    color: #000000;
    text-align: center;
}
.td-strengths .title .line-center {
    display: block;
    margin: 10px auto;
}




.usps-container {
    position: relative;
    width: 1100px; /* Chiều rộng container (điều chỉnh cho phù hợp với ảnh) */
    height: 600px; /* Chiều cao container (điều chỉnh cho phù hợp với ảnh) */
    margin: 0 auto;
    /* overflow: hidden; */ /* Có thể bỏ comment nếu cần container giới hạn */
}

/* --- Định dạng ảnh trung tâm --- */
.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Căn giữa hoàn toàn */
    max-width: 400px; /* Điều chỉnh chiều rộng ảnh của bạn ở đây */
    height: auto;
    z-index: 1; /* Nằm dưới các thẻ */
    display: block;
}

/* --- Định dạng thẻ chung (giống nhau cho tất cả) --- */
.usp-card {
    position: absolute;
    background: linear-gradient(180deg, #1F6BE2 0%, #053AA3 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px; /* Bo góc nhẹ */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Đổ bóng nhẹ */
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    min-width: 250px; /* Chiều rộng tối thiểu để văn bản không bị bó hẹp */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; /* Nằm trên ảnh */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer; /* Cho biết có thể tương tác */
}

/* Hiệu ứng hover cho thẻ */
.usp-card:hover {
    transform: scale(1.05); /* Phóng to nhẹ */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* --- Định vị chi tiết cho các thẻ BÊN TRÁI --- */
.usp-card.left {
    right: 65%; /* Vị trí bắt đầu bên trái của tâm ảnh, điều chỉnh để lùi sang trái */
}

/* Thẻ 1: Giá cước vận chuyển */
#usp-1 { top: 12%; right: 59% }

/* Thẻ 2: Phí dịch vụ đặt hàng */
#usp-2 { top: 25%; }

/* Thẻ 3: Hệ thống kho bãi (nằm lùi vào) */
#usp-3 {
    top: 40%;
    right: 70%; /* Nằm lùi vào so với thẻ trên */
}

/* Thẻ 4: Bảo mật thông tin */
#usp-4 {
    top: 55%;
    right: 68%; /* Nằm lùi vào vừa phải */
}

/* Thẻ 5: An toàn hàng hóa (thẻ cuối) */
#usp-5 {
    top: 73%;
    right: 62%; /* Vị trí cân bằng cuối cùng */
}


/* --- Định vị chi tiết cho các thẻ BÊN PHẢI --- */
.usp-card.right {
    left: 65%; /* Vị trí bắt đầu bên phải của tâm ảnh, điều chỉnh để tiến sang phải */
}

/* Thẻ 6: Thủ tục hải quan */
#usp-6 { top: 12%; left: 59%; }

/* Thẻ 7: Công nghệ quản lý */
#usp-7 { top: 25%; }

/* Thẻ 8: Cam kết bồi thường */
#usp-8 {
    top: 40%;
    left: 71%;
}

/* Thẻ 9: Cam kết hỗ trợ */
#usp-9 {
    top: 55%;
    left: 69%;
}

/* Thẻ 10: Tốc độ giao hàng */
#usp-10 {
    top: 73%;
    left: 64%; /* Vị trí cân bằng cuối cùng */
}


/* --- Media query cho màn hình nhỏ (Cơ bản) --- */
/* Khi màn hình nhỏ hơn 900px, chuyển sang bố cục lưới đơn giản */
@media (max-width: 900px) {
    .usps-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 90%;
        height: auto;
        padding: 20px;
    }

    .center-image {
        display: none; /* Ẩn ảnh trung tâm ở màn hình nhỏ */
    }

    .usp-card.left, .usp-card.right {
        position: static;
        width: auto;
        min-width: 0;
        transform: none;
    }

    .usp-card:hover {
        transform: none;
    }
}

.bg-price-list {
    background-image: url(../images/dvdh/bn-right.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-price-list  .img-left {
    max-width: 100%;
    height: auto;
}
.bg-price-list .box-right {
    margin-left: -10%;
}
.bg-price-list .box-right h3 {
    font-weight: 700;
    font-size: 35px;
    color: #0444A8;
    text-align: center;
    margin-bottom: 20px;
}
.bg-price-list .box-right p {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.bg-price-list .box-right  .btn-now {
    margin: 0 auto;
}

.td-procedure {
    padding: 30px 0;
    background: linear-gradient(270deg, rgba(223, 235, 255, 0.8) 0%, rgba(250, 252, 255, 0.8) 100%);
}
.td-procedure .title h3 {
    font-size: 35px;
    margin: 30px 0 10px 0;
    color: #0444A8;
    font-weight: 700;
}
.td-procedure .title h4 {
    font-size: 29px;
    font-weight: 700;
    color: #032058;
    line-height: 50px;
}
.td-procedure .title p {
    font-size: 14px;
}









.box-step {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

/* Thẻ thông tin trắng bên trái */
.box-step-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px 24px 20px 48px;
    box-shadow: 0 4px 15px rgba(11, 78, 175, 0.05);
    width: 380px;
    z-index: 2;
}

/* Nút tròn chứa số đè bên trái */
.box-step-number {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, #1F6BE2 0%, #053AA3 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0 0 0 4px #e0ebff;
}

/* Chữ nội dung */
.box-step-text {
    color: #0444A8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Khối đường kẻ bên phải */
.box-step-timeline {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Tiêu đề Bước 1 */
.box-step-title {
    color: #0444A8;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

/* Đường kẻ ngang kèm chấm tròn */
.box-step-line {
    width: 100%;
    height: 2px;
    background-color: #0444A8;
    position: relative;
}

.box-step-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #0444A8;
    border-radius: 50%;
}


.main-step-order .stair-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    width: 100%;
}

.td-step-left {
    flex: 1;
    max-width: 700px; /* tùy chỉnh */
    margin-right: -1px; /* để line chạm sát ảnh */
}

.stair-right > img {
    flex-shrink: 0;
    max-width: 40%;
    height: auto;
    display: block;
}
.step-order-2 {
    margin-left: 5%;
}

.step-order-3 {
    margin-left: 10%;
}

.step-order-4 {
    margin-left: 15%;
}

.step-order-5 {
    margin-left: 20%;
}

.step-order-6 {
    margin-left: 25%;
}

.step-order-7 {
    margin-left: 30%;
}

/* Cho phép timeline kéo dài ra ngoài khối td-step-left */
.td-step-left {
    overflow: visible;
}

.box-step-timeline {
    position: relative;
    flex: 1;
    min-width: 250px; /* tùy chỉnh */
}

.box-step-line {
    width: calc(100% - 30px); /* kéo thêm về phía ảnh */
}

.box-step-line::before {
    left: 0;
}
@media (max-width: 1200px) {
    .stair-right > img {
        max-width: 35%;
    }
}

@media (max-width: 992px) {
    .stair-right {
        flex-direction: column;
        align-items: center;
    }

    .td-step-left {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .stair-right > img {
        max-width: 70%;
        margin-bottom: 30px;
        order: 1;
    }

    .box-step-line {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .box-step-card {
        width: 260px;
    }

    .box-step-title {
        font-size: 16px;
    }

    .box-step-text {
        font-size: 13px;
    }
}

.td-bg-faq .title h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
    color: #0444A8;
    text-align: center;
}
.td-bg-faq .title .line-center {
    display: block;
    margin: 10px auto;
}
.td-bg-faq {
    background: #ffffff;
    padding: 20px;
    margin: 50px 0;
    border-radius: 20px;
}



.faq-item{
    background:#fff;
    border-radius:12px;
    margin-bottom:15px;
    overflow:hidden;
}

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 25px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:.3s;
    color: #0444A8;
}

.faq-question:hover{
    background:#f7f7f7;
}

.faq-icon{
    font-style:normal;
    font-size:28px;
    transition:.35s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease,padding .35s;
    padding:0 25px;
}

.faq-answer p{
    color:#666;
    line-height:1.8;
    padding-bottom:20px;
    font-size: 14px;
}

.faq-item.active .faq-answer{
    max-height:400px;
    padding-top:20px;
    border: 1px solid #E8F1FA;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}







@media only screen and (max-width: 768px), (max-width: 1023px) {
    .row-banner {
        flex-wrap: wrap;
    }
    .row-banner h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .row-banner h3 {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    .fee-order span {
        font-size: 16px;
    }
    .title-left {
        width: 100%;
    }
    .img-banner {
        display: none;
    }
    .fee-order {
        justify-content: center;
    }
    .why-order-china {
        padding: 20px 0;
    }
    .why-order-china .title h3 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .service-card__badge {
        left: 60px !important;
        top: -18px;
    }
    .why-order-china .img-right {
        margin: 0px auto;
        max-width: 100%;
    }
    .td-service-compare .title h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .td-service-compare .title h3 br {
        display: none;
    }
    .td-service-compare .title p {
        width: 100%;
    }
    .td-service-compare {
        padding: 20px 0;
    }
    .td-issues-cn {
        padding-top: 20px;
    }
    .td-issues-cn .title h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .td-issues-cn .title p br {
        display: none;
    }
    .process-section {
        padding: 20px;
    }
    .td-order-cn-goods {
        padding: 20px 0;
    }
    .td-order-cn-goods .title h3 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .experience-card__list {
        padding: 0px;
    }
    .experience-card__btn {
        color: #ffffff !important;
        margin: 10px auto 0;
    }
    .td-hard-list .txt-right h3 {
        font-size: 18px;
    }
    .td-hard-list .content-main {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .td-hard-list .left,
    .td-hard-list .right {
        width: 100%;
    }
    .td-hard-list .right {
        padding: 0px;
    }
    .box-td-serve .box-info  {
        padding: 20px;
    }
    .td-how-to-overcome {
        padding: 20px 0;
    }
    .td-how-to-overcome .title h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .td-how-to-overcome .banner-key {
        text-align: center;
        font-size: 14px;
    }
    .td-strengths {
        padding: 20px 0;
    }
    .td-strengths .title h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .bg-price-list .td-flex-center {
        flex-wrap: wrap;
    }
    .bg-price-list .box-right {
        margin:  0 auto;
    }
    .bg-price-list .box-right h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .bg-price-list .box-right p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .bg-price-list .btn-now {
        font-size: 16px;
    }
    .bg-price-list {
        padding-bottom: 20px;
    }
    .td-procedure .title h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .td-procedure .title h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .box-step {
        margin-left: 6%;
        margin-right: 3%;
        width: auto;
    }
    .box-step-timeline {
        display: none;
    }
    .box-step-card {
        width: 100% !important;
    }
    .td-bg-faq {
        margin: 20px  0;
    }
    .td-bg-faq .title h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .faq-question {
        padding: 5px;
    }
    .faq-answer p {
        padding-bottom: 0px;
    }

}