@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.block-title, .widget-heading {
    margin-bottom: 35px;
    margin-top: 35px;
}

.block-title h2 a, .widget-heading h2, .block-title h2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #595959;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 500;
    /* text-shadow: 1px 1px 2px #595959; */
}

.widget-home-student>.widget-heading h2:after, .widget-default>.widget-heading h2:after, .block-title h2::after {
    content: "";
    display: block;
    background-color: #c80002;
    height: 2px;
}

.block-title h2, .widget-default>.widget-heading h2, .widget-home-student>.widget-heading h2 {
    position: relative;
}

.block-title h2::after, .widget-default>.widget-heading h2::after, .widget-home-student>.widget-heading h2:after {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: calc(50% - 50px);
}

.main-social {
    display: flex;
    align-items: center;
}

.main-social .social-group-bar {
    display: inline-block;
    margin-left: 20px;
}

.main-social .social-group-bar span {
    display: block;
    width: 30px;
    background-color: #c80002;
    height: 3px;
    margin-bottom: 8px;
    cursor: pointer;
}

.main-social .social-group-bar span:last-child {
    margin-bottom: 0;
}

.main-social .social-group-bar.lang {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #404040;
}

.main-social .social-group {
    display: flex;
}

.main-social .social-group a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
}

.main-social .social-group .facebook {
    background: url('../images/facebook.png') center no-repeat;
    background-size: 100%;
}

.main-social .social-group .youtube {
    background: url('../images/youtube.png') center no-repeat;
    background-size: 100%;
}

.main-social .social-group .email {
    background: url('../images/email.png') center no-repeat;
    background-size: 100%;
}

.top-bar-site {
    margin-bottom: 0;
}

.text-sologan {
    margin-left: 20px;
}

.text-sologan .bo a, .text-sologan .cuc a {
    font-family: 'Montserrat', sans-serif;
}

.text-sologan .bo a {
    font-size: 18px;
    color: #404040;
}

.text-sologan .cuc a {
    color: #c80002;
    font-size: 16px;
}

header {
    border-top: none;
    border-bottom: 3px solid #111;
}

.section-nav {
    background-color: #c80002;
}

.navigation ul>li>a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    float: left;
    font-weight: 500;
}

.navigation .sub-dropdown>li:hover>a {
    background-color: #c80002;
}
/* .sub-dropdown:before {
    border-bottom-color: #d72533;
} */
.headerSearch .form-control, .headerSearch input:focus {
    border-color: transparent;
    border-radius: 20px;
}

.headerSearch .input-group {
    border-color: #ccc;
    border-radius: 20px;
}
/* .bottom-bar-site .language {
    margin-left: 15px;
    margin-bottom: 0;
} */
.headerSearch .input-group .fa {
    color: #08387f;
}

.headerSearch .input-group input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #08387f;
    opacity: 1; /* Firefox */
}

.headerSearch .input-group input::-ms-input-placeholder { /* Edge 12 -18 */
    font-family: 'Montserrat', sans-serif;
    color: #08387f;
}

#footer {
    background-color: #c80002;
}

#footer .footer-top {
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 15px;
}

.stock-copyright, .stock-copyright a, .company_info span {
    color: #fff !important;
}

.company_info span[itemprop="name"], .company_info span[itemprop="alternateName"] {
    font-family: 'Montserrat', sans-serif;
}

#footer .widget-default {
    margin-bottom: 0;
}

#footer .widget-default>.widget-heading {
    margin-bottom: 0;
    margin-top: 0;
}

#footer .widget-default>.widget-heading h2, #footer .widget-default>.widget-heading a:not(:hover) {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.widget-default>.widget-heading:after, #footer .widget-default>.widget-heading h2:after {
    display: none;
}

.copyright .widget-body iframe {
    border: 3px solid #ccc !important;
    border-radius: 50px;
}

.section-footer-bottom {
    padding: 0;
}

.footer-menu, .stock-copyright {
    margin-top: 10px;
}

#footer .footer-logo img {
    width: 100%;
    max-width: 100%;
}

.section-slider .menu-services {
    position: static;
}

.owl-carousel-homeslider {
    margin-bottom: 0;
}

