@charset "utf-8";
@media screen and (max-width:991px) {
    :root{
        --logo-height: 40px;
    }
    .header-navigation{
        display: none;
    }
    .header-logo{
        text-align: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }


    .about-quytrinh-item::after{
        left: 0; top: 100%;
        width: 100%; height: 30px;
        transform: none;
        background-image: url(img/icon-quytrinh-down.png);
        background-size: auto 14px;
    }
    .about-quytrinh-wapper{
        padding-top: 1.75rem;
    }

}
/**********************************************
**********************************************/
@media screen and (max-width:767px) {
    .homeslide-figure{
        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-right: calc(-.5 * var(--bs-gutter-x));
    }
    .homeslide-figure-caption{
        padding: 0 calc( .5 * var(--bs-gutter-x));
        margin-top: .75rem;
    }
    .title-page{
        font-size: 21px;
    }
    .category-title{
        font-size: 17px;
        padding-left: .5rem;
        margin-bottom: .75rem;
    }
    .category-title > *{
        padding-left: .375rem;
        padding-right: .5rem;
    }
    .joblist-item{
        padding: .75rem;
    }
    .joblist-item-deslist{
        --bs-gutter-x: .5rem;
        --bs-gutter-y: .5rem;
    }
    .jobdetail-info-warpper, .jobdetail-dcontent, .jobdetail-right-other{
        padding: .75rem 1rem 1.5rem;
    }
    .joblist-item-deslist--jobdetail >li{
        width: 100%;
    }
    .joblist-item-deslist--jobdetail .joblist-item-desitem{
        background-color: #E6E6E6;
        color: #000;
    }
    .jobdetail-info-warpper-row{
        --bs-gutter-y: .75rem;
    }
    .jobdetail-info-title{
        order: 1;
    }
    .jobdetail-info-option{
        order: 2;
    }
    .jobdetail-info-btn{
        order: 3;
    }
    .jobdetail-info-warpper{
        margin-bottom: 1rem;
    }
    .checkpage-breadcrumb{
        justify-content: flex-start;
    }
    .checkpage-form-wrapper{
        padding: 1rem 1rem 2rem;
        margin-top: 2rem;
    }
    .checkpage-breadcrumb-item-label{
        font-size: 13px;
        padding: 7px .75rem 10px;
        min-width: 90px;
        margin: 0;
    }
    .checkpage-ungtuyen-information .checkpage-ungtuyen-line-label,
    .checkpage-ungtuyen-line-label{
        width: 120px;
    }
    .checkpage-ungtuyen-information .checkpage-ungtuyen-line-value,
    .checkpage-ungtuyen-line-value{
        width: calc( 100% - 120px);
    }



}
/**********************************************
**********************************************/
@media screen and (max-width:576px) {

}
/**********************************************
**********************************************/
@media screen and (min-width:767px) and (max-width:992px) {
    .joblist-item-deslist--jobdetail {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }
    .joblist-item-deslist--jobdetail >li{
        width: calc( 100% / 2 );
    }
    .joblist-item-deslist--jobdetail .joblist-item-desitem{
        padding: .5rem .75rem .45rem;
    }
    .joblist-item{
        padding: .75rem;
    }
    .checkpage-ungtuyen-line-label{
        width: 150px;
    }
    .checkpage-ungtuyen-line-value{
        width: calc( 100% - 150px);
    }
    .checkpage-ungtuyen-information .checkpage-ungtuyen-line-label{

    }
    .checkpage-ungtuyen-information .checkpage-ungtuyen-line-value{
        
    }
    .checkpage-kinhnghiem-row--header{
        display: none;
    }
    .checkpage-kinhnghiem-row{
        --bs-gutter-x: 0;
        flex-direction: column;
        background-color: #f6f6f6;
        padding: .75rem .75rem .5rem;
        margin-bottom: 1rem;
    }
    .checkpage-kinhnghiem-row > *{
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: .275rem;
    }
    
}
/**********************************************
**********************************************/
@media screen and (min-width:992px) and (max-width:1200px) {
    .joblist-item-deslist--jobdetail {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }

    .checkpage-kinhnghiem-datetime{
        width: 120px;
    }
    .checkpage-kinhnghiem-company{
        width: 220px;
    }
    .checkpage-kinhnghiem-contact{
        width: 160px;
    }
    .checkpage-kinhnghiem-quote{
        width: calc( 100% - 500px);
    }

}
/**********************************************
**********************************************/
@media screen and (min-width:1201px) and (max-width:1400px) {

}
/**********************************************
**********************************************/
