.col-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    .header-right-nav {
        display: flex;
        border-bottom: none;
        width: 100%;

        .menu-item {
            font-size: 1vw;
            margin-right: 0.5vw;
        }

        .menu-item-right {
            right: -20vw;
        }

        .menu-item-button {
            background-color: var(--tertiary1);
            border-radius: 4px;
            margin-right: 0;
        }

    }
}

.frame {
    /* border: 1px solid #d9d9d9; */
    border-radius: 4px;
    padding: 1vw;
    margin: 0 8% auto;
    line-height: 1vw;
    padding-left: 8vw;
    padding-right: 8vw
}

.banner-frame {
    height: 18vw;

    .banner-bg-color {
        background-color: var(--primary6);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 100%;
        width: 50%;
        object-fit: contain;
    }

    .parallelogram {
        width: 100%;
        height: 2vw;
        margin-right: -0.2vw;
        margin-left: 0.2vw;
        transform: skew(-10deg);
        font-size: 0.7vw;
        line-height: 2vw;
        text-align: center;
        color: white;
    }

    .parallelogram-empty {
        width: 10%;
        height: 2vw;
    }

    .parallelogram-down {
        width: 100%;
        height: 1.9vw;
        margin-left: -0.2vw;
        transform: skew(-10deg);
        font-size: 0.7vw;
        line-height: 2vw;
        text-align: center;
        color: white;
    }

    .parallelogram-bg-color {
        background-color: black;
    }

    .img-job {
        height: 14vw;
    }
}

.online-form-frame {
    height: 10vw;

    .online-form-title {
        margin-top: 0.3vw;
        margin-left: 1vw;
    }

    .online-form-box {
        background: #FFFFFFFF;
        /* white */
        border-radius: 2px;
        /* border-xs */
        box-shadow: 0px 4px 9px #9095a1ff, 0px 0px 2px #9095a1ff;
        height: 4.5vw;
        display: flex;
        justify-content: center;
        /* align horizontal */
        align-items: center;
    }
}

.topic-frame {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 1vw;
    margin: 0 8% auto;
    height: 20vw;

    .topic-img {
        width: 100%;
        height: 100%;
        right: 0;
        background-position: center;
        background-size: cover;
    }

    .topic-col-img {
        height: 15vw;
    }
}


.footer-main {
    border-radius: 4px;
    margin: 0 8% auto;

    .menu-item-footer {
        font-size: 0.8vw;
        margin-right: 0.5vw;
    }

    .menu-right-button {
        font-size: 0.9vw;
        opacity: 1;
        border: none;
        height: 2vw;
        margin-top: -0.3vw;
        display: inline;
    }

    .social-media {
        margin-left: auto;

        .social-icon {
            font-size: 1.4vw;
            background-color: white;
        }

        .fb-icon {
            color: #2E6FE8FF;
            margin-right: 1.4vw;
        }

        .tiktok-icon {
            color: var(--black);
            margin-right: 1.5vw;
        }

        .youtube-icon {
            color: #E82E2EFF
        }
    }

    .footer-infromation {
        margin-top: 1vw;
        font-size: 0.6vw;

        .footer-item::after {
            content: "\00a0|";
            /* Ký tự non-breaking space & | cho màn hình lớn */
        }
    }
}