﻿:root {
    --main-font: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    --merri-font: 'Merriweather', serif;
    --noto-font: NotoSerif;
    --main-red: #ED1C24;
    --be-vietnam-pro: "Be Vietnam Pro", sans-serif;
}

.top-map {
    display: flex;
    height: 100px;
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #fff;
    z-index: 99;
}

    .top-map > .left-col {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-right: auto;
        height: 100%;
    }

        .top-map > .left-col > .logo {
            width: 100%;
            height: 100%;
            padding-top: 20px;
        }

            .top-map > .left-col > .logo .logo-header {
                width: 100%;
                height: 100%;
            }

        .top-map > .left-col > .nav_show {
            color: black;
            width: 56px;
            height: 56px;
            justify-content: center;
            display: flex;
            align-items: center;
        }

    .top-map > .title {
        align-items: center;
        width: 100%;
        text-align: center;
    }

        .top-map > .title > a {
            color: #1447e6;
            font-family: var(--be-vietnam-pro);
            font-size: 31px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration: none;
            text-transform: uppercase;
        }

            .top-map > .title > a > span {
                color: #000;
                font-family: "Noto Serif", serif !important;
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

    .top-map > .right-col {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: auto;
    }

        .top-map > .right-col .share-list {
            display: flex;
        }

            .top-map > .right-col .share-list .item {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 32px;
                height: 32px;
                margin-left: 10px;
            }

                .top-map > .right-col .share-list .item > * {
                    width: 20px;
                    height: 20px;
                }

                .top-map > .right-col .share-list .item:first-child {
                    background-color: #284a8f;
                }

                .top-map > .right-col .share-list .item:nth-child(2), .top-map > .right-col .share-list .item:nth-child(3) {
                    background-color: #02a4f9;
                }

.c-header-map-inner{
    display: none;
}

@media (min-width: 260px) and (max-width: 992px) {
    .top-map {
        display: none;
    }

    .c-header-map-inner {
        display: flex;
        margin-top: 15px;
    }
}