.aboutTop {
    margin-top: 200px;
    background: #F7F7F7;
    position: relative;
}

.aboutTop .title_img .title {
    margin-bottom: 40px;
    position: relative;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 28px;
    z-index: 1;
    margin-left: 80px;
}

.aboutTop .content {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2vw;
    padding: 100px 50px 200px;
    margin: 0 auto;
    max-width: 1440px;
}

@media screen and (max-width: 768px) {
    .aboutTop .content {
        flex-wrap: wrap;
        padding: 100px 20px 100px;
    }

    .aboutTop .content .title_img img {
        width: 100%;
    }
}

.aboutTop .content-bot {
    font-size: 42px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 1440px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50px;
    color: #dcdddd;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .aboutTop .content-bot {
        font-size: 27px;
        bottom: 1%;
    }
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.aboutTop .content .content_btn {
    width: 500px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-top: 40px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .aboutTop .content .content_btn p {
        max-width: 302px;
        font-size: 14px;
        line-height: 26px;
    }
}

.btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    width: 300px;
    height: 60px;
    border-radius: 100px;
    position: relative;
    transition: all 0.4s ease;
    background-image: linear-gradient(to right, #030198 0%, #030198 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .btn-content {
        width: 80%;
        margin: 10%;
    }
}

.btn-content.btn-work {
    padding: 0 70px;
    height: 44px;
    width: unset;
}

.btn-content:hover {
    border: 2px solid #030198;
    color: #fff;
    background-size: 100% 100%;
}

.btn-content:hover::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.btn-content::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 240px;
    height: 50px;
    border-radius: 100px;
    position: relative;
    transition: all 0.4s ease;
    background-color: #000; /* Màu mặc định */
    background-image: linear-gradient(to right, #030198 0%, #030198 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    overflow: hidden;
}

.btn-content2::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-content2:hover {
    border: 1px solid #030198;
    color: #fff;
    background-size: 100% 100%; /* Khi hover thì nền xanh chạy từ trái sang phải */
}

.aboutTop .btn-mt-60 {
    margin-top: 60px;
}

.heading--uppercase {
    text-transform: uppercase;
}

.heading {
    color: #9fa0a0;
    font-size: 72px;
    line-height: 1;
    position: absolute;
    letter-spacing: 0.05em;
    top: 50%;
    right: -22%;
    writing-mode: vertical-lr;
    font-weight: 400;
    transform: translate(-50%, -50%);
    height: 400px;
}

@media screen and (max-width: 768px) {
    .heading {
        right: -30px;
        font-size: 44px;
    }
}

.service-bg {
    background: #f7f7f7;
    position: relative;
    background: none;
    overflow: hidden;
}

.service-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    clip-path: polygon(0 22%, 100% 22%, 100% 100%, 0 100%);
    z-index: -1;
}

.mainService {
    max-width: 1440px;
    margin: 0 auto;
}

.mainService .service-detail {
    display: flex;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;
    gap: 40px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .mainService .service-detail {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }
}

.mainService .image-block img {
    width: 480px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .mainService .image-block img {
        width: 100%;
    }
}

.mainService .image-block img.right {
    float: right;
}

.mainService .image-block img.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .mainService .image-block img.right {
        display: none;
    }

    .mainService .image-block img.sp {
        display: block;
    }
}

.mainService h3 {
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.05em;
    gap: 20px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .mainService h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

.mainService h3 img {
    width: 72px;
}

.mainService h2 {
    font-size: 25px;
    line-height: 43px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .mainService h2 {
        font-size: 20px;
        line-height: 35px;
        font-feature-settings: "palt";
    }
}

.mainService h2.mt20 {
    margin-top: 20px;
}

.mainService p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
    .mainService p {
        font-size: 14px;
        line-height: 25px;
    }
}

.mainService .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .mainService .icons {
        justify-content: center;
        gap: 0 50px;
        margin: 0 0 30px 0;
    }
}

