.hero.hero_pricepage{
    padding: 158px 0;
    position: relative;
    overflow: hidden;
}
.hero.hero_pricepage h1{
    font-family:var(--heading2-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media (min-width:992px) {
    .price-sect-1.section {
        padding:48px 0;
    }
    .price-sect-3.section {
        padding: 0px 0 48px;
    }
}
@media (max-width:678px) {
   .price-sect-3.section {
        padding: 0px 0 24px;
    } 
}
.price-sect-1 .section-title h2 {
    margin-bottom:24px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hdg-lv-price {
    color: #002F6C;
    font-family: var(--heading2-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin:0 0 16px;
}

.price-box-content {
    margin-bottom: 32px;
}

.price-box-content:last-child {
    margin-bottom: 0px;
}
.price-box-content p {
    color:#1C0F13;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 12px;
}
@media (max-width:768px) {
  .price-box-content p {
        margin-bottom: 8px;
    }  
}
.price-box-content ul li {
    color:#1C0F13;
    font-family:  var(--heading-font);;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.price-box-content ul.price_list {
    list-style: none; 
    padding-left: 0;
}
.price-box-content ul.price_list li {
    font-family: var( --heading-font);
    color: #1C0F13;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;      
    align-items:flex-start; 
    flex-wrap: wrap;  
    line-height: 26px;
    margin-bottom:12px;
    position: relative;
    padding-left: 30px; 
    
}
.price-box-content ul.price_list li:last-child {
    margin-bottom:0px;
}
.price-box-content .custom-list li strong,
.price_list li strong {
    white-space: nowrap; 
    margin-right: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: contents;
}
@media (max-width:768px) {
   .hdg-lv-price {
        font-size: 20px;
        margin:0 0 12px;
    } 
    .price-box-content {
        margin-bottom: 24px;
    }
    .price-sect-1 .section-title h2 {
        margin-bottom:20px;
    }
    .price-box-content ul.price_list li {
         margin-bottom: 8px;
    }
   
}
@media (max-width:768px) {
    .price-box-content p:last-child{
         margin-bottom: 0px;
    }
    .price-box-content ul.price_list {
        margin-bottom: 20px;
    }
     .price-box-content ul.price_list:last-child {
        margin-bottom: 0px;
    }
    .price-box-content .custom-list li strong,
    .price_list li strong {
        font-size: 16px;
    }
    .price-box-content p {
        margin-bottom: 12px;
    }
}
.price_list li::before {
    content: "";
    position: absolute;
    top:7px;
    left: 0;
    width: 12px;
    height: 12px;
    padding: 4px;
    background-color: #003366; 
    border-radius: 4px;
    border: 3px solid #003366; 
    box-shadow: inset 0 0 0 2px white;
}
.price_list li:last-child {
margin-bottom:12px;
}
.price-box-content .custom-list li span,
.price_list li span{
    margin:0 3px;
    color: #FFB81C;
    font-family: var( --heading-font);  
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: contents;
}
    /* 1. Thiết lập khoảng cách giữa 2 cột là 48px */
.custom-pricing-row {
    gap: 48px; 
    flex-wrap: nowrap;
}

.custom-pricing-thumbs_1 {
    margin-right: 52px;
}
.custom-pricing-thumbs_2 {
    margin-top: 32px;
    margin-left: 69.36px;
}
.custom-pricing-row img.img-fluid{
    border-radius: 12px;
    background-size: cover;
}
/* 2. Loại bỏ padding trái/phải của các cột để nội dung sát mép */
.custom-pricing-row > [class^="col-"] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

/* Tùy chỉnh thêm: Nếu bạn muốn ảnh và nội dung chạm sát viền ngoài của Row */

.price-box-content ul {
    padding-left: 25px;
}
.price-box-content ul.custom-list {
    padding-left: 0px;
}
.price-box-end ul {
    margin-bottom: 0;
    padding-left: 25px;
}
.note_content_bottom p {
    color: #1C0F13;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}
.note_content_bottom p:last-child {
    margin-bottom: 0px;
}
@media (max-width:768px) {
    .price-sect-1 .section-title h2,
    .hero.hero_pricepage h1{
        font-size: 24px;
    }
    .hero.hero_pricepage {
        padding: 60px 24px;
        height: 168px;
    }
    .custom-pricing-thumbs_2 {
        margin-top: 25px;
    }
    .custom-pricing-row {
        gap: 24px; 
        flex-direction: column;
    }
    .price-box-content ul {
        padding-left: 20px;
    }
    .price-box-content ul:last-child {
        margin-bottom: 0px;
    }
    
    .price-box-content ul.custom-list {
        padding-left: 0px;
    }   
    .note_content_bottom p {
        font-size: 16px;
        margin-bottom: 16px;
    }
}
@media (min-width:992px) {
    .price_sec_bottom .note_content_bottom {
        padding-left: 52px;
    }
}