@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 only screen and (max-width: 1600px) {

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {

}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    /*tool edu*/
    #page-search .modal-lg,
    #modal-tracuu-cn-cc .modal-lg,
    #modal-thongtin-duthi .modal-lg,
    #modal-ketqua-duthi .modal-lg,
    #modal-yeucau-bansao .modal-lg {
        max-width: 100%;
    }

    #modal-yeucau-bansao .modal-lg {
        margin-top: 0px;
    }

    .result-item {
        margin: 0px;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {

}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {

}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {

}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    .search-cadicate-form div {
        margin-top: 10px;
        justify-content: start;
        flex-wrap: wrap;
    }

    .search-cadicate-form h2 {
        font-size: 1.2rem;
    }

    .search-cadicate-form div * {
        margin-top: 5px;
    }

    h4.modal-title {
        font-size: 18px;
    }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {

}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {

}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .container-search .search-header * {
        margin-bottom: 3px;
    }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {

}

/************
14. 400px
************/

@media only screen and (max-width: 480px) {
    .container-news {
        margin-bottom: 0;
    }

    .container-item {
        margin-bottom: 0;
    }

    .sidebar-container {
        margin-left: 0;
    }

    .box-post {
        margin: 0;
        border-top: 1px solid #f2f6f3;
    }

    .box-post:nth-child(odd) {
        padding-left: 0px;
        transition: .5s;
    }

    .box-post:nth-child(even) {
        padding-right: 0px;
        transition: .5s;
    }
}