﻿body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
/* header */
header {
    color: #fff;
    background-size: 100%;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
}

    header a {
        text-decoration: none !important;
        color: #fff;
        text-decoration-color: #fff;
    }

    header i {
        font-size: 16px;
    }

    header form {
        display: inline;
    }

    header .social {
        display: inline;
    }

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .contact {
        display: none;
        width: 0;
    }
}

header input[type="text"] {
    padding: 6px;
    border: none;
    border-radius: 5px;
}

.navbar-brand img {
    max-width: 100vw;
    display: block;
    width: 100%;
}

/*menu*/
/*nav {
    display: block;
}

.menu > li > a {
    text-transform: uppercase;
}

div#menu {
    background: #fa9627;
}

.menu {
    display: block;
    margin: 0;
    padding: 0;
}

    .menu li {
        display: inline-block;
        position: relative;
    }

.has-child > a i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
}

.menu li:nth-last-child(1) ul ul,
.menu li:nth-last-child(2) ul ul,
.menu li:nth-last-child(3) ul ul {
    left: -100%;
}

    .menu li:nth-last-child(1) ul ul:after,
    .menu li:nth-last-child(2) ul ul:after,
    .menu li:nth-last-child(3) ul ul:after {
        left: 102%;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: -6px;
    }

.menu li:first-child {
    margin-left: 0;
    background: #fa9627;
}

.menu li a {
    position: relative;
    text-decoration: none;
    padding: 10px 14px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    font-weight: 700;
}

.menu .has-child a {
    padding-right: 20px;
}

.menu li a:hover,
.menu li:hover > a {
    color: #fff;
    background: #fa9627;
}

.menu ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

    .menu ul:after {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -6px;
    }

    .menu ul li {
        display: block;
        float: none;
        background: none;
        margin: 0;
        padding: 0;
    }

        .menu ul li a {
            font-size: 14px;
            font-weight: normal;
            display: block;
            color: #033481;
            background: #fff;
        }

            .menu ul li a:hover,
            .menu ul li:hover > a {
                background: #033481;
                color: #fff;
            }

    .menu ul ul:after {
        left: -6px;
        top: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 6px;
        margin-top: -6px;
    }

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    background: #fa9627;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

    .responsive-menu:hover {
        background: #fa9627;
        color: #fff;
        text-decoration: none;
    }

a.homer {
    background: #fa9627;
}

.menu ul li a i {
    color: #fff;
}

@media (min-width: 768px) {
    .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 300px;
        position: absolute;
        left: 0px;
        background: #fff;
        z-index: 1;
        transform: translate(0, 20px);
        transition: all 0.2s ease-out;
        box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

    .menu ul ul {
        left: 100%;
        top: 0px;
        visibility: hidden;
        opacity: 0;
        transform: translate(20px, 20px);
        transition: all 0.2s ease-out;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #fa9627;
    }
}

@media (max-width: 767px) {
    .sub-menu {
        display: none;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

        .menu li a {
            background: #fff;
            color: #797979;
            border-bottom: #c8cccf 1px dotted;
            padding: 12px 15px;
        }

            .menu li a:hover,
            .menu li:hover > a {
                background: #fa9627;
                color: #fff;
            }

        .menu li:hover > ul {
        }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}*/
/*end menu*/

/* body */
#breadcrumb-bar {
    background-color: #fafafa;
    padding-left: 10px;
    margin-top: 20px;
}

#nav-breadcrumb {
    background-color: #fafafa;
}

