/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
.site-banner-bg {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 50px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: transparent;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 22px;
    border-radius: 0px;
    display: none;
}

.mobile-menu-toggle-btn:hover {
    color: #c41330;
}

.mobile-menu-toggle-btn i {
    color: #333;
}

.socialList li a {
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.socialList li a .fa {
    color: #fff;
    font-size: 12px;
}

.socialList li>.backgroud-fa {
    background-color: #37538d;
}

.socialList li>.backgroud-youtube {
    background-color: #e73a35;
}

.personalArea {
    padding-left: 15px;
}

.headerSearch {
    width: 210px
}

.headerSearch .btn, .headerSearch .form-control {
    border-radius: 0px
}

.headerSearch .form-control {
    height: 24px !important;
    color: #495057;
}

.headerSearch .btn {
    padding: 2px 8px;
}

.headerSearch input {
    border-color: transparent;
    background-color: transparent !important;
}

.headerSearch .btn-info {
    background-color: transparent;
    border-color: transparent;
    color: #333
}

.headerSearch .input-group {
    border: 1px solid #dee2e6;
    color: #495057;
    background-color: #FFF
}

.section-header-bar {
    background-color: #f8f9fa;
    background-image: none;
}

.header-nav-inner {
    padding: 0
}

.contactDefault .current-time {
    font-size: 13px;
    font-style: italic;
    color: #999;
}

body {
    background-color: #FFF;
    color: #212529
}

.room a {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00549b;
}

.school a {
    font-size: 25px;
    color: #c41330;
    font-weight: 700;
}

.menu-mobile-css .sidebar-nav {
    background: transparent !important;
    background-image: none !important;
}

.menu-mobile-css .sidebar {
    background: transparent !important;
}

.menu .menu-mobile-css a {
    color: #333 !important;
}

.menu .metismenu .arrow {
    color: #333 !important;
}

.menu .metismenu .sidebar-nav ul ul a {
    background-color: transparent !important;
}

#footer {
    min-height: auto !important;
    padding: 16px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.css-font {
    color: #212529;
    font-size: 14px
}

.css-font a {
    color: #00549b !important;
}

.menu_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.menu_footer ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    margin-top: 6px;
}

.menu_footer ul li:not(:last-child ) {
    margin-right: 13px;
    position: relative;
}

.menu_footer ul li:not(:last-child ):after {
    content: '';
    display: block;
    height: 12px;
    border-right: 1px solid #00549b;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*CSS button footer */
.footer-bttop .bttop {
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9;
}

.footer-bttop .bttop a {
    display: block;
    line-height: 30px;
    background-color: #00549b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%
}

.footer-bttop .bttop a:hover {
    color: #fff;
    background-color: #6e55b4;
}

.footer-bttop .bttop em {
    margin-right: 0px;
}
/*CSS New */
.sub-list-icon>li:first-child>::before, .cat-icon::before {
    display: none;
}

.css-news-title {
    position: relative;
    background-color: #ededed;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.css-news-title li:FIRST-CHILD {
    background-image:
        url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.54 4.71' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath fill='%23eeeeee' d='M.08 0h2.46v4.71H.08z'/%3e%3cpath fill='%23d61c1d' d='M0 0h.15L2.5 2.36.15 4.71H0z'/%3e%3c/svg%3e");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 23px;
}

.css-news-title li:FIRST-CHILD h4 {
    display: inline-block;
    background-color: #00549b;
    background-clip: content-box;
    padding-right: 21px;
}

.css-news-title li:FIRST-CHILD h4 a {
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.css-news-title li {
    padding-left: 0;
    padding-right: 0
}

.css-news-title * {
    white-space: nowrap;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    display: inline-block;
    height: 35px;
}

.sub-list-icon>li+li>::before {
    display: none;
}

.css-news-title li:not(:FIRST-CHILD ){
    margin-left: 15px
}

.css-panding-content {
    margin-top: 5px
}

.img-thumbnail {
    background-color: transparent;
    border-radius: 0
}

.news_column {
    margin-bottom: 35px
}

.css-panding-content h3 a {
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
}

.css-panding-content h3 {
    margin-bottom: 4px;
}

div.news_column .text-muted ul li:FIRST-CHILD {
    padding-left: 0px
}

#body {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.news_column .css-panding-content ul.related li a:BEFORE {
    content: '\f101';
    font-family: fontawesome;
    color: #00549b;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px
}

div.news_column .css-panding-content .col-md-8 ul .icon_new_small {
    background: transparent;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.icon_list {
    background: none;
    position: relative;
}

div.news_column .css-panding-content .col-md-8 ul {
    width: 100%
}

div.news_column ul.related a {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #00549b;
    margin-bottom: 0;
}

div.news_column ul.related li:not(:last-child ){
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dee2e6;
}

.news-list__info {
    font-size: 12px;
    color: #999;
    padding-left: 15px;
    margin-top: 5px;
}
.news-4__btn a{
    color: #c41330;
}
.news-4__btn:hover a{
    color: #fff
}
.news-4__btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: color .5s;
    transition: color .5s;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #c41330;
    color: #c41330 !important;
    padding: 0 12px;
    margin-top: 7px
}

.news-4__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #778899;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    z-index: -1;
}
.news-4__btn::before {
    background-color: #c41330 ;
}

