.row-category{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.col-category{
    padding: 10px;
}

.box-category{
    width: 100%;
    margin: 0;
    border-radius: 10px;
    position: relative;
}
.box-category .image{
    height: 250px;
}
.box-category .image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2); */
}
.frame-category{
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 6px 0px;
}
.text-category {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left:3%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    font-size: 16px;
    width: 100%;
    color:white;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.all-category {
    color: #000;
    font-size: 18px !important;
}
.all-category:hover {
    color: #000;
}

.home-highlight .content {
    width: 100%;
    padding: 30px 70px;
}
.home-highlight .content .text {
    display: table-cell;
    vertical-align: middle;
}
.home-highlight .content .text label {
    font-size: 45px;
    font-weight: 200;
    color: var(--theme-font-color-1);
    margin: 0 0 20px;
    display: block;
    line-height: 45px;
}
.home-highlight .content .text p {
    font-size: 16px;
    font-weight: 300;
    color: var(--theme-font-color-1);
    margin: 0 0 40px;
}

.home-highlight .content .text .btn {
    font-size: 20px;
    padding: 8px 22px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@media only screen and (max-width: 479px) {
    .d-none-mobile{
        display: none !important;
    }

    .home-highlight .content .text label {
        font-size: 35px;
    }
}
