﻿.top-service-title-img-home h3 {
    font-family: Bebas;
    font-size: 40.25px;
    margin: 0;
    color: #1359bb;
    font-weight: 500;
    padding-bottom: 17px;
}

.top-service-title-img-home span {
    font-size: 18px;
    font-family: BeVNR;
    color: #777777;
    display: block;
}

.top-service-title-img-home {
    text-align: center;
    position: relative;
    z-index: 1;
}

.decorImgService img {
    width: 100%;
    height: 100%;
}

.decorImgService {
    width: 145px;
    height: 89px;
    margin: auto;
}

li.itemServiceHome {
    list-style: none;
    position: relative;
}

ul.ListServiceHome {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 18px;
}

.contentHoverServiceHome h4 {
    font-size: 28.98px;
    color: #ffffff;
    font-family: Bebas;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 21px;
    padding-top: 85px;
    padding-right: 41px;
    font-weight: normal;
}

.contentHoverServiceHome span {
    font-size: 17.98px;
    color: #ffffff;
    font-family: BeVNR;
    display: flex;
    align-items: center;
    padding-top: 26px;
    border-top: 1px solid #ffffff;
}

li.itemServiceHome:hover .decorIconServiceHome {
    background: #ed1c24;
}

.decorIconServiceHome img {
    width: 55px;
}

.decorIconServiceHome {
    width: 100px;
    height: 100px;
    background: #005304;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    right: -116px;
    transition: all .3s;
}

.contentHoverServiceHome {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    padding: 19px 37px 33px 19px;
}

.bottom-service-home-content {
    padding-top: 48px;
}

.decorImgServiceHome img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 30px;
}

.decorImgServiceHome {
    position: relative;
}

    .decorImgServiceHome:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/Design/img/HoangKimBio/Service/decorBack.png) no-repeat;
        background-size: cover;
        transition: all .3s;
        border-radius: 30px;
    }

li.itemServiceHome:hover .decorImgServiceHome:before {
    background: url(/Design/img/HoangKimBio/Service/decorBackHover.png) no-repeat;
}

.contentHoverServiceHome span i {
    color: #1f71b9;
    background: #fff;
    border-radius: 50px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
}

.widget-service-home {
    padding-top: 52px;
    padding-bottom: 100px;
    position: relative;
}

    .widget-service-home:before {
        content: "";
        position: absolute;
        background: url(/Design/img/HoangKimBio/Service/decorBackService.png) no-repeat;
        background-size: cover;
        left: 0;
        top: -64px;
        width: 100%;
        height: 494px;
        z-index: 0;
    }