.news-4__btn:hover {
    color: #fff !important;
    text-decoration: none;
}
.news-4__btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
    transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
}
/*CSS Menu*/
ul.slimmenu li>ul {
    width: auto !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current {
    background-color: #0c2a4f !important;
}

ul.slimmenu {
    background-color: #00549b !important;
    border-color: #00549b !important;
}

ul.slimmenu>li>a {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

ul.slimmenu li a {
    padding: 10px 15px !important;
}

ul.slimmenu li ul li a:hover, ul.slimmenu li ul li a:focus {
    background-color: rgba(0, 84, 155, .05) !important;
}

ul.slimmenu li .sub-collapser>i {
    display: none !important;
}

ul.slimmenu li ul li .sub-collapser>i {
    display: inline-block !important;
}

ul.slimmenu>li:not(:LAST-CHILD ) >a {
    border-right: 1px solid #0471ea;
}

.third-nav .row {
    border-bottom-width: 0
}
/*CSS block*/
.panel-primary>.panel-heading {
    background-color: #ededed;
    border-color: #dee2e6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: none !important;
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    text-transform: uppercase;
}

.dix-flex img {
    width: 100%
}

.panel-primary {
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 0px
}

.first_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 16px;
}

.first_new img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
}

.news-2__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-2__body {
    background-color: #f8f9fa;
    padding: 6px 12px;
}

.news-2__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    font-size: 20px;
    font-weight: 700;
    color: #00549b;
    margin-bottom: 0;
}

.slide-contents img {
    width: 100%;
    height: 100%;
    max-height: 155px;
    -o-object-fit: cover;
    object-fit: cover;
}

.time-slides {
    background-color: #c41330 !important;
    padding: 16px;
    margin-bottom: 25px
}

.news-3__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 4px solid #fff;
    margin: 0px 3px;
}

.slick-slide {
    margin-right: 16px
}

.news-3__title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 0;
}

.news-3__title a {
    color: #fff;
}

.slick-prev {
    left: 0px !important;
}

.slick-prev, .slick-next {
    width: 25px !important;
    height: 30px !important;
    font-size: 24px !important;
    background-color: rgba(255, 255, 255, .9) !important;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    position: relative;
    left: 8px;
    color: #333 !important;
    opacity: 1 !important;
}

.slick-next {
    right: 0 !important;
}

.menu_footer ul {
    padding-left: 0
}

.section-4__title span{
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    line-height: 30px;
    background-color: #c41330;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.news-5__title{
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    margin: 8px 0;
    margin-bottom: 0
}

.time-slides-two .slick-dots li button::before {
    font-size: 40px;
}

.time-slides-two .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #c41330;
}

.time-slides-two .slick-dots li{
    margin: 0
}

.time-slides-two .slick-prev, .time-slides-two .slick-next{
    display: none !important;
}

@media screen and (max-width:499.98px) {
    .css-repsonsive {
        display: flex;
        flex-wrap: wrap;
    }
    .css-repsonsive h3 {
        margin-top: 15px;
        width: 100%
    }
    .css-repsonsive a {
        width: 100%
    }
    .css-repsonsive a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    div.news_column .text-muted ul li:first-child {
        padding-left: 5px
    }
    div.news_column .css-panding-content .col-md-8 ul {
        margin-top: 15px
    }
}

@media screen and (max-width:767px) {
    .contactDefault .current-time {
        display: none;
    }
    .room, .school {
        text-align: center;
    }
    .room a {
        font-size: 15px
    }
    .school a {
        font-size: 13px
    }
    .css-header-text {
        margin-bottom: 15px
    }
    .headerSearch {
        width: 170px
    }
    .header-nav a.button {
        background-color: transparent;
        width: 25px;
        height: 25px;
        color: #333
    }
    .header-nav a.button.active, .header-nav a.button:hover, .header-nav a.button:focus
        {
        background-color: transparent;
        color: #c41330
    }
    .slick-next {
        right: 15px !important;
    }
    .slick-prev {
        left: 15px !important;
    }
}

@media ( max-width : 1023px) {
    .second-nav, .hidden-modile {
        display: none;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .hidden-mobile {
        display: none
    }
}

@media screen and (min-width: 767.93px) and (max-width:1022.98px) {
    .school a {
        font-size: 17px;
    }
    .room a {
        font-size: 20px;
    }
    #header .logo {
        margin-right: 20px;
    }
    .contactDefault .current-time {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #header .logo {
        margin-right: 20px;
    }
}

@media ( max-width : 1199px) {
    .news-2__title {
        font-size: 16px;
    }
}
