@media (max-width:1440px) {
    .auth-page .container {
        max-width: 1200px;
    }
    .auth-page .layout-side {
        width: 460px;
    }
    .container-xl {
        max-width: 1200px;
    }
    .topbar.main-topbar {
        padding: 15px;
    }
    .topbar.main-topbar .logo {
        width: 240px;
    }
}

@media (max-width:1199px) {
    :root {
        --typo-micro: 12px;
        --typo-xs: 14px;
        --typo-sm: 16px;
        --typo-default: 18px;
        --typo-md: 22px;
        --typo-lg: 26px;
        --typo-xl: 28px;
    }
    .auth-page .layout-side {
        width: 360px;
    }
    .auth-page .layout-form {
        padding: 40px;
        width: 460px;
    }
    .auth-page .layout-body .header {
        padding: 30px;
    }
    .topbar.main-topbar .logo {
        width: 200px;
    }
    .topbar.main-topbar .auth {
        padding: 0;
    }
}

@media (max-width:992px) {
    .auth-page {
        height: auto;
        min-height: 100vh;
    }
    .auth-page .layout-body {
        display: block;
        padding: 60px 0;
    }
    .auth-page .layout-side {
        min-height: inherit;
        width: auto;
        max-width: 380px;
    }
    .auth-page .layout-side .title {
        margin-top: 15px;
    }
    .auth-page .layout-side .action {
        margin-top: 20px;
    }
    .auth-page .layout-side .action .btn {
        width: 100%;
    }
    .auth-page .layout-form {
        margin-top: 40px;
        width: auto;
        max-width: 460px;
    }
    /*.main-page{padding: 30px;}*/
    .main-page .nav-wrapper {
        width: auto;
        padding: 40px 0;
    }
    .main-page .nav-wrapper a {
        margin: 10px 0;
    }
    .footer-main {
        position: relative;
        height: auto;
    }
}

@media (max-width:768px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding: 0 15px;
    }
    .main-page .nav-wrapper {
        margin: 0 -15px;
    }
    .main-page .row.nav-wrapper>div {
        padding: 0 15px;
    }
    :root {
        --typo-micro: 12px;
        --typo-xs: 12px;
        --typo-sm: 14px;
        --typo-default: 16px;
        --typo-md: 20px;
        --typo-lg: 22px;
        --typo-xl: 24px;
        --rounded: 10px;
        --rounded-md: 15px;
        --rounded-lg: 15px;
    }
    .scroll-to-top {
        bottom: 2rem;
    }
    .auth-page .layout-body {
        padding: 40px 0;
    }
    .auth-page .layout-form {
        padding: 25px;
        margin-top: 30px;
        min-height: inherit;
    }
    .auth-page .layout-form form {
        margin-top: 25px;
    }
    .auth-page .layout-form .form-group {
        margin-bottom: 20px;
    }
    .topbar.main-topbar .logo {
        width: 120px;
    }
    .topbar .nav-noti {
        width: 40px;
        height: 40px;
    }
    .topbar .nav-item .nav-link {
        height: auto;
        padding: 0 5px;
    }
    .topbar .nav-noti {
        font-size: 16px;
    }
    .topbar .nav-item .nav-link .img-profile {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }
    .topbar .nav-noti .count {
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        border-width: 0;
        font-size: 10px;
        top: -4px;
        right: -4px;
    }
    .topbar .dropdown .dropdown-menu {
        width: 240px;
        right: 0;
        margin-top: 10px;
    }
    .footer-main {
        line-height: 1.2em;
    }
    .main-page .nav-wrapper a {
        margin: 5px 0;
    }
    .main-page .nav-wrapper {
        padding: 20px 0;
        margin: 0 -5px;
    }
    .main-page .row.nav-wrapper>div {
        padding: 0 5px;
    }
}


/* @media (max-width:1600px) {
	.new-header .head-menu .nav-link {padding: 0 15px;font-size: 16px;}
	.new-header .head-search {width: 250px;}
	.new-header .searchtop.fixed-top {padding: 0 0 0 10px;}
} */

