/* dhn home page */
.dhn .hero-section {
    overflow: hidden;
    background-image: url('/assets/img/hero.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:480px;
}

.dhn .hero-section h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.dhn .hero-section a {
    display: inline-block;
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    text-decoration: none;
}

.dhn .hero-section .lead {
    font-size: 40px;
    font-weight: 500;
}

.dhn .hero-section h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    color: #fff;
}

.dhn .hero-section .p-small {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7
}

.dhn .hero-section .border-right {
    border-right: 1px solid rgba(223, 223, 223, 0.20);
    padding-right: 3rem;
}

.dhn .about-us img {
    height: 428px;
    width: 624px;
}

.dhn .about-us h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.8px;
    color: #000;
}

.dhn .about-us p {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
}

.dhn .bfh-logo {
    height: 60.97px;
    flex-shrink: 0;
    vertical-align: top;
    position: absolute;
    top: -15px;
}

.dhn .text-right {
    text-align: right;
}

.dhn .hr-1 {
    height: 1px;
    background: #DFDFDF;
}

.dhn .brands h2 {
    font-size: 32px;
    font-weight: 500;
    line-height:  44.8px;
    color: #000;
}

.dhn .brands p {
    color: #444;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.dhn .link-arrow {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 100% 6px;
    width: fit-content;
    padding-right: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_215_132377)"><path d="M11.3333 4.66663L4.66667 11.3333" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.33333 4.66663H11.3333V10.6666" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_215_132377"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

.dhn .brand-card img.logo {
    width: 140px;
    height: 32.29px;
    aspect-ratio: 140.00/32.29;
}

.dhn .brand-card img.bfh {
    position: absolute;
    bottom: 1px;
    height: 60px;
}

.dhn .border-top {
    border-top:1px solid #DFDFDF;
}

.dhn .brand-card .card p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    min-height: 170px;
}

.dhn .brand-card h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.dhn .brand-card h3.lh {
    color:  #164322;
}

.dhn .brand-card h3.bh {
    color: #005E83
}

.dhn .brand-card h3.gh {
    color: #2C6C02;
}

.dhn .brand-card h3.mh {
    color: #772B06;
}

.dhn .brand-card h3.bfh {
    color: #14338A;
}

.dhn .brand-card h3.hrh {
    color: #005E83;
}

.dhn .brand-card .card-img-top {
    height: 300px;
}

.dhn .top-choice h3,
.dhn .contact-us h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    color: #000;
}

.dhn .top-choice p {
    color: #444;
    font-size: 16px;
    font-weight: 400; 
}

.dhn .contact-us p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.dhn footer {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.dhn footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.dhn .contact-us .form-label {
    color: #000;
    font-size: 16px;
    font-weight:500;
}

.dhn .contact-us button {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    outline: none;
    border: none;
}

.dhn .contact-us button:hover,
.dhn .contact-us button:focus,
.dhn .contact-us button:active {
    background-color: #000 !important;
    color: #fff;
    outline: none;
    border: none;
}

.dhn .divider {
    width: 1px;
    height: 32px;
    background: #DFDFDF; 
}

.dhn .logo-item {
    width: 48%;
    text-align: center;
}

@media (min-width: 992px) {
    .dhn .logo-item {
        width: auto;
    }
}


@media (max-width: 768px) {
    .dhn .hero-section {
        background-size: 100% 100%;
        height: 657px;
        background-image:url('/assets/img/hero_m.png');
    }

    .dhn .hero-section .lead {
        font-size: 28px;
    }

    .dhn .hero-section h2 {
        font-size: 24px;
        margin-bottom: 0 !important;
    }

    .dhn .hero-section .border-right {
        padding-right: 0;
        border-right: unset;
    }

    .dhn .m-separator {
        background: rgba(223, 223, 223, 0.20);
        height:1px;
        margin-bottom: 12px;
    }

    .dhn .about-us img {
        height: 216px;
        width: 100%;
    }

    .dhn .bfh-logo {
        left: 15px;
    }

    .dhn .logos .col-6 {
        text-align: center;
    }

    .dhn .brand-card {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding-right: 1rem;
    }

    .dhn .brand-card .col-12 {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

    .dhn .brand-card .card p {
        min-height: 290px;
    }

    .dhn .brand-card .card-img-top {
        height: 186px;
    }

    .dhn footer .sec-bottom {
        width: 100%;
        justify-content: space-between!important;
    }

    .dhn footer p{
        width: 100%;
        text-align:left;
        line-height: 22px;
    }

    .dhn .bfh {
        margin-left: -8px;
    }

    .dhn .top-choice h3 {
        font-size: 26px;
        margin-bottom: 2rem !important;
        margin-top: 1.5rem !important;
    }
}