﻿.top-transit-home {
    text-align: center;
}

    .top-transit-home h2 {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: 'K2D-MEDIUM';
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

.home-transit-w {
    padding: 85px 0;
    background: url(/Design/img/LoiKimNgan/bg2.png) no-repeat;
    background-size: cover;
}

.top-transit-home h3.p-title-tops {
    margin: 6px 0 4px 0;
    color: #FFF;
    font-family: 'K2D-BOLD';
    font-size: 49.548px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.top-transit-home > span {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: 'Inter_24pt-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 34px;
}

a.p-btn-more {
    position: relative;
    color: #051550;
    font-family: 'K2D-MEDIUM';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 50px;
    margin: auto;
}

    a.p-btn-more:before {
        content: '';
        position: absolute;
        width: 195px;
        height: 50px;
        border: 1px solid #fff;
        border-radius: 5px;
        pointer-events: none;
        transition: all .3s;
        background: #fff;
    }

    a.p-btn-more:hover:before {
        width: 195px;
        height: 53px;
        background-color: var(--default-color-1);
        transition: 0.6s cubic-bezier(.3, 2.2, .3, 1);
    }

    a.p-btn-more:hover span {
        color: #fff;
    }

    a.p-btn-more span {
        position: relative;
    }

@media (max-width: 992px) {
    .top-transit-home h2 {
        font-size: 18px;
    }

    .top-transit-home h3.p-title-tops {
        margin: 6px 0 4px 0;
        font-size: 19.548px;
    }

    .top-transit-home > span {
        font-size: 16px;
        margin-bottom: 26px;
    }

    a.p-btn-more {
        position: relative;
        color: #051550;
        font-family: 'Inter_24pt-Medium';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 167px;
        height: 35px;
        margin: auto;
    }

    .home-transit-w {
        padding: 40px 0;
    }

    a.p-btn-more:before {
        width: 167px;
        height: 35px;
    }
}