body {
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 80%;
}

.header-menu {
    background: #fff;
    border-bottom: 1px solid rgba(212, 215, 219, 1);
}
.header-menu > .container {
    max-width: 95%;
}
.header-menu .logo-section img {
    /*filter: brightness(0) invert(1);*/
}
.header-menu > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}
.social-section a {
    font-size: 1.8rem;
    color: var(--color-highlight);
    line-height: 1;
    height: 16px;
    display: flex;
    align-items: center;
}
.language-switch .lang-swt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
    font-size: 1.5rem;
}
.language-switch .lang-swt a {
    color: #333;
}
.section-banner-qc {
    margin: 10rem 0;
    text-align: center;
}
.section-banner.banner-one .img-banner img {
    max-height: 20rem;
    max-width: 100%;
}
.section-hiespo .title-section {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
}
.section-hiespo .title-section {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 6rem;
}

.section-hiespo .item .title {
    font-size: 1.6rem;
    color: var(--black);
    margin-bottom: 1rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-hiespo .item .title > a {
    color: var(--black);
}

.section-hiespo .item .desc {
    margin-top: 1rem;
    color: var(--gray-bold);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-hiespo .item {
    margin-bottom: 6rem;
}
.section-news-blog {
    border-top: 1px solid #D2DAE1;
    padding: 4em 0;
    margin-bottom: 5rem;
}
.section-news-blog>.container {
    max-width: 70%;
}
.section-news-blog .view-list {
    max-width: 60rem;
}
.section-news-blog .view-list .title-section {
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.section-news-blog .view-list .list-post {
    max-height: 448px;
    overflow-y: auto;
}
.section-news-blog .view-list .list-post .article-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    border-top: 1px solid #D2DAE1;
    padding: 1rem;
    gap: 1.5rem;
    margin-bottom: 0;
}

.section-news-blog .view-list .list-post .article-item .post-date {
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.5rem;
}

.section-news-blog .view-list .list-post .article-item .article-tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.section-news-blog .view-list .list-post .article-item .article-tag > span {
    background: #1E1F18;
    color: #fff;
    padding: 0.4rem 0.8rem;
}
.footer-main {
    background: #DBDBEA;
}
.footer-main > .container {
    max-width: 100%;
    padding: 0;
}
.footer-main > .container > .row {
    margin: 0;
}
.footer-main > .container > .row > div[class*=col-] {
    display: flex;
    padding: 0;
}
.footer-main > .container > .row > div[class*=col-] > div:first-child {
    min-width: 30rem;
    flex: 0 0 auto;
}
.footer-company {
    padding: 6rem 6rem 0 10rem;
}

.footer-menu {
    display: flex;
    padding: 6rem 10rem;
    gap: 2rem;
    background: #EDEDF5;
}

.footer-menu .banner-left {
    width: 35%;
    margin-right: 4rem;
}
.footer-menu .banner-left > img {
    max-width: 100%;
    height: auto;
}
.footer-company .company-name {
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.footer-company .item-branch {
    margin-bottom: 1rem
}
.footer-company .item-branch .subname {
    font-size: 1.4rem;
    font-weight: 600;
}
.footer-menu .menu-right {
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(65% - 4rem);
    display: flex;
    flex-flow: row wrap;
}

.footer-menu .menu-right > li {
    width: 50%;
    padding: 0 1rem;
}

.footer-menu .menu-right > li > a > span.number {
    padding: 11px 13px;
    line-height: 1;
    font-weight: 700;
    background-color: #36AADC;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
}

.footer-menu .menu-right > li > a {
    font-size: 1.6rem;
    color: #212121;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.breadcrumb-business-overview > h1 {
    padding: 5rem 0;
    text-align: center;
    border-bottom: 1px solid #D2DAE1;
    font-size: 4.1rem;
}

.breadcrumb-business-overview .breadcrumbs-section {
    justify-content: flex-end;
}

.breadcrumb-business-overview {
    margin-bottom: 8rem;
}

.section-business-overview .desc-1 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 2rem;
}

.section-business-overview .desc-1 > span {
    color: #36b8f9;
    font-weight: 600;
}

.section-business-overview .desc-2 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 5rem;
}

.section-business-overview .list .item {
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 10px 12px -6px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(212, 215, 219, 1);
    padding: 3rem 2rem;
    display: flex;
    margin-bottom: 4rem;
}

.section-business-overview .list .item .item-left {
    width: 68%;
}
.section-business-overview .list .item:nth-child(2n) .item-left {
    order: 1;
}

.section-business-overview .list .item .item-right {
    width: 32%;
}

.section-business-overview .list .item .title {
    font-size: 2.8rem;
    font-weight: 400;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dotted rgba(187, 196, 206, 1);
}

.section-business-overview .list .item .desc {
    font-size: 1.6rem;
}

.section-business-overview .list .item .item-right .image {
    padding: 0 1rem
}

.article-business-details {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 8rem;
}
.article-business-details .title-section {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 5rem;
}

.contact-section {
    padding: 8rem 0;
    background: #f7f7fb;
    margin-bottom: 10rem;
}

.contact-title {
    margin: 0 0 1.2rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

.contact-sub-title {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    letter-spacing: .08em;
}

.contact-list {
    row-gap: 3rem;
}

.contact-box {
    height: 100%;
    min-height: 27.6rem;
    padding: 4.8rem 4rem;
    background: #fff;
    border-radius: .8rem;
    box-shadow: 0 .4rem 1.8rem rgba(0, 0, 0, .08);
}

.contact-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 6rem;
    margin: 2.4rem auto 1.8rem;
    padding: 1.4rem 3rem;
    background: #262626;
    border-radius: 10rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: .06em;
    transition: all .3s ease;
}

.contact-phone {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #222;
    letter-spacing: .04em;
}

.contact-note,
.contact-time,
.contact-email-note {
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    letter-spacing: .08em;
}

.contact-email-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 6rem;
    margin: 2.4rem auto 1.8rem;
    padding: 1.4rem 3rem;
    background: #262626;
    border-radius: 10rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: .06em;
    transition: all .3s ease;
}

