.gutters-10 {
    margin: 0 -5px;
}

.gutters-10>div {
    padding: 0 5px;
}

.gutters-20 {
    margin: 0 -10px;
}

.gutters-20>div {
    padding: 0 10px;
}

.btn {
    min-width: 200px;
    border-radius: var(--rounded);
    padding: 0 20px;
    height: 50px;
    border: none;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: var(--color-light);
    background-color: var(--color-primary);
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.actitve:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus:hover,
.btn-primary.focus:hover {
    color: var(--color-light);
    background-color: var(--color-primary);
    border-color: transparent;
}

.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: var(--color-light);
    background-color: var(--color-primary);
    border-color: transparent;
    opacity: 0.5;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: var(--color-light);
    background: rgb(255, 33, 53);
    background: -moz-linear-gradient(top, rgba(255, 33, 53, 1) 0%, rgba(185, 0, 17, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 33, 53, 1) 0%, rgba(185, 0, 17, 1) 100%);
    background: linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff2135', endColorstr='#b90011', GradientType=0);
    border-color: transparent;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.actitve:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.btn-secondary:focus:hover,
.btn-secondary.focus:hover {
    color: var(--color-light);
    background: rgb(255, 33, 53);
    background: -moz-linear-gradient(top, rgba(255, 33, 53, 1) 0%, rgba(185, 0, 17, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 33, 53, 1) 0%, rgba(185, 0, 17, 1) 100%);
    background: linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff2135', endColorstr='#b90011', GradientType=0);
    border-color: transparent;
}

.btn-secondary.disabled,
.btn-secondary.disabled:hover {
    color: var(--color-light);
    background: rgb(255, 33, 53);
    background: -moz-linear-gradient(top, rgba(255, 33, 53, 1) 0%, rgba(185, 0, 17, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 33, 53, 1) 0%, rgba(185, 0, 17, 1) 100%);
    background: linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff2135', endColorstr='#b90011', GradientType=0);
    border-color: transparent;
    opacity: 0.5;
}

/* @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap'); */
body {
    background-image: none;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-weight: var(--fw-normal);
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: antialiased;
    background-color: #f9f9f9;
}

::selection {
    background-color: var(--color-primary);
}

.container-xl {
    max-width: 1600px;
}

.header {
    font-weight: 500;
    font-size: 28px;
}

.bigheader {
    font-weight: 500;
}

.small {
    /* // font-weight: 200; */
    font-size: 16px;
    line-height: 1.2em;
}

.red {
    color: var(--color-secondary);
}

.grey {
    color: var(--color-gray);
}

.f600 {
    font-weight: 500 !important;
}

.card.shadow {
    box-shadow: none !important;
}

.gred {
    background-image: none;
    background: none;
    background-color: var(--color-gray400);
}

.dotorange {
    position: relative;
    top: 5px;
}

.buttgrey,
.buttorange {
    border-radius: var(--rounded);
}

.btn-main {
    background-color: var(--color-primary) !important;
}

.more {
    font-weight: 500 !important;
    margin-top: 0;
    border-radius: var(--rounded);
    background-color: var(--color-primary);
}

.more:hover {
    border-radius: var(--rounded);
    background-color: var(--color-primary);
}

.moredisable {
    font-weight: 500 !important;
}

.more2 {
    font-weight: 500 !important;
    margin-top: 0;
    border-radius: var(--rounded);
    background-color: var(--color-secondary);
}

.more2:hover {
    border-radius: var(--rounded);
    background-color: var(--color-secondary);
}

.form-control {
    margin-top: 0;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: var(--rounded);
}

.form-control .filter-option-inner {
    margin-top: 6px;
}

.form-control:focus {
    border-color: #e2e2e2;
}

.pagination_rounded ul li a {
    border-radius: var(--rounded);
    border: none;
}

.pagination_rounded ul li {
    margin-left: 10px;
}

.pagination_rounded .next {
    border-radius: var(--rounded);
}

.pagination_rounded .prev {
    border-radius: var(--rounded);
}

.new-page .pagination_rounded ul li .active:hover {
    color: #fff;
}

.card {
    border: 1px solid var(--color-border) !important;
    border-radius: var(--rounded) !important;
}


/*.container-fluid{
	margin-top: 95px; 
	padding-top: 30px; 
	padding-bottom: 30px;
}*/


/*.navbar-expand ~ .container-fluid{
	min-height: calc(100vh - (115px + 80px));
}
*/


/* .main-page{
	min-height: calc(100vh - (95px + 60px));
	display: flex;
	align-items: center;
}
.main-page .nav-wrapper{
	width: 80%;
} */

.topbar.main-topbar {
    padding: 20px;
    height: auto !important;
}

.topbar.main-topbar .logo {
    width: 300px;
}

.topbar.main-topbar .auth {
    margin-left: 0;
    text-align: center;
    border: none;
}

.topbar {
    height: auto;
    transition: 0.5s;
    left: 0;
    position: relative;
    /* background-color: #f9f9f9 !important; */
}

.topbar .logo {
    width: 160px;
    mix-blend-mode: darken;
}

.topbar .auth {
    margin-left: 20px;
    padding: 10px 0 10px 20px;
    border-left: 1px solid var(--color-border);
}

.topbar .nav-item .nav-link {
    padding: 0 10px;
}

.topbar .nav-noti {
    position: relative;
    border: 1px solid var(--color-border);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.topbar .nav-noti .count {
    padding: 0 5px;
    min-width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    color: var(--color-light);
    background-color: var(--color-secondary);
    position: absolute;
    border: 2px solid #FFF;
    top: -6px;
    right: -8px;
}

.topbar .nav-item .nav-link .img-profile {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
}

.topbar .dropdown-menu {
    overflow: hidden;
    margin-top: 15px;
    border-radius: var(--rounded);
}

.topbar .dropdown-item {
    padding: 0.7rem 1rem;
    font-size: var(--typo-sm);
}

.topbar .dropdown-item:hover {
    background-color: var(--color-gray500);
}

.searchtop .navbar-nav {
    position: absolute;
    top: 0;
    right: 20px;
}

footer.sticky-footer {
    padding-bottom: 0;
}

.footer-main {
    background-color: var(--color-primary);
    position: relative;
    padding: 12px 0;
    width: 100%;
    text-align: center;
}

.main-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main-page .container-xl {
    margin-top: auto;
    margin-bottom: auto;
}

.main-page .nav-wrapper {
    margin: auto 0;
}

.main-page .nav-wrapper a {
    display: block;
    overflow: hidden;
    border-radius: var(--rounded-lg);
    box-shadow: var(--box-shadow);
}


/*.main-page .row{margin: 0 -15px;}*/


/*.main-page .row > div{padding: 0 15px;}*/

.main-page .nav-wrapper a {
    display: block;
    margin: 15px 0;
}

.auth-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.auth-page .container {
    max-width: 1430px;
}

.auth-page .layout-side {
    width: auto;
    max-width: 540px;
    margin: 0 auto;
}

.auth-page .layout-side .logo img {
    width: 100%;
    mix-blend-mode: darken;
}

.auth-page .layout-side .title {
    margin-top: 30px;
}

.auth-page .layout-side .action {
    margin-top: 60px;
    text-align: center;
}

.auth-page .layout-form {
    width: 500px;
    margin: 0 auto;
    padding: 60px;
    min-height: 400px;
    background-color: #fff;
    border-radius: var(--rounded-md);
    box-shadow: 0 13px 56px rgba(0, 0, 0, 0.07);
}

.auth-page .layout-form .header {
    text-align: left;
    padding: 60px 80px;
}

.auth-page .layout-form .header .btn {
    width: 200px;
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-page .layout-form form {
    margin-top: 50px;
}

.auth-page .layout-form .form-group {
    margin-bottom: 30px;
}

.auth-page .layout-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    background: url('../images/auth-page.png') center bottom no-repeat;
    background-size: cover;
}

.auth-page .layout-footbar {
    padding: 12px 0;
    width: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.auth-page .layout-footbar p {
    margin: 0;
    font-size: var(--typo-xs);
    color: #fff;
}

.sidebar-new {
    position: fixed;
    background: none;
    background-color: var(--color-primary);
}

.sidebar-new .sidebar-brand {
    background-color: #2f0a00;
}

.sidebar-new .logosidebar {
    display: none;
}

.sidebar-new .nav-item .nav-link {
    border-radius: var(--rounded);
}

body.page1 .page1 .nav-link,
body.page2 .page2 .nav-link,
body.page3 .page3 .nav-link,
body.page4 .page4 .nav-link,
body.page5 .page5 .nav-link,
body.page6 .page6 .nav-link {
    background-color: var(--color-secondary);
}

.topbar .dropdown .dropdown-menu {
    padding-bottom: 8px !important;
}


/*.pagination_rounded ul li a{width: 40px; height: 40px; border: none; border-radius: 10px; line-height: 40px;}*/

.table th {
    padding: 20px 10px;
    font-weight: var(--fw-bold);
}

form .red~* {
    margin-top: 10px;
}


/*new-design - front*/

body.page1 .page1>.nav-link,
body.page2 .page2>.nav-link,
body.page3 .page3>.nav-link,
body.page4 .page4>.nav-link,
body.page5 .page5>.nav-link,
body.page6 .page6>.nav-link {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary) 100%);
    color: #fff;
}

.sub1 #sub1,
.sub2 #sub2,
.sub3 #sub3,
.sub4 #sub4,
.sub5 #sub5,
.sub6 #sub6 {
    color: #8C8C8C;
    background-color: transparent;
}

