﻿.page-template-faq .container {
    max-width: 1302px;
    padding: 0 24px;
}
.top-banner .wrapper img {
    position: relative;
    height: 550px;
    object-fit: cover;
    width: 100%;
}
.section.section-banner {
    overflow: hidden;
}
/* .section.section-banner .content-banner {
    position: absolute;
    padding-top: 103px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    z-index: 2;
    display: block !important;
    background-color: transparent !important;
} */
.section.section-banner .content-banner {
    position: absolute;
    padding-top: 77px;
    padding-bottom: 41px;
    top: 173px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    width: 100%;
    z-index: 2;
    display: block !important;
    background-color: transparent !important;
    overflow-y: auto;
}
.section.section-banner .border-content-banner {
    height: 100%;
    overflow-y: auto;
}
.section.section-banner .logo-banner {
    position: absolute;
    bottom: 45px;
    transform: translatex(-50%);
    text-align: right;
    left: 50%;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-height: 59px;
}
.section.section-banner .logo-banner .logo-image {
    margin-left: 10px;
}
.section.section-banner .breadcrumbs {
    margin-bottom: 40px;
}
.section.section-banner .container h1 {
    color: #fff;
    max-width: 950px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
/* .admin-bar .section.section-banner .container-content{
margin-top: 32px;
} */
.section.section-banner .container-content {
    position: relative;
}
.section.section-banner .container .content {
    max-width: 760px;
}
.section.section-banner .container .content p {
    color: #fff;
    line-height: 23px;
    font-size: 17px;
}

.section.section-banner .container .link-btn {
    margin-top: 25px;
}
.section.section-banner .breadcrumbs span,
.section.section-banner .breadcrumbs-item a {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #E3E3E3;
    text-transform: capitalize;
}

.section.section-banner .breadcrumbs-item a:hover {
    text-decoration: underline;
}
.top-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 15.5%, rgba(0, 0, 0, 0) 50.01%);    
    transform: matrix(1, 0, 0, 1, 0, 0);
}
@media (min-width: 768px) {
    .top-banner .small .wrapper img {
        height: 500px;
    }
    .top-banner .normal .wrapper img {
        height: 600px;
    }
    .top-banner .big .wrapper img {
        height: 700px;
    }
}
@media (max-width:992px) {
    .top-banner .wrapper img {
        height: 580px;
    }

    /* .admin-bar .section.section-banner .container-content {
        margin-top: 46px;
    } */
}
@media (max-width: 767px) {
    .section.section-banner .logo-banner {
        max-height: 50px;
    }
    .top-banner .mb_small .wrapper img {
        height: 360px;
    }
    .top-banner .mb_normal .wrapper img {
        height: 500px;
    }
    .top-banner .mb_big .wrapper img {
        height: 550px;
    }
    .section.section-banner .content-banner {
        /*top: calc(50% + 30px);*/
        padding-top: 58px;
        padding-bottom: 25px;
    }
    .section.section-banner .breadcrumbs {
        margin-bottom: 16px;
        display: block;
    }
    .section.section-banner .container h1 {
        margin-bottom: 0;
    }
    .section.section-banner .container .link-btn {
        margin-top: 15px;
    }
    .section.section-banner .logo-banner .logo-image img {
        height: 100%;
        max-height: 50px;
        object-fit: cover;
    }
    .section.section-banner .container .content {
        max-width: 100%;
        display: none;
    }
}

