@media screen and (min-width: 1023px) {
    .sidebar {
        display: none !important;
    }
    .openbtn {
        display: none !important;
    }

    /* .sortcutlogo {
        display: none !important;;
    } */
    .sortcutlogo {
        width: 60px;
        height: 61px;
    }
    .logoheader img{
        width: 60px;
        height: 61px;
    }

    /* chương trình học tập */
    #tientrinhhoctapmobile {
        display: none;
    }
}
/* ========================================================== */
@media screen and (min-width: 768px) and (max-width: 1023px){

    /* header */
    
    
    .ptitlogo {
        width: 30%;
    }
    
    .sidebarfunc {
        width: 40%;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    /* .detaillogo {
        display: none;
    } */
    .sortcutlogo {
        width: 60px;
        height: 61px;
    }
    .logoheader img{
        width: 60px;
        height: 61px;
    }

    /* subject */
    .coversubject {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* .colfirstsubject {
        width: 100%;
        margin-left: 10%;
    } */
    
    .colsecondsubject {
        width: 50%;
    }

    /* enrollment */
    .enrollment {
        width: 80%;
    }
    .textdescsubject {
        height: 130px;
    }
    .textdescsubject {
        font-size: 15px;
    }

    /* register */
    .regisToConsultation {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .inputConsultation {
        display: flex;
        flex-direction: column;
        width: 85%;
        height: auto;
        margin-bottom: 10px ;
    }
    #register {
        width: 50%;
    }
    /* nav bar======= */
    .slide-menu {
        display: none;
    }
    .openbtn {
        /* position: fixed;
        top: 12%;
        right: 5%; */
        z-index: 9999;
        cursor: pointer;
        color: #ffffff;
        font-size: 30px;
        z-index: 1;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background-color: #060044;
        transition: left 0.3s;
        padding-top: 15px;
        z-index: 3;
    }

    .sidebar a {
        display: block;
        padding: 10px;
        color: #ffffff;
        text-decoration: none;
    }

    .icon_rocket {
        width: 30px;
        height: 30px;
    
        background-image: url('./../images/games/rocket.png');
        background-size: cover;
        background-position: center;
    }

    .textdesc {
        align-items: center;
        line-height: auto;
        width: 100%;
        height: auto;
        text-align: justify;
        text-justify: inter-word;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 500;
    }
    /* target */
    .targetcourse {
        width: 60%;
    }

    /* position job */
    .imagepositionjob {
        display: none;
    }
    .imagerow {
        width: 90%;
        height: auto;
    }
    .boximgrow {
        top:-2%
    }
    .boxtext {
        width: 60%;
    }

    .text_workplace {
        width: 100%;
    }

    /* special */
    .firstimg {
        display: none;
    }
    .special {
        width: 100%;
    }
    .secondimg {
        display: none;
    }

    /* policy */

    .policy {
        background-size: 100% 100%;
    }
    .policyAndJob {
        width: 80%;
    }

    /* chương trình học tập */
    #tientrinhhoctapmobile {
        display: none;
    }

     /* ảnh đối tác */

    .partners {
        flex-wrap: wrap;
    }

    .square-holder img {
        max-width: 80%;
        /* filter: grayscale(100%); */
        transition: all 0.3s;
    }


    /* studen */
    .std-slide-profile-image {
        width: 150px;
    }
    /* footer */
    .inforcontact {
        width: 100%;
        margin-left: 20%;
        flex-direction: column;
    }



}



/* ======================================================================= */
@media screen and (max-width: 768px) {

    /* mo ta chuong trinh */
    /* .boxdesc {
        background-image: url('../images/games1/khungmobile.png');
    } */
    /* header */
    .ptitlogo {
        width: 50%;
    }
    .sidebarfunc {
        width: 50%;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    /* .detaillogo {
        display: none;
    } */
    .sortcutlogo {
        width: 60px;
        height: 61px;
    }
    .logoheader img{
        width: 60px;
        height: 61px;
    }

    /* banner */
    /* .newbanner {
        margin-top: 7vh;
    } */
    .banner-image {
        flex-direction: column;
    }
   

    /* subject */
    .coversubject {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* .colfirstsubject {
        width: 100%;
        margin-left: 10%;
    } */
    
    .colsecondsubject {
        width: 100%;
    }

    /* .subject p{
        align-items: left;
        margin-left: 15%;
    } */

    /* enrollment */
    .enrollment {
        width: 80%;
    }
    .textdescsubject {
        font-size: 13px;
        height: 130px;
        text-align: center;
    }

    /* CSS rules inside media query */
    .policy {
        background-size: 100% 100%;
    }
    .policyAndJob {
        width: 80%;
    }

    /* tabar and openbtn */
    .slide-menu {
        display: none;
    }
    .openbtn {
        /* top: 20px;
        right: 20%; */
        z-index: 9999;
        cursor: pointer;
        color: #ffffff;
        font-size: 30px;
        z-index: 1;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background-color: #060044;
        transition: left 0.3s;
        padding-top: 15px;
        z-index: 3;
    }

    .sidebar a {
        display: block;
        padding: 10px;
        color: #ffffff;
        text-decoration: none;
    }

    .icon_rocket {
        width: 30px;
        height: 30px;
    
        background-image: url('./../images/games/rocket.png');
        background-size: cover;
        background-position: center;
    }

    .textdesc {
        align-items: center;
        line-height: auto;
        width: 100%;
        height: auto;
        text-align: justify;
        text-justify: inter-word;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 500;
    }

    /* register */
    .regisToConsultation {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .inputConsultation {
        display: flex;
        flex-direction: column;
        width: 85%;
        height: auto;
        margin-bottom: 10px ;
    }
    #register {
        width: 50%;
    }
    /* thông tin chi tiết đầu ra */
    .btnDetailDoc {
        width: 100%;
        flex-direction: column;
    }
    .btndownload {
        width: 70%;
        margin-top: 10px;
    }
    /* target */
    .targetcourse {
        width: 100%;
    }

    /* ý kiến chuyên gia  */
    .swiper-slide {
        width: 100% !important;
    }
    .ceractorcol img {
        width: 60%;
        height: auto;
    }

    /* position job */
    .imagepositionjob {
        display: none;
    }

    .boxtext {
        width: 100%;
    }

    .imagerow {
        width: 90%;
        height: auto;
    }
    .boximgrow {
        top:-2%
    }

    .text_workplace {
        width: 100%;
    }

    /* special */
    .firstimg,.secondimg {
        display: none;
    }
    .special {
        width: 100%;
    }

    /* footer */
    .footerdesc {
        flex-direction: column;
    }
    .logofooter {
        justify-content: center;
    }
    .inforcontact {
        width: 100%;
        margin-left: 20%;
        flex-direction: column;
    }

    /* .boxInforContact {

    } */


    /* ẩn tiến trình học tập */
    #tientrinhhoctap {
        display: none;
    }

    /* chương trình học mobile */
    .semester-header {
        margin: 10px 0;
    }

    .roadmap-semester {
        height: 750px;
    }

    .roadmap-detai {
        height: 60px;
    }

    .roadmap-semester div {
        font-size: 12px;
    }

    /* ảnh đối tác */

    .rowpartners {
        flex-direction: column;
    }

    .square-holder img {
        max-width: 50%;
        /* filter: grayscale(100%); */
        transition: all 0.3s;
    }

    /* student */
    /* studen */
    .std-slide-card {
        flex-direction: column;
        height: 650px;
    }

    .swiper_for_mobile {
        height: 650px;
    }

    .swiperStdFb {
        height: 650px;
    }

    .swiper-slide {
        height: 650px;
    }

    .std-slide-profile-section {
        margin-top: 20px;
    }

    .std-slide-content-section {
        margin-top: 20px;
    }

    .std-slide-description {
        height: 250px;
    }
}


/* ========================================================================= */