.contact-email-btn:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 5rem 0;
    }

    .contact-title {
        font-size: 2.4rem;
    }

    .contact-box {
        min-height: auto;
        padding: 3.2rem 2rem;
    }

    .contact-email-btn {
        margin-bottom: 3.2rem;
    }
}

@media (max-width: 575px) {
    .contact-title {
        font-size: 2rem;
    }

    .contact-box-title {
        font-size: 2.2rem;
    }

    .contact-phone {
        font-size: 1.9rem;
    }
}

.breadcrumb-business-overview.breadcrumb-hiespo > h1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    text-align: left;
    height: 60rem;
    line-height: 60rem;
}

.portable-ac-section{
    padding: 6rem 0;
}

.portable-ac-title{
    position: relative;
    padding-left: 2rem;
    margin-bottom: 4rem;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.portable-ac-title:before{
    content: "";
    position: absolute;
    left: 0;
    top: .8rem;
    width: .4rem;
    height: 3.4rem;
    background: #62A8E5;
}

.portable-ac-content{
    align-items: flex-start;
}

.portable-ac-catalog-text{
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.portable-ac-image{
    overflow: hidden;
}

.portable-ac-image img{
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;
}

.portable-ac-heading{
    margin-bottom: 2.4rem;
    color: #4E6CB6;
    font-size: 2.4rem;
    line-height: 1.8;
}

.portable-ac-desc{
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2;
}
.portable-ac-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.portable-ac-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    background: #67AEE2;
    color: #fff;
    border-radius: .6rem;
    text-decoration: none;
    font-weight: 700;
    padding: 1.5rem 6rem;
    font-size: 1.6rem;
}

.portable-ac-btn span{
    position: absolute;
    right: 2rem;
}

.portable-ac-btn:hover{
    color: #fff;
    background: #4E9AD5;
}
.section-hiespo-features {
    padding: 5rem 0;
    background: #fff;
}

.title-section-hiespo {
    position: relative;
    margin: 0 0 3.5rem;
    padding-left: 2rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    letter-spacing: .04em;
}

.title-section-hiespo:before {
    content: "";
    position: absolute;
    left: 0;
    top: .6rem;
    width: .5rem;
    height: 4rem;
    background: #63a9dc;
}

.features-wrap {
    padding: 2.4rem;
    background: #deecff;
    border-radius: .6rem;
}

.feature-item {
    height: 100%;
    text-align: center;
}

.feature-image {
    margin-bottom: 1.8rem;
    background: #fff;
    border: .1rem solid #a8bdd5;
    border-radius: .5rem;
    overflow: hidden;
}

.feature-image .ratio-4-3 {
    position: relative;
    display: block;
    padding-top: 64%;
}

.feature-image .ratio-4-3 > a,
.feature-image .ratio-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-image .ratio-4-3 img {
    object-fit: contain;
}

.feature-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
    color: #222;
    letter-spacing: .05em;
}
.feature-title > a {
    color: #222;
}

