body {
    font-family: 'Sarabun', 'Mitr', sans-serif;
    scroll-behavior: smooth;
    color: #353434;
    background-color: #FBFBFB;
}

:root {
    --bs-dark: #212529;
    --bs-dark-rgb: 52, 58, 64;
    --blue1: #4db2ff;
    --blue1-rgb: 77, 178, 255;
    --blue2: #0069ba;
    --blue2-rgb: 0, 105, 186;
    --blue3: #002e52;
    --blue3-rgb: 0, 46, 82;
    --gray: #838487;
    --gray2: #97a4af;
    --gray3: #708290;
}

.container {
    max-width: 1200px;
}

a {
    text-decoration: none;
}


/*-----------------------------------------

    LAYOUT

-------------------------------------------*/

.container.container-small {
    max-width: 1170px;
}

.container-fluid.container-px60 {
    padding-left: 120px;
    padding-right: 120px;
}


/*-----------------------------------------

    HEAD

-------------------------------------------*/

.area-headTitle {
    position: relative;
    height: 250px;
    text-align: center;
}

.headTitleP {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#headBreadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

#headBreadcrumb li {
    color: #fff;
    font-size: 14px;
}

#headBreadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--blue1);
}


/*-----------------------------------------

    COLOR

-------------------------------------------*/

.bg-blue {
    background: #02539C;
}

.bg-grey {
    background: #F8F9FA;
}


/*-----------------------------------------

    FONT

-------------------------------------------*/

.f-poppins {
    font-family: 'poppins', 'prompt', sans-serif;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

a.text-white {
    color: #fff;
    text-decoration: none;
}

a.text-white:hover {
    color: rgba(255, 255, 255, .8) !important;
    text-decoration: underline;
}

.text-grey {
    color: #AFAFAF;
}

.text-green {
    color: #0AC074;
}

.text-yellow {
    color: #FDCB00;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AFAFAF;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
}

#tabs-service tr:nth-child(odd) {
    background-color: #f4f4f4 !important;
}

td {
    vertical-align: middle;
    height: 50px;
}

th {
    height: 55px;
    vertical-align: middle;
}


/*-----------------------------------------

    BUTTON

-------------------------------------------*/

.btn {
    border-radius: 0;
}

.btn-contact {
    color: #fff;
    border: 2px solid #fff;
}

.btn-trans {
    border: 1px solid #E9ECEF;
    background-color: #F8F9FA
}

.btn-trans:hover {
    background-color: #F8F9FA;
}

.btn-blue {
    color: #fff;
    background: #02539C;
}

.btn-blue:hover {
    color: #fff;
    background: #014178;
}

.btn-yellow {
    color: #000;
    background: #FDCB00;
}

.btn-yellow:hover {
    background: #d7ac03;
}

.btn-green {
    background: #8EC63F;
    color: #fff;
}

.btn-green:hover {
    background: #75ac29;
}

.btn-perple {
    background: #929AFF;
    color: #fff;
}

.btn-perple:hover {
    background: #7b81db;
}

.btn-pink {
    background: #FF7777;
    color: #fff;
}

.btn-pink:hover {
    background: #ee6e6e;
}

.btn-pink2 {
    background: #FF81AC;
    color: #fff;
}

.btn-pink2:hover {
    background: #e17398;
}

.btn-blue2 {
    background: #77BEFF;
    color: #fff;
}

.btn-blue2:hover {
    background: #64a2dc;
}

.btn-red {
    background: #F13954;
    color: #fff;
}

.btn-red:hover {
    background: #c52e44;
}

.w-15 {
    width: 15%;
}


/*-----------------------------------------

    NARBAR

-------------------------------------------*/

.navbar-brand img {
    width: 150px;
}

.navbar-brand span {
    font-size: 24px;
    font-weight: 600;
}

.navbar-brand {
    padding-left: 1rem;
}

.headToplink a {
    color: #fff;
    font-size: 13px;
    line-height: 2.5
}

.headToplink a i {
    color: #6899FF;
    line-height: 2.5
}

#headTop {
    position: relative;
    z-index: 5000;
}

.headToplink a:hover {
    color: #fff;
    opacity: .8
}

.mobileLang {
    display: none;
}

.flag-img {
    height: 30px;
    margin-right: 5px;
}

.headToplink a i.snsTop {
    color: #fff;
    font-size: 16px;
    margin-right: 0.5rem;
}

