.ipadmo-992 {
    /* ẩn nút menu */
    display: none;
}

@media screen and (max-width: 1230px) {}

@media screen and (max-width: 1199px) {
    #menu>li>a {
        padding: 0 8px;
        font-size: 13px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {}

@media (max-width: 992px) {
    .ipadmo-992 {
        /* hiện menu đt */
        display: block;
    }

    .desktop-992 {
        /* ẩn menu pc */
        display: none !important;
    }

    .top-head {
        padding: 6px 0;
    }

    .header-main {
        gap: 12px;
    }

    #logo img {
        max-height: 44px;
    }

    #slogan {
        font-size: 28px;
    }

    .kien-title {
        font-size: 28px;
        line-height: 44px;
    }

    .slide-jobs .item {
        width: 260px;
        height: 260px;
    }

    .slide-jobs.owl-carousel .owl-item .item .title {
        font-size: 18px;
    }

    .about-wrapper .about-aside {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-wrapper .about-main {
        width: 100%;
    }

    .main-news .image,
    .main-news .content,
    .main-news .image img {
        width: 100%;
    }

    .form-contact {
        padding: 30px;
        background: #eee;
    }

    .form-contact .form-control {
        width: 100%;
    }

    .kv-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kv-news-section__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .kv-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media screen and (max-width: 767px) {
    #logo {
        margin-bottom: 0;
    }

    #logo img {
        width: auto;
        max-width: 190px;
    }

    .history-tree .item {
        width: 100%;
    }

    .history-tree .item:nth-child(2n+1) {
        align-self: flex-start
    }

    .about-main .col-md-8 {
        margin-bottom: 30px;
    }

    .about-main .col-md-4 {
        text-align: center;
    }

    .home-news-update .item .image,
    .home-news-update .item .content {
        display: block;
    }

    .home-news-update .item .image {
        margin: 0 auto 15px;
        max-width: 100%;
    }

    .home-news-update .item .content {
        width: 100%;
        padding-left: 0;
    }

    #footer {
        padding: 30px 0;
    }

    #footer .ft-info>h1 {
        padding-left: 0;
    }

    #footer .ft-info {
        margin-bottom: 30px;
    }

    #footer .ft-info>ul {
        padding: 0;
    }

    #footer .ft-info>ul:before {
        display: none;
    }

    #footer .col-md-4 {
        text-align: left !important;
    }

    .kv-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 0 32px;
    }

    .kv-branch__details {
        display: block;
    }

    .kv-branch__details li {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 640px) {
    .history-tree .item .year {
        position: static;
        margin-bottom: 10px;
    }

    .history-tree .item,
    .history-tree .item:nth-child(2n) {
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .kv-news-grid {
        grid-template-columns: 1fr;
    }

    .kv-news-section {
        padding: 40px 0 48px;
    }

    .kv-news-tabs {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .art-hero {
        height: 50vh;
    }

    .art-content-wrap {
        margin-top: -16vh;
    }

    .art-content {
        padding: 28px 20px 36px;
        border-radius: 8px;
    }

    .art-content__title {
        font-size: 24px;
    }

    .art-content__body {
        font-size: 15px;
        line-height: 1.75;
    }

    .kv-timeline::before {
        left: 24px;
    }

    .kv-tl-row {
        flex-direction: column;
        padding-left: 56px;
    }

    .kv-tl-left,
    .kv-tl-right {
        width: 100%;
        padding: 0;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .kv-tl-dot {
        left: 24px !important;
        top: 24px;
        transform: translate(-50%, 0) !important;
    }

    .kv-tl-row:hover .kv-tl-dot {
        transform: translate(-50%, 0) scale(1.4) !important;
    }

    .kv-tl-row:nth-child(odd) .kv-tl-left {
        order: 1;
    }

    .kv-tl-row:nth-child(odd) .kv-tl-right {
        order: 2;
    }

    .kv-tl-row:nth-child(even) .kv-tl-right {
        order: 1;
    }

    .kv-tl-row:nth-child(even) .kv-tl-left {
        order: 2;
    }

    .kv-tl-card::before {
        display: none;
    }

    .kv-tl-year {
        height: 36px;
        min-width: 76px;
        font-size: 16px;
    }

    .kv-tl-card {
        padding: 20px;
    }

    .kv-tl-end {
        margin-left: 24px;
    }

    .kv-article-nav-wrap__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .art-hero {
        height: 40vh;
    }

    .art-content-wrap {
        margin-top: -12vh;
    }

    .art-content {
        padding: 24px 16px 28px;
    }

    .art-content__title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .vm-block__title {
        font-size: 20px !important;
    }

    .vm-pillars-inline__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vm-pill {
        padding: 22px 18px;
    }

    .vm-block__header {
        gap: 10px;
    }

    .vm-block__icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .kv-cv-block__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .kv-cv-cards--4,
    .kv-cv-cards--5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .kv-cv-emblem {
        width: 80px;
        height: 80px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .kv-cv-cards--4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .kv-cv-cards--5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .kv-dist__body {
        grid-template-columns: 1fr;
        height: auto;
    }

    .kv-dist__map-wrap {
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .kv-dist__map-inner {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .kv-dist__panel {
        height: 498px;
    }
}

@media (max-width: 576px) {
    .kv-dist__tab {
        padding: 8px 14px;
        font-size: 12px;
    }

    .kv-dist__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .kv-contact__row {
        grid-template-columns: 1fr;
    }

    .kv-contact__title {
        font-size: 26px;
    }

    .kv-contact__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .kv-contact__submit {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .kv-contact-bg {
        height: auto;
        min-height: calc(100vh - 70px);
    }

    .kv-contact-bg__img {
        object-position: left center;
    }

    .kv-contact {
        width: 100%;
        margin-left: 0;
        justify-content: center;
        padding: 60px 16px;
    }

    .kv-contact__form-wrap {
        padding: 36px 24px 32px;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {
    .slide-jobs {
        padding: 0 10px;
    }

    .slide-jobs .item {
        width: 200px;
        height: 200px;
    }

    .kien-title {
        font-size: 20px;
    }

    #slogan {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px) {}