.cs_home_slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cs_home_slider.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.cs_home_slider.owl-theme .owl-dots .owl-dot.active span, .cs_home_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #c80002;
}

.section-menu-center {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 6%, #d8d8d8 100%);
}

.section-menu-center .item_content {
    display: flex;
    align-items: center;
}

.section-menu-center .item_content .item_quick_link {
    flex-grow: 1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-menu-center .item_content .item_quick_link h3 {
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-size: 16px;
    text-transform: none;
    line-height: 48px;
    font-weight: 500;
}

.section-menu-center .item_content .item_quick_link a {
    display: inline-block;
}

.section-menu-center .item_content .item_quick_link a:hover h3 {
    color: #c80002;
}

.img-hover-zoom .thumb, .img-hover-zoom a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.item-featured .item-content .img-hover-zoom img {
    max-width: 100%
}

.img-hover-zoom:hover img {
    transform: scale(1.3);
}

.widget-default>.widget-heading {
    padding-bottom: 0;
    margin-bottom: 35px;
    text-align: center;
}

.im-flex-section-row .item-featured .item-inner {
    margin-top: 15px;
}

.im-flex-section-row .item-loop {
    margin-bottom: 20px;
}

.im-flex-section-row .item-loop .item-content {
    display: flex;
    align-items: stretch;
}

.im-flex-section-row .item-loop .item-content .item-inner {
    flex-grow: 1;
}

.im-flex-section-row .item-loop .item-content .item-inner p {
    display: none;
}

.im-flex-section-row .item-loop .item-content .img-hover-zoom {
    margin-right: 15px;
}

.im-flex-section-row .item-loop .item-content .img-hover-zoom a {
    display: block;
    width: 120px;
    height: 80px;
}

.im-flex-section-row .item-content a:hover {
    color: #c80002;
}

.im-flex-section-row .item-loop .item-content a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-events-news .item h3, .im-flex-section-row .item-content .item-inner h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.im-flex-section-row .item-content .item-inner h3 a {
    color: #000;
}

.im-flex-section-row .item-content .item-inner h3 a:hover {
    color: #c80002;
}

.home-events-news .item {
    display: flex;
}

.home-events-news .item h3 {
    flex-grow: 1;
}

.home-events-news span {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: block;
    padding: 15px;
    position: relative;
    background: url("../images/arrow-notice.png") center no-repeat;
    background-size: cover;
    margin-top: 15px;
}

.ds-flex {
    display: flex;
}

.height-home {
    overflow: hidden;
    height: 250px;
}

.section-red .height-home {
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    height: 100%;
}

.height-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-red .section-home-intro {
    padding: 30px 0;
}

.content-block h3 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 50px;
}

.content-block h3 ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    margin-top: 30px;
    grid-gap: 25px;
    max-width: 600px
}

.content-block h3 ul li {
    list-style: none;
}

.content-block span, .content-block h3 ul li a, .content-block h3 ul li a:hover {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
}

.content-block h3 ul li::marker {
    color: #fff;
    font-size: 20px
}

.section-home-middle {
    margin-bottom: 35px;
}

.section-home-middle, .section-students {
    background-color: transparent;
}

.section-red {
    background-color: #c80002;
}

.widget-home-student>.widget-heading {
    text-align: center;
    margin-bottom: 35px !important;
}

.section-footer-top {
    padding-top: 0;
}

.slide_staff {
    display: flex;
    flex-wrap: wrap;
}

.slide_staff .slide_item {
    flex: 0 0 33.33%;
}

.slide_staff .staff {
    display: flex;
}

.slide_staff .staff .thumb {
    display: block;
    width: 50%;
    height: 200px;
}

.slide_staff .staff .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_staff .staff .info {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 30px 10px;
}

.slide_staff .staff .info span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #fff;
}

.slide_staff .staff .info span.title {
    font-size: 14px;
    margin-bottom: 20px;
}

.slide_staff .staff .info .sub-1 {
    margin-bottom: 5px;
}

.slide_staff .slide_item:nth-child(odd) .info {
    background-color: #c80002;
}

.slide_staff .slide_item:nth-child(even) .info {
    background-color: #2E75B5;
}

.slide_staff .slick-current>div {
    display: flex;
}

.slide_staff .slick-current>div:nth-child(even) .thumb {
    order: 2;
}

