
@media only screen and (min-width: 993px) {
    .header .menu > .menu-item > a .expand::after,
    .header .menu > .menu-item > a .expand::before {
        content: none;
    }
    .header .menu > .menu-item > a .expand-desktop {
        position: relative;
        display: inline-block;
        height: 0.75rem;
        width: 0.75rem;
        margin-left: 0.35rem;
        border: none;
        outline: none;
        pointer-events: none;
    }
    .header .menu > .menu-item-has-children > a .expand-desktop:before {
        position: unset;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    .header .menu > .menu-item-has-children:hover > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    /*.header .menu > .menu-item-has-children:hover > a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }*/

}
@media only screen and (max-width: 1199px) {
    .header .menu > .menu-item {
        margin: 0 0.3rem;
    }

    .content-page p > img {
        width: 500px !important;
        height: 500px !important;
    }

    .content-page p > em > img {
        width: 500px !important;
        height: 500px !important;
    }
}
@media only screen and (max-width: 992px) {
    .owl-banner .owl-theme .owl-dots {
        display: none;
    }
    .contact-page {
        margin-bottom: 20px;
    }
    .content-page {
        margin-bottom: 20px;
    }
    .news-page {
        margin-bottom: 20px;
    }

    .header .menu > .menu-item > a .expand {
        position: relative;
        display: inline-block;
        height: 0.75rem;
        width: 0.75rem;
        margin-left: 0.35rem;
        border: none;
        outline: none;
        pointer-events: none;
    }

    .header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
        position: absolute;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: '';
        left: 50%;
        top: 50%;
        width: 100%;
        height: 2px;
        background: #121212;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
        background: #e91e63;
    }

    .header .menu > .menu-item > a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-cus {
        position: fixed;
        top: 0;
        left: -18rem;
        width: 18rem;
        height: 100%;
        padding: 1rem 0;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background: #ffffff;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .navbar-cus.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-cus::-webkit-scrollbar {
        width: 5px;
    }
    .header .navbar-cus::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background: #e6e6e6;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
    }
    .header .menu {
        width: 100%;
        height: auto;
        margin-top: 3.5rem;
    }
    .header .menu > .menu-item {
        display: block;
        margin: 0;
    }
    .header .menu > .menu-item-has-children > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .menu > .menu-item > a {
        padding: 0.75rem 1rem;
        color: #121212;
        border-bottom: 1px solid #f2f2f2;
    }
    .header .menu > .menu-item:first-child > a {
        border-top: 1px solid #f2f2f2;
    }
    .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
        background: #121212;
    }
    .header .menu > .menu-item-has-children.active > a .expand:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        padding: 0.75rem 2rem;
        color: #121212;
        border-bottom: 1px solid #f2f2f2;
    }
    .header .opened-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .closed-menu {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 1rem;
        right: 0.5rem;
    }
}
@media only screen and (max-width: 991px) {
    .list-bg{
        margin-bottom:30px;
    }
    .card {
        min-height: 466px;
        height: auto !important;
        margin-bottom: 20px;
    }
    .banner-session .banner-content{
        width:60%;
    }
}

@media only screen and (max-width: 767px) {
    .card {
        min-height: auto;
    }
    .sitemap-mission .block_quote{
        margin-top:30px;
    }
    .footer .footer_box .row_footer {
        flex-direction: column;
    }
}
@media only screen and (max-width: 575px) {
    .statisc_mb {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer .info-wp{
        margin-top:15px;
    }
    .location-ic:before, .mail-ic:before, .phone-ic:before {
        margin-bottom: 5px;
    }
    .footer .info-wp p{
        margin-bottom:0;
    }
    .list-bg {
        padding: 20px;
    }
    .news-st .item {
        height: 450px;
    }

        .news-st .item .img_news {
            height: 450px;
        }
   
}
@media only screen and (max-width: 480px) {
    .news-page .news-item {
        flex-direction: column;
    }

        .news-page .news-item .img-part {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .news-page .news-item .content-part {
            width: 100%;
        }
}
@media only screen and (max-width: 430px) {
    .banner-session .banner-content {
        width: 80%;
    }

    .url-vinh {
        font-size: 14px !important;
    }

    .title-vinh {
        width: 146px;
        font-size: 21px !important;
    }

    .content-banner {
        font-size: 16px !important;
        display: none;
    }

    .menu-bottom {
        display: grid !important;
    }

    .see-more-wp-vinh {
        background: #b42525;
        padding: 4px;
        border-radius: 4px;
        width: 54px;
        font-size: 10px;
        float: right !important;
        margin-top: -30px !important;
    }


    .content-page p > img {
        width: 250px !important;
        height: 250px !important;
    }

    .content-page p > em > img {
        width: 250px !important;
        height: 250px !important;
    }
}

@media only screen and (max-width: 375px) {
    .see-more {
        padding: 5px 7px;
    }
    .news-st .item{
        height:345px;
    }
        .news-st .item .img_news {
            height: 345px;
        }
    .owl-news-carousel .news-top-title {
        top: 25px;
        left: 25px;
    }
}