body {
    margin: 0;
    padding: 0;
    color: #232323;
}

header {
    width: 100%;
}

.top-bar {
    background-color: #f8f8f8;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.contact-container {
    max-width: 70%;
    margin: 0 auto;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 5px 10px;
    font-size: 14px;
}

.contact-item .icon {
    margin-right: 8px;
    font-size: 18px;
}

.contact-item .text {
    line-height: 1.4;
}

main {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}

/* Swiper Gallery Styles */
.gallery-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #f9f9f9;
    margin-top: 20px;
}

.gallery-swiper {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.gallery-swiper .swiper-slide {
    height: 200px;
    overflow: hidden;
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Clients Swiper Styles */
.clients {
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
    position: relative;
}

.clients-container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.clients-swiper {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 10px 0;
}

.clients-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    transition: transform 0.3s;
}

.clients-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.client-prev,
.client-next {
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    color: #0056b3 !important;
    background-color: transparent !important;
}

.client-prev:after,
.client-next:after {
    font-size: 24px !important;
    font-weight: bold !important;
}

.reasons {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
}

.clients h2,
.reasons h2 {
    color: #ff5722;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0;
}

.swiper-wrapper {
    gap: 10px;
}

.page-title {
    color: #0146d1;
    margin-bottom: 30px !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.page-title-luong {
    color: #e74c3c;
    margin-bottom: 30px !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.reasons ul {
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
}

.reasons ul li {
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
    padding-left: 0;
    position: static;
}

.reasons ul li:before {
    display: none;
}

/* CSS cho trang dịch vụ kế toán */
.accounting-service {
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;
}

/* Phần dịch vụ kế toán trọn gói */
.service-box {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.service-box h2 {
    color: #e74c3c;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.service-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service-content-luong {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: bold;
}

.service-text {
    flex: 1;
    min-width: 300px;
}

.service-text ul {
    list-style-type: none;
    padding-left: 0;
}

.service-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}

.service-text ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
    display: block;
}

.price {
    color: #e74c3c;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.service-image {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.service-image img {
    max-width: 100%;
    height: 230px;
    border-radius: 5px;
}

/* Phần lợi ích */
.benefits {
    margin-bottom: 30px;
}

.benefits h2 {
    color: #e74c3c;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.benefits-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.benefit-item {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.benefit-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.benefit-item h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 16px;
}

.benefit-item ul {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.benefit-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}

.benefit-item ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e74c3c;
    display: block;
}

/* Quy trình dịch vụ */
.process {
    margin-bottom: 30px;
}

.process h2 {
    color: #e74c3c;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    border: none;
    padding-bottom: 0;
}

.process-flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.step {
    flex: 1;
    position: relative;
    margin-bottom: 140px;
    padding: 10px;
    padding-right: 35px;
}

.step-luong {
    flex: 1;
    position: relative;
    margin-bottom: 140px;
    padding: 10px;
    padding-right: 15px;
}

.step-header {
    background-color: #4668b0;
    color: white;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}

.step-content {
    border: 1px solid #4668b0;
    border-radius: 10px;
    padding: 15px;
    background-color: #ffffffe6;
    min-height: 170px;
    position: absolute;
    top: 70px;
    left: 45px;
}

.step-content-luong {
    left: 25px !important;
    padding: 10px !important;
    min-height: 150px !important;
}

.step-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.step-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

.step-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    display: block;
}

.step:nth-child(1) .step-content ul li:before,
.step:nth-child(1) .step-content ul li,
.step:nth-child(3) .step-content ul li:before,
.step:nth-child(3) .step-content ul li,
.step:nth-child(9) .step-content ul li:before,
.step:nth-child(9) .step-content ul li {
    color: black;
}

.step:nth-child(5) .step-content ul li:before,
.step:nth-child(5) .step-content ul li,
.step:nth-child(7) .step-content ul li:before,
.step:nth-child(7) .step-content ul li {
    color: #e74c3c;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #a0b1d7;
    padding: 0 5px;
    margin-top: 20px;
    font-weight: normal;
}

/* Bảng giá */
.pricing {
    margin-bottom: 30px;
}

.pricing h2 {
    color: #e74c3c;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.pricing-table {
    overflow-x: auto;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: center;
}

.pricing-table th {
    background-color: #4b6cb7;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.pricing-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.pricing-table tr:nth-child(even) {
    background-color: #ffffff;
}

.pricing-table td:first-child {
    text-align: left;
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
    }


    .gallery-swiper .swiper-slide {
        height: 150px;
    }

    .clients-container {
        flex-direction: column;
    }

    .clients-swiper {
        width: 100%;
        margin: 10px 0;
    }

    .client-prev,
    .client-next {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
    }

    .client-prev {
        left: 0;
    }

    .client-next {
        right: 0;
    }

    .service-content,
    .benefits-container {
        flex-direction: column;
    }

    .process-flow {
        flex-direction: column;
    }

    .arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .pricing-table {
        font-size: 12px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .contact-item {
        font-size: 12px;
        margin: 8px 0;
    }

    .gallery-swiper .swiper-slide {
        height: 120px;
    }

    .service-box,
    .benefit-item,
    .step {
        padding: 10px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 5px;
        font-size: 11px;
    }
}

.service .services-block:hover {
    border-color: #00338d;
    box-shadow: 0 0 15px rgba(0, 51, 141, .8);
}

.service .services-block {
    height: 100%;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 6px;
    display: block;
    transition: all .3s ease;
}

.service .services-block ul li {
    text-align: left;
}

.services-image img {
    width: 100%;
}
.service .services-block h3{
    margin: 20px;
}

.service .services-block ul li{
    margin: 5px;
}
nav ul li {
    margin: 0px 10px;
}

.sub-li {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0px !important;
}

.sub-li li {
    margin-bottom: 0px !important;
}

.sub-li li:before {
    content: "-" !important;
    color: #cccccc !important;
}