.mainService .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    color: #727171;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .mainService .icon-item {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.mainService .icon-item img {
    width: 150px;
    aspect-ratio: 1/1;
    margin-bottom: 5px;
}

.mainService .btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: background 0.3s;
}

.mainService .btn:hover {
    background-color: #000;
    color: #fff;
}

.mainService .service-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .mainService .service-title {
        flex-wrap: wrap;
        margin-top: 90px;
    }
}

.mainService .service-title .title {
    font-size: 35px;
    line-height: 28px;
    letter-spacing: 0.05em;
    z-index: 1;
    position: relative;
    margin-left: 80px;
}

@media screen and (max-width: 768px) {
    .mainService .service-title .title {
        margin-left: 20px;
        font-size: 28px;
    }
}

.mainService .service-title .title span {
    font-size: 16px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .mainService .service-title .title span {
        font-size: 12px;
    }
}

.mainService .service-title .button-group {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .mainService .service-title .button-group {
        gap: 0 10;
        line-height: 19px;
        flex-wrap: wrap;
        font-size: 12px;
        padding: 80px 20px 20px;

    }
}

.mainService .service-title .button-group a {
    position: relative;
    padding-right: 35px;
}

.mainService .service-title .button-group a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' fill='none'><circle cx='20' cy='20' r='18' stroke='%231A1311' stroke-width='2'/><path d='M20 12v12M15 19l5 5 5-5' stroke='%231A1311' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .mainService .service-title .button-group a::after {
        width: 20px;
        height: 20px;
    }
}


.mainService .service-title .button-group a:hover::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><circle cx='20' cy='20' r='20' fill='%23030198'/><path d='M20 12v12M15 19l5 5 5-5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.mainNews {
    max-width: 1440px;
    margin: 0 auto;
}

.mainNews .news-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 80px;
}

.mainNews .pc {
    display: block;
}

.mainNews .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .mainNews .news-container {
        gap: 50px;
        flex-wrap: wrap;
        padding: 85px 30px 30px;
    }

    .mainNews .pc {
        display: none;
    }

    .mainNews .sp {
        display: block;
    }

}

