.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;
top: 50%;
transform: translate(-50%, -50%);
text-align: left;
left: 50%;
width: 100%;
z-index: 2;
display: block !important;
background-color: transparent !important;
}
.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: 34px;
}
.section.section-banner .container h1 {
color: #fff;
max-width: 950px;
margin-bottom: 32px;
} .section.section-banner .container-content {
position: relative;
}
.section.section-banner .container .content {
max-width: 625px;
}
.section.section-banner .container .content p {
color: #fff;
line-height: 22px;
font-size: 15px;
}
.section.section-banner .container .link-btn {
margin-top: 25px;
}
.section.section-banner .breadcrumbs span,
.section.section-banner .breadcrumbs-item a {
font-family: 'Helvetica Neue';
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.3), rgba(0, 0, 0, 0.3));
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: 550px;
}
.top-banner .big .wrapper img {
height: 780px;
}
}
@media (max-width:992px) {
.top-banner .wrapper img {
height: 580px;
} }
@media (max-width: 767px) {
.section.section-banner .logo-banner {
max-height: 50px;
}
.top-banner .mb_small .wrapper img {
height: 312px;
}
.top-banner .mb_normal .wrapper img {
height: 500px;
}
.top-banner .mb_big .wrapper img {
height: 550px;
}
.section.section-banner .content-banner {
top: calc(50% - -17px);
}
.section.section-banner .breadcrumbs {
display: none;
}
.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;
}
}