.wrapper .dichvu_packages_version3 a.btn-dark {
    background: #00b2b2 !important;
    color: #fff;
    border-radius: 7px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s;
    text-align: center;
}

.wrapper .dichvu_packages_version3 a.btn-dark:hover {
    background: #7BCBD2 !important;
    color: #fff;
    transition: all 0.5s;
}

.dichvu_packages_version3 .package_item.style_3 ul.gia li.only span {
    min-height: 18px;
    position: relative;
    display: inline-block;
    text-decoration: line-through;
    font-size: 13px;
    line-height: 20px;
    padding: 0;

}
.wrapper .dichvu_packages_version3 .package_item.style_3 ul.gia li.only strong {
    background: none;
    position: absolute;
    border-radius: 100px;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 5px 1px;
    margin-right: 0px;
    width: 80px;
    text-align: center;
}


.dichvu_packages_version3 .package_item.style_3 ul.gia li.p_mota {
    line-height: 20px;
    display: block;
}

.dichvu_packages_version3 .package_item .vnd span.unit-price {
    line-height: 20px;
    padding-left: 2px;
    margin-bottom: 5px;
}
/*responsive cho desktop*/
h3.td_question {
    display: block;
}

h4.td_question {
    display: none;
}
@media screen and (max-width: 480px) {
    h3.td_question {
        display: none;
    }

    h4.td_question {
        display: block;
    }
    .wrapper .dichvu_packages_version3 .package_item.style_3 ul.gia li.only strong {
        display: none;
    }

    .section_hosting .package_item.style_3 h4 {
        margin: 0px 0px 15px 0px !important;
    }
    .package_item tbody tr > td:first-child:before {
        content: "\f058";
        position: absolute;
        font-family: "Font Awesome 6 Pro";
        font-weight: 800;
        color: #00b2b2;
        left: 10px;
    }

    .section_hosting .package_item.style_3 ul.gia li.p_mota {
        font-weight: 500 !important;
    }
}