.img_service img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    z-index: 2;
}

.list-service .item {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    padding: 30px 0px 0px;
}

.item_service .small_text {
    background-color: #f3f3f3;
    margin-top: -60px;
    margin-left: -60px;
    padding: 70px 50px 30px 80px;
    text-align: right;
    z-index: 1;
}

.item_service2 .small_text {
    background-color: #f3f3f3;
    margin-top: -60px;
    margin-right: -60px;
    padding: 70px 80px 30px 50px;
    text-align: left;
    z-index: 1;
}

.img_service {
    width: calc(50% + 50px);
    z-index: 2;
}

.small_text {
    width: calc(50% + 100px);
    height: 320px;
}

.item .small_text h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #005D7C;
}

.view a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 3px;
    color: #FFF;
    transition: all .3s ease-in-out;
    background-color: #005D7C;
}

.view a:hover {
    background-color: #C7731C;
    color: #005D7C;
}


/* .list-service:nth-child(1) {
    padding-top: 30px;
} */

.img_detai_service {
    width: 100%;
}

.book_service {
    width: 100%;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both;
}

.book_service a {
    padding: 5px 20px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid;
    color: #c5701c;
    transition: all .5s ease-in-out;
}

.book_service a:hover {
    padding: 5px 20px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid;
    color: #005D7C;
}