@media (max-width: 991px) {
    .title-section-hiespo {
        font-size: 2.4rem;
    }

    .features-wrap {
        padding: 1.8rem;
    }

    .feature-item {
        margin-bottom: 2.4rem;
    }
}

@media (max-width: 575px) {
    .section-hiespo-features {
        padding: 4rem 0;
    }

    .title-section-hiespo {
        font-size: 2rem;
    }

    .feature-desc {
        font-size: 1.3rem;
    }
}
.section-hiespo-situation {
    padding: 5rem 0;
    background: #fff;
}

.situation-title {
    margin: 0 0 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: #222;
    letter-spacing: .08em;
}

.situation-title strong,
.situation-title span {
    color: #67aee2;
    font-weight: 700;
}

.situation-box {
    max-width: 132rem;
    margin: 0 auto;
    padding: 2.4rem 3rem 3rem;
    background: #fff;
    border: .1rem solid #d5d5d5;
    border-radius: .6rem;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .08);
}

.situation-item {
    text-align: center;
}

.situation-image {
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: .6rem;
}

.situation-image .ratio-16-10 {
    position: relative;
    display: block;
    padding-top: 66%;
}

.situation-image .ratio-16-10 > a,
.situation-image .ratio-16-10 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.situation-image .ratio-16-10 img {
    object-fit: cover;
}

.situation-name {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .05em;
}

.situation-name a {
    color: #222;
    text-decoration: none;
}

.situation-button {
    margin-top: 4rem;
}

.btn-situation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 25rem;
    min-height: 4.8rem;
    padding: 1.2rem 3rem;
    background: #111;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .05em;
}

.btn-situation:hover {
    background: #333;
    color: #fff;
}

@media (max-width: 767px) {
    .situation-box {
        padding: 2rem;
    }

    .situation-item {
        margin-bottom: 2.4rem;
    }

    .situation-title {
        font-size: 2rem;
    }
}

.section-hiespo-video {
    padding: 5rem 0;
    background: #fff;
}

.title-section-hiespo {
    position: relative;
    margin: 0 0 3.5rem;
    padding-left: 2rem;

    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    letter-spacing: .04em;
}

.title-section-hiespo:before {
    content: "";
    position: absolute;
    left: 0;
    top: .6rem;

    width: .5rem;
    height: 4rem;

    background: #63a9dc;
}

.video-item {
    margin-bottom: 3rem;
}

.video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.video-title {
    margin: 1.2rem 0 0;

    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
    letter-spacing: .03em;
}

@media (max-width: 767px) {
    .section-hiespo-video {
        padding: 4rem 0;
    }

    .title-section-hiespo {
        font-size: 2.2rem;
    }
}

.section-hiespo-compare {
    padding: 5rem 0;
    background: #fff;
}

.title-section-hiespo {
    position: relative;
    margin: 0 0 3.5rem;
    padding-left: 2rem;

    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    letter-spacing: .04em;
}

.title-section-hiespo:before {
    content: "";
    position: absolute;
    left: 0;
    top: .6rem;

    width: .5rem;
    height: 4rem;

    background: #63a9dc;
}