body.sub1 #sub1,
body.sub2 #sub2,
body.sub3 #sub3,
body.sub4 #sub4,
body.sub5 #sub5,
body.sub6 #sub6 {
    color: var(--color-primary);
}

.scroll-to-top {
    z-index: 9;
}

.row-0 {
    margin: 0;
}

.row-0>div {
    padding: 0;
}

.row-20 {
    margin: 0 -10px;
}

.row-20>div {
    padding: 0 10px;
}

.scroll-to-top {
    right: 30px;
    bottom: 80px;
}

.new-page {
    background-color: #F3F3F3;
    overflow: hidden;
}

.new-page #content-wrapper {
    margin-left: 0 !important;
}

.new-page #content-wrapper .container {
    max-width: 1430px;
}

.new-page .form-control {
    min-height: 60px;
}

.new-page .form-control .filter-option-inner {
    margin-top: 0px;
}

.new-page .dropdown-toggle.btn-light {
    height: 60px;
    border: 1px solid #D8D8D8;
    background-color: #FBFBFB;
}

.new-page .dropdown-toggle.btn-light:focus,
.new-page .dropdown-toggle.btn-light:hover {
    box-shadow: none;
    outline: none !important;
}

.new-page .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active,
.new-page .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active,
.new-page .show>.btn-light.dropdown-toggle {
    box-shadow: none;
    border-color: #D8D8D8;
    background-color: #FBFBFB;
    outline: none;
}