.socialTop .nav-link {
    align-items: center;
    align-self: center;
    vertical-align: middle;
}

.socialTop li a {
    padding: .5em .5em
}

ul.socialTop li.dropdown ul.dropdown-menu.show {
    z-index: 9999;
}

ul.socialTop li.dropdown ul.dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
    color: #000;
    font-size: 1rem;
}

#topMenu {
    padding-top: 0;
    padding-bottom: 0;
    top: -1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#linkSocialTop li a {
    line-height: 3;
    color: #3D3232;
    font-weight: 500;
    font-size: 16px;
    padding-left: 1em;
    padding-right: 1em;
    transition: all .2s ease-in-out;
}

#linkSocialTop li a i {
    font-size: 26px;
}

#linkMenuTop li a {
    line-height: 2;
    color: #535353;
    font-size: 16px;
    padding-left: 1.25em;
    padding-right: 1.25em;
    transition: all .2s ease-in-out;
}

#linkMenuTop li.nav-item.active a {
    color: #fff;
    border-bottom: 5px solid #fff;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #002f5269;
    color: #fff;
}

#topBtn:hover {
    background-color: #002e52;
}


/*-----------------------------------------

    FOOTER

-------------------------------------------*/


/*-----------------------------------------

    BannerSlide

-------------------------------------------*/


/*-----------------------------------------

    INDEX

-------------------------------------------*/

.bg-login {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/FinalSun.png);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-form {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    width: 545px;
}

.img-logo {
    width: 35%;
    display: block;
    margin: 1rem auto;
}

.img-user {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.status-pass {
    background-color: #CEF2E3;
    color: #0AC074;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 5px;
}

.status-pending {
    background-color: #FFF1D3;
    color: #FFB821;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 5px;
}

.status-cancle {
    background-color: #FDD4DA;
    color: #F62947;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 5px;
}

.status-pay {
    background-color: #E0E3FF;
    color: #6571FF;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 5px;
}

.status-pro {
    background-color: #929AFF;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 5px;
}

.status-pack {
    background-color: #FF7777;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 5px;
}


/* #tabs-service .tab-pane {
    height: 70vh !important;
} */

.nav-tabs .nav-link {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #02539C;
    border-color: #02539C;
}

.nav-tabs .nav-link {
    background-color: #EEEEEE;
    color: #444;
    margin-right: 0.25rem;
}

.register {
    width: 40%;
    margin: auto;
}

.warrantyStep {
    width: 100%;
    margin: auto;
    min-height: 230px;
}

.warrantyStep #progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: calc(100% / 3);
    float: left;
    position: relative;
    text-align: center;
}

.warrantyStep #progressbar li .bg-warrantyStep {
    width: 100px;
    height: 100px;
    margin: 1rem;
    border-radius: 50%;
    display: block;
    font-size: 40px;
    line-height: 2;
    color: #ddd;
    background-color: #fff;
    margin: 0 auto 5px auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #AFAFAF;
}

.warrantyStep #progressbar li .bg-warrantyStep.active {
    background-color: #FFB821;
    border-color: #FFB821;
}

.warrantyStep #progressbar li .bg-warrantyStep img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.warrantyStep #progressbar li span:after {
    content: '';
    width: 80%;
    height: 1px;
    background: #afafaf;
    position: absolute;
    left: 60%;
    top: 45px;
    z-index: 0;
}

.warrantyStep #progressbar li:last-child span:after {
    display: none;
}

.nav-pills .nav-link.active {
    color: #535353;
    background-color: #fff;
    border: 1px solid #02539C;
}

.nav-pills .nav-link.active img {
    filter: grayscale(0);
}

.nav-pills .nav-link {
    color: #535353;
    background-color: #F8F9FA;
    border: 1px solid #E9ECEF;
    margin-right: 1rem;
    border-radius: 0.5rem;
}

.nav-pills .nav-link img {
    filter: grayscale(1);
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 5px 5px 5px 0px;
    padding: 0px;
    border-width: 2px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked+.card-input {
    border-color: #02539C;
    border-width: 2px;
}

.card-input-element:checked+.card-input label {
    background-color: #02539C;
    border-color: #02539C !important;
}

#card-service .card-input-element {
    display: none;
}

