#fs_preview_header {
display: none;
}
@media (max-width: 1200px) and (min-width: 991px) {
    .fs-l-main .fs-l-pageMain {
        max-width: 100%!important;
}
}
.news .newsList--typeB .newsList__body ul li:nth-of-type(n + 5) {
display: none;
}
.hdrBottom.is-fixed {
z-index: 3!important;
}
#menu-icon {
    height: 18px!important;
}
.iconNav > ul {
gap: 5px;
}
.category .megaMenu {
max-width: 100%!important;
}
#hdr:has(.hdrBottom.is-fixed) .hdrSearch__wrap {
    top: 100%;
}
#hdr .hdrSearch__wrap .container {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
#hdr .hdrSearch__wrap .container {
    flex-direction: column-reverse;
}
}
.gNav li.hasChildren > .megaMenu {
    z-index: 100!important;
}
@media screen and (min-width: 992px) {
    .hdrBottom.is-fixed {
        top: 60px!important;
    }
}