.new-page .bs-searchbox .form-control {
    min-height: 44px;
}

.new-page .more {
    padding: 19px 10px;
}

.new-page .more2 {
    padding: 19px 10px;
}

.new-page .moredisable {
    padding: 18px 10px;
}

.new-page .btn-fluid {
    min-width: 100%;
}

.new-page .btn-primary {
    background:  linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
}

.new-page .btn-secondary,
.new-page .btn-secondary:hover {
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 9px 4px rgba(225, 225, 225, 0.16);
    width: auto;
}

.new-page .pagination_rounded ul li a {
    margin-bottom: 0;
}

.new-page .pagination_rounded ul li .active {
    background:  linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
    border: 1px solid #FF2135;
}

.new-page .scrollmenu {
    padding: 8px 20px;
    bottom: 0;
    margin-right: 0;
}

.new-page .scrollmenu>table {
    min-width: 620px;
}

.new-page .modal-gps .subheader3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-primary);
}

.new-page .modal-gps .code {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #AFAFAF;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.new-page .modal-gps .action {
    margin-top: 30px;
}

.new-page .modal-gps .action {}

.new-header {
    position: relative;
}

.new-header>.row {
    width: 100%;
}

.new-header .head-logo {
    width: 200px;
    padding: 10px 0;
    margin-right: 20px;
}

.new-header .head-logo>img {
    width: 100%;
}

.new-header .head-menu {
    padding: 0 25px;
}

.new-header .head-menu .head-search {
    display: none;
}

.new-header .head-menu .nav {
    display: block;
    padding: 30px;
}

.new-header .head-menu .nav:after {
    content: '';
    display: table;
    clear: both;
}

.new-header .head-menu .nav-item {
    float: left;
    width: auto;
    position: relative;
}