.compare-image {
    max-width: 72rem;
}

.compare-image img {
    width: 100%;
    height: auto;
    display: block;
}
.section-hiespo-price{
    padding: 6rem 0 8rem;
    background: #fff;
}

.title-section-hiespo{
    position: relative;

    margin: 0 0 5rem;

    padding-left: 2rem;

    font-size: 3rem;

    font-weight: 700;

    line-height: 1.4;

    color: #222;
}

.title-section-hiespo:before{
    content: "";

    position: absolute;

    left: 0;

    top: .6rem;

    width: .5rem;

    height: 4rem;

    background: #63a9dc;
}

.price-desc{
    margin-bottom: 6rem;

    font-size: 1.8rem;

    line-height: 1.8;

    color: #222;
}

.price-action{
    display: flex;

    justify-content: center;
}

.btn-price{
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 58rem;

    min-height: 6rem;

    padding: 1.6rem 4rem;

    background: #111;

    border-radius: .6rem;

    color: #fff;

    text-decoration: none;

    font-size: 1.6rem;

    font-weight: 700;

    text-align: center;

    transition: .3s;
}

.btn-price:hover{
    background: #333;

    color: #fff;
}

@media(max-width:767px){

    .section-hiespo-price{
        padding: 4rem 0 5rem;
    }

    .title-section-hiespo{
        font-size: 2.2rem;
    }

    .price-desc{
        margin-bottom: 4rem;

        font-size: 1.5rem;
    }

    .btn-price{
        width: 100%;

        min-width: auto;

        font-size: 1.4rem;
    }

}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .section-hiespo-compare {
        padding: 4rem 0;
    }

    .title-section-hiespo {
        font-size: 2.2rem;
    }

    .compare-image {
        max-width: 100%;
        overflow-x: auto;
    }

    .compare-image img {
        min-width: 60rem;
    }
    .section-banner-qc {
        margin: 4rem 0;
        text-align: center;
    }
    .section-hiespo .title-section {
        font-size: 2.1rem;
        margin-top: 3rem;
        margin-bottom: 4rem;
    }
    .section-hiespo .item .title {
        font-size: 1.8rem;
    }
    .section-news-blog>.container {
        max-width: 100%;
    }
    .section-news-blog .view-list .list-post .article-item .article-tag {
        flex-wrap: wrap;
    }
    .footer-main > .container > .row > div[class*=col-] > div:first-child {
        width: 100%;
    }
    .footer-menu, .footer-company {
        padding: 5rem 2rem;
        gap: 0;
    }
    .footer-menu .banner-left {
        width: 35%;
        margin-right: 1rem;
    }
    .footer-menu .menu-right {
        width: calc(65% - 1rem);
    }
    .footer-menu .menu-right > li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .footer-main > .container > .row > div[class*=col-] {
        flex-direction: column;
    }
    .section-business-overview .list .item {
        flex-direction: column;
        gap: 1rem;
    }
    .section-business-overview .list .item .item-left,
    .section-business-overview .list .item .item-right {
        width: 100%;
    }
    .section-business-overview .list .item .item-right .image {
        padding: 0;
    }
}

.section-hiespo-case{
    padding: 6rem 0;
}

.title-section-hiespo{
    position: relative;
    margin-bottom: 4rem;
    padding-left: 2rem;
    font-size: 3rem;
    font-weight: 700;
}

.title-section-hiespo:before{
    content:"";
    position:absolute;
    left:0;
    top:.6rem;
    width:.5rem;
    height:4rem;
    background:#62a8df;
}

.case-item{
    margin-bottom: 3rem;
    padding: 3rem;
    border: 1px solid rgba(172, 195, 219, 1);
    background: rgba(246, 247, 248, 1);
    box-shadow: 0px 13px 23px -18px rgba(0, 0, 0, 0.2);
}

.case-title{
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-label{
    margin-top: 2rem;

    font-size: 1.5rem;

    line-height: 2;
}

.case-desc span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20rem;
    height: 4rem;
    margin: 1rem 0;
    background: #7f9df2;
    border-radius: .8rem;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
}

