﻿
@media only screen and (min-width: 1499px) and (max-width: 100000px) {
}

@media only screen and (max-width: 1260px) {
}

/*Máy tính bảng 768*/
@media only screen and (max-width: 1020px) {

    .bodyDetailInsideDT {
        width: 820px;
    }

    .bdi-left {
        height: 280px;
        flex: 0 0 250px;
    }
}

@media only screen and (max-width: 871px) {
    .formNhapThongTin {
        width: 720px;
    }

    .f-input {
        width: 310px;
    }

    .allCity .select2 {
        width: 310px !important
    }

    .f-inputns {
        width: 200px;
    }

    .left-new img {
        width: 100%;
        height: 100%;
    }

    .bodyNew {
        padding: 30px 0;
    }

    .bodyDetailInsideDT {
        width: 720px;
    }

    .bdi-left {
        height: 280px;
        flex: 0 0 250px;
    }
}
/*Iphone 6/7/8 Plus 736-414*/
@media only screen and (max-width: 740px) {
    .b-path {
        font-size: 12px;
    }

    .cach-path {
        margin: 0 3px;
    }

    .hai-input {
        display: block;
    }

    .f-input {
        width: 100%;
    }

    .ngaysinhO {
        width: 100%;
    }

    .f-inputns {
        width: 98%;
    }

    .txt-NTTNK {
        font-size: 15px;
    }

    .giakham {
        font-size: 15px;
    }

    .i-txt {
        font-size: 13px;
    }

    .quanhuyenMB {
        display: block;
    }

    .quanhuyenPC {
        display: none;
    }
}
/*Iphone 6/7/8 375-667*/
@media only screen and (min-width: 310px) and (max-width: 415px) {
    .scrollDVMR {
        display: flex;
        overflow: auto;
    }

    .nttngMB {
        display: flex;
        justify-content: center;
    }

    .all-formNhapThongTin {
        padding: 10px;
    }

    .formNhapThongTin {
        width: 100%;
        padding: 10px;
    }

    .txt-NTTNK {
        display: block;
    }

    .formNhap {
        padding: 10px;
    }

    .widthNDK {
        width: auto;
    }
}
/*Độ phân giải ngang*/
@media only screen and (min-width: 416px) and (max-width: 739px) {
    .scrollDVMR {
        display: flex;
        overflow: auto;
    }

    .nttngMB {
        display: flex;
        justify-content: center;
    }

    .all-formNhapThongTin {
        padding: 10px;
    }

    .formNhapThongTin {
        width: 100%;
        padding: 10px;
    }

    .txt-NTTNK {
        display: block;
    }

    .formNhap {
        padding: 10px;
    }

    .widthNDK {
    }
}