.new-header .head-menu .nav-item+.nav-item {
    margin-left: 0;
}

.new-header .head-menu .nav-link {
    display: block;
    padding: 0 20px;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    color: #8C8C8C;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    border-radius: 30px;
}

.new-header .head-menu .nav-link:hover {
    color: var(--color-primary);
}

body.page1 .page1>.nav-link:hover,
body.page2 .page2>.nav-link:hover,
body.page3 .page3>.nav-link:hover,
body.page4 .page4>.nav-link:hover,
body.page5 .page5>.nav-link:hover,
body.page6 .page6>.nav-link:hover {
    color: #fff;
}

// .new-header .head-menu .nav-submenu .nav-link:hover{background-color: var(--color-primary); color: #fff;}
.new-header .head-menu .nav-submenu {
    padding: 0;
}

.new-header .head-menu .nav-submenu .nav-item {
    width: 100%;
    margin-left: 0;
}

.new-header .head-menu .nav-submenu .nav-link {
    white-space: nowrap;
}

.new-header .head-search {
    width: 280px;
}

.new-header .head-search .navbar-search {
    width: 100% !important;
    position: relative;
}

.new-header .head-search .navbar-search input {
    min-height: 60px;
    border-radius: 30px;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    padding: 0 30px;
}

.new-header .head-search .navbar-search input::placeholder {
    font-size: inherit;
}

.new-header .head-search .navbar-search .btn {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 30px;
    font-size: 24px;
    color: #3A3A3A;
    min-width: inherit;
    padding: 0;
    height: auto;
    line-height: 1;
}

.new-header .searchtop.fixed-top {
    position: relative !important;
    margin: 0;
    padding: 0 0 0 10px;
    width: auto;
}

.new-header .searchtop .navbar-nav {
    position: relative;
    top: 0;
    right: 0;
}

.new-header .profile {}

.new-header .profile .content {}

