.item__service img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item__service .img a,
.item__service .img {
    display: block;
    height: 100%;
}

.service__content .col.item__service {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 32px;
}

.service__content .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -32px !important;
}

section#service-list {
    padding: 35px 0;
}

.item__service .title-service {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.item__service .service__btn {
    height: 40px;
    width: 100%;
    border: 1px solid #2C3E50;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.item__service .info-item-service {
    position: relative;
    height: 50px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(44 62 80);
    padding: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.item__service .img {
    margin-bottom: 0 !important;
}

.item__service p {
    margin-bottom: 0;
    max-height: 50px;
    overflow: hidden;
}

.service__content .col.item__service .box-image img {
    border-radius: 10px 10px  0 0 ;
}

.archive .decs-service.term-description {
    padding-bottom: 0;
    margin-bottom: 0;
}
section#reason-service {
    display: none;
}
.gap-element {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .item__service>.col-inner {
        grid-template-columns: 1fr;
        height: auto;
    }

    .service__content .col.item__service .box-image {
        max-height: 100px;
        height: 100px;
    }

    .item__service .title-service {
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
        -webkit-line-clamp: 3;
    }

    .item__service .service__btn {
        display: none;
    }

    .item__service p {
        display: none;
    }

    .service__content .col.item__service {
        margin-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .service__content .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
        margin-bottom: -16px !important;
    }

    section#service-list {
        padding: 30px 0;
    }

    .content-banner-service #thietke-modal.hidden-bg:before {
        content: none;
    }

    .content-banner-service #thietke-modal.btn_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        gap: 9px;
        margin-top: -20px;
    }

    .content-banner-service #thietke-modal.btn_mobile span {
        margin: 0;
        font-weight: 500;
        font-size: 11.6667px;
        line-height: 150%;
    }

    .content-banner-service #thietke-modal.btn_mobile img {
        height: 21px;
    }

    .price-list .row-price {
        gap: 24px !important;
        justify-content: center;
        padding-left: 34px;
        padding-right: 34px;
    }

    .price-list .row-price>.col {
        padding: 0;
        margin-top: 0;
    }

    .tax-featured_item_category .page-featured-item {
        display: grid;
    }
    
    .project__content .row {
        margin-bottom: 24px;
    }
    
    .form-tinhphi .c-btn {
        height: 43px;
    }
    body {
        counter-reset: number;
    }
      
    .reason__counters::before {
        counter-increment: number;
        content: "0"counter(number) ".";
    }
    
    section#reason-service {
        order: 5;
        display: grid;
        margin-top: -1px;
    }
    ul.reason__list {
        margin-bottom: 26px;
    }
    ul.reason__list li {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        padding: 4px 8px 4px 24px;
        list-style: none;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        position: relative;
        min-height: 36px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        height: auto;
    }
    ul.reason__list li span.reason__counters {
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        left: -7px;
    }
    .reason__bg {
        background-image: url(../image/icon/reason-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        overflow: hidden;
    }
    .reason__bg .container {
        padding: 33px 20px;
    }
    
    .reason__header .header__title {
        height: 56px;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        color: #fff;
        text-shadow: 3px 3px 0px #2c3e50;
        margin-bottom: 16px;
    }
    .reason__img-item {
        height: 241px;
        width: 90%;
        clip-path: polygon(88% 0, 87% 28%, 100% 50%, 88% 69%, 88% 100%, 0 100%, 0 73%, 11% 50%, 0 30%, 0 0);
        margin-left: -20px;
    }
    .reason__img-item a,.reason__img-item img {
        height: 100%;
        width: 100%;
        display: inline-block;
    }
    .reason__img-item a{
        position: relative;
    }
    .reason__img-item.is-selected {
        clip-path: polygon(89% 0, 89% 31%, 100% 51%, 89% 72%, 89% 100%, 0 100%, 0 71%, 11% 50%, 0 30%, 0 0);
    }
    .reason__img-item a span {
        position: absolute;
        background: linear-gradient(90deg, #2C3E50 0%, #1E2C3A 100%);
        border-radius: 5px;
        height: 28px;
        display: flex;
        padding: 0px 8px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        align-items: center;
        left: 7px;
        bottom: 9px;
    }
    li.reason__img-item.is-selected:first-child {
        clip-path: polygon(89% 0, 89% 31%, 100% 51%, 89% 72%, 89% 100%, 0 100%, 0 72%, 0% 50%, 0 30%, 0 0);
    }
    li.reason__img-item.is-selected:last-child {
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 100%, 89% 100%, 0 100%, 0 71%, 11% 50%, 0 30%, 0 0);
    }
    section#content-service {
        overflow: hidden;
    }
    
}