﻿
@media only screen and (min-width: 1499px) and (max-width: 100000px) {
}

@media only screen and (max-width: 1260px) {
    .ListChuyeGiaDS {
        width: 1000px;
    }

    .itemChuyeGiaDS {
        width: 313px;
    }
}

/*Máy tính bảng 768*/
@media only screen and (max-width: 1020px) {

    .itemChuyeGiaDS {
        width: 253px;
    }

    .ListChuyeGiaDS {
        width: 820px;
    }
}

@media only screen and (max-width: 871px) {
    .selectDSCG .select2 {
        width: 165px !important;
    }

    .ListChuyeGiaDS {
        width: 100%;
        justify-content: center;
    }

    .dscg-img {
        width: 100%;
    }

    .itemChuyeGiaDS {
        width: 340px;
    }
}
/*Iphone 6/7/8 Plus 736-414*/
@media only screen and (max-width: 740px) {
    .selectDSCG .select2 {
        width: 100% !important;
    }

    .selectDSCG {
        margin-bottom: 10px;
    }

    .dscg-txt1 {
        font-size: 23px;
    }

    .txtTKTC {
        margin-bottom: 10px;
    }

    .dscg-txt2 {
        padding: 0 10px;
        font-size: 14px;
    }

    .ListChuyeGiaDS {
        justify-content: center;
    }

    .all-itemTT {
        justify-content: center;
    }
}
/*Iphone 6/7/8 375-667*/
@media only screen and (min-width: 310px) and (max-width: 415px) {
    .itemChuyeGiaDS {
        width: 290px;
    }
}
/*Độ phân giải ngang*/
@media only screen and (min-width: 416px) and (max-width: 739px) {
}