.new-header .profile .content .text {
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new-header .navbar-toggler {
    display: none;
    flex-direction: column;
    width: auto;
    min-width: auto;
    padding: 10px;
    margin-left: 15px;
    position: relative;
}

.new-header .navbar-toggler .bar-top,
.new-header .navbar-toggler .bar-middle,
.new-header .navbar-toggler .bar-bottom {
    background: #8C8C8C;
    transition: 0.5s;
}

.new-header .navbar-toggler .bar-top2,
.new-header .navbar-toggler .bar-bottom2 {
    background: #8C8C8C;
    width: 24px;
    height: 2px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    top: 23px;
}

footer.new-footer {
    height: 53px;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer.new-footer .txt {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.header-box {
    margin-top: 40px;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: var(--rounded-md);
    margin-bottom: 40px;
}

.header-box .content {
    position: relative;
}

.header-box .content .title {
    font-size: 30px;
    font-family: 'Prompt', sans-serif;
    line-height: 1em;
    color: var(--color-primary);
    margin: 0 0 10px 0;
    font-weight: var(--fw-bold);
}

.header-box .content .desc {
    font-size: 17px;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.header-box .d-flex {
    padding: 10px 30px;
    border-left: 1px dashed #B0B0B0;
}

.header-box .d-flex>div {
    padding: 0;
}

.header-box .icon {
    width: auto;
    height: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.header-box .txt {
    font-size: var(--typo-lg);
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    color: #3A3A3A;
}

.intro-box {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: var(--rounded-md);
}

.intro-box .head {
    background-image: url(../images/intro-bg.jpg);
    background-size: cover;
    position: relative;
    min-height: 328px;
    border-radius: var(--rounded-md);
}

.intro-box .head .graphic {
    position: absolute;
    left: 90px;
    top: -15px;
    bottom: 0;
    width: 550px;
}

.intro-box .head .graphic>img {
    width: 100%;
}

.intro-box .head .content {
    margin-left: 50%;
    padding: 55px 30px 70px 30px;
}

.intro-box .head .content .title {
    color: #FBFBFB;
    font-size: 29px;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

.intro-box .head .content .title strong {
    font-weight: 600;
    font-size: 36px;
    display: block;
    margin: 15px 0;
}

.intro-box .head .content .desc {
    color: #FBFBFB;
    font-size: 18px;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    line-height: 1.6em;
}

.intro-box .head .content .action {
    padding-top: 30px;
}

.intro-box .head .content .action .btn {
    position: relative;
}

.intro-box .body {
    padding: 30px 50px;
}

.intro-box .body>.row {
    margin: 0 -45px;
}

.intro-box .body>.row>div {
    padding: 0 45px;
}

.intro-box .body .txt {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.5;
}

.intro-box .body .number {
    font-size: 40px;
    font-weight: var(--fw-bold);
}

.intro-box .body .number.-color1 {
    color: #FF2135;
}

.intro-box .body .number.-color2 {
    color: #108E21;
}

.intro-box .body .number.-color3 {
    color: #FF8800;
}

.status-box {
    margin-bottom: 50px;
}

.status-box .box {
    background-color: #fff;
    padding: 0 50px 0 270px;
    position: relative;
    border-radius: var(--rounded-md);
}

.status-box .thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
}

.status-box .thumb>img {
    width: 100%;
}

.status-box .height {
    height: 155px;
}

.status-box .txt {
    font-size: 30px;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    color: var(--color-primary);
}

.status-box .action {
    position: relative;
}

.status-box .action .btn {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
}

.case-box {
    position: relative;
    padding-bottom: 150px;
}

.case-box.-inner {
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.case-box .head {
    margin-bottom: 40px;
}

.case-box .head .icon {
    width: 59px;
}

.case-box .head .icon>img {
    width: 100%;
}

.case-box .head .txt {
    padding: 0 30px 0 40px;
    font-size: 30px;
    font-weight: 600;
    color: var(--color-primary);
}

.case-box .head .devide {
    border-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    width: 66px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.case-box .head .action {
    position: relative;
}

.case-box .head .action .btn+.btn {
    margin-left: 20px;
}

.case-box .body {
    position: relative;
}

.case-box .body .item-list {
    padding: 0;
    margin: -14px;
    list-style: none;
}

.case-box .body .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.case-box .body .item-list>li {
    float: left;
    width: calc(100%/3);
    padding: 14px;
}

.case-box .body .link {
    display: block;
}

.case-box .body .wrapper {
    position: relative;
    min-height: 300px;
    padding: 30px 25px;
    background-color: #fff;
    box-shadow: 0 3px 26px rgba(168, 168, 168, 0.16);
    border-radius: var(--rounded-md);
    min-height: 400px;
}

.case-box .body .top {
    position: relative;
    padding-bottom: 20px;
}

.case-box .body .top .title {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    line-height: 1;
    margin-bottom: 5px;
}

.case-box .body .top .desc {
    font-size: 21px;
    font-weight: 500;
    color: #BF1E2D;
    line-height: 1;
}

.case-box .body .top .btn-box {
    position: relative;
}

.case-box .body .top .btn-box .button {
    padding: 0 24px;
    min-width: 130px;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
}

.case-box .body .bottom {
    padding-top: 25px;
    border-top: 1px solid #F0F0F0;
}

.case-box .body .bottom .txt {
    font-size: 24px;
    font-weight: 500;
    color: #BF1E2D;
    line-height: 1;
    margin-bottom: 20px;
}

.case-box .body .bottom .info {
    position: relative;
}

.case-box .body .bottom .info .icon {
    width: 40px;
    text-align: center;
    margin-right: 15px;
}

.case-box .body .bottom .info .content {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #979797;
}

.case-box .body .bottom .info+.info {
    margin-top: 15px;
}

.case-box .body .action-more {
    text-align: center;
    padding-top: 36px;
}

.case-box .body .action-more .btn {
    width: 442px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    color: #C6C6C6;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    border-radius: 20px;
}

.case-box .body .action-more .btn .fa {
    position: absolute;
    right: 65px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
}

.case-box .item-list-slider {
    margin: 0 -10px;
    position: relative;
}

.case-box .item-list-slider:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -20px;
    bottom: -20px;
    width: 50%;
    right: -40%;
    background-image: linear-gradient(90deg, rgba(243, 243, 243, 0.18) 0%, #F3F3F3 50%);
}

.case-box .item-list-slider .slick-list:after {
    content: '';
    display: table;
    clear: both;
}

.case-box .item-list-slider .slick-dots {
    top: -85px;
    bottom: auto;
    right: 450px;
    width: 330px;
    text-align: right;
}

.case-box .item-list-slider .slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 10px;
}

.case-box .item-list-slider .slick-dots li button {
    width: 22px;
    height: 22px;
    background-color: #C6C6C6;
    border-radius: 50%;
}

.case-box .item-list-slider .slick-dots li button:before {
    display: none;
}

.case-box .item-list-slider .slick-dots li.slick-active button {
    background-image: linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
}

.case-box .item-list-slider .item {
    float: left;
    padding: 0 10px;
}

.case-box .item-list-slider .item.slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 400ms;
}

.case-box .item-list-slider .item.slick-slide.slick-active {
    opacity: 1;
    pointer-events: visible;
    transition: all 400ms;
}

.case-box .item-list-slider .item.slick-slide.slick-active+.item.slick-slide {
    opacity: 1;
}

.case-box .item-list-slider .item .wrapper {
    width: 430px;
}

.case-box .action {
    padding-top: 20px;
}

.case-box .action .btn .icon {
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.case-box.-modal .item-list-slider {
    margin: 0;
}

.case-box.-modal .item-list-slider:before {
    display: none;
}

.case-box.-modal .item-list-slider .item {
    float: none;
}

.case-box.-modal .item-list-slider .item .wrapper {
    margin: 0 auto;
}

.report-emergency {
    padding: 55px;
    background-color: #fff;
    position: relative;
    margin-bottom: 85px;
    box-shadow: 0 3px 26px rgba(168, 168, 168, 0.18);
    border-radius: 20px;
}

.report-emergency .h-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.report-emergency .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.report-emergency .desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 10px;
    opacity: 0.84;
}

.report-emergency .desc .red {
    color: #FF2135;
}

.report-emergency .graphic {
    width: 365px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -8px;
}

.report-emergency .graphic>img {
    width: 100%;
}

.report-emergency .height {
    height: 60px;
}

.report-emergency .form-group {
    margin-bottom: 40px;
}

.report-emergency .action {
    text-align: left;
}

.report-emergency .action .btn {
    min-width: 213px;
}

.report-emergency .action .btn+.btn {
    margin-left: 20px;
}

.header-filter {
    margin-bottom: 80px;
}

.header-filter .form-control {
    width: 320px;
}

.header-filter .btn {
    min-width: 110px;
    height: 60px;
    margin-left: 10px;
}

.map-box {
    position: relative;
    padding-bottom: 80px;
}

.map-box .map {
    width: 100%;
    height: 730px;
}

.case-status {
    margin-bottom: 40px;
}

.case-status .item {
    min-height: 160px;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 3px 26px rgba(168, 168, 168, 0.18);
}

.case-status .item.-bg1 {
    background-color: #38518A;
}

.case-status .item.-bg2 {
    background-color: #BB2D2D;
}

.case-status .item.-bg3 {
    background-color: #58C929;
}

.case-status .item.-bg4 {
    background-color: #FFB300;
}

.case-status .item .title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.case-status .item .desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    opacity: 0.3;
    color: #fff;
}

.case-status .item .number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
    color: #fff;
}

.case-report {
    padding-bottom: 180px;
}

.case-report .head {
    margin-bottom: 40px;
}

.case-report .head .title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-primary);
}

.case-report .head .tool-box {
    position: relative;
}

.case-report .head .tool-box .tool+.tool {
    margin-left: 15px;
}

.case-report .head .action {
    position: relative;
}

.case-report .head .action .btn {
    min-width: 270px;
    height: 60px;
}

.case-report .body {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
}

.case-report .top {
    padding: 50px 35px 35px 35px;
    background-color: #FBFBFB;
}

.case-report .top .search-box {
    width: 100%;
}

.case-report .top .search-box .form-control {
    width: 320px;
}

.case-report .top .search-box .btn {
    margin-left: 12px;
    min-width: 110px;
    height: 60px;
}

.case-report .top .date-box {
    width: 200px;
}

.case-report .top .select-status {
    width: 100%;
}

.case-report .top .select-page {
    width: 195px;
}

.case-report .middle {
    position: relative;
}

.case-report .middle .box1 {
    width: 90px;
}

.case-report .middle .box2 {
    width: 150px;
}

.case-report .middle .box3 {
    width: 200px;
}

.case-report .middle .box4 {
    width: 250px;
}

.case-report .middle .box5 {
    width: 5px;
}

.case-report .middle th {
    background-color: #F8F8F8;
}

.case-report .middle td {
    background-color: #ffffff;
}

.case-report .middle .txt-topic {
    display: none;
}

.case-report .bottom {
    padding: 10px 15px;
    background-color: #FBFBFB;
}

.top-case {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.top-case .icon-topcase-b {
    position: absolute;
    z-index: 1;
    top: -17px;
    right: -80px;
    width: 40px;
}

.top-case .icon-topcase-b .iconsize {
    margin-right: 0;
}

.top-case .icon-topcase-b .link {
    display: block;
}

.top-case .icon-topcase-b .link+.link {
    margin-top: 5px;
}

.top-case .head {
    position: relative;
    padding-bottom: 50px;
}

.top-case .head .txt {
    font-size: 44px;
    font-weight: 600;
    font-family: 'Prompt', sans-serif;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.5;
}

.top-case .head .back {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    width: 30px;
}

.top-case .head .back>img {
    width: 100%;
}

.top-case .body {
    position: relative;
}

.top-case .body .item {
    min-height: 135px;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 26px rgba(168, 168, 168, 0.18);
    flex-direction: column;
}

.top-case .body .item.-bg1 {
    background-color: #ffffff;
}

.top-case .body .item.-bg1 .title {
    color: #666666;
}

.top-case .body .item.-bg1 .desc {
    color: var(--color-primary);
}

.top-case .body .item.-bg2 {
    background-color: var(--color-primary);
}

.top-case .body .item.-bg3 {
    background-color: #FF6F00;
}

.top-case .body .item.-bg4 {
    background-color: #63AF44;
}

.top-case .body .item .title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.top-case .body .item .txt {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-primary);
}

.top-case .body .item .desc {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.top-case .body .item .desc strong {
    font-weight: 600;
}

.case-nav {
    margin-bottom: 30px;
}

.case-nav .item-list {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: nowrap;
}

.case-nav .item-list>li {
    list-style: none;
    padding: 0 10px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.case-nav .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    color: var(--color-primary);
    font-size: 28px;
    font-weight: 500;
    font-family: 'Prompt', sans-serif;
    text-align: center;
}

.case-nav .link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    opacity: 0;
    border-color: var(--color-primary) transparent transparent transparent;
}

.case-nav .active .link {
    background-color: var(--color-primary);
    color: #fff;
}

.case-nav .active .link:before {
    opacity: 1;
}

.case-navlink {
    margin-bottom: 30px;
}

.case-navlink .item-list {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.case-navlink .item-list>li {
    list-style: none;
    padding: 10px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.case-navlink .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    color: var(--color-primary);
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Prompt', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.case-navlink .link:hover,
.case-navlink .active .link {
    border-color: #CD091B;
}

.case-data {
    padding: 40px 45px 45px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.case-data .h-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 40px;
}

.case-data .event {
    background-image: url(../images/bg-event.jpg);
    border-radius: 20px;
    margin-bottom: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
}

.case-data .event .inner {
    text-align: center;
}

.case-data .event .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.case-data .event .desc {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.case-data .timeline-box {
    position: relative;
}

.case-data .timeline-box .title {
    text-align: center;
    position: relative;
}

.case-data .timeline-box .title span {
    display: inline-block;
    padding: 0 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
}

.case-data .timeline-box .title:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #707070;
    margin: auto;
    opacity: 0.21;
}

.case-data.-form {
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 30px;
}

.case-data.-form .h-title {
    margin-bottom: 0px;
}

.box-default {
    border-radius: 20px;
    box-shadow: 0 3px 26px rgba(168, 168, 168, 0.18);
    margin-bottom: 30px;
}

.box-default .head {
    background-color: #F9F9F9;
    padding: 10px;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.box-default .head .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-primary);
}

.box-default .head .title small {
    font-size: 24px;
    font-weight: 400;
    color: #8C8C8C;
}

.box-default .body {
    background-color: #fff;
    padding: 20px 40px 30px;
    border-radius: 0 0 20px 20px;
}

.box-default .body.-bggray {
    background-color: #FBFBFB;
}

.box-default .body>.body {
    padding: 30px;
    margin-top: 20px;
    border-radius: 20px;
}

.box-default .body .txt {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
}

.box-default .body .h-txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
}

.box-default .body .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

.box-default .body .title.-color-red {
    color: var(--color-primary);
}

.box-default .body .txt-small {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #666666;
}

.box-default .body .h-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.box-default .body .iframe-cover {
    position: relative;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.box-default .body .iframe-cover>iframe {
    height: 280px;
}

.box-default .body .title.-color-red+table {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.box-default .body .row+.row {
    margin-top: 20px;
}

.box-default .body .height {
    height: 40px;
}

.box-default .body .red {
    color: var(--color-primary);
}

.box-default .body .header.red,
.box-default .body .subheader.red {
    color: var(--color-primary) !important;
}

.box-default .body .greyline {
    margin: 20px 0;
    display: block;
    clear: both;
    width: 100%;
}

.box-default .body .b-check.-notop {
    top: 0;
}

.box-default .body .do-num {
    min-height: 50px;
}

.box-default .body .h20 {
    height: 20px;
}

.box-default .body .h60 {
    height: 60px;
}

.box-default .body .action {
    text-align: center;
}

.case-bottom {
    margin: 20px 0 40px 0;
}

.case-bottom>table {
    min-width: 980px;
}

.case-bottom .btn {
    min-width: 140px;
}

.header-filter {
    margin-bottom: 40px;
}

.form-control {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    font-size: var(--typo-default);
}

.form-control::-webkit-input-placeholder {
    font-size: var(--typo-default);
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    font-size: var(--typo-default);
    opacity: 0.5;
}

.form-control::placeholder {
    font-size: var(--typo-default);
    opacity: 0.5;
}

.btn {
    font-size: var(--typo-md);
    font-weight: var(--fw-medium);
}

.map-box {
    border-radius: var(--rounded-md);
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.case-report .bottom {
    padding: 20px;
}

.form-group .red {
    margin-bottom: 10px;
}

.moredisable {
    border-radius: var(--rounded);
}

.borderdot {
    letter-spacing: 0;
}

body {
    font-size: var(--typo-sm);
}

.card-body {
    font-size: var(--typo-sm);
}

.card {
    font-size: var(--typo-sm);
    line-height: 1.2em;
}

.pagination_rounded {
    font-size: var(--typo-default);
}

.table.spacetable {
    border-collapse: inherit;
}

.table.spacetable tr.border-bottom td {
    border-bottom: 1px solid #f2f2f2;
}

.table-borderless td {
    padding: 10px;
}

.buttgrey {
    padding: 8px 15px;
    border-radius: 20px;
    width: auto;
    min-width: 100px;
    font-size: var(--typo-sm);
    font-weight: var(--fw-normal) !important;
    white-space: nowrap;
}

.top-case .icon-topcase-b {
    width: 50px;
    right: -90px;
}

.top-case .icon-topcase-b .link+.link {
    margin-top: 10px;
}

.iconsize {
    width: 50px;
    height: 50px;
    margin-right: 0;
}

.header.red,
.subheader.red {
    color: var(--color-primary) !important;
}

.more {
    font-size: 20px;
    background:  linear-gradient(to bottom, rgba(200, 54, 51, 1) 0%, rgba(155, 35, 33, 1) 100%);
}

.more,
.more2 {
    margin-right: 15px;
}

.moredisable {
    font-size: 20px;
}

.copy {
    font-size: 16px;
    line-height: 1.2em;
}

.em-filter .btn {
    height: 60px;
    min-width: inherit;
    padding: 0 20px;
    margin-left: 10px;
}

#wrapper #content-wrapper {
    min-height: 100vh;
}

#date_start,
#time_start {
    text-align: center;
}

.threedot::after {
    content: "จัดการ";
    position: absolute;
    top: 0px;
    right: 25px;
    color: #fff;
    font-size: 12px;
    transition: 0.2s;
}

.threedot:hover::after {
    color: #BF1E2D;
    font-size: 14px;
    transition: 0.2s;
}

.coverPic {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.coverPic .cover_profile {
    width: 150px;
    height: 150px;
    border: 1px solid #f7f7f7;
}

.backtext a:hover {
    color: var(--color-primary);
}

.toolsmanager {
    position: relative;
}

.toolsmanager::after {
    content: "จัดการ";
    position: absolute;
    top: 4px;
    right: 30px;
    color: #fff;
    font-size: 12px;
    transition: 0.2s;
}

.toolsmanager:hover::after {
    color: #BF1E2D;
}

.topbarlogo {
    width: auto !important;
    max-height: 100px;
}