.mainNews .news-left {
    flex-shrink: 0;
    width: 225px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.mainNews .news-title {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .mainNews .news-title {
        font-size: 28px;
        line-height: 22px;
    }
}

.mainNews .sub-title {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .mainNews .sub-title {
        font-size: 12px;
    }
}

.mainNews .news-more {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    margin-top: 100%;
    position: relative;
    padding-right: 35px;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .mainNews .news-more {
        font-size: 14px;
        margin-top: 50px;
    }
}

.mainNews .news-more::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' fill='none'><circle cx='20' cy='20' r='18' stroke='%231A1311' stroke-width='2'/><path d='M12 20h12M19 15l5 5-5 5' stroke='%231A1311' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mainNews .news-more:hover::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><circle cx='20' cy='20' r='20' fill='%23030198'/><path d='M12 20h12M19 15l5 5-5 5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.mainNews .news-right {
    flex: 1;
}

.mainNews .news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainNews .news-list li {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.mainNews .news-list li:first-child {
    border-top: 1px solid #ddd;
}

.mainNews .news-date {
    color: #9fa0a0;
    font-size: 16px;
    width: 110px;
    flex-shrink: 0;
    line-height: 28px;
}

.mainNews .news-text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
}

.contact-info {
    max-width: 1440px;
    margin: 0 auto;
    height: 440px;
    display: flex;
    position: relative;
}

.contact-info .contact-bottom {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .contact-info .contact-bottom {
        bottom: -105px;
        font-size: 14px;
        width: 100%;
        text-align: center;
        line-height: 28px;
    }
}

.contact-info .info {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.contact-info .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.contact-info .info:hover::before {
    opacity: 0; /* Ẩn lớp phủ khi hover */
}

.contact-info .info.left {
    justify-content: end;
}

.contact-info .info.right {
    justify-content: start;
}

.contact-info .info.bg-left:hover {
    background: #030198;
}

.contact-info .info.bg-right:hover {
    background: #030198;
}

.contact-info .content-box {
    background: #fff;
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: calc(216px - 120px);
    position: relative;
    z-index: 2;
}

.contact-info .info:hover > .content-box {
    border-radius: 5px;
}

.contact-info .content-box.left {
    margin-right: 15px;
}

.contact-info .content-box.right {
    margin-left: 15px;
}

.contact-info .content-box .content .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-info .content-box .content .free,
.contact-info .content-box .content .phone {
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
}

.contact-info .content-box .content .note {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.contact-info .arrow-btn {
    width: 75px;
    height: 75px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-info .info:hover > .content-box .arrow-btn {
    border: 1px solid #030198;
    background-color: #030198;
}

.contact-info .arrow-btn span {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14M13 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.3s ease;
}

.contact-info .info:hover > .content-box .arrow-btn span {
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14M13 6l6 6-6 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.contact-info .sp {
    display: none;
}

@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        height: auto;
        gap: 0;
        padding: 0;
        margin-top: 90px;
    }

    .contact-info .info {
        width: 100%;
        height: auto;
        justify-content: center;
        background-size: cover;
        background-position: center;
        padding: 20px 0;
    }

    .contact-info .content-box {
        width: 90%;
        margin: 0;
        height: auto;
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .contact-info .content-box.left,
    .contact-info .content-box.right {
        margin: 20px;
        height: 75px;
    }

    .contact-info .content-box .content {
        text-align: left;
    }

    .contact-info .content-box .content .title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .contact-info .content-box .content .free,
    .contact-info .content-box .content .phone {
        font-size: 22px;
        line-height: 26px;
    }

    .contact-info .content-box .content .note {
        font-size: 12px;
        margin-top: 4px;
    }

    .contact-info .arrow-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .contact-info .arrow-btn span {
        width: 16px;
        height: 16px;
    }

    .contact-info .sp {
        display: block;
    }
}


footer .nekoLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: #f7f7f7;
}

@media screen and (max-width: 768px) {
    footer .nekoLogo {
        padding-top: 150px;
    }
}

footer .mainFooter {
    max-width: 1440px;
    margin: 0 auto;
    padding: 75px 155px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

footer .subFooter {
    padding-top: 25px;
}

footer .bottomFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3e3a39;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 52px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    footer .mainFooter {
        flex-wrap: wrap;
        padding: 30px 20px;
    }

    footer .mainFooter ul {
        width: 50%;
        margin: 0;
        padding: 0 5px;
        list-style: none;
    }

    footer .mainFooter .subFooter {
        padding-top: 0;
    }

    footer .mainFooter ul li {
        margin-bottom: 8px;
    }

    footer .mainFooter ul:last-child {
        width: 100%; /* Cho phần chứa nút liên hệ xuống hàng riêng */
        text-align: center;
        margin-top: 20px;
    }

    footer .mainFooter .btn-content2 {
        display: inline-flex;
    }

    footer .mainFooter .x-icon-btn {
        display: block;
        margin: 15px auto 0;
    }
}

.x-icon-btn {
    width: 30px;
    height: auto;
    margin-top: 40px
}

.draw-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100px;
}

.draw-path.service-line {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.draw-path.company-line {
    top: 107%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.draw-path.voice-line {
    position: static;
}

.draw-path.blog-line {
    top: -55px;
    width: 371px;
}

.draw-path.line1-line {
    left: -94px;
    width: 438px;
    top: -8px;
    height: 64px;
    z-index: -1;
}

.draw-path.line2-line {
    left: -70px;
    width: unset;
    top: -10px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .draw-path.line2-line {
        left: 0;
        width: 250px;
        top: -15px;
        z-index: -1;
    }
}

.draw-path.line3-line {
    left: -30px;
    width: 352px;
    height: 135px;
    top: -25px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .draw-path.line3-line {
        left: 0;
        top: -50px;
    }
}

.draw-path path {
    stroke: #ffdc00;
    stroke-width: 10;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.draw-path path.draw-line {
    animation: drawLine 5s ease-out forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}