@media (max-width:1600px) {
#menu-main-menu > li {
margin-left: 20px;
}
}
@media (max-width:1400px) {
#header {
padding: 20px 0;
}
#menu-main-menu > li {
margin-left: 5px;
}
#menu-main-menu > li:last-child > a {
padding: 10px 15px;
}
}
@media (max-width:990px) {
#header {
position: fixed !important;
padding: 0 !important;
background-color: #5AB9BA;
}
#logo img {
width: 250px;
}
#home-banner video {
position: absolute;
left: 0;
}
#home-banner .content {
left: 0;
}
.items .item .content {
top: 0 !important;
opacity: 1 !important;
position: relative !important;
}
.offcanvas-header img.custom-logo {
width: 200px;
height: auto;
}
.page-banner {
height: 70px;
}
#page-layout .item .content-wrap {
position: relative;
width: 100% !important;
}
#page-layout .item .content {
opacity: 1;
top: 0;
}
#page-layout .item .bg-cover::after {
opacity: 1;
}
}