h2{
    color:#0E766B;
}

h3{
    color:#0E766B;
}
.page {
    padding: 60px 0;
}
ul{
padding-left:35px;
}
.faq-text{
line-height:1.2;
margin-bottom:15px;
}
.page-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.page-title {
    font-size: 32px;
    color: #0E766B;
    margin-bottom: 25px;
}

.sub-title {
    text-align: center;
    color: #0E766B;
    margin: 30px 0;
}

.sub-title1 {
    text-align: center;
    color: #02f833;
    margin: 30px 0;
}

.page-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.page-image {
    width: 100%;
    margin-top: 30px;
}
@media (max-width:768px){

.page{
    padding:30px 0;
}
.service-links{
flex-direction:column;
}
.page-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.page-title{
    font-size:24px;
    line-height:1.4;
}

.sub-title{
    font-size:18px;
    margin:20px 0;
}

.page-content p{
    font-size:15px;
    line-height:1.7;
}

.page-content h2{
    font-size:20px;
}

.page-image{
    margin:20px 0;
    border-radius:8px;
}
.error-table td{
font-size:14px;
padding:10px;
}

.title-error{
font-size:20px;
}

}
a.zalo{
color:#0068ff;
font-weight:bold;
text-decoration:none;
}

a.zalo:hover{
text-decoration:underline;
}
.title-error{
color:#ff5a2f;
font-size:26px;
font-weight:bold;
margin-bottom:10px;
}

.desc-error{
font-size:16px;
margin-bottom:20px;
}

.error-table{
width:100%;
border-collapse:collapse;
background:#f2f2f2;
}

.error-table td{
border:1px solid #ccc;
padding:12px 15px;
font-size:16px;
}
.service-links{
display:flex;
gap:20px;
margin:30px 0;
flex-wrap:wrap;
}

.service-box{
flex:1;
text-align:center;
padding:15px 20px;
border:2px solid #0E766B;
border-radius:8px;
text-decoration:none;
font-weight:bold;
color:#0E766B;
transition:0.3s;
background:#f9f9f9;
}

.service-box:hover{
background:#0E766B;
color:#fff;
transform:translateY(-3px);
}