.elementor-20412 .elementor-element.elementor-element-f7c274d{--display:flex;}/* Start custom CSS */<!-- CSS cho WordPress Content -->
<style>
.wp-tram-rang-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #333;
}

/* Price Banner */
.price-highlight-banner {
    background: linear-gradient(135deg, #ff6b35 0%, #ff4444 100%);
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
}

.price-highlight-banner .price-label {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.price-highlight-banner .price-value {
    font-size: 32px;
    font-weight: 800;
    display: block;
    margin: 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price-highlight-banner .price-unit {
    font-size: 16px;
    opacity: 0.95;
}

/* Info Box */
.info-box {
    background: linear-gradient(135deg, #e3f2fd 0%, #f1f8ff 100%);
    border-left: 5px solid #0088cc;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 25px 0;
}

.info-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

/* Material Price Card */
.material-price-card {
    background: #f8f9fa;
    border: 2px solid #0088cc;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.material-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dee2e6;
}

.material-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.material-price {
    font-size: 28px;
    font-weight: 800;
    color: #ff0000;
}

.material-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.feature-box {
    padding: 18px;
    border-radius: 8px;
}

.feature-box.pros {
    background: #e8f5e9;
    border-left: 4px solid #28a745;
}

.feature-box.cons {
    background: #fff3e0;
    border-left: 4px solid #ffc107;
}

.feature-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.feature-box.pros h4 {
    color: #28a745;
}

.feature-box.cons h4 {
    color: #e65100;
}

.feature-box ul {
    margin: 0;
    padding-left: 20px;
}

.feature-box li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Enhanced Table */
.table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.price-table-enhanced {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.price-table-enhanced thead tr {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
}

.price-table-enhanced thead th {
    padding: 16px;
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-table-enhanced tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.price-table-enhanced tbody tr:hover {
    background-color: #f8f9fa;
}

.price-table-enhanced tbody tr:last-child {
    border-bottom: none;
}

.price-table-enhanced td {
    padding: 15px;
    font-size: 15px;
}

.price-table-enhanced td:first-child {
    font-weight: 700;
}

.price-table-enhanced td:nth-child(2) {
    text-align: center;
    font-weight: 700;
    color: #ff0000;
    white-space: nowrap;
}

/* Location Cards */
.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.location-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.location-item:hover {
    border-color: #0088cc;
    box-shadow: 0 5px 20px rgba(0, 136, 204, 0.15);
    transform: translateY(-5px);
}

.location-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.location-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
}

.location-price {
    font-size: 24px;
    font-weight: 800;
    color: #ff0000;
    margin: 15px 0;
}

.location-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Factors Grid */
.factors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.factor-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    transition: all 0.3s ease;
}

.factor-item:hover {
    border-color: #0088cc;
    box-shadow: 0 5px 20px rgba(0, 136, 204, 0.15);
    transform: translateY(-3px);
}

.factor-number {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0088cc, #006699);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(0, 136, 204, 0.3);
}

.factor-item h3 {
    margin: 20px 0 15px 0;
    font-size: 19px;
    font-weight: 700;
    color: #ff0000;
}

.factor-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Process Timeline */
.process-list {
    position: relative;
    padding-left: 50px;
    margin: 30px 0;
}

.process-list::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, #0088cc, #ff6b35);
}

.process-item {
    position: relative;
    margin-bottom: 35px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
}

.process-item:hover {
    border-color: #0088cc;
    box-shadow: 0 3px 15px rgba(0, 136, 204, 0.1);
}

.process-item::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 20px;
    width: 42px;
    height: 42px;
    background: white;
    border: 4px solid #0088cc;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}

.process-item strong {
    display: block;
    font-size: 18px;
    color: #0088cc;
    margin-bottom: 10px;
    font-weight: 700;
}

.process-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Why Choose Cards */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.why-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.why-item:hover {
    border-color: #0088cc;
    box-shadow: 0 5px 20px rgba(0, 136, 204, 0.15);
    transform: translateY(-5px);
}

.why-icon {
    font-size: 52px;
    margin-bottom: 15px;
}

.why-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0088cc;
    margin: 0 0 12px 0;
}

.why-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* FAQ Accordion */
.faq-list {
    margin: 30px 0;
}

.faq-item-wp {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item-wp:hover {
    border-color: #0088cc;
}

.faq-question-wp {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    user-select: none;
}

.faq-question-wp h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.faq-toggle-icon {
    font-size: 24px;
    font-weight: 300;
    color: #0088cc;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item-wp.active .faq-toggle-icon {
    transform: rotate(45deg);
}

.faq-answer-wp {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item-wp.active .faq-answer-wp {
    max-height: 600px;
    padding: 0 20px 18px;
}

.faq-answer-wp p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* CTA Box */
.cta-contact-box {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    color: white;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 6px 25px rgba(0, 136, 204, 0.3);
}

.cta-contact-box h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white;
}

.cta-contact-box p {
    font-size: 17px;
    margin: 10px 0;
    color: white;
}

.cta-contact-box .hotline-number {
    font-size: 36px;
    font-weight: 800;
    color: #ff6b35;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 15px 0;
}

.cta-contact-box .btn-call {
    display: inline-block;
    background: white;
    color: #0088cc;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-contact-box .btn-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #0088cc;
}

/* Related Links Box */
.related-box {
    background: #f8f9fa;
    border-left: 5px solid #0088cc;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 25px 0;
}

.related-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.related-box ul {
    margin: 0;
    padding-left: 20px;
}

.related-box li {
    margin-bottom: 10px;
}

.related-box a {
    color: #0088cc;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-box a:hover {
    color: #006699;
    padding-left: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .material-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .price-highlight-banner .price-value {
        font-size: 24px;
    }
    
    .material-features,
    .location-grid,
    .factors-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .process-list {
        padding-left: 35px;
    }
    
    .process-list::before {
        left: 12px;
    }
    
    .process-item::before {
        left: -35px;
        width: 32px;
        height: 32px;
    }
    
    .cta-contact-box .hotline-number {
        font-size: 28px;
    }
}
</style>/* End custom CSS */