#card-service .card-input {
    margin: 5px 5px 5px 0px;
    padding: 0px;
    border-width: 0;
    height: 70px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05), 2px 2px 5px rgba(0, 0, 0, 0.05);
    justify-content: center;
}

#card-service:nth-child(even) .card-input {
    border-left: 3px solid #02539C;
}

#card-service:nth-child(odd) .card-input {
    border-left: 3px solid #FDCB00;
}

#card-service .card-input:hover {
    cursor: pointer;
}

#card-service .card-input-element:checked+.card-input {
    background-color: #FDCB001A;
}

.card-input-element:checked+.card-input label {
    background-color: #02539C;
    border-color: #02539C !important;
}

.select-user {
    position: absolute;
    right: -10px;
    top: -10px;
}

.text-red {
    color: #F62947;
}

.text-gold {
    color: #D2930D;
}

.vscomp-toggle-button {
    border-radius: 5px !important;
}

.vscomp-ele {
    max-width: 100% !important;
}

.bill-niti {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manage-service .nav-pills .nav-link.active {
    background-color: #02539C;
    color: #fff;
}

.manage-service {
    height: 80vh;
}

.manage-service .tab-content {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.manage-charge {
    height: 65vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.manage-charge .scroll-table {
    height: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.table {
    margin-bottom: 0;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.circle {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
}

.input-group.input-number {
    width: 85%;
    margin-left: 0.5rem;
}

.input-number {
    border: 0px;
    padding: 0px 7px;
    text-align: center;
    width: 40px;
    height: 30px;
    justify-content: space-around;
}

.btn.add,
.btn.sub {
    font-size: 24px;
    font-weight: 500;
    color: #6571FF;
    background-color: #E0E3FF;
    line-height: 1;
    padding: 0.25rem;
    font-size: 16px;
    border-radius: 2px;
}

.input-number::placeholder {
    color: #6571FF;
    opacity: 1;
    /* Firefox */
}

.input-number:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6571FF;
}

.input-number::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f98b30;
}


/* ---------------------------------------
calculator
--------------------------------------- */

.calculator {
    width: 100%;
    margin: 1rem auto;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    background-color: #fff;
}

.inputNumber {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 1px;
    height: 60px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: right;
    margin-right: 6px;
    font-size: 2.5rem;
    transition: all 0.2s ease-in-out;
}

.inputNumber:hover {
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.buttons {}

.operators {}

.operators div {
    display: inline-block;
    border: 1px solid #bbb;
    border-radius: 1px;
    width: 80px;
    text-align: center;
    padding: 10px;
    margin: 20px 4px 10px 0;
    cursor: pointer;
    background-color: #ddd;
    transition: border-color 0.2s ease-in-out, background-color 0.2s, box-shadow 0.2s;
}

.operators div:hover {
    background-color: #ddd;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-color: #aaa;
}

.operators div:active {
    font-weight: bold;
}

.leftPanel {
    display: inline-block;
    width: 100%;
}

.numbers {
    display: flex;
    justify-content: space-between;
}

.numbers div {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 1px;
    width: 30%;
    text-align: center;
    padding: 10px;
    font-size: 28px;
    margin: 10px 4px 10px 0;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out, background-color 0.2s, box-shadow 0.2s;
    background: #FFFFFF;
    font-weight: 500;
    border: 1px solid #DFDFDF;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05), 2px 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.numbers div:hover {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-color: #bbb;
}

.numbers div:active {
    font-weight: bold;
}

.numbers2 {
    display: flex;
    justify-content: space-between;
}

.numbers2 div {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 1px;
    width: 50%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 10px 4px 10px 0;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05), 2px 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    transition: border-color 0.2s ease-in-out, background-color 0.2s, box-shadow 0.2s;
    height: 80px;
    line-height: 3;
}

.numbers2 div:hover {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-color: #bbb;
}

.numbers2 div:active {
    font-weight: bold;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

ol,
ul {
    padding-left: 0;
}


/* --------------------

animation

-------------------- */

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/*-----------------------------------------

    RESPONSIVE

-------------------------------------------*/

@media screen and (min-width:320px) and (max-width:374px) {
    .container-fluid.container-px60 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-tabs {
        width: 570px;
    }
    .table {
        width: 1024px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .register {
        width: 100%;
    }
    .warrantyStep #progressbar li .bg-warrantyStep {
        width: 65px;
        height: 65px;
    }
    .warrantyStep #progressbar li .bg-warrantyStep img {
        width: 40px;
        height: 40px;
    }
    .warrantyStep #progressbar li span:after {
        top: 30px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .warrantyStep {
        min-height: 170px;
    }
    .w-15 {
        width: 50%;
    }
    #card-service .card-input {
        height: auto;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge {
        height: auto;
    }
    .manage-service {
        height: 50vh;
        overflow: auto;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    .container-fluid.container-px60 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-tabs {
        width: 570px;
    }
    .table {
        width: 1024px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .register {
        width: 100%;
    }
    .warrantyStep #progressbar li .bg-warrantyStep {
        width: 65px;
        height: 65px;
    }
    .warrantyStep #progressbar li .bg-warrantyStep img {
        width: 40px;
        height: 40px;
    }
    .warrantyStep #progressbar li span:after {
        top: 30px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .warrantyStep {
        min-height: 170px;
    }
    .w-15 {
        width: 50%;
    }
    #card-service .card-input {
        height: auto;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge {
        height: auto;
    }
    .manage-service {
        height: 50vh;
        overflow: auto;
    }
}

@media screen and (min-width:414px) and (max-width:424px) {
    .container-fluid.container-px60 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-tabs {
        width: 570px;
    }
    .table {
        width: 1024px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .register {
        width: 100%;
    }
    .warrantyStep #progressbar li .bg-warrantyStep {
        width: 65px;
        height: 65px;
    }
    .warrantyStep #progressbar li .bg-warrantyStep img {
        width: 40px;
        height: 40px;
    }
    .warrantyStep #progressbar li span:after {
        top: 30px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .warrantyStep {
        min-height: 170px;
    }
    .w-15 {
        width: 50%;
    }
    #card-service .card-input {
        height: auto;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge {
        height: auto;
    }
    .manage-service {
        height: 50vh;
        overflow: auto;
    }
}

@media screen and (min-width:425px) and (max-width:767px) {
    .container-fluid.container-px60 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-tabs {
        width: 570px;
    }
    .table {
        width: 1024px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .register {
        width: 100%;
    }
    .warrantyStep #progressbar li .bg-warrantyStep {
        width: 65px;
        height: 65px;
    }
    .warrantyStep #progressbar li .bg-warrantyStep img {
        width: 40px;
        height: 40px;
    }
    .warrantyStep #progressbar li span:after {
        top: 30px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .warrantyStep {
        min-height: 170px;
    }
    .w-15 {
        width: 50%;
    }
    #card-service .card-input {
        height: auto;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge {
        height: auto;
    }
    .manage-service {
        height: 50vh;
        overflow: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .container-fluid.container-px60 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-tabs {
        width: 570px;
    }
    .table {
        width: 1024px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .register {
        width: 100%;
    }
    .warrantyStep #progressbar li .bg-warrantyStep {
        width: 65px;
        height: 65px;
    }
    .warrantyStep #progressbar li .bg-warrantyStep img {
        width: 40px;
        height: 40px;
    }
    .warrantyStep #progressbar li span:after {
        top: 30px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .warrantyStep {
        min-height: 170px;
    }
    .w-15 {
        width: 50%;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge .scroll-table .table {
        width: 570px;
    }
    .manage-charge {
        height: auto;
    }
    .manage-service {
        height: 50vh;
        overflow: auto;
    }
    .numbers2 div {
        font-size: 18px;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .container-fluid.container-px60 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .register {
        width: 70%;
    }
    .manage-service {
        height: 60vh;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge .scroll-table .table {
        width: 570px;
    }
    .manage-charge {
        height: auto;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .container-fluid.container-px60 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .register {
        width: 70%;
    }
    .manage-service {
        height: 60vh;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge .scroll-table .table {
        width: 570px;
    }
    .manage-charge {
        height: auto;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .container-fluid.container-px60 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .register {
        width: 70%;
    }
    .manage-service {
        height: 60vh;
    }
    .manage-charge .scroll-table {
        overflow-x: scroll;
    }
    .manage-charge .scroll-table .table {
        width: 570px;
    }
    .manage-charge {
        height: auto;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .container-fluid.container-px60 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .register {
        width: 50%;
    }
}

@media screen and (min-width:1600px) and (max-width:1919px) {
    .container-fluid.container-px60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (min-width:1920px) and (max-width:2559px) {}

@media screen and (min-width:2560px) {}