@media (max-width:1700px) {
    .new-page {
        position: relative;
        left: 0;
        transition: 0.5s;
    }
    .new-header .head-logo {
        width: 200px;
    }
    .new-header .head-menu {
        position: fixed;
        top: 0;
        right: -240px;
        bottom: 0;
        height: calc(100vh);
        overflow: auto;
        width: 240px;
        padding: 0;
        transition: 0.5s;
    }
    .new-header .head-menu .nav {
        padding: 0 15px 20px 15px;
    }
    .new-header .head-menu .nav-item {
        width: 100%;
    }
    .new-header .head-menu .nav-item+.nav-item {
        margin-left: 0;
        margin-top: 5px;
    }
    .new-header .head-menu .nav-link {
        border-radius: 20px;
        font-size: 16px;
        padding: 0 15px;
    }
    .new-header .head-menu .dropdown-menu {
        position: relative;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0;
        background-color: transparent;
    }
    .new-header .head-menu .dropdown-menu .nav-item {
        margin-left: 0;
        border-top: 1px solid #ebebeb;
    }
    .new-header .head-menu .dropdown-menu .nav-item:last-child {
        border-bottom: 0;
    }
    .new-header .head-menu .dropdown-menu .nav-link {
        font-weight: 300;
    }
    .new-header .head-search {
        width: 300px;
    }
    .new-header .head-search .navbar-search input {
        min-height: 50px;
        font-size: 16px;
        padding: 0 25px;
    }
    .new-header .head-search .navbar-search .btn {
        right: 25px;
        font-size: 18px;
    }
    .new-header .nav-noti {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .new-header .nav-item .nav-link .img-profile {
        width: 50px;
        height: 50px;
    }
    .new-header .navbar-toggler {
        display: flex;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 15px 12px;
    }
    .new-page .close-toggler {
        position: absolute;
        z-index: 8;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(2px);
    }
    body.sidebar-active {
        overflow: hidden;
    }
    body.sidebar-active .new-page {
        left: -240px;
    }
    body.sidebar-active .new-header .head-menu {
        right: 0;
    }
    body.sidebar-active .new-page .close-toggler {
        opacity: 1;
        pointer-events: visible;
    }
    body.sidebar-active .navbar-toggler .bar-top,
    body.sidebar-active .navbar-toggler .bar-middle,
    body.sidebar-active .navbar-toggler .bar-bottom {
        opacity: 0;
    }
    body.sidebar-active .navbar-toggler .bar-top2 {
        transform: rotate(45deg);
        opacity: 1;
    }
    body.sidebar-active .navbar-toggler .bar-bottom2 {
        transform: rotate(-45deg);
        opacity: 1;
    }
    .header-filter {
        margin-bottom: 50px;
    }
    /* .map-box{padding-bottom: 80px;} */
    .map-box .map {
        height: 550px;
    }
    .top-case .icon-topcase-b {
        top: -10px;
        right: -10px;
    }
    .top-case .body .item .desc {
        font-size: 25px;
    }
}

@media (max-width:1199px) {
    .auth-page .container {
        max-width: 1200px;
    }
    .header-box {
        padding: 20px;
    }
    .header-box .content .title {
        font-size: 28px;
        margin: 0;
    }
    .header-box .d-flex {
        padding: 5px 20px;
    }
    .header-box .icon {
        width: 60px;
        height: 50px;
    }
    .header-box .txt {
        font-size: 24px;
    }
    .intro-box .head {
        min-height: 247px;
    }
    .intro-box .head .graphic {
        left: 20px;
        width: 420px;
    }
    .intro-box .head .content {
        margin-left: 40%;
        padding: 30px 30px 25px 30px;
    }
    .intro-box .body>.row>div>.row {
        height: 70px;
        align-items: center;
    }
    .status-box .box {
        padding: 0 50px 0 130px;
    }
    .status-box .thumb {
        width: 122px;
    }
    .status-box .height {
        height: 105px;
    }
    .case-box .body .item-list>li {
        width: calc(100%/2);
    }
    .case-box .body .action-more .btn {
        width: 400px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
    .case-box .item-list-slider .slick-dots {
        top: auto;
        bottom: auto;
        right: 0;
        width: 100%;
        text-align: center;
        position: relative;
        margin-top: 10px;
    }
    .report-emergency {
        padding: 40px;
        margin-bottom: 80px;
    }
    .report-emergency .graphic {
        width: 255px;
        right: -10px;
        top: -40px;
    }
    .case-status .item {
        min-height: 140px;
        padding: 20px;
    }
    .case-status .item .title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .case-report {
        padding-bottom: 50px;
    }
    .case-report .head .title {
        font-size: 28px;
    }
    .case-report .head .action .btn {
        min-width: 220px;
    }
    .case-report .top {
        padding: 20px;
    }
    .case-report .top .search-box .form-control {
        width: 200px;
    }
    .case-report .top .search-box .btn {
        min-width: 80px;
    }
    .case-report .top .date-box {
        width: 150px;
    }
    .case-report .middle .box1 {
        width: 70px;
    }
    .case-report .middle .box2 {
        width: 100px;
    }
    .case-report .middle .box3 {
        width: 150px;
    }
    .case-report .middle .box4 {
        width: 140px;
    }
    .case-report .bottom {
        padding: 0 0 10px 0px;
    }
    .top-case .head .txt {
        font-size: 30px;
    }
    .top-case .body .item {
        min-height: 112px;
        padding: 10px;
    }
    .top-case .body .item .title {
        font-size: 16px;
        font-weight: 500;
    }
    .top-case .body .item .desc {
        font-size: 18px;
    }
    .case-nav .link {
        height: 80px;
        font-size: 20px;
    }
    .case-navlink .item-list {
        margin: -5px;
    }
    .case-navlink .item-list>li {
        padding: 5px;
    }
    .case-navlink .link {
        font-size: 16px;
        padding: 0 10px;
    }
    .case-data {
        padding: 20px;
    }
    .case-data .h-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .case-data .event {
        margin-bottom: 20px;
        height: 110px;
    }
    .case-data .event .title {
        font-size: 16px;
    }
    .case-data .event .desc {
        font-size: 20px;
    }
    .case-data .timeline-box .title span {
        padding: 0 20px;
        font-size: 16px;
    }
    .box-default .head .title {
        font-size: 20px;
    }
    .box-default .body {
        padding: 20px;
    }
    .box-default .body>.body {
        padding: 20px;
    }
    .box-default .body .txt {
        font-size: 16px;
    }
    .box-default .body .h-txt {
        font-size: 18px;
    }
    .box-default .body .title,
    .box-default .head .title small {
        font-size: 18px;
    }
    .box-default .body .h-title {
        font-size: 24px;
    }
    .box-default .body .header {
        font-size: 24px;
    }
    .box-default .body .row>.col-lg-auto {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .box-default .body .row>.col-xl-3.col-lg-6 {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .top-case .icon-topcase-b {
        width: 28px;
    }
    .case-bottom .row-20 {
        margin: 0 -5px;
    }
    .case-bottom .row-20>div {
        padding: 0 5px;
    }
    .case-bottom .btn {
        min-width: 90px;
    }
}

@media (max-width:991px) {
    .main-page {
        padding: 0;
    }
    .new-page .scrollmenu>table {
        float: none;
    }
    .header-box .d-flex {
        padding: 15px 15px;
    }
    .header-box .icon {
        width: auto;
        margin-right: 10px;
        height: auto;
    }
    .header-box .icon>img {
        height: 30px;
    }
    .header-box .txt {
        font-size: 18px;
    }
    .intro-box .head {
        min-height: inherit;
    }
    .intro-box .head .graphic {
        left: auto;
        width: 240px;
        right: 20px;
        top: auto;
    }
    .intro-box .head .content {
        margin-left: 0;
        padding: 30px 30px;
    }
    .status-box>.row>div+div {
        margin-top: 10px;
    }
    .case-box {
        padding-bottom: 80px;
    }
    .case-box .head .icon {
        width: 45px;
    }
    .case-box .head .txt {
        padding: 0 10px 0 15px;
        font-size: 26px;
    }
    .case-box .head .devide {
        height: 50px;
        width: 50px;
    }
    .case-box .head .action .btn {
        min-width: 150px;
    }
    .case-box .head .action .btn+.btn {
        margin-left: 10px;
    }
    .case-box .body .item-list>li {
        width: calc(100%/1);
    }
    .case-box .body .action-more .btn {
        width: 260px;
        height: 60px;
        line-height: 60px;
        font-weight: 400;
    }
    .case-box .body .action-more .btn .fa {
        right: 25px;
        height: 18px;
    }
    .case-box .item-list-slider .slick-dots li,
    .case-box .item-list-slider .slick-dots li button {
        width: 15px;
        height: 15px;
    }
    .report-emergency {
        padding: 30px;
        margin-bottom: 50px;
    }
    .report-emergency .graphic {
        width: 230px;
        right: -10px;
        top: 130px;
    }
    .report-emergency .h-title {
        font-size: 26px;
    }
    .report-emergency .title {
        font-size: 22px;
    }
    .report-emergency .desc {
        font-size: 18px;
    }
    .header-filter {
        margin-bottom: 30px;
    }
    .header-filter .form-control {
        width: 285px;
    }
    .map-box {
        margin-bottom: 40px;
    }
    /* .map-box{padding-bottom: 50px;} */
    .case-status {
        margin-bottom: 30px;
        margin-top: -10px;
    }
    .case-status .item {
        margin: 15px 0;
    }
    .case-report .head {
        margin-bottom: 20px;
    }
    .case-report .top .search-box {
        margin-bottom: 15px;
    }
    .case-report .top .search-box .form-control {
        width: 100%;
    }
    .case-report .top .date-box {
        width: 100%;
        margin-bottom: 15px;
    }
    .case-report .middle .txt-topic {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #666666;
    }
    .case-report .middle thead {
        display: none;
    }
    .case-report .middle tr {
        display: block;
        position: relative;
    }
    .case-report .middle tr:nth-child(odd) td {
        background-color: #f7f7f7;
    }
    .case-report .middle td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .case-report .middle .box1 {
        position: absolute;
        z-index: 1;
        top: 12px;
        right: 20px;
        width: auto;
        padding: 0;
        border: none;
    }
    .case-report .middle .box2 {
        padding-right: 50px;
        width: 100%;
    }
    .case-report .middle .box5 {
        position: absolute;
        z-index: 1;
        bottom: 16px;
        right: 8px;
        width: auto;
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .case-report .middle .box6 {
        padding-right: 50px;
    }
    .top-case .body .item {
        min-height: 112px;
    }
    .case-navlink {
        overflow: auto;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
    }
    .case-navlink .item-list {
        margin: 0 -5px;
    }
    .case-navlink .item-list>li:last-child {
        padding-right: 1.5rem;
    }
    .timeline-responsive {
        overflow: auto;
    }
    .time-line {
        width: 920px;
        margin: 115px 4% 55px 8%;
    }
    .box-default .body .row>.col-md-3,
    .box-default .body .row>.col-md-6,
    .box-default .body .row>.col-md-12 {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .box-default .head .title small {
        font-size: 16px;
        display: block;
        margin-top: 5px;
        line-height: 1.2;
    }
    .case-bottom .btn {
        min-width: 70px;
        padding: 0 12px;
    }
    .btn {
        height: 50px;
    }
    .header-filter .btn {
        height: 50px;
    }
    .new-page .form-control {
        min-height: 50px;
    }
    .form-control {
        min-height: 50px;
    }
    .em-filter {
        margin-top: 20px;
    }
    .em-filter .btn {
        height: 50px;
    }
    .subheader.back {
        font-size: 0;
    }
}

@media (max-width:767px) {
    /*.main-page{padding-top: 80px;}
	.main-page .container-xl{padding-bottom: 20px;}
	.main-page .row.nav-wrapper{margin: 0;}
	.main-page .row.nav-wrapper > div{padding: 0;}
	.main-page .row.nav-wrapper a {margin: 5px 0;}*/
    .new-header .head-logo {
        width: 110px;
        padding: 5px 0;
    }
    .new-header .head-search {
        display: none;
    }
    .new-header .head-menu .nav-item {
        margin-bottom: 0;
        margin-left: 0;
    }
    .new-header .head-menu .head-search {
        display: block;
        padding: 20px 15px;
    }
    .new-header .head-search {
        width: 240px;
    }
    .new-header .head-search .navbar-search input {
        border-radius: 20px;
        min-height: 40px;
        padding: 0 15px;
    }
    .new-header .head-search .navbar-search .btn {
        right: 15px;
        font-size: 16px;
    }
    .new-header .searchtop.fixed-top>.dropdown {
        display: none;
    }
    .new-header .nav-noti {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .new-header .nav-item .nav-link .img-profile {
        width: 40px;
        height: 40px;
    }
    .new-header .navbar-toggler {
        width: 40px;
        height: 40px;
        padding: 10px 8px;
    }
    .new-header .navbar-toggler .bar-top2,
    .new-header .navbar-toggler .bar-bottom2 {
        top: 19px;
        left: 7px;
    }
    footer.new-footer .txt {
        font-size: 10px;
    }
    .new-page {
        padding-top: 70px;
    }
    .case-box {
        padding-bottom: 40px;
    }
    .header-box {
        padding: 20px;
        margin-bottom: 25px;
    }
    .header-box .content {
        padding-bottom: 15px;
    }
    .header-box .content .title {
        font-size: 24px;
    }
    .header-box .content .desc {
        font-size: 16px;
    }
    .header-box .txt {
        font-size: 16px;
    }
    .header-box .d-flex {
        padding: 10px 0;
        margin: 0;
        border-left: 0;
        border-top: 1px dashed #B0B0B0;
    }
    .intro-box .head .graphic {
        width: 160px;
    }
    .intro-box .head .content {
        padding: 20px;
    }
    .intro-box .head .content .title {
        font-size: 20px;
        line-height: 1.5;
    }
    .intro-box .head .content .title strong {
        font-size: 26px;
    }
    .intro-box .head .content .desc {
        font-size: 16px;
    }
    .intro-box .head .content .action .btn {
        min-width: 150px;
    }
    .intro-box .body {
        padding: 20px;
    }
    .intro-box .body .txt {
        font-size: 16px;
    }
    .intro-box .body .number {
        font-size: 26px;
    }
    .intro-box .body>.row>div>.row {
        height: 50px;
    }
    .status-box {
        margin-bottom: 30px;
    }
    .status-box .box {
        padding: 0 20px 0 90px;
        overflow: hidden;
    }
    .status-box .thumb {
        width: 70px;
    }
    .status-box .height {
        height: 60px;
    }
    .status-box .txt {
        font-size: 20px;
    }
    .status-box .action .btn {
        min-width: 40px;
        padding: 0;
        height: 40px;
    }
    .case-box .head {
        margin-bottom: 30px;
    }
    .case-box .head .icon {
        width: 40px;
    }
    .case-box .head .txt {
        font-size: 22px;
    }
    .case-box .head .devide {
        height: 40px;
        width: 40px;
    }
    .case-box .head .action {
        padding-top: 10px;
    }
    .case-box .body .wrapper {
        padding: 20px;
    }
    .case-box .body .top .btn-box {
        padding-top: 10px;
    }
    .case-box .body .top .btn-box .button {
        font-size: 14px;
    }
    .case-box .body .bottom .txt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .case-box .body .action-more .btn {
        width: 240px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .case-box .body .action-more .btn .fa {
        right: 23px;
        height: 16px;
    }
    .case-box .item-list-slider .item .wrapper {
        width: 320px;
    }
    .report-emergency {
        padding: 20px;
        margin-bottom: 30px;
    }
    .report-emergency .graphic {
        width: 130px;
    }
    .report-emergency .h-title {
        font-size: 22px;
    }
    .report-emergency .title {
        font-size: 20px;
    }
    .report-emergency .desc {
        font-size: 16px;
    }
    .report-emergency .height {
        height: 30px;
    }
    .report-emergency .form-group {
        margin-bottom: 30px;
    }
    .report-emergency .form-group .dropdown .dropdown-menu {
        width: 100%;
    }
    .report-emergency .action .btn {
        min-width: 130px;
    }
    .header-filter {
        margin-bottom: 15px;
    }
    .header-filter .form-control {
        width: 100%;
    }
    .header-filter .dynamic_select.form-control {
        margin-top: 10px;
    }
    .header-filter .btn {
        min-width: 80px;
    }
    .map-box .map {
        height: 70vh;
    }
    .case-status {
        margin-top: -5px;
    }
    .case-status .item {
        margin: 5px 0;
        min-height: 120px;
    }
    .case-status .item .title {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .case-report {
        padding-bottom: 20px;
    }
    .case-report .head .title {
        font-size: 22px;
    }
    .case-report .head .action .btn {
        min-width: 120px;
    }
    .case-report .top .select-status {
        margin-bottom: 10px;
    }
    .case-report .middle .box7 {
        display: block;
    }
    .top-case .head .back {
        top: -8px;
        left: -35px;
    }
    .top-case .icon-topcase-b {
        right: -30px;
    }
    .top-case .head .txt {
        font-size: 22px;
        line-height: 1.2;
    }
    .case-nav .link {
        font-size: 16px;
    }
    .case-data .h-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .case-data .event {
        height: 80px;
    }
    .case-data .event .desc {
        font-size: 18px;
    }
    .time-line {
        margin: 115px 0% 55px 18%;
    }
    .box-default .body .txt+.copy {
        display: block;
    }
    .box-default .body>.btn {
        min-width: 100%;
    }
    .frame-b fieldset input[type="text"].other-b {
        margin-left: 0rem;
    }
    .case-bottom .row-0>div+div {
        margin-top: 10px;
    }
    .case-bottom .row-20 {
        margin: -5px;
    }
    .case-bottom .row-20>div {
        padding: 5px;
    }
    .case-bottom .btn {
        min-width: 100%;
    }
}

@media (max-width:575px) {
    body.sidebar-active .new-page .topbar {
        left: -240px;
    }
}