section.introduction {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f8fdfe;
}

    section.introduction .title {
        color: #fff;
        margin-bottom: 30px;
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

        section.introduction .title h3 {
            font-size: 55px;
            color: #c5161c;
            text-transform: uppercase;
        }

        section.introduction .title p {
            font-size: 14px;
            color: #181818;
            margin-bottom: 5px;
        }

        section.introduction .title a {
            color: #fa9627;
            display: inline-block;
            position: relative;
        }

            section.introduction .title a:hover {
                color: #ce0c17;
            }

            section.introduction .title a:before {
                content: "";
                position: absolute;
                bottom: 5px;
                left: 74px;
                border-color: #0000 #c5161c #c5161c #0000;
                border-style: solid;
                border-width: 3px;
            }

    section.introduction .wrp-intro {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 30px;
    }

        section.introduction .wrp-intro .block-intro {
            background-color: #fff;
            padding: 30px 25px 50px;
            box-shadow: 1px 2px 6px 1px #ccc;
            transition: all 0.3s;
            border: 1px solid #dcd9d9;
            border-radius: 5px;
            position: relative;
        }

            section.introduction .wrp-intro .block-intro:hover {
                transform: scale(1.1);
                z-index: 9;
            }

            section.introduction .wrp-intro .block-intro .grid-item {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                section.introduction .wrp-intro .block-intro .grid-item img {
                    margin-bottom: 20px;
                }

            section.introduction .wrp-intro .block-intro .text {
                font-size: 14px;
                color: #033;
                display: block;
                position: absolute;
                bottom: 25px;
            }

            section.introduction .wrp-intro .block-intro img {
                max-width: 70px;
                transition: all 0.3s;
            }

@media (min-width: 1201px) {
    section.introduction .wrp-intro {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

@media (max-width: 1200px) {
    section.introduction .wrp-intro {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

@media (max-width: 991px) {
    section.introduction .wrp-intro {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }

    section.introduction .title {
        grid-template-columns: 1fr 2fr;
    }
}

/*@media (max-width: 768px) {
    section.introduction .wrp-intro {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    section.introduction .title {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}*/

@media (max-width: 768px) {
    img.img-main-new {
    }

    section.introduction .wrp-intro {
        display: grid;
        grid-template-columns: unset;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        /*        grid-auto-columns: 70%;
*/ overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        padding: 10px;
    }

        section.introduction .wrp-intro .block-intro:last-child {
            grid-column: auto;
        }
}

.menu-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}

    .menu-list .menu-item {
        position: relative;
    }

        .menu-list .menu-item:hover a.title {
            height: 25%;
        }

            .menu-list .menu-item:hover a.title span:before {
                content: none;
            }

        .menu-list .menu-item .title {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: #fa9627;
            color: #fff;
            transition: height 0.3s;
        }

            .menu-list .menu-item .title span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 26px;
                width: 100%;
                padding-left: 50px;
            }

                .menu-list .menu-item .title span:before {
                    content: "";
                    position: absolute;
                    bottom: 65px;
                    left: 52px;
                    border-color: #0000 #f8fffe #f8fffe #0000;
                    border-style: solid;
                    border-width: 7px;
                }

        .menu-list .menu-item:hover img {
            transform: scale(1);
        }

@media (max-width: 1200px) {
    .menu-list .menu-item .title span {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .menu-list {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .menu-list {
        display: grid;
        grid-template-columns: unset;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-auto-columns: 80%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
    }
}

.menu-list .menu-item .i-img {
    width: 100%;
    padding-top: 66.67%;
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

    .menu-list .menu-item .i-img img {
        transition: all 0.3s;
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.main-content {
    margin-top: 0px;
}

    .main-content .title {
        color: #033481;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
        margin-top: 30px;
    }

.title {
    color: #033481;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

section.section-news {
    margin-top: 10px;
    margin-bottom: 10px;
}

    section.section-news a {
        text-decoration: none;
    }

    section.section-news .title-txng-tb {
        margin-bottom: 20px;
    }

        section.section-news .title-txng-tb h3 {
            width: 100%;
            border-bottom: 1px solid #e9e4e4;
            line-height: 0.5;
            margin: 10px 0 20px;
        }

            section.section-news .title-txng-tb h3 span {
                background: #fff;
                padding-right: 10px;
            }

    section.section-news .news-activity {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
        grid-gap: 20px;
    }

        section.section-news .news-activity .block-activity .realease-date {
            margin-bottom: 10px;
            color: grey;
            font-size: 12px;
        }

            section.section-news .news-activity .block-activity .realease-date i {
                padding-right: 10px;
                color: #0cd26c;
            }

        section.section-news .news-activity .block-activity .see-detail {
            color: #fa9627;
            display: block;
            position: relative;
            text-align: right;
            font-size: 14px;
            padding-right: 15px;
        }

            section.section-news .news-activity .block-activity .see-detail:before {
                content: "";
                position: absolute;
                bottom: 5px;
                right: 0;
                border-color: #0000 #c5161c #c5161c #0000;
                border-style: solid;
                border-width: 3px;
            }

        section.section-news .news-activity .block-activity .article-name {
            font-size: 14px;
            color: #333;
            display: block;
            margin-bottom: 10px;
        }

        section.section-news .news-activity .block-activity:not(:first-child) {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            grid-gap: 15px;
        }

            section.section-news
            .news-activity
            .block-activity:not(:first-child)
            .article-name:hover {
                color: #ed1c24;
            }

            section.section-news .news-activity .block-activity:not(:first-child) img {
                border: 1px solid #f1f1f1;
            }

        section.section-news .news-activity .block-activity:first-child {
            grid-row: 1/3;
        }

            section.section-news .news-activity .block-activity:first-child img {
                border: 1px solid #f1f1f1;
            }

            section.section-news .news-activity .block-activity:first-child .information {
                padding: 16px;
                background: #fa9627;
            }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                .article-name {
                    color: #fefefe;
                    font-size: 16px;
                    margin-bottom: 0;
                }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                span {
                    color: #fefefe;
                    font-size: 16px;
                    margin-bottom: 0;
                }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                .see-detail {
                    display: none;
                }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                .realease-date {
                    display: none;
                }

@media (max-width: 991px) {
    section.section-news .block-activity img {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .new-event-time {
        padding-right: 0px !important;
    }

    section.section-news .news-activity {
        grid-template-columns: unset;
        grid-auto-flow: column;
        grid-auto-columns: 80%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        display: grid;
        grid-gap: 20px;
    }

        section.section-news
        .news-activity
        .block-activity
        .information
        .realease-date {
            margin-top: 10px;
        }

        section.section-news .news-activity .block-activity:first-child {
            grid-row: unset;
        }

            section.section-news .news-activity .block-activity:first-child .information {
                padding: 0;
                background: #fff;
            }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                .article-name {
                    font-size: 14px;
                    color: #333;
                    display: block;
                    margin-bottom: 10px;
                }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                .see-detail {
                    display: block;
                }

                section.section-news
                .news-activity
                .block-activity:first-child
                .information
                .realease-date {
                    display: block;
                }

                    section.section-news
                    .news-activity
                    .block-activity:first-child
                    .information
                    .realease-date
                    i {
                        padding-left: 1px;
                    }

        section.section-news .news-activity .block-activity:not(:first-child) {
            display: block;
        }
}

.section-statistic {
    color: #033481;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .section-statistic .statistic-item p {
        line-height: 1;
    }

.counter-value {
    font-weight: bold;
    animation: countUp 2s ease-in-out forwards;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-tin-moi-left a {
    color: #000;
}
/* end */
/* footer */
footer {
    padding-top: 20px;
}

    footer .footer-home {
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
        box-shadow: inset 0 10px 20px 0 #e3dad0;
    }

        footer.footer-home .left-footer {
            color: #181818;
            margin-bottom: 20px;
            padding-left: 103px;
            text-align: justify;
        }

            footer.footer-home .left-footer * {
                font-size: 15px !important;
                line-height: 1.5 !important;
            }

        footer.footer-home .right-footer {
            padding: 10px;
            display: block;
            align-items: center;
            text-align: justify;
        }

            footer.footer-home .right-footer * {
                font-size: 15px !important;
                line-height: 1.5 !important;
            }

            footer.footer-home .right-footer h3 {
                font-size: 18px;
                color: #fa9627;
            }

            footer.footer-home .right-footer .list-group .list-group-item {
                background-color: unset;
                border: none;
                color: #181818;
                font-size: 15px;
                padding: 7px 10px;
            }

        footer.footer-home .location h3 {
            font-size: 18px;
            color: #fa9627;
        }

        footer.footer-home .location h4 {
            font-size: 16px;
            color: #363636;
        }

        footer.footer-home .follow-me h3 {
            color: #181818;
            font-size: 18px;
            text-transform: uppercase;
            width: 100%;
            border-bottom: 1px solid #e9e4e4;
            line-height: 0.5;
            margin: 10px 0 20px;
        }

            footer.footer-home .follow-me h3 span {
                background: #00557a;
                padding-right: 15px;
            }

        footer.footer-home .follow-me .bottom-footer {
            display: flex;
            justify-content: space-between;
        }

            footer.footer-home .follow-me .bottom-footer .icon-social {
                display: flex;
                align-items: center;
            }

                footer.footer-home .follow-me .bottom-footer .icon-social .icon {
                    width: 25px;
                    height: 25px;
                    background: #181818;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    footer.footer-home
                    .follow-me
                    .bottom-footer
                    .icon-social
                    .icon:not(:last-child) {
                        margin-right: 15px;
                    }

                    footer.footer-home .follow-me .bottom-footer .icon-social .icon i {
                        color: #0471b5;
                    }

            footer.footer-home .follow-me .bottom-footer .security {
                display: flex;
                align-items: center;
            }

                footer.footer-home .follow-me .bottom-footer .security a {
                    color: #181818;
                    padding: 10px;
                }

                    footer.footer-home .follow-me .bottom-footer .security a:last-child {
                        padding-right: 0;
                        padding-left: 0;
                    }

                    footer.footer-home .follow-me .bottom-footer .security a:first-child {
                        padding: 0 10px 0 0;
                    }

                footer.footer-home .follow-me .bottom-footer .security img {
                    border-radius: 50%;
                }

        footer.footer-home .fb-messenger {
            background: #c5161d;
        }

        footer.footer-home .social {
            display: flex;
            justify-content: flex-start;
            margin-bottom: 20px;
        }

            footer.footer-home .social a:not(:last-child) {
                margin-right: 10px;
            }

        footer.footer-home a.developed {
            display: block;
            color: #fff;
        }

            footer.footer-home a.developed:hover {
                color: #d5bfbf;
            }

        footer.footer-home .gototop button {
            position: fixed;
            bottom: 110px;
            right: 15px;
            outline: none;
            background-color: #c5161d;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            font-size: 18px;
            z-index: 9;
            box-shadow: 0 2px 5px 0 #b9b9b9;
            border: 2px solid #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s;
        }

@media (max-width: 991px) {
    footer.footer-home .right-footer {
        font-size: 15px;
        margin-bottom: 20px;
    }

        footer.footer-home .right-footer .list-group ul {
            padding-left: 0;
        }

    footer.footer-home .right-footer {
        padding: 10px 0;
    }

        footer.footer-home .right-footer .list-group .list-group-item:first-child {
            padding: 10px 0;
        }

    footer.footer-home .logo {
        margin-bottom: 20px;
    }

    footer.footer-home .left-footer {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    footer.footer-home .follow-me .bottom-footer {
        align-items: flex-start;
        flex-direction: column;
    }

        footer.footer-home .follow-me .bottom-footer .security {
            margin-top: 10px;
        }

            footer.footer-home .follow-me .bottom-footer .security a {
                padding: 10px;
            }
}

@media (max-width: 425px) {
    footer.footer-home .follow-me .bottom-footer .security a {
        padding: 10px 20px 10px 0;
    }
}

@media (max-width: 375px) {
    footer.footer-home .follow-me .bottom-footer .security a {
        padding: 0;
    }

        footer.footer-home .follow-me .bottom-footer .security a:first-child {
            padding-right: 5px;
        }

    footer.footer-home
    .follow-me
    .bottom-footer
    .icon-social
    .icon:not(:last-child) {
        margin-right: 10px;
    }
}

.tin-noi-bat {
    display: flex;
    text-align: justify;
}

    .tin-noi-bat a {
        text-decoration: none;
        color: black;
    }

        .tin-noi-bat a:hover {
            text-decoration: none;
            color: black;
        }

    .tin-noi-bat img {
        width: 100%;
        height: 200px;
    }

    .tin-noi-bat col {
        text-align: justify;
        font-size: 15px;
    }

.home-tin-moi {
    background-color: #fa9627;
    padding: 10px;
    color: #fff;
}

.tintuc-title {
    color: #001d85;
    font-weight: 700;
    font-size: 25px;
    text-align: justify;
    margin-bottom: 10px;
}

.tintuc-mota {
    font-weight: bold;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 10px;
}

.danhmuc-item {
    background-color: #fafafa;
    padding: 5px;
    margin-bottom: 10px;
}

.danhmuc-background a {
    color: #000;
}

#video-home {
    border: none; /* Reset default border */
}

.video-line {
    width: 100%;
    border-top: 1px solid #fa9627;
}

main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
}

    main ul li {
        display: block;
        gap: 1.75em;
        align-items: start;
        line-height: 1.25;
        color: #000;
    }

        main ul li a {
            text-decoration: none;
            color: #000;
        }

        main ul li .fa {
            color: #fa9627;
        }

/* end */
/* footer */
#up-btn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1;
    font-size: 32px;
    border: none;
    outline: none;
    background-color: #fa9627;
    cursor: pointer;
    border-radius: 120px;
    width: 48px;
    height: 48px;
    text-align: center;
    transition: transform 0.3s ease;
}

    #up-btn #icon {
        color: white;
    }

    #up-btn:hover {
        transform: scale(1.1); /* zoom 120% */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* shadow effect */
    }

section.menu-footer {
    background: #fa9627;
}

    section.menu-footer .navbar-nav {
        flex-direction: row;
    }

        section.menu-footer .navbar-nav .nav-item {
            position: relative;
        }

            section.menu-footer .navbar-nav .nav-item .nav-link {
                color: #fff;
                font-size: 18px;
                text-transform: uppercase;
                padding: 20px 20px;
            }

            section.menu-footer .navbar-nav .nav-item:hover ul.dropdown-menu {
                position: absolute;
                display: block;
                left: 0;
                min-width: 250px;
                z-index: 2;
                padding: 0;
                border-radius: 0;
                box-shadow: 4px 3px 6px -1px #33333385;
                border: none;
            }

                section.menu-footer
                .navbar-nav
                .nav-item:hover
                ul.dropdown-menu
                a.dropdown-item {
                    font-size: 14px;
                    padding: 12px 20px;
                    text-transform: none;
                    background: #800d0d;
                    color: #fff;
                }

                section.menu-footer .navbar-nav .nav-item:hover ul.dropdown-menu li {
                    position: relative;
                }

                    section.menu-footer
                    .navbar-nav
                    .nav-item:hover
                    ul.dropdown-menu
                    li
                    ul.dropdown-menu-child {
                        display: none;
                    }

                    section.menu-footer
                    .navbar-nav
                    .nav-item:hover
                    ul.dropdown-menu
                    li
                    i.menu-icon {
                        position: absolute;
                        right: 10px;
                        top: 16px;
                    }

                    section.menu-footer .navbar-nav .nav-item:hover ul.dropdown-menu li:hover a {
                        background-color: #9f224e;
                    }

                    section.menu-footer
                    .navbar-nav
                    .nav-item:hover
                    ul.dropdown-menu
                    li:hover
                    ul.dropdown-menu-child {
                        position: absolute;
                        display: block;
                        top: 0;
                        left: 100%;
                        min-width: 250px;
                        z-index: 3;
                        padding: 0;
                        border-radius: 0;
                        box-shadow: 4px 3px 6px -1px #33333385;
                        border: none;
                    }

                        section.menu-footer
                        .navbar-nav
                        .nav-item:hover
                        ul.dropdown-menu
                        li:hover
                        ul.dropdown-menu-child
                        a.dropdown-item {
                            font-size: 14px;
                            padding: 12px 20px;
                            text-transform: none;
                            background-color: #800d0d;
                            color: #fff;
                        }

                        section.menu-footer
                        .navbar-nav
                        .nav-item:hover
                        ul.dropdown-menu
                        li:hover
                        ul.dropdown-menu-child
                        li:hover
                        a {
                            background-color: #9f224e;
                        }

                        section.menu-footer
                        .navbar-nav
                        .nav-item:hover
                        ul.dropdown-menu
                        li:hover
                        ul.dropdown-menu-child
                        li:not(:last-child),
                        section.menu-footer
                        .navbar-nav
                        .nav-item:hover
                        ul.dropdown-menu
                        li:not(:last-child) {
                            border-bottom: 1px solid #ffffff1a;
                        }

            section.menu-footer .navbar-nav .nav-item:first-child .nav-link {
                padding-left: 0;
            }

@media (max-width: 991px) {
    section.menu-footer .navbar-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
    }

        section.menu-footer .navbar-nav li.nav-item {
            flex: 0 0 auto;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .social-bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        overflow: hidden;
    }

        .social-bar a {
            float: left;
            display: block;
            text-align: center;
            padding: 12px;
            color: white;
            font-size: 24px;
            width: 25%;
        }
}

@media only screen and (min-width: 481px) {
    .social-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .social-bar a {
            display: block;
            text-align: center;
            padding: 12px;
            transition: all 0.3s ease;
            color: white;
            font-size: 24px;
        }
}

.social-bar a:hover {
    transform: scale(1.25);
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.location {
    background: #fa9627;
    color: white;
}

.zalo {
    background: #fa9627;
    color: white;
}

    .zalo p {
        background-image: url('images/zalo.png');
        display: inline-block;
        background-size: 100% 100%;
    }





/* Thong bao - timeline */

.timeline {
    border-left: 2px solid #d1cdcd;
    margin-left: 5px;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    padding: 5px;
    list-style: none;
    margin-top: 5px;
}

    .timeline .event-timeline {
        border-bottom: 1px solid rgba(160, 160, 160, 0.2);
        position: relative;
    }


        .timeline .event-timeline:first-child {
            margin-top: -18px;
        }

        .timeline .event-timeline:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .timeline .event-timeline:before,
        .timeline .event-timeline:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline .event-timeline:after {
            left: -12px;
            border-radius: 50%;
            background-color: #fa9627;
            height: 12px;
            width: 12px;
            content: "";
            margin-top: 3px;
        }

.timeline-date {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 700;
    color: #fa9627;
}

.timeline-link {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.5;
    text-align: justify;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

    .timeline-link:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        margin-top: 22px;
        /*background: linear-gradient(90deg, transparent, white);*/
        background: linear-gradient(45deg, transparent 0%, white);
    }



.title-content {
    color: var(--vu_color-blue);
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 1.0rem;
    margin-top: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fa9627;
}

    .title-content a {
        color: #004998;
        text-decoration: none
    }

        .title-content a:hover {
            color: red;
        }

div.img-zoom img.img-intro-school {
    height: 200px !important;
}

/* =========zoom image========== */

.img-zoom {
    overflow: hidden;
}

    .img-zoom img {
        -webkit-transition: 0.6s all ease-in-out;
        -moz-transition: 0.6s all ease-in-out;
        -ms-transition: 0.6s all ease-in-out;
        -o-transition: 0.6s all ease-in-out;
        transition: 0.6s all ease-in-out;
    }

    .img-zoom:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

.img-post-main-new {
    width: 100%;
    height: 200px;
}

.img-post-main-new {
    width: 100%;
    height: 150px;
}

.post-main-new .post-item {
    padding-top: 1rem;
}

.img-main-new {
}

.img-main-new {
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto
}


.post-title-news {
    /*font-size: 1.2rem !important;*/
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 1.5;
    text-align: justify;
    padding-right: 15px !important;
    padding-top: 0px;
    color: #fa9627;
}

.post-text-detail-news {
    font-size: 1.0rem !important;
    line-height: 1.5;
    padding-right: 15px !important;
    overflow: hidden;
}

.new-event-time > span > a {
    color: #fa9627;
    font-size: 14px;
}

    .new-event-time > span > a:hover {
        color: red;
    }

.new-event-time {
    padding-right: 15px;
}
/* end */
.pagination-container {
    width: 100vh;
}