.case-desc{
    font-size: 1.5rem;
    line-height: 1.5;
}

.case-image img{
    width: 100%;

    display: block;
}

@media(max-width:991px){

    .case-item{
        padding: 2rem;
    }

    .case-title{
        font-size: 1.8rem;
    }

    .case-image{
        margin-top: 2rem;
    }

}
.header-menu.fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 12px -6px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(212, 215, 219, 1);
    z-index: 9;
        animation: stuckMoveDown .6s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}
.section-repair-process > .container {
    max-width: 100%;
}
.repair-box .repair-item {
    border: 1px solid rgba(172, 195, 219, 1);
    padding: 1rem;
    text-align: center;
    margin-bottom: 8rem;
}
.section-repair-process {
    margin: 10rem 0;
}
.repair-box .repair-item .repair-name {
    font-size: 3.1rem;
    font-weight: 600;
}
.repair-box .repair-item .repair-description {
    font-size: 1.6rem;
}
.section-grid.section-hiespo {
    margin: 10rem 0;
}
.header-menu>.container>.row {
    align-items: center;
}
footer {
    background: var(--color-highlight);
}

.footer-top .logo img {
    height: 10rem;
    filter: brightness(0) invert(1);
}
.fs-20 {
    font-size: 2rem !important;
}
.copyright {
    border-top: 1px solid rgb(255 255 255 / 14%);
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}

.footer-menu-section ul li a {
    color: var(--white);
    font-size: 1.6rem;
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}
@media (min-width: 768px) {
    .footer-top>.container>.row>div:last-child {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-top>.container>.row>div:last-child>div:nth-child(1), .footer-top>.container>.row>div:last-child>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-top>.container>.row>div:last-child>div:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .entire-map {
        padding-top: 29%;
    }
}

@media (max-width: 767px) {
    .footer-logo .logo img {
        filter: brightness(0) invert(1);
        max-width: 100%;
        height: 10rem;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
}
.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2rem 0;
}

.breadcrumbs-section-bg:before {
    content: '';
    background: linear-gradient(81.4deg, rgba(0, 0, 0, 0.6) 9.14%, rgba(5, 37, 51, 0.464423) 30.31%, rgba(21, 164, 226, 0) 62.83%), linear-gradient(0deg, rgba(0, 31, 16, 0.22), rgba(0, 31, 16, 0.22));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.shadow-1 {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.rounded-5 {
    border-radius: 0.5rem;
}

.rounded-8 {
    border-radius: 0.8rem;
}
.service-section .article-item {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-section .article-item:hover {
    background: var(--color-highlight) !important;
}

.service-section .article-item:hover * {
    color: white !important;
}

.service-section .article-item .icon {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 1.6rem;
    width: 7.7rem;
    height: 7.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    z-index: 1;
}

.service-section .article-item .icon img {
    width: 4.8rem;
    height: 4.8rem;
    object-fit: scale-down;
}

.service-section .article-item:hover .icon {
    background: var(--color-highlight);
}

.service-section .article-item:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.shadow-1 {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
span.article-category {
    padding: 2px 8px;
    background: var(--color-highlight);
    border-radius: 6px;
}
.footer-top .logo {
    gap: 3rem;
}

.footer-top .logo .company-name {
    line-height: 1.5;
    font-size: 2.6rem;
}

@media (max-width: 767px) {
    .header-menu {
        padding: 4px 0;
    }
    .share-buttons {
        position: fixed;
        top: inherit;
        bottom: 2rem;
        transform: translateY(-2rem);
        right: 2.5rem;
        z-index: 99;
    }
    .section-grid.section-hiespo {
        margin-top: 5rem;
    }
    .header-menu > .container {
        max-width: 95%;
    }
    .topbar-section.social-section {
        margin: 20px 0;
    }
    .topbar-section.section-language {
        margin-left: 10px;
    }
    .footer-logo .logo {
        gap: 3rem;
        /* justify-content: center; */
    }
    
    .footer-logo .logo .company-name {
        line-height: 1.5;
    }
}