﻿
@media only screen and (min-width: 1499px) and (max-width: 100000px) {
}

@media only screen and (max-width: 1260px) {
    .bodyNewInside {
        width: 1000px;
    }

    .item-tintuc {
        width: 313px;
    }

    .b-path {
        width: 1000px;
    }
}

/*Máy tính bảng 768*/
@media only screen and (max-width: 1020px) {
    .bodyNewInside {
        width: 820px;
    }

    .b-path {
        width: 820px;
    }

    .item-tintuc {
        width: 253px;
    }
}

@media only screen and (max-width: 871px) {
    .item-tintuc {
        width: 330px;
    }

    .b-path {
        width: 720px;
    }

    .bodyNewInside {
        width: 720px;
    }
}
/*Iphone 6/7/8 Plus 736-414*/
@media only screen and (max-width: 740px) {
    .goikham-bg {
        top: 0;
        right: 0;
    }

    .bodyNewInside {
        width: 95%;
        display: block;
    }

    .right-new {
        margin: 20px 0 0 0;
    }

    .listGoiKhamIn {
        width: 95%;
        justify-content: center;
    }

    .selectDTTP .select2 {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #txtMaPhongKham {
        width: 100%;
        margin-bottom: 10px;
    }

    .bodyDetailInsideDT {
        width: 95% !important;
        display: block;
    }

    .bdi-right {
        margin: 10px 0 0 0;
    }
    .all-bodyDetailInsideDT {
        padding: 10px 0;
    }
}
/*Iphone 6/7/8 375-667*/
@media only screen and (min-width: 310px) and (max-width: 415px) {
}
/*Độ phân giải ngang*/
@media only screen and (min-width: 416px) and (max-width: 739px) {
}