.slide_staff .slick-current>div:nth-child(odd) .info {
    order: 1;
}

.slide_staff .slide_item .info::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.slide_staff .slick-current>div:nth-child(odd) .slide_item:nth-child(even) .info::before {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #2E75B5;
    left: -15px;
    transform: rotateY(180deg);
}

.slide_staff .slick-current>div:nth-child(odd) .slide_item:nth-child(odd) .info::before {
    border-width: 10px 15px 10px 0;
    border-color: transparent #c80002 transparent transparent;
    left: -14px;
}

.slide_staff .slick-current>div:nth-child(even) .slide_item:nth-child(even) .info::before {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #2E75B5;
    left: auto;
    right: -19px;
}

.slide_staff .slick-current>div:nth-child(even) .slide_item:nth-child(odd) .info::before {
    border-width: 10px 15px 10px 0;
    border-color: transparent #c80002 transparent transparent;
    left: auto;
    right: -19px;
    transform: rotateY(180deg);
}

.slide_staff .slick-dots li button::before {
    font-size: 12px;
}

.section-about-unit {
    padding-top: 0;
}

.slide_staff .staff .thumb img {
    vertical-align: top;
    display: inline-block;
}

.section-educate-science .block-title {
    display: none;
}

.section-menu-center_tab .navtab {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.section-menu-center_tab .navtab .tablinks {
    background-color: #D8D8D8;
    padding: 10px 40px;
    /* margin-right: 20px; */
    border: 1px solid #d8d8d8;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #404040;
    font-size: 16px;
    text-transform: uppercase;
}

.section-menu-center_tab .navtab .tablinks:last-child {
    /* margin-right: 0; */

}

.section-menu-center_tab .navtab .tablinks.active {
    background-color: #c80002;
    color: #fff;
}

.section-menu-center_tab .navtabcontent .tabcontent {
    display: none;
}

.section-menu-center_tab .navtabcontent .tabcontent.active {
    display: block;
}

.tabcontent .dropdown_ac {
    display: flex;
    flex-direction: row;
}

.tabcontent .dropdown_ac .item_dropdown_ac {
    margin-right: 25px;
}

.tabcontent .dropdown_ac .item_dropdown_ac:last-child {
    margin-right: 0;
}

.tabcontent .dropdown_ac .item_dropdown_ac {
    flex: 0 0 calc(33.33% - 16px);
}

.tabcontent .dropdown_ac .item_dropdown_ac .stitle {
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #404040;
    font-weight: 500;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 30px;
    border-top-right-radius: 0;
    text-align: center;
}

.tabcontent .dropdown_ac .item_dropdown_ac .stitle:hover {
    color: #c80002;
}

.tabcontent .dropdown_ac .item_dropdown_ac .sthumb {
    display: block;
    width: 100%;
    height: 250px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

.tabcontent .dropdown_ac .item_dropdown_ac .sthumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-menu-center_tab {
    position: relative;
    padding-bottom: 20px;
}

.section-menu-center_tab .red-overlay {
    position: absolute;
    background-color: #c80002;
    top: 30%;
    left: 0;
    width: 100%;
    height: 430px;
}

.section-menu-center_tab .item_with_icons {
    display: flex;
    margin-top: 15px;
}

.section-menu-center_tab .item_with_icons .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px;
    align-items: center;
    text-align: center;
    background-color: #bfbfbf;
    margin-right: 10px;
}

.section-menu-center_tab .item_with_icons .item:last-child {
    margin-right: 0;
}

.section-menu-center_tab .item_with_icons span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.section-menu-center_tab .item_with_icons span:nth-of-type(1) {
    color: #ffc000;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-menu-center_tab .item_with_icons img {
    display: block;
    width: 80px;
    height: 80px;
}

.slide_staff .slick-list {
    padding-bottom: 20px;
}

.widget-home-student {
    margin-bottom: 0;
}

.home-events-news .event-banner a {
    display: block;
}

.section-menu-center .owl-stage {
    display: flex;
}

.section-menu-center .owl-stage .item_quick_link {
    padding-bottom: 0;
}

.item_content .owl-dots.disabled, .item_content .owl-nav.disabled {
    display: none
}

.item_content.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.home-events-news .item-others {
    background: url('../images/bg-home.png') center no-repeat;
    background-size: cover;
    padding: 10px;
    position: relative;
    margin-bottom: 10px
}

.home-events-news .item-others .item:last-child {
    margin-bottom: 0 !important;
}

.global-slide-logo {
    margin-top: 35px;
    margin-bottom: 35px;
}

.widget-default {
    margin-bottom: 35px;
}

.mname-home .third-nav {
    margin-bottom: 0;
}

.section-home-header {
    margin-top: 35px;
}

.section-home-header .block-title, .section-home-header .widget-default>.widget-heading {
    margin-top: 0;
}

.section-students .row-students {
    margin-bottom: 0;
}

.global-slide-logo .s-link {
    display: block;
    text-align: center;
}

.sticky-menu .header-right-inner {
    align-items: center;
}

.sticky-menu .header-right-inner .trigger-search.onscroll {
    display: block;
    margin-left: 15px;
}

/*.list-internal .slide_staff .slick-list {
    padding-top: 20px;
    background-color: #f4f1ec;
}*/

/*.list-internal .slide_staff .slick-slide>div {
    margin: 0 15px;
}*/

/*.list-internal .slide_staff .slide_item {
    flex: 0 0 100%;
}*/

.list-internal .slide_staff .staff {
    flex-direction: column;
}

.list-internal .slide_staff .slide_item .info::before {
    display: none;
}

.list-internal .slide_staff .staff .info {
    padding: 15px;
    background-color: #f4f1ec;
}

.list-internal .slide_staff .staff .info span {
    color: #1e1e1e;
    text-align: center;
}

.list-internal .slide_staff .staff .info span.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.list-internal .slide_staff .staff .thumb {
    width: 100%;
    height: 340px;
}

.mname-don-vi-truc-thuoc .thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.unit-introduction .item-first {
    display: flex;
}

.unit-introduction .item-first>div {
    flex: 0 0 50%;
}

.unit-introduction .item-first .headerhtml {
    flex-basis: calc(50% - 20px);
    margin-right: 20px;
}

.unit-introduction .item-first .bodyhtml h3 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #b41d24;
    font-size: 16px;
    text-transform: uppercase;
}

