@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85vw;
    }

    .search-title h4, .search-title h4 {
        font-size: 18px;
    }

    /*.search-content .search-list .body-lis a {*/
    /*    font-size: 17px;*/
    /*}*/
}

@media only screen and (max-width: 1600px) {

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90vw;
    }

    .search-title h4, .search-title h4 {
        font-size: 1.1rem;
    }

    .header-navbar .navbar-menu ul.navbar__root > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {

    .header-navbar .navbar-menu .navbar-header {
        padding: 7px;
    }

    .header-navbar .navbar-menu ul.navbar__root > li > a {
        font-size: 12.5px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .header-navbar .navbar-menu .btn__register_learn {
        font-size: 14px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    .header-menu {
        height: 100px;
    }

    .header-site .header-menu .header-logo img {
        width: 100px;
        height: 95px;
    }

    .header-site .header-menu .header-logo h4 {
        font-size: 1.1rem;
    }

    .header-site .header-menu .header-logo p {
        font-size: 1.0rem;
    }

    .header-site .header-menu .header-logo h5 {
        font-size: 1.0rem;
    }
    .tab-content{
        height: 350px;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .container {
        max-width: 96vw;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {

}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.search-edu {
        margin-top: 5px;
        padding-left: 0;
        padding-right: 0;
    }

    /*.header-navbar .navbar-menu .navbar-header.active {*/
    /*    background-color: transparent;*/
    /*}*/
    .header-navbar .navbar-menu ul.navbar__root > li > a {
        padding: 5px;
    }

    .header-menu {
        height: 100px;
    }

    .header-navbar .navbar-menu ul.navbar__root {
        display: none !important;
    }

    .header-navbar .navbar-menu .btn__navigation {
        display: block;
    }

    .header-navbar .navbar-menu .navbar-header span {
        display: block;
        font-size: 1.05rem;
        font-weight: 500;
        padding-left: 5px;
    }

    .tab-pane-item img {
        width: 80px;
        height: 60px;
    }

    /*search block*/
    .search-content .search-list .body-lis a {
        font-size: 16px;
    }
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .header-menu {
        height: 120px;
    }

    .header-menu:after {
        background-size: cover;
    }

    .header-site .header-menu .header-logo p {
        font-size: 1.0rem;
    }

    .header-site .header-menu .header-logo h4 {
        font-size: 1.0rem;
    }

    .header-site .header-menu .header-logo h5 {
        font-size: 1.0rem;
    }

    .header-navbar .navbar-menu ul.navbar__root > li > a {
        font-size: 13.5px;
    }

    /*search block*/
    .search-content .search-list .body-lis a {
        font-size: 14px;
    }

    /*course*/
    .section-course .section-content-title span:nth-child(1) {
        left: 20%;
    }

    .section-course .section-content-title span:nth-child(3) {
        right: 20%;
    }

    .content-news h4 {
        font-size: 20px;
    }

    /*contact*/
    .banner-support-bg .content-support {
        margin: 0 5px;
    }

    .banner-support-bg .content-support span,
    .banner-support-bg .content-support h5 {
        text-shadow: -1px 0px 1px rgb(55 52 42 / 92%), -1px 0px 1px rgb(3 57 44 / 91%), -1px 0px 2px rgb(241 21 10 / 80%);
    }

    /*link*/
    .section-link .section-content-title span:nth-child(1) {
        left: 25%;
    }

    .section-link .section-content-title span:nth-child(3) {
        right: 25%;
    }

    .footer-bg .footer-logo p {
        font-size: 12px;
    }

    .footer-bg .footer-logo h6 {
        font-size: 15px;
    }

    .contact-social {
        display: none;
    }

    .contact-social-mobi {
        display: block;
    }

    .copyright {
        margin-bottom: 46px;
    }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .tab-pane-item img {
        width: 120px;
        height: 80px;
    }

    .col-notify {
        width: 100%;
    }

    .banner-support-bg {
        height: auto;
    }

    .banner-support-bg .content-support a {
        font-size: 1.2rem;
    }
    .col-notify{
        height: auto;
    }
    .notification-edu{
        height: auto;
    }
    .col-notify .read-more{
        margin-top: 0px;
    }

}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {

}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

@media only screen and (max-width: 480px) {
    .container {
        max-width: 97vw;
    }

    .header-menu {
        height: 70px;
    }

    .header-menu:after {
        background-image: none;
    }

    .header-site .header-menu .header-logo {
        margin-left: -10px;
    }

    .header-site .header-menu .header-logo img {
        width: 60px;
        height: 55px;
        padding-left: 5px;
    }

    .header-site .header-menu .header-logo p {
        font-size: 12px;
    }

    .header-site .header-menu .header-logo h4 {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .header-site .header-menu .header-logo h5 {
        font-size: 12px;
    }

    .header-navbar .icon-home {
        font-size: large;
    }
    .mn-mobile-title {
        font-size: 0.75rem;
    }

    .header-navbar .navbar-menu ul.navbar__root {
        display: none !important;
    }

    .header-navbar .navbar-menu .navbar-header span {
        font-size: 12px;
    }

    .header-navbar .navbar-menu .btn__register_learn {
        font-size: 14px;
    }

    .header-navbar .navbar-menu .btn__search {
        border: none;
    }

    .carousel-inner img {
        height: 200px;
    }

    .tab-pane-carousel {
        margin-top: 1px;
    }

    .slider_title {
        font-size: large;
    }


    /**/
    .search-content .search-list {
        min-height: 170px;
    }

    /*block content news*/
    .content-news img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .content-news h4 {
        font-size: larger;
    }

    .content-news p {
        font-size: 16px;
    }
    .box-list-news{
        margin-top: 30px;
    }

    .content-news > .row > div:first-child {
        padding-left: 0;
    }

    .section-course .section-content-title span:nth-child(1) {
        left: 5%;
    }

    .section-course .section-content-title span:nth-child(3) {
        right: 5%;
    }

    .course-detail .meta-course div {
        font-size: 14px;
    }

    #link-carousel img {
        height: 100px;
    }

    /*link*/
    .section-link .section-content-title span:nth-child(1) {
        left: 20%;
    }

    .section-link .section-content-title span:nth-child(3) {
        right: 20%;
    }

    .section-link .section-content-title h4 {
        font-size: larger;
    }

    .search form {
        margin: 15em 2em;
    }

    .footer-bg .footer-content ul > li a {
        font-size: 12px;
    }
}