.header-package h4{
    padding: 15px 0 10px 0 ;
}
.content-package{
    padding: 20px 10px 0 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.content-package h4{
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #D8D8D8;
}
.content-package .text-content{
    padding: 25px 0 20px 0;
}

.text-content p,
.text-content span,
.text-content li,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    line-height: 1.2;
    margin: 0 0 0.8em 0; /* nếu muốn cách dòng giữa các đoạn */
}
.text-content .name-package{
    color: #0075D5;
    font-weight: bold;
}
.text-content .banner{
    margin-top: 10px;
    padding: 0 !important;
}
.footer-img{
    background: #E5E5E5;
    padding: 8px;
}
.footer-img span{
    font-size: 13px;
    text-align: center;
    display: block;
    margin:  0 !important;
    color: #636363;
}

.text-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.detail-package{
    padding: 10px 0;
}
.detail-package h5{
    padding: 5px 0;
}


.package-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
    border: 1px solid #ccc;
}

.package-table th {
    background-color: #e9f1fa;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
}

.package-table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.syntax {
    color: #FF4200;
    font-weight: bold;
}

.phone {
    color: #FF4200;
    font-weight: bold;
}

.sms-button {
    background: linear-gradient(to left, #3C78DD, #5D9AFD);
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.description ul {
    text-align: left;
    padding-left: 20px;
    margin: 0;
}

tbody .inf-package{
    padding: 70px 10px;
}
tbody .inf-syntax{
    margin-bottom: 5px;
    display: inline-block;
}
.sub-inf_content{
    padding: 15px 20px;
}