.widget-sidebar-title-border .widget-heading {
    border-width: 1px;
    margin-bottom: 0;
}

.widget-sidebar-title-border .widget-body .metismenu li {
    border-color: #ccc;
}

.home-news-student .item-first .thumb {
    padding-bottom: 45% !important;
}

.opfile-viewcat .row .thumbnail {
    padding: 0;
}

.bottom-bar-site .language {
    margin-bottom: 0;
    margin-left: 15px;
}

.news-main {
    display: flex;
    flex-wrap: wrap;
}
/* .mname-eussh .section-body {
    background-color: #ebeff8;
} */
.menu-eussh {
    background: none;
}

.menu-eussh .item_content {
    flex-wrap: wrap;
    align-items: normal;
    margin-left: -10px;
    margin-right: -10px;
}

.menu-eussh .item_content .item_quick_link {
    flex-basis: 33.33%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.menu-eussh .item_content .item_head_landing {
    border: 1px solid #fff;
    /* border-radius: 10px; */
    height: 100%;
    /* overflow: hidden; */
}

.menu-eussh .thumb-bg {
    height: 200px;
}

.menu-eussh .thumb-bg * {
    width: 100%;
    height: 100%;
}

.menu-eussh .thumb-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-eussh .white-bg {
    background-color: #c80002;
    padding: 20px 10px 10px;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}

.menu-eussh .m1, .menu-eussh .m4 {
    margin-bottom: 0;
}

.menu-eussh .m2, .menu-eussh .m3 {
    flex: 1;
}

.menu-eussh .m1, .menu-eussh .m4 {
    display: block;
    text-align: center;
}

.menu-eussh .m3 {
    color: #fff;
}

.menu-eussh .m4 a {
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.menu-eussh .m4 a:hover {
    color: #c80002;
}
/* .menu-eussh .m4 a > i {
    padding-left: 10px;
} */
.menu-eussh .m2 a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    /* text-transform: uppercase; */
}
/*.list-internal .slick-slide {
    padding: 0;
}
.list-internal .slick-track {
    width: 100% !important;
}*/
.list-internal .slide_staff .slick-slide .slide_item{
    box-sizing: border-box;
    flex: inherit;
    width: calc(25% - 20px) !important;
}
.list-internal .slide_staff .slick-current>div:nth-child(even) .thumb {
    order: 1;
}
.list-internal .slide_staff .slick-current>div:nth-child(even) .info {
    order: 2;
}
.margin-unti {
    padding-top: 20px;
    padding-bottom: 60px;
}
.banner-unit .slick-slide {
  height: 600px; /* Chiều cao cố định */
  display: flex; /* Đảm bảo nội dung căn giữa nếu cần */
  align-items: center;
  justify-content: center;
  padding: 0;
}
.banner-unit .slick-slide > *,
.banner-unit .slick-slide .item,
.banner-unit .slick-slide .item > *,
.banner-unit .slick-slide .image-container {
    height: 100%;
}
.title-container {
    font-family: "Montserrat";
    font-size: 32px;
    text-align: left;
    color: #404040;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.title-container.text-center {
    text-align: center;
}
.banner-unit .image-container {
    position: relative;
    text-align: center;
}
.banner-unit .image-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-unit .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 82, 152, 0.7);
    color: white;
    text-align: left;
    width: 50%;
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 20px;
}
.banner-unit .overlay h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.banner-unit .overlay p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.6;
}
.unit-introduction .thumb img {
    max-width: 100%;
    height: auto;
}
.bn-unit-introduction {
    background-color: #F2F2F2;
    margin-bottom: 40px;
}
.bn-unit-introduction .thumb img {
    object-fit: cover;
    width: 100%;
}
.bn-unit-introduction .item-first .thumb {
    padding-bottom: calc(50% + 20px) !important;
}
.bn-unit-introduction .item-first .headerhtml {
    margin-right: 0;
    flex-basis: 50%;
}
.bn-unit-introduction .item-first .bodyhtml {
    padding: 20px 40px;
}
.bn-unit-introduction .item-first .bodyhtml h3 a{
    font-family: 'Montserrat';
    font-size: 24px;
    color: #595959;
}
.bn-unit-introduction .item-first .bodyhtml h3 {
    position: relative;
    display: block;
    width: 100%;
}
.bn-unit-introduction .item-first .bodyhtml h3::after {
    content: '';
    display: block;
    background-color: #595959;
    bottom: 0;
    height: 1px;
    width: 50%;
}
.bn-unit-introduction .item-first .bodyhtml .hmtext {
    font-size: 15px;
    color: #C00000;
    line-height: 30px;
    padding-bottom: 20px;
}
.bn-unit-introduction .item-first .bodyhtml .btnhmtext a {
    padding: 8px 16px;
    background-color: transparent;
    color: #C00000;
    border: 1px solid #C00000;
    border-radius: 20px;
}
.bn-unit-introduction .item-first .bodyhtml .btnhmtext a:hover {
    background-color: #C00000;
    color: #fff;
}
.unit-custom .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0;
}
.unit-custom .panel-body {
    padding: 0;
}
/*.unit-custom .panel-heading .sub-list-icon li {
    padding: 0 0 0 30px;
}*/
.unit-custom .panel-heading .sub-list-icon h4::before {
    display: none;
}
.unit-custom .panel-heading .sub-list-icon h4 a{
    font-family: 'Montserrat';
    color: #404040;
    font-size: 28px;
    text-transform: uppercase;
}
.news_column.unit-custom .unit-custom-grid-news {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.news_column.unit-custom .unit-custom-grid-news li {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
}
.news_column.unit-custom .unit-custom-grid-news li a {
    padding-left: 0;
    font-size: 17px;
}
.news_column.unit-custom .unit-custom-grid-news li a img {
    display: block;
    margin: 0;
}
/*.list_staff .title-container {
    padding-left: 10px;
}*/
.section-slider {
    margin-bottom: 20px;
}
.unit-custom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.unit-custom .list-inline {
    margin-bottom: 20px;
}
.unit-custom .list-inline>li {
    padding: 0;
}
.unit-custom .panel-default {
    box-shadow: none;
}
.list-internal .slide_staff .slick-slide {
    padding: 0;
}
.list-internal .slide_staff .slick-slide > div {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.list-internal .slide_staff .slick-track {
    margin: 0 !important;
}
/*.list-internal .slide_staff .slick-slide .slide_item:last-child {
    margin-right: 20px;
}*/
@media ( min-width : 992px) {
    body {
        padding-top: 197px;
    }
    /* .sticky-menu header .header-inner .logo img {
        height: 64px;
    } */
    .mname-home .container {
        padding: 0 10px;
    }
    .sticky-menu header {
        padding: 10px;
    }
    .sticky-menu header .header-inner .banner img {
        max-height: 60px;
    }
    .sticky-menu header .header-inner .logo img {
        height: 60px;
    }
}

@media ( min-width : 1270px) {
    .wraper {
        width: 100%;
        max-width: 1200px;
    }
}

@media ( max-width : 1200px) {
    .widget-home-student>.widget-heading h2, .block-title h2 a, .widget-default>.widget-heading h2, .block-title h2 {
        font-size: 18px;
    }
    .section-students .row-students {
        margin: 0;
    }
    .section-students .row-students .col-students {
        margin-bottom: 0;
    }
}

@media ( max-width : 1024px) {
    #menusite {
        display: none;
    }
    .btn-toggle-menu-tablet {
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
        padding: 12px 0;
    }
    .btn-toggle-menu-tablet .btn-inner span {
        display: block;
        margin-bottom: 5px;
        height: 5px;
        background-color: #fff;
    }
    .btn-toggle-menu-tablet .btn-inner {
        width: 30px;
    }
    body.mobile-nav-open {
        overflow: hidden;
    }
    .mobile-nav-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }
    .mobile-nav-ctn {
        background-color: #08387f;
        height: calc(100vh);
        width: 80%;
        max-width: 400px;
        position: fixed;
        right: 0;
        top: 0;
        padding: 20px 0;
        color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        transform: translateX(calc(100% + 20px));
        transition: transform .2s;
        z-index: 10000;
        overflow: auto;
    }
    .mobile-nav-ctn {
        display: block;
    }
    .mobile-nav-open .mobile-nav-bg {
        display: block;
    }
    .mobile-nav-open .mobile-nav-ctn {
        transform: translateX(0);
    }
    .mobile-nav-ctn {
        background-color: #c80002;
    }
    .section-students .row-students .col-students {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-students .row-students .col-students:first-child {
        padding-left: 0;
    }
    .section-students .row-students .col-students:last-child {
        padding-right: 0;
    }
    .item-featured .height-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media ( max-width : 991px) {
    .section-red .height-home {
        height: auto;
    }
    .section-educate-science {
        margin-bottom: 20px;
    }
    .section-home-intro .ds-flex .content-block span {
        font-size: 14px !important;
    }
    .home-events-news {
        flex-direction: column;
    }
    .home-events-news .event-banner {
        margin-top: 10px;
    }
    .home-events-news .event-banner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home-events-news .item-others {
        max-width: none;
        flex: 1;
    }
    .home-events-news .item {
        align-items: center;
    }
    .home-events-news .item>* {
        flex-grow: 0;
        margin-top: 0px;
    }
    .home-events-news .item i {
        width: 30px;
    }
    .home-events-news .item h3 {
        transform: none;
        flex-grow: 1;
    }
    .home-events-news .item-others>div:nth-child(n+3) {
        display: flex;
    }
    .slide_staff .slick-current>div {
        display: block;
    }
    .col-students:last-child .widget-home-student, .global-slide-logo, .section-home-middle, .section-home-middle .widget-default {
        margin-bottom: 0;
    }
    .section-home-middle .widget-default>.widget-heading {
        margin-top: 0;
    }
    .section-home-middle .widget-default:first-child {
        margin-bottom: 20px;
    }
    .height-home {
        height: 100%;
    }
    .section-menu-center .item_content .item_quick_link h3 {
        line-height: 32px;
    }
    .mname-home header {
        padding: 10px;
    }
    .mname-home header .header-inner .logo img {
        width: 35px;
    }
    .main-social .social-group a {
        width: 40px;
        height: 40px;
    }
    .menu-eussh .item_content .item_quick_link {
        flex-basis: 50%;
    }
    .menu-eussh .item_content {
        margin-left: -20px;
        margin-right: -20px;
    }
    .list-internal .slide_staff .slick-slide .slide_item {
        width: calc(33.33% - 20px) !important;
    }
}

@media ( min-width : 600px) and (max-width: 800px) {
    /* header .header-inner {
        flex-wrap: wrap;
    } */
    .mname-home header {
        padding: 10px;
    }
    header .header-inner .logo {
        order: 0;
    }
    header .header-inner .logo a {
        display: inline-block;
    }
    header .text-sologan {
        flex: 1;
    }
    header .header-inner .banner {
        flex-shrink: 1;
        padding-left: 10px;
    }
    header .header-inner .banner img {
        height: 50px;
    }
    header .header-inner .header-right {
        flex: 0 0 50%;
    }
    .main-social .social-group-bar.lang {
        display: none;
    }
    .widget-home-student>.widget-heading h2, .block-title h2 a, .widget-default>.widget-heading h2, .block-title h2 {
        font-size: 15px;
        line-height: 36px;
    }
    .home-events-news .item-others {
        padding-left: 20px;
        padding-bottom: 7px;
    }
    .home-events-news .item-others::before {
        left: -6px;
    }
    .section-menu-center .owl-stage {
        align-items: center;
    }
    .section-menu-center .item_content .item_quick_link h3 {
        font-size: 12px;
    }
}

@media ( max-width : 792px) {
    .slide_staff .slick-slide:nth-child(odd) .slide_item .info {
        background-color: #2E75B5;
    }
    .slide_staff .slick-slide:nth-child(even) .slide_item .info {
        background-color: #c80002;
    }
    .slide_staff .slick-current.slick-slide:nth-child(odd)>div .slide_item .info::before {
        border-right-color: #2E75B5;
    }
    .slide_staff .slick-current>div:nth-child(odd) .slide_item:nth-child(odd) .info::before {
        left: -13px;
    }
    .list-internal .slide_staff .slick-slide .slide_item .info {
        background-color: #f4f1ec;
    }
}

@media ( max-width : 767px) {
    .slide_staff .slick-current>div {
        display: block;
    }
    #footer .footer-logo img {
        width: auto;
    }
    .section-home-intro>div {
        display: block;
    }
    .content-block h3 {
        padding-left: 10px;
        padding-top: 10px;
    }
    .content-block h3 ul {
        max-width: none;
    }
    .section-menu-center .item_content {
        flex-wrap: wrap;
    }
    .item-featured {
        margin-bottom: 20px;
    }
    .item-featured .height-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home-events-news .item {
        align-items: center;
    }
    .home-events-news .item i {
        width: 30px;
        flex-grow: inherit;
    }
    .home-events-news .item h3 {
        transform: none;
    }
    .home-events-news .item-others {
        display: block;
        max-width: none;
        flex: 1;
        padding-left: 0;
    }
    .home-events-news .item-others>div:nth-child(n+3) {
        display: flex;
        margin-bottom: 0 !important;
    }
    .block-title, .widget-default>.widget-heading {
        margin-top: 0;
    }
    .widget-default {
        margin-bottom: 0;
    }
    .section-menu-center_tab .item_with_icons {
        flex-direction: column;
    }
    .section-menu-center_tab .item_with_icons .item {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .section-menu-center_tab .red-overlay {
        display: none;
    }
    .section-menu-center_tab .navtab {
        justify-content: space-between;
    }
    .section-menu-center_tab .navtab .tablinks {
        padding: 10px 20px;
        font-size: 14px;
    }
    /* .header-right-inner .trigger-menu {
        display: none;
    } */
    .header-right-inner .trigger-search {
        border-left: none;
    }
    .section-menu-center .item_content .item_quick_link h3 {
        font-size: 12px;
        line-height: 26px;
    }
    .section-home-intro .ds-flex .content-block h3 ul {
        display: block;
    }
    .list-internal {
        margin-bottom: 20px;
    }
    .list-internal .slide_staff .staff .thumb {
        height: auto;
    }
    .list-internal .slide_staff .slick-list {
        height: 100% !important;
    }
    .news-main>div:not(.news_column, .clear) {
        flex-basis: 50%;
    }
    .section-menu-center_tab .item_with_icons {
        display: none;
    }
    .unit-custom-grid-news > li {
        flex-basis: 50%;
    }
    .banner-unit .overlay {
        width: 100%;
        margin: 0;
    }
    .news_column.unit-custom .unit-custom-grid-news li {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .list-internal .slide_staff .slick-slide .slide_item {
        width: calc(50% - 20px) !important;
    }
}

@media ( min-width : 600px) and (max-width: 767px) {
    .header-right-inner {
        display: flex;
    }
    .header-right-inner .search-bar-site {
        display: none;
    }
    .header-right-inner .top-bar-site {
        flex-basis: 100%;
    }
    .main-social .social-group a {
        width: 30px;
        height: 30px;
    }
    .header-right-inner .onscroll {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header-right-inner .bottom-bar-site {
        justify-content: flex-end;
        margin-right: 10px;
        flex-basis: 100px;
    }
    header .header-inner .logo img {
        width: 25px;
    }
}

@media ( max-width : 600px) {
    .top-bar-site .main-social, .header-right-inner .search-bar-site {
        display: none;
    }
    .header-right-inner {
        display: flex;
    }
    .header-right-inner .onscroll {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    /* .header-right-inner .bottom-bar-site {
        justify-content: flex-end;
        margin-right: 10px;
        flex-basis: calc(100% - 10px);
    } */
    .section-nav {
        display: none;
    }
    .unit-introduction .item-first {
        flex-direction: column;
    }
    .unit-introduction .item-first .headerhtml {
        flex-basis: 100%;
        margin-right: 0;
    }
}

@media ( max-width : 540px) {
    .custom-block-news .row>div {
        width: 100%;
    }
    .text-sologan .bo a, .text-sologan .cuc a {
        font-size: 14px;
    }
    .section-students .row-students {
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0 0 20px;
    }
    .section-students .row-students .col-students {
        max-width: none;
        flex: 1;
        padding: 0;
    }
    .unit-custom-grid-news > li,
    .news-main>div:not(.news_column, .clear) {
        flex-basis: 100%;
    }
}

@media ( max-width : 499px) {
    /* header .header-inner .logo {
        order: 0;
    } */
    /* header .header-inner .logo img {
        width: 50px;
    } */
    header .header-inner .text-sologan {
        flex: 1;
    }
    /* header .header-inner .banner {
        flex: 1;
        order: 1;
    } */
    .cs_home_slider.owl-theme .owl-dots {
        bottom: -10px;
    }
    .text-sologan .bo a, .text-sologan .cuc a {
        font-size: 12px;
    }
    .section-menu-center_tab .navtab .tablinks {
        margin-right: 10px;
    }
    .section-menu-center_tab .navtab .tablinks:last-child {
        margin-right: 0;
    }
    .widget-home-student>.widget-heading h2, .block-title h2 a, .widget-default>.widget-heading h2, .block-title h2 {
        font-size: 26px;
    }
    .section-menu-center_tab .navtab .tablinks {
        padding: 6px;
    }
    .section-menu-center_tab .item_with_icons .item:last-child {
        margin-bottom: 0;
    }
    .section-menu-center_tab {
        padding-bottom: 0;
    }
    header .header-inner .header-right {
        border-bottom: none;
    }
    .home-events-news .item {
        padding-left: 15px;
    }
    .home-events-news span::before {
        background-size: 60%;
    }
    .header-right-inner .trigger-search.onscroll {
        display: none;
    }
    /* .header-right-inner .trigger-search.onscroll {
        display: flex;
        margin-left: 0;
        padding-left: 0;
    } */
    .menu-eussh .item_content .item_quick_link {
        flex-basis: 100%;
    }
}

@media ( max-width : 376px) {
    .home-events-news .item {
        padding-left: 20px;
    }
     .list-internal .slide_staff .slick-slide .slide_item {
        width: calc(100% - 20px) !important;
    }
}

@media ( min-width :768px) and (max-width: 900px) {
    .section-menu-center .item_content .item_quick_link h3 {
        font-size: 14px;
    }
}

/* Đưa toàn bộ slider về sát trái */
.slide_staff .slick-track{
    margin: 0 !important;
}
