#top-header {
    font-weight: 600;
    padding: 10px 0px;
}

#top-link {
    font-size: 12px;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: all .3s linear
}

.logo {
    width: 75px;
    height: 75px;
}

#banner {
    width: 100%;
    height: 35vw;
}

#partner-client-logo {
    transition: all .3s linear
}

    #partner-client-logo:hover {
        box-shadow: 5px 5px #DC3545;
        border-color: black !important;
        transition: all .3s linear
    }

input, textarea {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

#btn-detail-sv:hover {
    background-color: white !important;
    color: #DC3545 !important;
}

#btn-detail-prj:hover {
    background-color: #DC3545 !important;
    color: white !important;
}

#btn-contact-now:hover {
    background-color: #DC3545 !important;
    color: white !important;
}

#prj-card {
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    transition: all .3s linear
}

    #prj-card > img {
        border-radius: .5rem;
    }

    #prj-card:hover {
        border-color: black !important;
        box-shadow: 10px 10px #DC3545;
        border-radius: .375rem;
        transition: all .3s linear
    }

#sv-card:hover {
    border-color: black !important;
    box-shadow: 10px 10px #DC3545 !important;
    border-radius: .375rem;
    transition: all .3s linear
}

#sv-card {
    border-radius: .375rem;
    transition: all .3s linear
}

.dropdown-item {
    color: #DC3545;
    transition: all .2s linear
}

    .dropdown-item:hover {
        background-color: #DC3545;
        color: white;
        transition: all .2s linear
    }

#prj-infor-hidden {
    display: none;
    z-index: 999;
    transition: all .3s linear
}

#prj-ava, .list-prj, .mini-tab-sv, #prj-img {
    transition: all .3s linear
}

    .list-prj:hover #prj-ava {
        border-color: black !important;
        box-shadow: 10px 10px #DC3545;
        border-radius: .375rem;
    }

    .list-prj:hover #prj-infor-hidden {
        display: block;
        transition: all .3s linear;
    }

.mini-tab-sv {
    border-color: #DEE2E6;
}

    .mini-tab-sv.selected {
        border-color: black;
        box-shadow: 10px 10px #DC3545;
    }

#prj-type-title:hover {
    border-color: #DC3545 !important;
    font-weight: bold;
}

#prj-img:hover {
    box-shadow: 10px 10px #DC3545;
    transition: all .3s linear
}

.bg-footer {
    background-color: lightpink
}

#btn-intro-detail:hover {
    background-color: #DC3545 !important;
    color: white !important;
}
