﻿/*!
* source: https://getbootstrap.com/
* Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);

.container, .container-left, .container-right {
    width: 96%;
    margin-right: 2%;
    margin-left: auto
}

@media (min-width:992px) {
    .container, .container-left, .container-right {
        margin-right: 0
    }
}

@media (min-width:420px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

@media (min-width:576px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

@media (min-width:768px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

@media (min-width:992px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

@media (min-width:1280px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

@media (min-width:1440px) {
    .container {
        width: 100%
    }
}

@media (min-width:1440px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

@media (min-width:1920px) and (min-width:992px) {
    .container-right {
        margin-right: auto;
        margin-left: initial
    }
}

.col {
    flex: 1 0 0%
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + (var(--bs-gutter-x) * .5 * 2));
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        margin-top: var(--bs-gutter-y);
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width:420px) {
    .col-sx {
        flex: 1 0 0%
    }

    .row-cols-sx-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sx-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sx-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-sx-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-sx-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-sx-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-sx-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-sx-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sx-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-sx-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sx-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sx-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-sx-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-sm-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-sm-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-sm-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-md-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-md-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-md-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-lg-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-lg-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

@media (min-width:1280px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-xl-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-xl-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-xl-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

@media (min-width:1440px) {
    .col-yl {
        flex: 1 0 0%
    }

    .row-cols-yl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-yl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-yl-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-yl-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-yl-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-yl-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-yl-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-yl-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-yl-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-yl-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-yl-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-yl-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-yl-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

@media (min-width:1920px) {
    .col-yyl {
        flex: 1 0 0%
    }

    .row-cols-yyl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-yyl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-yyl-2 > * {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .row-cols-yyl-3 > * {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .row-cols-yyl-4 > * {
        flex: 0 0 auto;
        width: 75%
    }

    .row-cols-yyl-5 > * {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .row-cols-yyl-6 > * {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .row-cols-yyl-7 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-yyl-8 > * {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .row-cols-yyl-9 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-yyl-10 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-yyl-11 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .row-cols-yyl-12 > * {
        flex: 0 0 auto;
        width: 8.33333%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

@media (max-width:419px) {
    .order-sx-1 {
        order: 1
    }

    .order-sx-2 {
        order: 2
    }

    .order-sx-3 {
        order: 3
    }

    .order-sx-4 {
        order: 4
    }

    .order-sx-5 {
        order: 5
    }

    .order-sx-6 {
        order: 6
    }

    .order-sx-7 {
        order: 7
    }

    .order-sx-8 {
        order: 8
    }

    .order-sx-9 {
        order: 9
    }

    .order-sx-10 {
        order: 10
    }
}

@media (max-width:575px) {
    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }
}

@media (max-width:767px) {
    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }
}

@media (max-width:991px) {
    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }
}

@media (max-width:1279px) {
    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }
}

@media (max-width:1439px) {
    .order-yl-1 {
        order: 1
    }

    .order-yl-2 {
        order: 2
    }

    .order-yl-3 {
        order: 3
    }

    .order-yl-4 {
        order: 4
    }

    .order-yl-5 {
        order: 5
    }

    .order-yl-6 {
        order: 6
    }

    .order-yl-7 {
        order: 7
    }

    .order-yl-8 {
        order: 8
    }

    .order-yl-9 {
        order: 9
    }

    .order-yl-10 {
        order: 10
    }
}

.offset-0 {
    margin-left: 0
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.offset-l-0 {
    margin-left: 0
}

.offset-l-1 {
    margin-left: 8.33333%
}

.offset-l-2 {
    margin-left: 16.66667%
}

.offset-l-3 {
    margin-left: 25%
}

.offset-l-4 {
    margin-left: 33.33333%
}

.offset-l-5 {
    margin-left: 41.66667%
}

.offset-l-6 {
    margin-left: 50%
}

.offset-l-7 {
    margin-left: 58.33333%
}

.offset-l-8 {
    margin-left: 66.66667%
}

.offset-l-9 {
    margin-left: 75%
}

.offset-l-10 {
    margin-left: 83.33333%
}

.offset-l-11 {
    margin-left: 91.66667%
}

.offset-r-0 {
    margin-right: 0
}

.offset-r-1 {
    margin-right: 8.33333%
}

.offset-r-2 {
    margin-right: 16.66667%
}

.offset-r-3 {
    margin-right: 25%
}

.offset-r-4 {
    margin-right: 33.33333%
}

.offset-r-5 {
    margin-right: 41.66667%
}

.offset-r-6 {
    margin-right: 50%
}

.offset-r-7 {
    margin-right: 58.33333%
}

.offset-r-8 {
    margin-right: 66.66667%
}

.offset-r-9 {
    margin-right: 75%
}

.offset-r-10 {
    margin-right: 83.33333%
}

.offset-r-11 {
    margin-right: 91.66667%
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gy-10 {
    --bs-gutter-y: 10px
}

.gx-12 {
    --bs-gutter-x: 12px
}

.gy-12 {
    --bs-gutter-y: 12px
}

.gx-16 {
    --bs-gutter-x: 16px
}

.gy-16 {
    --bs-gutter-y: 16px
}

.gx-20 {
    --bs-gutter-x: 20px
}

.gy-20 {
    --bs-gutter-y: 20px
}

.gx-30 {
    --bs-gutter-x: 30px
}

.gy-30 {
    --bs-gutter-y: 30px
}

@media (min-width:420px) {
    .col-sx-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sx-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sx-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sx-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sx-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sx-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sx-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sx-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sx-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sx-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sx-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sx-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sx-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sx-0 > * {
        margin-left: 0
    }

    .offset-sx-1 > * {
        margin-left: 8.33333%
    }

    .offset-sx-2 > * {
        margin-left: 16.66667%
    }

    .offset-sx-3 > * {
        margin-left: 25%
    }

    .offset-sx-4 > * {
        margin-left: 33.33333%
    }

    .offset-sx-5 > * {
        margin-left: 41.66667%
    }

    .offset-sx-6 > * {
        margin-left: 50%
    }

    .offset-sx-7 > * {
        margin-left: 58.33333%
    }

    .offset-sx-8 > * {
        margin-left: 66.66667%
    }

    .offset-sx-9 > * {
        margin-left: 75%
    }

    .offset-sx-10 > * {
        margin-left: 83.33333%
    }

    .offset-sx-11 > * {
        margin-left: 91.66667%
    }

    .gx-sx-10 {
        --bs-gutter-x: 10px
    }

    .gy-sx-10 {
        --bs-gutter-y: 10px
    }

    .gx-sx-12 {
        --bs-gutter-x: 12px
    }

    .gy-sx-12 {
        --bs-gutter-y: 12px
    }

    .gx-sx-16 {
        --bs-gutter-x: 16px
    }

    .gy-sx-16 {
        --bs-gutter-y: 16px
    }

    .gx-sx-20 {
        --bs-gutter-x: 20px
    }

    .gy-sx-20 {
        --bs-gutter-y: 20px
    }

    .gx-sx-30 {
        --bs-gutter-x: 30px
    }

    .gy-sx-30 {
        --bs-gutter-y: 30px
    }
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 > * {
        margin-left: 0
    }

    .offset-sm-1 > * {
        margin-left: 8.33333%
    }

    .offset-sm-2 > * {
        margin-left: 16.66667%
    }

    .offset-sm-3 > * {
        margin-left: 25%
    }

    .offset-sm-4 > * {
        margin-left: 33.33333%
    }

    .offset-sm-5 > * {
        margin-left: 41.66667%
    }

    .offset-sm-6 > * {
        margin-left: 50%
    }

    .offset-sm-7 > * {
        margin-left: 58.33333%
    }

    .offset-sm-8 > * {
        margin-left: 66.66667%
    }

    .offset-sm-9 > * {
        margin-left: 75%
    }

    .offset-sm-10 > * {
        margin-left: 83.33333%
    }

    .offset-sm-11 > * {
        margin-left: 91.66667%
    }

    .gx-sm-10 {
        --bs-gutter-x: 10px
    }

    .gy-sm-10 {
        --bs-gutter-y: 10px
    }

    .gx-sm-12 {
        --bs-gutter-x: 12px
    }

    .gy-sm-12 {
        --bs-gutter-y: 12px
    }

    .gx-sm-16 {
        --bs-gutter-x: 16px
    }

    .gy-sm-16 {
        --bs-gutter-y: 16px
    }

    .gx-sm-20 {
        --bs-gutter-x: 20px
    }

    .gy-sm-20 {
        --bs-gutter-y: 20px
    }

    .gx-sm-30 {
        --bs-gutter-x: 30px
    }

    .gy-sm-30 {
        --bs-gutter-y: 30px
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 > * {
        margin-left: 0
    }

    .offset-md-1 > * {
        margin-left: 8.33333%
    }

    .offset-md-2 > * {
        margin-left: 16.66667%
    }

    .offset-md-3 > * {
        margin-left: 25%
    }

    .offset-md-4 > * {
        margin-left: 33.33333%
    }

    .offset-md-5 > * {
        margin-left: 41.66667%
    }

    .offset-md-6 > * {
        margin-left: 50%
    }

    .offset-md-7 > * {
        margin-left: 58.33333%
    }

    .offset-md-8 > * {
        margin-left: 66.66667%
    }

    .offset-md-9 > * {
        margin-left: 75%
    }

    .offset-md-10 > * {
        margin-left: 83.33333%
    }

    .offset-md-11 > * {
        margin-left: 91.66667%
    }

    .gx-md-10 {
        --bs-gutter-x: 10px
    }

    .gy-md-10 {
        --bs-gutter-y: 10px
    }

    .gx-md-12 {
        --bs-gutter-x: 12px
    }

    .gy-md-12 {
        --bs-gutter-y: 12px
    }

    .gx-md-16 {
        --bs-gutter-x: 16px
    }

    .gy-md-16 {
        --bs-gutter-y: 16px
    }

    .gx-md-20 {
        --bs-gutter-x: 20px
    }

    .gy-md-20 {
        --bs-gutter-y: 20px
    }

    .gx-md-30 {
        --bs-gutter-x: 30px
    }

    .gy-md-30 {
        --bs-gutter-y: 30px
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 > * {
        margin-left: 0
    }

    .offset-lg-1 > * {
        margin-left: 8.33333%
    }

    .offset-lg-2 > * {
        margin-left: 16.66667%
    }

    .offset-lg-3 > * {
        margin-left: 25%
    }

    .offset-lg-4 > * {
        margin-left: 33.33333%
    }

    .offset-lg-5 > * {
        margin-left: 41.66667%
    }

    .offset-lg-6 > * {
        margin-left: 50%
    }

    .offset-lg-7 > * {
        margin-left: 58.33333%
    }

    .offset-lg-8 > * {
        margin-left: 66.66667%
    }

    .offset-lg-9 > * {
        margin-left: 75%
    }

    .offset-lg-10 > * {
        margin-left: 83.33333%
    }

    .offset-lg-11 > * {
        margin-left: 91.66667%
    }

    .gx-lg-10 {
        --bs-gutter-x: 10px
    }

    .gy-lg-10 {
        --bs-gutter-y: 10px
    }

    .gx-lg-12 {
        --bs-gutter-x: 12px
    }

    .gy-lg-12 {
        --bs-gutter-y: 12px
    }

    .gx-lg-16 {
        --bs-gutter-x: 16px
    }

    .gy-lg-16 {
        --bs-gutter-y: 16px
    }

    .gx-lg-20 {
        --bs-gutter-x: 20px
    }

    .gy-lg-20 {
        --bs-gutter-y: 20px
    }

    .gx-lg-30 {
        --bs-gutter-x: 30px
    }

    .gy-lg-30 {
        --bs-gutter-y: 30px
    }
}

@media (min-width:1280px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 > * {
        margin-left: 0
    }

    .offset-xl-1 > * {
        margin-left: 8.33333%
    }

    .offset-xl-2 > * {
        margin-left: 16.66667%
    }

    .offset-xl-3 > * {
        margin-left: 25%
    }

    .offset-xl-4 > * {
        margin-left: 33.33333%
    }

    .offset-xl-5 > * {
        margin-left: 41.66667%
    }

    .offset-xl-6 > * {
        margin-left: 50%
    }

    .offset-xl-7 > * {
        margin-left: 58.33333%
    }

    .offset-xl-8 > * {
        margin-left: 66.66667%
    }

    .offset-xl-9 > * {
        margin-left: 75%
    }

    .offset-xl-10 > * {
        margin-left: 83.33333%
    }

    .offset-xl-11 > * {
        margin-left: 91.66667%
    }

    .gx-xl-10 {
        --bs-gutter-x: 10px
    }

    .gy-xl-10 {
        --bs-gutter-y: 10px
    }

    .gx-xl-12 {
        --bs-gutter-x: 12px
    }

    .gy-xl-12 {
        --bs-gutter-y: 12px
    }

    .gx-xl-16 {
        --bs-gutter-x: 16px
    }

    .gy-xl-16 {
        --bs-gutter-y: 16px
    }

    .gx-xl-20 {
        --bs-gutter-x: 20px
    }

    .gy-xl-20 {
        --bs-gutter-y: 20px
    }

    .gx-xl-30 {
        --bs-gutter-x: 30px
    }

    .gy-xl-30 {
        --bs-gutter-y: 30px
    }
}

@media (min-width:1440px) {
    .col-yl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-yl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-yl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-yl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-yl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-yl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-yl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-yl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-yl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-yl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-yl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-yl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-yl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-yl-0 > * {
        margin-left: 0
    }

    .offset-yl-1 > * {
        margin-left: 8.33333%
    }

    .offset-yl-2 > * {
        margin-left: 16.66667%
    }

    .offset-yl-3 > * {
        margin-left: 25%
    }

    .offset-yl-4 > * {
        margin-left: 33.33333%
    }

    .offset-yl-5 > * {
        margin-left: 41.66667%
    }

    .offset-yl-6 > * {
        margin-left: 50%
    }

    .offset-yl-7 > * {
        margin-left: 58.33333%
    }

    .offset-yl-8 > * {
        margin-left: 66.66667%
    }

    .offset-yl-9 > * {
        margin-left: 75%
    }

    .offset-yl-10 > * {
        margin-left: 83.33333%
    }

    .offset-yl-11 > * {
        margin-left: 91.66667%
    }

    .gx-yl-10 {
        --bs-gutter-x: 10px
    }

    .gy-yl-10 {
        --bs-gutter-y: 10px
    }

    .gx-yl-12 {
        --bs-gutter-x: 12px
    }

    .gy-yl-12 {
        --bs-gutter-y: 12px
    }

    .gx-yl-16 {
        --bs-gutter-x: 16px
    }

    .gy-yl-16 {
        --bs-gutter-y: 16px
    }

    .gx-yl-20 {
        --bs-gutter-x: 20px
    }

    .gy-yl-20 {
        --bs-gutter-y: 20px
    }

    .gx-yl-30 {
        --bs-gutter-x: 30px
    }

    .gy-yl-30 {
        --bs-gutter-y: 30px
    }
}

@media (min-width:1920px) {
    .col-yyl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-yyl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-yyl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-yyl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-yyl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-yyl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-yyl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-yyl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-yyl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-yyl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-yyl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-yyl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-yyl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-yyl-0 > * {
        margin-left: 0
    }

    .offset-yyl-1 > * {
        margin-left: 8.33333%
    }

    .offset-yyl-2 > * {
        margin-left: 16.66667%
    }

    .offset-yyl-3 > * {
        margin-left: 25%
    }

    .offset-yyl-4 > * {
        margin-left: 33.33333%
    }

    .offset-yyl-5 > * {
        margin-left: 41.66667%
    }

    .offset-yyl-6 > * {
        margin-left: 50%
    }

    .offset-yyl-7 > * {
        margin-left: 58.33333%
    }

    .offset-yyl-8 > * {
        margin-left: 66.66667%
    }

    .offset-yyl-9 > * {
        margin-left: 75%
    }

    .offset-yyl-10 > * {
        margin-left: 83.33333%
    }

    .offset-yyl-11 > * {
        margin-left: 91.66667%
    }

    .gx-yyl-10 {
        --bs-gutter-x: 10px
    }

    .gy-yyl-10 {
        --bs-gutter-y: 10px
    }

    .gx-yyl-12 {
        --bs-gutter-x: 12px
    }

    .gy-yyl-12 {
        --bs-gutter-y: 12px
    }

    .gx-yyl-16 {
        --bs-gutter-x: 16px
    }

    .gy-yyl-16 {
        --bs-gutter-y: 16px
    }

    .gx-yyl-20 {
        --bs-gutter-x: 20px
    }

    .gy-yyl-20 {
        --bs-gutter-y: 20px
    }

    .gx-yyl-30 {
        --bs-gutter-x: 30px
    }

    .gy-yyl-30 {
        --bs-gutter-y: 30px
    }
}

*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --cl-main: #7EB542;
    --cl-sub: #B4CD93;
    --cl-text: #C2C2C2;
    --cl-w: #FFF;
    --cl-b: #000;
    --cl-overlay-1: #000;
    --cl-xam1: #C2C2C2;
    --cl-xanhnhat: #7EB542;
    --cl-xam2: #F2F2F2;
    --cl-den: #000000;
    --cl-xam: #6B6B6B;
    --cl-xanh: #055344;
    --cl-trang: #FFFFFF;
    --cl-do: #FF0000;
    --cl-do-hover: #CB0000;
    --cl-hover: #B4CD93;
    --cl-del-non-hover: #FFF2F2;
    --cl-lv1: #4C4C4C;
    --cl-lv2: #B3B3B3;
    --cl-lv3: #F5F5F5
}

body, html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased
}

body {
    background-color: var(--color-w);
    color: var(--color-text);
    font-family: svn-gliroy,sans-serif;
    font-weight: 400;
    line-height: 1.2
}

main {
    position: relative;
    width: 100%;
    height: auto
}

#banner, #bannerSub, #breadcrumb, main {
    margin-right: auto;
    margin-left: auto
}

ol, ul {
    padding-left: 0rem
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a[data-fancybox] img {
    cursor: zoom-in
}

abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
    cursor: help
}

.hidden {
    display: none
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit
}

b, strong {
    font-weight: bolder;
    font-weight: 700
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: inherit;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto
}

figure {
    margin: 0
}

img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0
}

button {
    border-radius: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

:active, :focus {
    outline: 0
}

@font-face {
    src: url("../fonts/SVN-Gilroy Regular.otf") format("truetype");
    font-family: svn-gliroy;
    font-weight: 400
}

@font-face {
    src: url("../fonts/SVN-Gilroy Medium.otf") format("truetype");
    font-family: svn-gliroy;
    font-weight: 500
}

@font-face {
    src: url("../fonts/SVN-Gilroy Italic.otf") format("truetype");
    font-family: svn-gliroy;
    font-style: italic
}

@font-face {
    src: url("../fonts/SVN-Gilroy Bold.otf") format("truetype");
    font-family: svn-gliroy;
    font-weight: 700
}

@font-face {
    src: url("../fonts/SVN-Gilroy Bold Italic.otf") format("truetype");
    font-family: svn-gliroy;
    font-style: italic;
    font-weight: 700
}

.m-c {
    margin-right: auto;
    margin-left: auto
}

[class|=fx] {
    display: flex
}

[class^=fx-c] {
    justify-content: center
}

[class^=fx-l] {
    justify-content: flex-start
}

[class^=fx-r] {
    justify-content: flex-end
}

.fx-cc, .fx-lc, .fx-rc {
    align-items: center
}

.fx-cl, .fx-ll, .fx-rl {
    align-items: flex-start
}

.fx-cr, .fx-lr, .fx-rr {
    align-items: flex-end
}

.fx-cs, .fx-ls, .fx-rs {
    align-items: stretch
}

.fx-1 {
    flex: 1
}

.fx-col {
    flex-direction: column
}

.fx-row {
    flex-direction: row
}

.t-c {
    text-align: center
}

.t-l {
    text-align: left
}

.t-r {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.d-none {
    display: none
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.animate__bounce {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1s;
    transform-origin: center bottom;
    animation-name: bounce;
    animation-duration: 1s
}

.scrollgsap {
    position: relative;
    top: 150px;
    opacity: 0;
    transition: top .5s ease,opacity .1s ease
}

    .scrollgsap.gsap-loaded {
        top: 0;
        opacity: 1
    }

.of-scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 3px
}

.of-scroll::-webkit-scrollbar-track {
    background: #eaeaea
}

.of-scroll::-webkit-scrollbar-thumb {
    background: var(--color-main)
}

    .of-scroll::-webkit-scrollbar-thumb:hover {
        background: #5d5d5d
    }

.appear-box {
    -webkit-animation: appearBox .4s linear;
    animation: appearBox .4s linear
}

.plc-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-5 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-6 {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-7 {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-8 {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-9 {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.plc-10 {
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.cl-w {
    color: #fff
}

.cl-b {
    color: #000
}

.cl-info {
    color: #00529b
}

.cl-info-bg {
    color: #bde5f8
}

.cl-success {
    color: #4f8a10
}

.cl-success-bg {
    color: #dff2bf
}

.cl-warning {
    color: #9f6000
}

.cl-warning-bg {
    color: #feefb3
}

.cl-error {
    color: #d8000c
}

.cl-error-bg {
    color: #ffbaba
}

@-webkit-keyframes appearBox {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes appearBox {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes grow {
    from {
        box-shadow: 0 0 1em var(--cl-main)
    }

    to {
        box-shadow: 0 0 3em var(--cl-main)
    }
}

@keyframes grow {
    from {
        box-shadow: 0 0 1em var(--cl-main)
    }

    to {
        box-shadow: 0 0 3em var(--cl-main)
    }
}

@-webkit-keyframes rotateLogoInfinite {
    to {
        transform: rotate(359deg)
    }
}

@keyframes rotateLogoInfinite {
    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes _360-infinite {
    to {
        transform: translate(14.3rem,10.4rem) rotate(359deg)
    }
}

@keyframes _360-infinite {
    to {
        transform: translate(14.3rem,10.4rem) rotate(359deg)
    }
}

@-webkit-keyframes _360-infinite-btn {
    to {
        transform: translate(-50%,-50%) rotate(359deg)
    }
}

@keyframes _360-infinite-btn {
    to {
        transform: translate(-50%,-50%) rotate(359deg)
    }
}

@-webkit-keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-5px,0) scaleY(1.1);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-2px,0) scaleY(1.05);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        transform: translate3d(0,-1px,0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-5px,0) scaleY(1.1);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-2px,0) scaleY(1.05);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        transform: translate3d(0,-1px,0) scaleY(1.02)
    }
}

@-webkit-keyframes bounceDot {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-5px,0) scaleY(1.1);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-2px,0) scaleY(1.05);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
}

@keyframes bounceDot {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-5px,0) scaleY(1.1);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-2px,0) scaleY(1.05);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
}

@-webkit-keyframes modalPopup {
    to {
        transform: scale(1) rotate(0)
    }
}

@keyframes modalPopup {
    to {
        transform: scale(1) rotate(0)
    }
}

.action {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    outline: 0;
    background: 0 0;
    background: 0 0;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    text-align: center;
    transition: .2s all ease-in-out
}

    .action + .action {
        margin-left: 15px
    }

    .action::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: var(--cl-xanhnhat);
        content: "";
        transition: .2s all ease-in-out
    }

    .action svg {
        z-index: 1;
        position: relative;
        max-width: 80%;
        max-height: 80%;
        color: var(--cl-xanhnhat)
    }

    .action:hover::after {
        opacity: .16
    }

    .action:hover path[fill] {
        fill: currentColor
    }

    .action:hover path[stroke] {
        stroke: currentColor
    }

.action-edit::after {
    background-color: var(--cl-xanhnhat)
}

.action-edit svg {
    color: var(--cl-xanhnhat)
}

.action-member::after {
    background-color: var(--cl-xanh)
}

.action-member svg {
    color: var(--cl-xanh)
}

.action-remove::after {
    background-color: var(--cl-do)
}

.action-remove svg {
    color: var(--cl-do)
}

.action-status {
    display: inline-block
}

    .action-status .switch {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 10px
    }

        .action-status .switch input[type=checkbox] {
            display: none
        }

            .action-status .switch input[type=checkbox]:checked ~ .slider::before {
                left: calc(100% - 14px);
                background-color: #7eb542
            }

    .action-status .slider {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background-color: #d9d9d9
    }

        .action-status .slider::before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 14px;
            height: 14px;
            transform: translateY(-50%);
            border-radius: 50%;
            background-color: #6b6b6b;
            content: "";
            transition: .4s all ease-in-out
        }

.action-checkbox {
    --cb-bor: var(--cl-xanhnhat);
    --cb-check: var(--cl-den);
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid var(--cb-bor);
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    cursor: pointer
}

    .action-checkbox input[type=checkbox] {
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .action-checkbox .checkmark {
        -webkit-user-select: none;
        -moz-user-select: none;
        position: absolute;
        top: 46%;
        left: 50%;
        width: 6px;
        height: 10px;
        transform: translate(-50%,-50%) rotate(45deg);
        border: solid var(--cb-check);
        border-width: 0 2px 2px 0;
        opacity: 0;
        pointer-events: none;
        transition: .2s all ease-in-out;
        user-select: none
    }

    .action-checkbox input[type=checkbox]:checked ~ .checkmark {
        opacity: 1
    }

.form .inp-group {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%
}

    .form .inp-group input[type=password], .form .inp-group input[type=text] {
        padding-right: 46px;
        padding-left: 46px
    }

    .form .inp-group .icon {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 23px;
        transform: translateY(-50%)
    }

    .form .inp-group + .inp-group {
        margin-top: 12px
    }

@media (min-height:640px) {
    .form .inp-group + .inp-group {
        margin-top: 20px
    }
}

.form .inp-group .eye-hide, .form .inp-group .eye-show {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    transform: translateY(-50%);
    cursor: pointer
}

    .form .inp-group .eye-hide svg, .form .inp-group .eye-show svg {
        fill: #c2c2c2
    }

.form .inp-group .eye-show {
    display: none
}

.form .inp-group.show .eye-show {
    display: block
}

.form .inp-group.show .eye-hide {
    display: none
}

.form input[type=password], .form input[type=text] {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    background-color: #f6f6f6
}

.form .submit-group {
    display: block;
    width: 100%;
    margin-top: 24px
}

.form button[type=submit], .form input[type=submit] {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    background-color: var(--cl-main);
    color: var(--cl-w);
    font-family: svn-gliroy,sans-serif;
    font-size: 12px;
    font-weight: 600
}

@media (min-width:1440px) {
    .form button[type=submit], .form input[type=submit] {
        font-size: 16px
    }
}

.form .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px
}

@media (min-height:640px) {
    .form .form-group {
        margin-top: 25px
    }
}

.form .form-group .inp-group {
    width: auto;
    margin-right: 12px;
    color: #c2c2c2
}

    .form .form-group .inp-group input[type=checkbox] + label {
        margin-left: 10px
    }

    .form .form-group .inp-group input[type=checkbox] {
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        display: grid;
        place-content: center;
        width: 16px;
        height: 16px;
        border: 1px solid #c2c2c2;
        border-radius: 3px
    }

        .form .form-group .inp-group input[type=checkbox]::before {
            width: .65em;
            height: .65em;
            transform: scale(0);
            box-shadow: inset 1em 1em var(--cl-main);
            content: "";
            transition: 120ms transform ease-in-out
        }

        .form .form-group .inp-group input[type=checkbox]:checked::before {
            transform: scale(1)
        }

    .form .form-group .inp-group label {
        color: #c2c2c2;
        font-family: svn-gliroy,sans-serif;
        font-size: 12px;
        font-weight: 500
    }

@media (min-width:1440px) {
    .form .form-group .inp-group label {
        font-size: 14px
    }
}

.form .form-group .link {
    color: var(--cl-main);
    font-family: svn-gliroy,sans-serif;
    font-size: 12px;
    font-weight: 500
}

@media (min-width:1440px) {
    .form .form-group .link {
        font-size: 14px
    }
}

.box-history {
    padding: 18px 0 18px 0;
    border-radius: 14px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 40px rgba(163,171,185,.24)
}

@media (min-width:768px) {
    .box-history {
        padding: 25px 0 25px 0
    }
}

.box-history.full .box-history-table {
    max-height: calc(80vh - 128px)
}

.box-history-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    padding: 0 20px 0 20px;
    background-color: #fff
}

@media (min-width:768px) {
    .box-history-top {
        padding: 0 40px 0 32px
    }
}

.box-history-top h2 {
    flex: 1;
    color: var(--cl-xanhnhat);
    font-family: svn-gliroy,sans-serif;
    font-size: 12px;
    font-weight: 600
}

@media (min-width:1440px) {
    .box-history-top h2 {
        font-size: 16px
    }
}

.box-history-top .view-all {
    min-width: 70px;
    color: var(--cl-xanh);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: right
}

@media (min-width:1440px) {
    .box-history-top .view-all {
        font-size: 14px
    }
}

.box-history-table {
    display: block;
    width: 100%;
    max-height: 36vh
}

    .box-history-table .table {
        width: 100%
    }

        .box-history-table .table thead {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            background-color: var(--cl-w);
            transition: .16s all ease-in-out
        }

            .box-history-table .table thead.scrolling {
                box-shadow: 0 4px 4px rgba(163,171,185,.24)
            }

            .box-history-table .table thead th {
                padding-top: 14px;
                padding-bottom: 14px;
                color: var(--cl-den);
                font-family: svn-gliroy,sans-serif;
                font-size: 10px;
                font-weight: 700;
                line-height: 15px
            }

@media (min-width:1440px) {
    .box-history-table .table thead th {
        font-size: 14px
    }
}

.box-history-table .table thead th:first-child {
    padding-left: 32px;
    text-align: left
}

.box-history-table .table thead th:last-child {
    padding-right: 40px;
    text-align: right
}

.box-history-table .table thead th:not(:first-child):not(:last-child) {
    text-align: center
}

.box-history-table .table tbody tr {
    border-top: 1px solid #e6eaf0
}

.box-history-table .table tbody td {
    padding: 14px 0;
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-history-table .table tbody td {
        font-size: 14px
    }
}

.box-history-table .table tbody td:first-child {
    padding-left: 32px;
    color: var(--cl-xanh);
    text-align: left
}

.box-history-table .table tbody td:last-child {
    padding-right: 40px;
    text-align: right
}

.box-history-table .table tbody td:not(:first-child):not(:last-child) {
    text-align: center
}

@media (max-width:991px) {
    .box-history-table .table thead, .box-history-table .table thead td, .box-history-table .table thead tr {
        display: none
    }

    .box-history-table .table tbody, .box-history-table .table tbody td, .box-history-table .table tbody tr {
        display: block;
        text-align: left !important
    }

        .box-history-table .table tbody td {
            position: relative;
            padding: 8px;
            padding-right: 40px;
            padding-left: 32px;
            border-top: 1px solid #e6eaf0
        }

            .box-history-table .table tbody td::before {
                display: inline-block;
                width: 50%;
                content: attr(data-title)
            }

        .box-history-table .table tbody tr {
            border-top: 1px solid var(--cl-main)
        }
}

@media (max-width:767px) {
    .box-history-table .table tbody td {
        padding: 8px;
        padding-right: 20px;
        padding-left: 20px
    }

        .box-history-table .table tbody td:first-child {
            padding-left: 20px
        }

        .box-history-table .table tbody td:last-child {
            padding-right: 20px
        }
}

.box-history-wrapper .item {
    margin-top: 18px;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:768px) {
    .box-history-wrapper .item {
        margin-top: 20px;
        padding-right: 40px;
        padding-left: 32px
    }
}

.box-history-wrapper .item + .item {
    padding-top: 20px;
    border-top: 1px solid #e6eaf0
}

.box-history-wrapper .item h3 {
    margin-bottom: 10px;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px
}

@media (min-width:1440px) {
    .box-history-wrapper .item h3 {
        font-size: 14px
    }
}

.box-history-wrapper .item-content > * {
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-history-wrapper .item-content > * {
        font-size: 14px
    }
}

.box-history-wrapper .item-content > :not(:first-child) {
    margin-top: 8px
}

.box-top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 20px 15px 34px;
    border-radius: 14px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 40px rgba(163,171,185,.24)
}

    .box-top.none-shadow {
        padding-right: 0;
        padding-left: 0;
        border-radius: none;
        box-shadow: none
    }

@media (min-width:1280px) {
    .box-top {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }
}

.box-top__left {
    flex: 0 0 100%;
    width: 100%
}

    .box-top__left h3 {
        color: var(--cl-den);
        font-family: svn-gliroy,sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 15px
    }

@media (min-width:1440px) {
    .box-top__left h3 {
        font-size: 14px
    }
}

.box-top__left p {
    margin-top: 8px;
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-top__left p {
        font-size: 14px
    }
}

@media (min-width:1280px) {
    .box-top__left {
        flex: 1;
        width: auto
    }
}

.box-top__right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-right: -10px;
    margin-left: -10px
}

    .box-top__right > * {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px
    }

@media (min-width:576px) {
    .box-top__right {
        flex-direction: row;
        align-items: center;
        margin-left: -10px
    }
}

@media (min-width:1280px) {
    .box-top__right {
        flex-direction: row;
        align-items: center;
        width: auto;
        margin-top: 0;
        margin-left: -10px
    }
}

.box-top__right .searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 20px)
}

@media (min-width:576px) {
    .box-top__right .searches {
        width: auto
    }
}

.box-top__right .searches p {
    margin-right: 8px;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px
}

@media (min-width:1440px) {
    .box-top__right .searches p {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .box-top__right .searches p {
        margin-right: 15px
    }
}

.box-top__right .searches-input {
    flex: 1
}

@media (min-width:768px) {
    .box-top__right .searches-input {
        flex: initial
    }
}

.box-top__right .searches input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 15px;
    border: .5px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-top__right .searches input {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .box-top__right .searches input {
        width: 120px
    }
}

.box-top__right .languages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto
}

@media (min-width:576px) {
    .box-top__right .languages {
        width: auto
    }
}

.box-top__right .languages p {
    margin-right: 15px;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px
}

@media (min-width:1440px) {
    .box-top__right .languages p {
        font-size: 14px
    }
}

.box-top__right .languages-select {
    flex: 1;
    border-radius: 5px
}

    .box-top__right .languages-select select {
        display: block;
        height: 30px;
        padding: 5px 15px;
        border: .5px solid var(--cl-xam);
        border-radius: 5px;
        outline: 0;
        background: 0 0;
        color: var(--cl-den);
        font-family: svn-gliroy,sans-serif;
        font-size: 10px;
        font-weight: 400
    }

@media (min-width:1440px) {
    .box-top__right .languages-select select {
        font-size: 14px
    }
}

.box-top__right .languages .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    opacity: 0
}

.box-top__right .languages .select {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100px;
    height: 30px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    color: var(--cl-xam);
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer
}

@media (min-width:1440px) {
    .box-top__right .languages .select {
        font-size: 14px
    }
}

.box-top__right .languages .select .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .2s all ease-in
}

.box-top__right .languages .select-styled {
    -webkit-user-select: none;
    -moz-user-select: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: var(--cl-w);
    transition: all .2s ease-in;
    user-select: none
}

    .box-top__right .languages .select-styled:hover {
        background-color: var(--cl-w)
    }

    .box-top__right .languages .select-styled.active, .box-top__right .languages .select-styled:active {
        background-color: var(--cl-w)
    }

        .box-top__right .languages .select-styled.active ~ .icon, .box-top__right .languages .select-styled:active ~ .icon {
            transform: translateY(-50%) rotate(180deg)
        }

.box-top__right .languages .select-options {
    display: none;
    z-index: 1;
    position: absolute;
    top: 101%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid var(--cl-xam1);
    border-radius: 5px;
    background-color: var(--cl-w);
    list-style: none
}

    .box-top__right .languages .select-options li {
        margin: 0;
        padding: 4px 14px 4px 14px;
        transition: all .15s ease-in
    }

        .box-top__right .languages .select-options li.is-selected {
            background: var(--cl-xanhnhat);
            color: var(--cl-w)
        }

        .box-top__right .languages .select-options li:hover {
            background: var(--cl-xanh);
            color: var(--cl-w)
        }

            .box-top__right .languages .select-options li:hover.is-selected {
                background: var(--cl-xanhnhat)
            }

        .box-top__right .languages .select-options li[rel=hide] {
            display: none
        }

.box-top__right a, .box-top__right button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 30px;
    padding: 8px 14px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    background-color: var(--cl-xanhnhat);
    color: var(--cl-trang);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-align: center
}

@media (min-width:1440px) {
    .box-top__right a, .box-top__right button {
        font-size: 14px
    }
}

.box-top__right a svg, .box-top__right button svg {
    margin-right: 5px
}

.box-top__right a:hover, .box-top__right button:hover {
    opacity: .9
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--cl-main)
}

.select2-results__option {
    padding: 9px 14px 10px 14px;
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .select2-results__option {
        font-size: 14px
    }
}

.box-form {
    padding: 25px 20px 25px 20px;
    border-radius: 14px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 40px rgba(163,171,185,.24)
}

    .box-form * {
        transition: .16s all ease-in-out
    }

    .box-form h3 {
        margin-bottom: 10px;
        color: var(--cl-den);
        font-family: svn-gliroy,sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 15px
    }

@media (min-width:1440px) {
    .box-form h3 {
        font-size: 14px
    }
}

.box-form-opt {
    display: flex;
    margin-bottom: 30px;
    padding-left: 14px
}

    .box-form-opt .opt-item {
        position: relative;
        padding-bottom: 4px;
        color: #000;
        font-family: svn-gliroy,sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

        .box-form-opt .opt-item:not(:first-child) {
            margin-left: 25px
        }

@media (min-width:1440px) {
    .box-form-opt .opt-item {
        font-size: 18px
    }
}

.box-form-opt .opt-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0;
    transform-origin: center;
    border-top: 2px solid #7eb542;
    content: "";
    opacity: 0;
    transition: .2s all ease-in-out
}

.box-form-opt .opt-item.active::after, .box-form-opt .opt-item.show::after, .box-form-opt .opt-item[data-hidden=false]::after, .box-form-opt .opt-item[data-visible=true]::after {
    width: 100%;
    opacity: 1
}

.box-form-sel {
    display: none
}

    .box-form-sel.active, .box-form-sel.show, .box-form-sel[data-hidden=false], .box-form-sel[data-visible=true] {
        display: block
    }

.box-form form + form {
    margin-top: 20px
}

.box-form .form-group {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%
}

    .box-form .form-group > label {
        margin-bottom: 10px;
        color: var(--cl-den);
        font-family: svn-gliroy,sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 15px
    }

@media (min-width:768px) {
    .box-form .form-group > label {
        padding-left: 14px
    }
}

@media (min-width:1440px) {
    .box-form .form-group > label {
        font-size: 14px
    }
}

.box-form .form-group > label.action-checkbox {
    margin-bottom: 0
}

@media (min-width:768px) {
    .box-form .form-group > label.action-checkbox {
        padding-left: auto
    }
}

.box-form .form-group select {
    border: none;
    outline: 0;
    background: 0 0
}

.box-form .form-group .notify {
    display: block;
    margin-top: 8px;
    color: var(--cl-do);
    font-size: 10px
}

@media (min-width:1440px) {
    .box-form .form-group .notify {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .box-form .form-group .notify {
        padding-left: 14px
    }
}

.box-form .form-group input:not([type=checkbox]):not([type=radio]), .box-form .form-group select, .box-form .form-group textarea {
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form .form-group input:not([type=checkbox]):not([type=radio]), .box-form .form-group select, .box-form .form-group textarea {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-form .form-group input:not([type=checkbox]):not([type=radio]), .box-form .form-group select, .box-form .form-group textarea {
        font-size: 14px
    }
}

.box-form .form-group input:not([type=checkbox]):not([type=radio]):disabled, .box-form .form-group select:disabled, .box-form .form-group textarea:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #f6f6f6;
    opacity: .8;
    pointer-events: none;
    user-select: none
}

.box-form .form-group textarea {
    width: 100%;
    height: auto;
    min-height: 33px;
    resize: none
}

@media (min-width:1440px) {
    .box-form .form-group textarea {
        min-height: 43px
    }
}

.box-form .form-group + .form-group {
    margin-top: 10px
}

.box-form .form-group .status .action-status {
    display: flex;
    align-items: center;
    width: 100%;
    height: 33px
}

@media (min-width:1440px) {
    .box-form .form-group .status .action-status {
        height: 43px
    }
}

.box-form .form-group .eye-hide, .box-form .form-group .eye-show {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    transform: translateY(-50%);
    cursor: pointer
}

    .box-form .form-group .eye-hide svg, .box-form .form-group .eye-show svg {
        fill: #c2c2c2
    }

.box-form .form-group .eye-show {
    display: none
}

.box-form .form-group.show .eye-show {
    display: block
}

.box-form .form-group.show .eye-hide {
    display: none
}

.box-form .form-group .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    opacity: 0
}

.box-form .form-group .select {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer
}

@media (min-width:1440px) {
    .box-form .form-group .select {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-form .form-group .select {
        font-size: 14px
    }
}

.box-form .form-group .select .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .2s all ease-in
}

.box-form .form-group .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px 14px 10px 14px;
    border-radius: 5px;
    background-color: var(--cl-w);
    transition: all .2s ease-in
}

    .box-form .form-group .select-styled:hover {
        background-color: var(--cl-w)
    }

    .box-form .form-group .select-styled.active, .box-form .form-group .select-styled:active {
        background-color: var(--cl-w)
    }

        .box-form .form-group .select-styled.active .icon, .box-form .form-group .select-styled:active .icon {
            transform: translateY(-50%) rotate(180deg)
        }

.box-form .form-group .select-options {
    display: none;
    z-index: 1;
    position: absolute;
    top: 101%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid var(--cl-xam1);
    border-radius: 5px;
    background-color: var(--cl-w);
    list-style: none
}

    .box-form .form-group .select-options li {
        margin: 0;
        padding: 4px 14px 4px 14px;
        transition: all .15s ease-in
    }

        .box-form .form-group .select-options li.is-selected {
            background: var(--cl-xanhnhat);
            color: var(--cl-w)
        }

        .box-form .form-group .select-options li:hover {
            background: var(--cl-xanh);
            color: var(--cl-w)
        }

            .box-form .form-group .select-options li:hover.is-selected {
                background: var(--cl-xanhnhat)
            }

        .box-form .form-group .select-options li[rel=hide] {
            display: none
        }

.box-form .form-group .tags-wrapper {
    display: block;
    width: 100%
}

    .box-form .form-group .tags-wrapper .tag {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 4px 8px 4px 23px;
        border: #c2c2c2;
        border-radius: 5px;
        background-color: #d9d9d9;
        color: var(--cl-den);
        font-size: 10px;
        font-weight: 600;
        line-height: 15px
    }

@media (min-width:1440px) {
    .box-form .form-group .tags-wrapper .tag {
        font-size: 14px
    }
}

.box-form .form-group .tags-wrapper .tag a {
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    user-select: none
}

@media (min-width:1440px) {
    .box-form .form-group .tags-wrapper .tag a {
        font-size: 22px
    }
}

.box-form .form-group .tags-wrapper .tag a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    transform: rotate(45deg);
    border-top: 1px solid #000
}

.box-form .form-group .tags-wrapper .tag a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    transform: rotate(-45deg);
    border-top: 1px solid #000
}

.box-form .form-group .tags-wrapper input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form .form-group .tags-wrapper input:not([type=checkbox]):not([type=radio]) {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-form .form-group .tags-wrapper input:not([type=checkbox]):not([type=radio]) {
        font-size: 14px
    }
}

.box-form .form-group .tags-wrapper .tag + input:not([type=checkbox]):not([type=radio]) {
    margin-top: 12px
}

.box-form .form-group .tags-focus {
    width: 100%
}

    .box-form .form-group .tags-focus ul {
        width: 100%;
        border: 1px solid var(--cl-xam1);
        border-radius: 5px;
        background-color: var(--cl-w);
        list-style-type: none
    }

        .box-form .form-group .tags-focus ul li {
            padding: 4px 14px 4px 14px;
            cursor: pointer;
            transition: all .15s ease-in
        }

            .box-form .form-group .tags-focus ul li.is-selected {
                background: var(--cl-xanhnhat);
                color: var(--cl-w)
            }

            .box-form .form-group .tags-focus ul li:hover {
                background: var(--cl-xanh);
                color: var(--cl-w)
            }

                .box-form .form-group .tags-focus ul li:hover.is-selected {
                    background: var(--cl-xanhnhat)
                }

.box-form .form-group .select2 {
    width: 100% !important
}

.box-form .form-group .select2-container--default .select2-selection--multiple, .box-form .form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 4px 14px 4px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam)
}

.box-form .form-group .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block
}

.box-form .form-group .select2-container .select2-selection--multiple {
    min-height: auto;
    font-size: 14px
}

@media (min-width:1440px) {
    .box-form .form-group .select2-container .select2-selection--multiple {
        font-size: 18px
    }
}

.box-form .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px
}

@media (min-width:1440px) {
    .box-form .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 18px
    }
}

.box-form .form-group .select2-container .select2-search--inline .select2-search__field {
    min-height: auto
}

.box-form .form-group .upload-files {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
    border: 1px dashed #6b6b6b;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    text-align: center
}

.box-form .form-group .upload-files-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.box-form .form-group .upload-files input.fileImages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.box-form .form-group .upload-files .img {
    margin-bottom: 38px
}

    .box-form .form-group .upload-files .img svg {
        max-width: 100%;
        height: auto
    }

.box-form .form-group .upload-files p {
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 14px;
    font-weight: 700
}

@media (min-width:1440px) {
    .box-form .form-group .upload-files p {
        font-size: 18px
    }
}

.box-form .form-group .upload-files p a {
    color: #0063f7
}

.box-form .form-group .upload-files p.upload-files--support {
    margin-top: 10px;
    color: #c2c2c2;
    font-family: svn-gliroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px
}

@media (min-width:1440px) {
    .box-form .form-group .upload-files p.upload-files--support {
        font-size: 18px
    }
}

.box-form .form-group .upload-files progress {
    -webkit-appearance: none;
    width: 464px;
    max-width: 100%;
    height: 6px;
    margin-top: 23px;
    border-radius: 18px
}

    .box-form .form-group .upload-files progress::-webkit-progress-bar {
        width: 100%;
        height: 6px;
        background-color: #f2f2f2
    }

    .box-form .form-group .upload-files progress::-webkit-progress-value {
        border-radius: 18px;
        background-color: #7eb542
    }

.box-form .form-group .input-img {
    position: relative
}

    .box-form .form-group .input-img input:not([type=checkbox]):not([type=radio]) {
        flex: 1
    }

    .box-form .form-group .input-img input[type=text] {
        width: 100%
    }

.box-form .form-group .input-img__custom {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    max-width: 25%;
    height: 100%;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    background-color: #f2f2f2
}

    .box-form .form-group .input-img__custom svg {
        width: 100%;
        height: 100%;
        padding: 4px
    }

.box-form .form-group .input-img__custom-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.box-form .form-group .input-avt {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 12px;
    padding-top: 40%
}

    .box-form .form-group .input-avt img {
        -o-object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.box-form .form-group .url {
    display: flex;
    align-items: center;
    width: 100%;
    height: 33px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1)
}

@media (min-width:1440px) {
    .box-form .form-group .url {
        height: 43px
    }
}

.box-form .form-group .url label {
    display: flex;
    align-items: center;
    height: 33px;
    margin-bottom: 0 !important;
    padding: 9px 7px 10px 14px !important;
    border-top: 1px solid var(--cl-xam);
    border-bottom: 1px solid var(--cl-xam);
    border-radius: 5px 0 0 5px;
    background-color: var(--cl-lv2);
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form .form-group .url label {
        font-size: 14px
    }
}

@media (min-width:1440px) {
    .box-form .form-group .url label {
        height: 43px
    }
}

.box-form .form-group .url label.action-checkbox {
    margin-bottom: 0
}

@media (min-width:768px) {
    .box-form .form-group .url label.action-checkbox {
        padding-left: auto
    }
}

.box-form .form-group .url input {
    flex: 1;
    width: auto !important;
    height: 100% !important;
    padding: 9px 0 10px 7px !important;
    border: none !important;
    border-radius: 5px !important;
    outline: 0 !important;
    background-color: none !important;
    box-shadow: none !important;
    color: var(--cl-xam) !important;
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form .form-group .url input {
        font-size: 14px
    }
}

.box-form .form-group .url input:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #f6f6f6;
    opacity: .8;
    pointer-events: none;
    user-select: none
}

.box-form .form-group__label + .form-group__input {
    margin-top: 0
}

.box-form .form-button a.cancel, .box-form .form-button a[type=button], .box-form .form-button button {
    display: inline-block;
    min-width: 80px;
    padding: 4px 14px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    background-color: var(--cl-do);
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    color: var(--cl-w);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-align: center
}

@media (min-width:1440px) {
    .box-form .form-button a.cancel, .box-form .form-button a[type=button], .box-form .form-button button {
        font-size: 14px
    }
}

.box-form .form-button a.cancel:hover, .box-form .form-button a[type=button]:hover, .box-form .form-button button:hover {
    background-color: var(--cl-do-hover)
}

.box-form .form-button a.cancel[type=submit], .box-form .form-button a[type=button][type=submit], .box-form .form-button button[type=submit] {
    background-color: var(--cl-main)
}

    .box-form .form-button a.cancel[type=submit]:hover, .box-form .form-button a[type=button][type=submit]:hover, .box-form .form-button button[type=submit]:hover {
        background-color: var(--cl-xanh)
    }

.box-form .form-button a.continue, .box-form .form-button button.continue {
    background-color: var(--cl-xanhnhat)
}

    .box-form .form-button a.continue:hover, .box-form .form-button button.continue:hover {
        background-color: var(--cl-xanh)
    }

.box-form .form-button > :not(:first-child) {
    margin-left: 15px
}

.box-form .custom-fields {
    transition: 1s all ease-in-out
}

    .box-form .custom-fields .card {
        border: 1px solid var(--cl-xam2);
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0 4px 10px rgba(0,0,0,.1)
    }

    .box-form .custom-fields .card-header {
        display: flex;
        align-items: center;
        padding: 16px 20px;
        border-radius: 10px 10px 0 0;
        background-color: var(--cl-xam2)
    }

@media (min-width:768px) {
    .box-form .custom-fields .card-header {
        padding: 20px 30px
    }
}

.box-form .custom-fields .card-body {
    padding: 16px 20px;
    border-radius: 0 0 10px 10px;
    background-color: var(--cl-w)
}

@media (min-width:768px) {
    .box-form .custom-fields .card-body {
        padding: 20px 30px
    }
}

.box-form .custom-fields .card .title {
    flex: 1
}

    .box-form .custom-fields .card .title > * {
        margin-bottom: 0;
        font-family: svn-gliroy,sans-serif;
        font-size: 12px;
        font-weight: 600
    }

@media (min-width:1440px) {
    .box-form .custom-fields .card .title > * {
        font-size: 16px
    }
}

.box-form .custom-fields .card + .card {
    margin-top: 20px
}

form .box-form + .box-form {
    margin-top: 16px
}

.box-form-none * {
    transition: .16s all ease-in-out
}

.box-form-none h3 {
    margin-bottom: 10px;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px
}

@media (min-width:1440px) {
    .box-form-none h3 {
        font-size: 14px
    }
}

.box-form-none .box-form-opt {
    display: flex;
    margin-bottom: 30px;
    padding-left: 14px
}

    .box-form-none .box-form-opt .opt-item {
        position: relative;
        padding-bottom: 4px;
        color: #000;
        font-family: svn-gliroy,sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

        .box-form-none .box-form-opt .opt-item:not(:first-child) {
            margin-left: 25px
        }

@media (min-width:1440px) {
    .box-form-none .box-form-opt .opt-item {
        font-size: 18px
    }
}

.box-form-none .box-form-opt .opt-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0;
    transform-origin: center;
    border-top: 2px solid #7eb542;
    content: "";
    opacity: 0;
    transition: .2s all ease-in-out
}

.box-form-none .box-form-opt .opt-item.active::after, .box-form-none .box-form-opt .opt-item.show::after, .box-form-none .box-form-opt .opt-item[data-hidden=false]::after, .box-form-none .box-form-opt .opt-item[data-visible=true]::after {
    width: 100%;
    opacity: 1
}

.box-form-none .box-form-sel {
    display: none
}

    .box-form-none .box-form-sel.active, .box-form-none .box-form-sel.show, .box-form-none .box-form-sel[data-hidden=false], .box-form-none .box-form-sel[data-visible=true] {
        display: block
    }

.box-form-none form + form {
    margin-top: 20px
}

.box-form-none .form-group {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%
}

    .box-form-none .form-group > label {
        margin-bottom: 10px;
        color: var(--cl-den);
        font-family: svn-gliroy,sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 15px
    }

@media (min-width:768px) {
    .box-form-none .form-group > label {
        padding-left: 14px
    }
}

@media (min-width:1440px) {
    .box-form-none .form-group > label {
        font-size: 14px
    }
}

.box-form-none .form-group > label.action-checkbox {
    margin-bottom: 0
}

@media (min-width:768px) {
    .box-form-none .form-group > label.action-checkbox {
        padding-left: auto
    }
}

.box-form-none .form-group select {
    border: none;
    outline: 0;
    background: 0 0
}

.box-form-none .form-group .notify {
    display: block;
    margin-top: 8px;
    color: var(--cl-do);
    font-size: 10px
}

@media (min-width:1440px) {
    .box-form-none .form-group .notify {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .box-form-none .form-group .notify {
        padding-left: 14px
    }
}

.box-form-none .form-group input:not([type=checkbox]):not([type=radio]), .box-form-none .form-group select, .box-form-none .form-group textarea {
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form-none .form-group input:not([type=checkbox]):not([type=radio]), .box-form-none .form-group select, .box-form-none .form-group textarea {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-form-none .form-group input:not([type=checkbox]):not([type=radio]), .box-form-none .form-group select, .box-form-none .form-group textarea {
        font-size: 14px
    }
}

.box-form-none .form-group input:not([type=checkbox]):not([type=radio]):disabled, .box-form-none .form-group select:disabled, .box-form-none .form-group textarea:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #f6f6f6;
    opacity: .8;
    pointer-events: none;
    user-select: none
}

.box-form-none .form-group textarea {
    width: 100%;
    height: auto;
    min-height: 33px;
    resize: none
}

@media (min-width:1440px) {
    .box-form-none .form-group textarea {
        min-height: 43px
    }
}

.box-form-none .form-group + .form-group {
    margin-top: 10px
}

.box-form-none .form-group .status .action-status {
    display: flex;
    align-items: center;
    width: 100%;
    height: 33px
}

@media (min-width:1440px) {
    .box-form-none .form-group .status .action-status {
        height: 43px
    }
}

.box-form-none .form-group .eye-hide, .box-form-none .form-group .eye-show {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    transform: translateY(-50%);
    cursor: pointer
}

    .box-form-none .form-group .eye-hide svg, .box-form-none .form-group .eye-show svg {
        fill: #c2c2c2
    }

.box-form-none .form-group .eye-show {
    display: none
}

.box-form-none .form-group.show .eye-show {
    display: block
}

.box-form-none .form-group.show .eye-hide {
    display: none
}

.box-form-none .form-group .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    opacity: 0
}

.box-form-none .form-group .select {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer
}

@media (min-width:1440px) {
    .box-form-none .form-group .select {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-form-none .form-group .select {
        font-size: 14px
    }
}

.box-form-none .form-group .select .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .2s all ease-in
}

.box-form-none .form-group .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px 14px 10px 14px;
    border-radius: 5px;
    background-color: var(--cl-w);
    transition: all .2s ease-in
}

    .box-form-none .form-group .select-styled:hover {
        background-color: var(--cl-w)
    }

    .box-form-none .form-group .select-styled.active, .box-form-none .form-group .select-styled:active {
        background-color: var(--cl-w)
    }

        .box-form-none .form-group .select-styled.active .icon, .box-form-none .form-group .select-styled:active .icon {
            transform: translateY(-50%) rotate(180deg)
        }

.box-form-none .form-group .select-options {
    display: none;
    z-index: 1;
    position: absolute;
    top: 101%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid var(--cl-xam1);
    border-radius: 5px;
    background-color: var(--cl-w);
    list-style: none
}

    .box-form-none .form-group .select-options li {
        margin: 0;
        padding: 4px 14px 4px 14px;
        transition: all .15s ease-in
    }

        .box-form-none .form-group .select-options li.is-selected {
            background: var(--cl-xanhnhat);
            color: var(--cl-w)
        }

        .box-form-none .form-group .select-options li:hover {
            background: var(--cl-xanh);
            color: var(--cl-w)
        }

            .box-form-none .form-group .select-options li:hover.is-selected {
                background: var(--cl-xanhnhat)
            }

        .box-form-none .form-group .select-options li[rel=hide] {
            display: none
        }

.box-form-none .form-group .tags-wrapper {
    display: block;
    width: 100%
}

    .box-form-none .form-group .tags-wrapper .tag {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 4px 8px 4px 23px;
        border: #c2c2c2;
        border-radius: 5px;
        background-color: #d9d9d9;
        color: var(--cl-den);
        font-size: 10px;
        font-weight: 600;
        line-height: 15px
    }

@media (min-width:1440px) {
    .box-form-none .form-group .tags-wrapper .tag {
        font-size: 14px
    }
}

.box-form-none .form-group .tags-wrapper .tag a {
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    user-select: none
}

@media (min-width:1440px) {
    .box-form-none .form-group .tags-wrapper .tag a {
        font-size: 22px
    }
}

.box-form-none .form-group .tags-wrapper .tag a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    transform: rotate(45deg);
    border-top: 1px solid #000
}

.box-form-none .form-group .tags-wrapper .tag a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    transform: rotate(-45deg);
    border-top: 1px solid #000
}

.box-form-none .form-group .tags-wrapper input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form-none .form-group .tags-wrapper input:not([type=checkbox]):not([type=radio]) {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-form-none .form-group .tags-wrapper input:not([type=checkbox]):not([type=radio]) {
        font-size: 14px
    }
}

.box-form-none .form-group .tags-wrapper .tag + input:not([type=checkbox]):not([type=radio]) {
    margin-top: 12px
}

.box-form-none .form-group .upload-files {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
    border: 1px dashed #6b6b6b;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    text-align: center
}

.box-form-none .form-group .upload-files-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.box-form-none .form-group .upload-files input.fileImages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.box-form-none .form-group .upload-files .img {
    margin-bottom: 38px
}

    .box-form-none .form-group .upload-files .img svg {
        max-width: 100%;
        height: auto
    }

.box-form-none .form-group .upload-files p {
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 14px;
    font-weight: 700
}

@media (min-width:1440px) {
    .box-form-none .form-group .upload-files p {
        font-size: 18px
    }
}

.box-form-none .form-group .upload-files p a {
    color: #0063f7
}

.box-form-none .form-group .upload-files p.upload-files--support {
    margin-top: 10px;
    color: #c2c2c2;
    font-family: svn-gliroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px
}

@media (min-width:1440px) {
    .box-form-none .form-group .upload-files p.upload-files--support {
        font-size: 18px
    }
}

.box-form-none .form-group .upload-files progress {
    -webkit-appearance: none;
    width: 464px;
    max-width: 100%;
    height: 6px;
    margin-top: 23px;
    border-radius: 18px
}

    .box-form-none .form-group .upload-files progress::-webkit-progress-bar {
        width: 100%;
        height: 6px;
        background-color: #f2f2f2
    }

    .box-form-none .form-group .upload-files progress::-webkit-progress-value {
        border-radius: 18px;
        background-color: #7eb542
    }

.box-form-none .form-group .input-img {
    position: relative
}

    .box-form-none .form-group .input-img input:not([type=checkbox]):not([type=radio]) {
        flex: 1
    }

    .box-form-none .form-group .input-img input[type=text] {
        width: 100%
    }

.box-form-none .form-group .input-img__custom {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    max-width: 25%;
    height: 100%;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    background-color: #f2f2f2
}

    .box-form-none .form-group .input-img__custom svg {
        width: 100%;
        height: 100%;
        padding: 4px
    }

.box-form-none .form-group .input-img__custom-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.box-form-none .form-group .input-avt {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 12px;
    padding-top: 40%
}

    .box-form-none .form-group .input-avt img {
        -o-object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.box-form-none .form-group .url {
    display: flex;
    align-items: center;
    width: 100%;
    height: 33px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1)
}

@media (min-width:1440px) {
    .box-form-none .form-group .url {
        height: 43px
    }
}

.box-form-none .form-group .url label {
    margin-bottom: 0 !important;
    padding: 9px 7px 10px 14px !important;
    background-color: var(--cl-lv2);
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form-none .form-group .url label {
        font-size: 14px
    }
}

.box-form-none .form-group .url label.action-checkbox {
    margin-bottom: 0
}

@media (min-width:768px) {
    .box-form-none .form-group .url label.action-checkbox {
        padding-left: auto
    }
}

.box-form-none .form-group .url input {
    flex: 1;
    width: auto !important;
    height: 100% !important;
    padding: 9px 0 10px 7px !important;
    border: none !important;
    border-radius: 5px !important;
    outline: 0 !important;
    background-color: none !important;
    box-shadow: none !important;
    color: var(--cl-xam) !important;
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-form-none .form-group .url input {
        font-size: 14px
    }
}

.box-form-none .form-group .url input:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #f6f6f6;
    opacity: .8;
    pointer-events: none;
    user-select: none
}

.box-form-none .form-group__label + .form-group__input {
    margin-top: 0
}

.box-form-none .form-button a.cancel, .box-form-none .form-button a[type=button], .box-form-none .form-button button {
    display: inline-block;
    min-width: 80px;
    padding: 4px 14px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    background-color: var(--cl-do);
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    color: var(--cl-w);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-align: center
}

@media (min-width:1440px) {
    .box-form-none .form-button a.cancel, .box-form-none .form-button a[type=button], .box-form-none .form-button button {
        font-size: 14px
    }
}

.box-form-none .form-button a.cancel:hover, .box-form-none .form-button a[type=button]:hover, .box-form-none .form-button button:hover {
    background-color: var(--cl-do-hover)
}

.box-form-none .form-button a.cancel[type=submit], .box-form-none .form-button a[type=button][type=submit], .box-form-none .form-button button[type=submit] {
    background-color: var(--cl-main)
}

    .box-form-none .form-button a.cancel[type=submit]:hover, .box-form-none .form-button a[type=button][type=submit]:hover, .box-form-none .form-button button[type=submit]:hover {
        background-color: var(--cl-xanh)
    }

.box-form-none .form-button a.continue, .box-form-none .form-button button.continue {
    background-color: var(--cl-xanhnhat)
}

    .box-form-none .form-button a.continue:hover, .box-form-none .form-button button.continue:hover {
        background-color: var(--cl-xanh)
    }

.box-form-none .form-button > :not(:first-child) {
    margin-left: 15px
}

form .box-form-none + .box-form-none {
    margin-top: 16px
}

.custom-fields .field-validation-error {
    position: absolute;
    right: 15px
}

.custom-field__wrapper {
    margin-bottom: 30px
}

.custom-fields {
    margin-top: 20px;
    overflow: hidden;
    transition: 1s all ease-in-out
}

    .custom-fields.active {
        transition: 1s all ease-in-out
    }

    .custom-fields .card-header {
        position: relative;
        min-height: 70px
    }

.card .card-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center
}

    .card .card-header .card-header-title .icon {
        width: 30px;
        height: 30px;
        opacity: .6
    }

        .card .card-header .card-header-title .icon svg {
            width: 100%;
            height: 100%
        }

    .card .card-header .card-header-actions {
        margin-left: auto
    }

        .card .card-header .card-header-actions button, .card .card-header .card-header-actions > a {
            color: rgba(0,0,0,.7);
            font-size: 12px;
            font-weight: 700;
            line-height: 30px
        }

@media (min-width:1440px) {
    .card .card-header .card-header-actions button, .card .card-header .card-header-actions > a {
        font-size: 16px
    }
}

.box-table {
    padding: 20px;
    border-radius: 14px;
    background-color: var(--cl-w);
    box-shadow: 0 4px 40px rgba(163,171,185,.24)
}

    .box-table.none-shadow {
        padding: 0;
        border-radius: 0;
        box-shadow: none
    }

    .box-table form + table {
        margin-top: 20px
    }

    .box-table .form-group {
        display: flex;
        position: relative;
        flex-direction: column;
        width: 100%
    }

        .box-table .form-group > label {
            margin-bottom: 10px;
            color: var(--cl-den);
            font-family: svn-gliroy,sans-serif;
            font-size: 10px;
            font-weight: 700;
            line-height: 15px
        }

@media (min-width:768px) {
    .box-table .form-group > label {
        padding-left: 14px
    }
}

@media (min-width:1440px) {
    .box-table .form-group > label {
        font-size: 14px
    }
}

.box-table .form-group select {
    border: none;
    outline: 0;
    background: 0 0
}

.box-table .form-group input, .box-table .form-group select {
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-table .form-group input, .box-table .form-group select {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-table .form-group input, .box-table .form-group select {
        font-size: 14px
    }
}

.box-table .form-group + .form-group {
    margin-top: 10px
}

.box-table .form-group .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    opacity: 0
}

.box-table .form-group .select {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer
}

@media (min-width:1440px) {
    .box-table .form-group .select {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-table .form-group .select {
        font-size: 14px
    }
}

.box-table .form-group .select .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .2s all ease-in
}

.box-table .form-group .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px 14px 10px 14px;
    border-radius: 5px;
    background-color: var(--cl-w);
    transition: all .2s ease-in
}

    .box-table .form-group .select-styled:hover {
        background-color: var(--cl-w)
    }

    .box-table .form-group .select-styled.active, .box-table .form-group .select-styled:active {
        background-color: var(--cl-w)
    }

        .box-table .form-group .select-styled.active .icon, .box-table .form-group .select-styled:active .icon {
            transform: translateY(-50%) rotate(180deg)
        }

.box-table .form-group .select-options {
    display: none;
    z-index: 1;
    position: absolute;
    top: 101%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid var(--cl-xam1);
    border-radius: 5px;
    background-color: var(--cl-w);
    list-style: none
}

    .box-table .form-group .select-options li {
        margin: 0;
        padding: 4px 14px 4px 14px;
        transition: all .15s ease-in
    }

        .box-table .form-group .select-options li.is-selected {
            background: var(--cl-xanhnhat);
            color: var(--cl-w)
        }

        .box-table .form-group .select-options li:hover {
            background: var(--cl-xanh);
            color: var(--cl-w)
        }

            .box-table .form-group .select-options li:hover.is-selected {
                background: var(--cl-xanhnhat)
            }

        .box-table .form-group .select-options li[rel=hide] {
            display: none
        }

.box-table table {
    width: 100%
}

.box-table table, .box-table td, .box-table th {
    border: 1px solid var(--cl-xam1)
}

.box-table thead th {
    padding: 20px 3px 4px 3px;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center
}

@media (min-width:1440px) {
    .box-table thead th {
        font-size: 14px
    }
}

.box-table thead th span {
    display: inline-block;
    white-space: nowrap
}

.box-table tbody td, .box-table tbody tr {
    transition: .3s all ease-in-out
}

.box-table tbody.normal tr:nth-of-type(2n+1) td {
    background-color: #fff
}

.box-table tbody tr:nth-of-type(2n+1) td {
    background-color: #f2f2f2
}

.box-table tbody td {
    padding: 15px 8px;
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: center
}

@media (min-width:1440px) {
    .box-table tbody td {
        font-size: 14px
    }
}

.box-table tbody td.td-bold {
    color: var(--cl-xanhnhat);
    font-weight: 700
}

    .box-table tbody td.td-bold .td-regular {
        color: var(--cl-xam);
        font-weight: 400
    }

.box-table tbody td.td-regular {
    color: var(--cl-xam);
    font-weight: 400
}

.box-table tbody td[data-rowspan], .box-table tbody td[rowspan] {
    background-color: rgba(126,181,66,.2) !important;
    color: var(--cl-xanhnhat);
    font-size: 12px;
    font-weight: 700
}

@media (min-width:1440px) {
    .box-table tbody td[data-rowspan], .box-table tbody td[rowspan] {
        font-size: 16px
    }
}

.box-table tbody td[data-empty] {
    background-color: #fff !important
}

.box-table tbody td[data-checked=all] .action-checkbox {
    --cb-bor: var(--cl-xanh)
}

.box-table tbody td img {
    -o-object-fit: contain;
    -o-object-position: center;
    width: 110px;
    height: 82px;
    object-fit: contain;
    object-position: center
}

.box-table tbody td .progress-bar {
    -webkit-appearance: none;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 6px;
    margin-top: 23px;
    border-radius: 18px
}

    .box-table tbody td .progress-bar::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        content: ""
    }

    .box-table tbody td .progress-bar span {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 18px;
        background-color: #7eb542
    }

@media (max-width:767px) {
    .box-table thead, .box-table thead td, .box-table thead tr {
        display: none
    }

    .box-table tbody, .box-table tbody td, .box-table tbody tr {
        display: block;
        text-align: left !important
    }

        .box-table tbody td {
            display: flex;
            position: relative;
            width: 100%;
            padding: 8px;
            padding-right: 40px;
            padding-left: 32px;
            border-top: 1px solid #e6eaf0
        }

            .box-table tbody td::before {
                display: inline-block;
                flex: 0 0 50%;
                width: 50%;
                padding-right: 3px;
                white-space: pre-line;
                content: attr(data-title) ""
            }

            .box-table tbody td[data-empty=true] {
                display: none
            }

        .box-table tbody tr {
            border-top: 1px solid var(--cl-main)
        }
}

@media (max-width:575px) {
    .box-table tbody td {
        padding: 8px;
        padding-right: 20px;
        padding-left: 20px
    }

        .box-table tbody td::before {
            flex: 0 0 38%;
            width: 38%
        }
}

.box-table-none form + table {
    margin-top: 20px
}

.box-table-none .form-group {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%
}

    .box-table-none .form-group > label {
        margin-bottom: 10px;
        color: var(--cl-den);
        font-family: svn-gliroy,sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 15px
    }

@media (min-width:768px) {
    .box-table-none .form-group > label {
        padding-left: 14px
    }
}

@media (min-width:1440px) {
    .box-table-none .form-group > label {
        font-size: 14px
    }
}

.box-table-none .form-group select {
    border: none;
    outline: 0;
    background: 0 0
}

.box-table-none .form-group input, .box-table-none .form-group select {
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400
}

@media (min-width:1440px) {
    .box-table-none .form-group input, .box-table-none .form-group select {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-table-none .form-group input, .box-table-none .form-group select {
        font-size: 14px
    }
}

.box-table-none .form-group + .form-group {
    margin-top: 10px
}

.box-table-none .form-group .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    opacity: 0
}

.box-table-none .form-group .select {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 33px;
    padding: 9px 14px 10px 14px;
    border: 1px solid var(--cl-xam);
    border-radius: 5px;
    outline: 0;
    background-color: var(--cl-w);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer
}

@media (min-width:1440px) {
    .box-table-none .form-group .select {
        height: 43px
    }
}

@media (min-width:1440px) {
    .box-table-none .form-group .select {
        font-size: 14px
    }
}

.box-table-none .form-group .select .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .2s all ease-in
}

.box-table-none .form-group .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px 14px 10px 14px;
    border-radius: 5px;
    background-color: var(--cl-w);
    transition: all .2s ease-in
}

    .box-table-none .form-group .select-styled:hover {
        background-color: var(--cl-w)
    }

    .box-table-none .form-group .select-styled.active, .box-table-none .form-group .select-styled:active {
        background-color: var(--cl-w)
    }

        .box-table-none .form-group .select-styled.active .icon, .box-table-none .form-group .select-styled:active .icon {
            transform: translateY(-50%) rotate(180deg)
        }

.box-table-none .form-group .select-options {
    display: none;
    z-index: 1;
    position: absolute;
    top: 101%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid var(--cl-xam1);
    border-radius: 5px;
    background-color: var(--cl-w);
    list-style: none
}

    .box-table-none .form-group .select-options li {
        margin: 0;
        padding: 4px 14px 4px 14px;
        transition: all .15s ease-in
    }

        .box-table-none .form-group .select-options li.is-selected {
            background: var(--cl-xanhnhat);
            color: var(--cl-w)
        }

        .box-table-none .form-group .select-options li:hover {
            background: var(--cl-xanh);
            color: var(--cl-w)
        }

            .box-table-none .form-group .select-options li:hover.is-selected {
                background: var(--cl-xanhnhat)
            }

        .box-table-none .form-group .select-options li[rel=hide] {
            display: none
        }

.box-table-none table {
    width: 100%
}

.box-table-none table, .box-table-none td, .box-table-none th {
    border: 1px solid var(--cl-xam1)
}

.box-table-none thead th {
    padding: 20px 3px 4px 3px;
    color: var(--cl-den);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center
}

@media (min-width:1440px) {
    .box-table-none thead th {
        font-size: 14px
    }
}

.box-table-none thead th span {
    display: inline-block;
    white-space: nowrap
}

.box-table-none tbody td, .box-table-none tbody tr {
    transition: .3s all ease-in-out
}

.box-table-none tbody.normal tr:nth-of-type(2n+1) td {
    background-color: #fff
}

.box-table-none tbody tr:nth-of-type(2n+1) td {
    background-color: #f2f2f2
}

.box-table-none tbody td {
    padding: 15px 8px;
    color: var(--cl-xam);
    font-family: svn-gliroy,sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: center
}

@media (min-width:1440px) {
    .box-table-none tbody td {
        font-size: 14px
    }
}

.box-table-none tbody td.td-bold {
    color: var(--cl-xanhnhat);
    font-weight: 700
}

    .box-table-none tbody td.td-bold .td-regular {
        color: var(--cl-xam);
        font-weight: 400
    }

.box-table-none tbody td.td-regular {
    color: var(--cl-xam);
    font-weight: 400
}

.box-table-none tbody td[data-rowspan], .box-table-none tbody td[rowspan] {
    background-color: rgba(126,181,66,.2) !important;
    color: var(--cl-xanhnhat);
    font-size: 12px;
    font-weight: 700
}

@media (min-width:1440px) {
    .box-table-none tbody td[data-rowspan], .box-table-none tbody td[rowspan] {
        font-size: 16px
    }
}

.box-table-none tbody td[data-empty] {
    background-color: #fff !important
}

.box-table-none tbody td[data-checked=all] .action-checkbox {
    --cb-bor: var(--cl-xanh)
}

.box-table-none tbody td img {
    -o-object-fit: contain;
    -o-object-position: center;
    width: 110px;
    height: 82px;
    object-fit: contain;
    object-position: center
}

.box-table-none tbody td .progress-bar {
    -webkit-appearance: none;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 6px;
    margin-top: 23px;
    border-radius: 18px
}

    .box-table-none tbody td .progress-bar::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        content: ""
    }

    .box-table-none tbody td .progress-bar span {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 18px;
        background-color: #7eb542
    }

@media (max-width:767px) {
    .box-table-none thead, .box-table-none thead td, .box-table-none thead tr {
        display: none
    }

    .box-table-none tbody, .box-table-none tbody td, .box-table-none tbody tr {
        display: block;
        text-align: left !important
    }

        .box-table-none tbody td {
            display: flex;
            position: relative;
            width: 100%;
            padding: 8px;
            padding-right: 40px;
            padding-left: 32px;
            border-top: 1px solid #e6eaf0
        }

            .box-table-none tbody td::before {
                display: inline-block;
                flex: 0 0 50%;
                width: 50%;
                padding-right: 3px;
                white-space: pre-line;
                content: attr(data-title) ""
            }

            .box-table-none tbody td[data-empty=true] {
                display: none
            }

            .box-table-none tbody td[data-bold=true]::before {
                color: var(--cl-xanhnhat);
                font-weight: 700
            }

        .box-table-none tbody tr {
            border-top: 1px solid var(--cl-main)
        }
}

@media (max-width:575px) {
    .box-table-none tbody td {
        padding: 8px;
        padding-right: 20px;
        padding-left: 20px
    }

        .box-table-none tbody td::before {
            flex: 0 0 38%;
            width: 38%
        }
}

.popup {
    display: flex;
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.3);
    text-align: center;
    opacity: 0;
    transition: .3s all
}

    .popup.show {
        display: flex;
        opacity: 1
    }

        .popup.show .popup-container {
            opacity: 1
        }

.popup-container {
    position: relative;
    width: 350px;
    max-width: calc(90vw - 18px);
    max-height: calc(90vh - 18px);
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    opacity: 0;
    transition: .3s all;
    transition-delay: .2s
}

.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    transform: translate(50%,-50%);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    cursor: pointer;
    transition: .2s all
}

    .popup .close::after, .popup .close::before {
        -webkit-user-select: none;
        -moz-user-select: none;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15.6px;
        height: 0;
        transform: translate(-50%,-50%) rotate(45deg);
        border-top: 2px solid #000;
        border-radius: 3px;
        content: '';
        pointer-events: none;
        transition: .2s all;
        user-select: none
    }

    .popup .close::before {
        transform: translate(-50%,-50%) rotate(-45deg)
    }

    .popup .close::after {
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .popup .close:hover {
        background-color: #f2f2f2
    }

        .popup .close:hover::after, .popup .close:hover::before {
            opacity: .6
        }

.popup .wrapper {
    max-width: calc(90vw - 18px);
    max-height: calc(90vh - 18px);
    padding-top: 20px;
    border-radius: 5px
}

@media (min-width:768px) {
    .popup .wrapper {
        padding-top: 30px
    }
}

.popup .box-form {
    padding: 14px 20px 20px 20px;
    box-shadow: none
}

@media (min-width:768px) {
    .popup .box-form {
        padding: 20px 30px 30px 30px
    }
}

.popup .box-form label {
    text-align: left
}

.popup h2 {
    padding: 0 20px;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

@media (min-width:768px) {
    .popup h2 {
        padding: 0 30px
    }
}

@media (min-width:1440px) {
    .popup h2 {
        font-size: 28px
    }
}

.popup p {
    margin-top: 5px;
    padding: 0 20px;
    color: #b9b9b9;
    font-family: svn-gliroy,sans-serif;
    font-size: 12px;
    font-weight: 500
}

@media (min-width:768px) {
    .popup p {
        padding: 0 30px
    }
}

@media (min-width:1440px) {
    .popup p {
        font-size: 14px
    }
}

.box-pagination {
    --wh: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    list-style-type: none
}

    .box-pagination li {
        -webkit-user-select: none;
        -moz-user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--wh);
        height: var(--wh);
        margin-top: 20px;
        border: 1px solid var(--cl-main);
        border-radius: 5px;
        background-color: transparent;
        color: var(--cl-den);
        font-size: 12px;
        font-weight: medium;
        cursor: pointer;
        transition: .3s ease-in-out;
        user-select: none
    }

@media (min-width:1440px) {
    .box-pagination li {
        font-size: 16px
    }
}

.box-pagination li:not(.active):hover {
    background-color: var(--cl-xanh);
    color: #fff
}

.box-pagination li svg {
    width: .8rem
}

@media (min-width:768px) {
    .box-pagination li svg {
        width: 1rem
    }
}

@media (min-width:1440px) {
    .box-pagination li svg {
        width: 1.6rem
    }
}

.box-pagination li.active {
    background-color: var(--cl-main);
    color: var(--cl-w);
    cursor: initial
}

.box-pagination li.next, .box-pagination li.prev {
    width: var(--wh);
    height: var(--wh);
    background-color: transparent;
    transition: .3s ease-in-out
}

    .box-pagination li.next path[fill], .box-pagination li.prev path[fill] {
        fill: var(--cl-den)
    }

    .box-pagination li.next path[stroke], .box-pagination li.prev path[stroke] {
        stroke: var(--cl-den)
    }

    .box-pagination li.next:not(.btn-hidden):hover, .box-pagination li.prev:not(.btn-hidden):hover {
        background-color: var(--cl-xanh)
    }

        .box-pagination li.next:not(.btn-hidden):hover path[fill], .box-pagination li.prev:not(.btn-hidden):hover path[fill] {
            fill: var(--cl-w)
        }

        .box-pagination li.next:not(.btn-hidden):hover path[stroke], .box-pagination li.prev:not(.btn-hidden):hover path[stroke] {
            stroke: var(--cl-w)
        }

    .box-pagination li.next.btn-hidden, .box-pagination li.prev.btn-hidden {
        display: none;
        cursor: initial
    }

    .box-pagination li.prev svg {
        transform: rotate(180deg)
    }

.box-pagination li.dot {
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: var(--cl-xam1);
    pointer-events: none;
    user-select: none
}

.box-pagination li + li {
    margin-left: 6px
}

@media (min-width:576px) {
    .box-pagination li + li {
        margin-left: 8px
    }
}

@media (min-width:992px) {
    .box-pagination li + li {
        margin-left: 10px
    }
}

.overflow {
    overflow: auto
}

.overflow-y {
    overflow-x: hidden;
    overflow-y: auto
}

.overflow-x {
    overflow-x: auto;
    overflow-y: hidden
}

.overflow, .overflow-x, .overflow-y {
    max-width: 100%
}

    .overflow-x::-webkit-scrollbar, .overflow-y::-webkit-scrollbar, .overflow::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: var(--cl-main)
    }

    .overflow-x::-webkit-scrollbar-track, .overflow-y::-webkit-scrollbar-track, .overflow::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 3px var(--cl-main)
    }

    .overflow-x::-webkit-scrollbar-thumb, .overflow-y::-webkit-scrollbar-thumb, .overflow::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--cl-xanh)
    }

        .overflow-x::-webkit-scrollbar-thumb:hover, .overflow-y::-webkit-scrollbar-thumb:hover, .overflow::-webkit-scrollbar-thumb:hover {
            background: var(--cl-xanh)
        }

.header {
    display: flex;
    z-index: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 24px 0 24px 0;
    background-color: var(--cl-w);
    transition: .16s all ease-in-out
}

@media (min-width:992px) {
    .header {
        padding: 36px 30px 36px 0
    }
}

.header-left {
    display: flex;
    flex: 1;
    align-items: center
}

    .header-left .btn-sidebar {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 30px;
        text-align: center
    }

@media (min-width:992px) {
    .header-left .btn-sidebar {
        display: none
    }
}

.header-left .btn-sidebar span {
    width: 100%;
    height: 0;
    margin: 2px 0;
    border-top: 2px solid #000;
    border-radius: 4px
}

.header .account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

.header .account-avt, .header .account-eye {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: var(--cl-xam2)
}

@media (min-width:768px) {
    .header .account-avt, .header .account-eye {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
}

.header .account-avt img, .header .account-eye img {
    width: 100%;
    height: 100%;
    border-radius: 40px
}

.header .account-content {
    margin-left: 8px;
    font-family: Poppins,sans-serif
}

    .header .account-content * {
        transition: .16s all ease-in-out
    }

    .header .account-content p {
        color: var(--cl-lv1);
        font-size: 10px;
        font-weight: 600
    }

@media (min-width:768px) {
    .header .account-content p {
        font-size: 14px
    }
}

@media (min-width:1440px) {
    .header .account-content p {
        font-size: 18px
    }
}

.header .account-content span {
    color: var(--cl-lv2);
    font-size: 10px;
    font-weight: 500
}

@media (min-width:768px) {
    .header .account-content span {
        font-size: 14px
    }
}

@media (min-width:1440px) {
    .header .account-content span {
        font-size: 18px
    }
}

.header .account-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 14px;
    cursor: pointer
}

@media (min-width:768px) {
    .header .account-wrapper {
        margin-right: 30px;
        padding: 8px 0
    }
}

.header .account-wrapper:hover .account-content p {
    color: var(--cl-main)
}

.header .account-wrapper.show .account-feature {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    visibility: visible;
    z-index: 10;
    transform: none;
    opacity: 1;
    pointer-events: initial;
    user-select: initial
}

.header .account-feature {
    -webkit-user-select: none;
    -moz-user-select: none;
    visibility: hidden;
    z-index: -10;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 100%;
    padding: 20px 18px;
    transform: translateY(30px);
    border-radius: 5px;
    background-color: var(--cl-lv3);
    box-shadow: 0 -2px 8px rgba(0,0,0,.1);
    list-style-type: none;
    cursor: initial;
    opacity: 0;
    pointer-events: none;
    transition: .16s all ease-in-out;
    user-select: none
}

    .header .account-feature::before {
        position: absolute;
        top: 0;
        left: 15px;
        width: 0;
        height: 0;
        transform: translateY(-100%);
        border-right: 6px solid transparent;
        border-bottom: 10px solid var(--cl-lv3);
        border-left: 6px solid transparent;
        content: ""
    }

    .header .account-feature li > a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        color: var(--cl-den);
        font-size: 10px;
        font-weight: 600;
        white-space: nowrap
    }

@media (min-width:992px) {
    .header .account-feature li > a {
        font-size: 14px
    }
}

@media (min-width:1440px) {
    .header .account-feature li > a {
        font-size: 18px
    }
}

.header .account-feature li > a * {
    transition: .16s all ease-in-out
}

.header .account-feature li > a svg {
    width: 10px;
    height: 10px;
    margin-right: 10px
}

    .header .account-feature li > a svg path[fill] {
        fill: var(--cl-den)
    }

    .header .account-feature li > a svg path[stroke] {
        stroke: var(--cl-den)
    }

.header .account-feature li > a:hover {
    color: var(--cl-main)
}

    .header .account-feature li > a:hover svg path[fill] {
        fill: var(--cl-main)
    }

    .header .account-feature li > a:hover svg path[stroke] {
        stroke: var(--cl-main)
    }

.header .account-feature li + li {
    margin-top: 16px
}

.sidebar {
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    overflow: auto;
    transform: translateX(-150%);
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    transition: .4s all ease-in-out
}

@media (min-width:576px) {
    .sidebar {
        width: 280px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .sidebar {
        width: 22vw;
        max-width: 220px
    }
}

@media (min-width:1440px) {
    .sidebar {
        width: 28vw;
        max-width: 280px
    }
}

@media (min-width:576px) {
    .sidebar-overlay {
        display: none;
        z-index: -11;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform-origin: center left;
        background-color: rgba(0,0,0,.3);
        opacity: 0;
        transition: .2s all ease-in-out
    }

        .sidebar-overlay.show {
            display: block;
            z-index: 11;
            opacity: 1
        }
}

@media (min-width:992px) {
    .sidebar-overlay {
        display: none;
        z-index: -1;
        opacity: 0
    }
}

.sidebar.show {
    transform: translateX(0)
}

@media (min-width:992px) {
    .sidebar {
        z-index: 1;
        transform: none;
        box-shadow: none
    }
}

.sidebar-brand {
    display: block;
    width: 100%;
    margin-top: 42px
}

    .sidebar-brand .logo {
        display: block;
        width: 100%
    }

    .sidebar-brand svg {
        width: 100%;
        height: auto;
        max-height: 80px
    }

.sidebar-menu {
    display: block;
    width: 100%;
    margin-top: 26px
}

    .sidebar-menu * {
        transform-box: border-box;
        transform-origin: center;
        transition: .16s all ease-in-out
    }

    .sidebar-menu ul {
        list-style-type: none;
        text-decoration: none
    }

        .sidebar-menu ul > li ul {
            -webkit-user-select: none;
            -moz-user-select: none;
            visibility: hidden;
            z-index: -1;
            position: relative;
            height: 0;
            overflow: hidden;
            opacity: 0;
            pointer-events: none;
            user-select: none
        }

            .sidebar-menu ul > li ul > li {
                border-left: 1.5px solid var(--cl-main)
            }

                .sidebar-menu ul > li ul > li a {
                    margin-left: 24px;
                    color: var(--cl-black);
                    font-size: 12px;
                    line-height: 13px
                }

@media (min-width:1440px) {
    .sidebar-menu ul > li ul > li a {
        font-size: 16px
    }
}

.sidebar-menu ul > li ul > li a:hover {
    color: var(--cl-main)
}

.sidebar-menu ul > li ul > li:not(:first-child) {
    padding-top: 20px
}

.sidebar-menu ul > li ul > li a.active {
    color: var(--cl-main)
}

.sidebar-menu > ul > li > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 20px;
    border: none;
    border-radius: 5px;
    outline: 0;
    color: var(--cl-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

    .sidebar-menu > ul > li > a span:nth-of-type(2) {
        flex: 1;
        margin-left: 16px
    }

    .sidebar-menu > ul > li > a span:nth-of-type(3) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6px;
        height: 4px
    }

@media (min-width:1440px) {
    .sidebar-menu > ul > li > a {
        font-size: 18px
    }
}

.sidebar-menu > ul > li > a.active {
    background-color: var(--cl-sub)
}

    .sidebar-menu > ul > li > a.active span:nth-of-type(3) {
        transform: rotate(180deg)
    }

    .sidebar-menu > ul > li > a.active + ul {
        -webkit-user-select: initial;
        -moz-user-select: initial;
        visibility: visible;
        z-index: 1;
        height: auto;
        padding-top: 23px;
        padding-bottom: 30px;
        padding-left: 28px;
        overflow: visible;
        opacity: 1;
        pointer-events: initial;
        user-select: initial
    }

.main-content {
    margin-bottom: 40px;
    margin-left: 0
}

@media (min-width:992px) {
    .main-content {
        margin-left: calc(220px + 20px)
    }
}

@media (min-width:1440px) {
    .main-content {
        margin-left: calc(280px + 20px)
    }
}

main {
    z-index: 2;
    position: relative
}

@media (min-width:992px) {
    main {
        padding-right: 30px
    }
}

.login-page {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.login-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login-page-wrapper {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    text-align: center
}

    .login-page-wrapper .logo-braney {
        width: 100px;
        max-width: 94vw;
        height: 100px;
        margin-bottom: 1rem
    }

        .login-page-wrapper .logo-braney svg {
            width: 100%;
            height: 100%
        }

@media (min-height:640px) {
    .login-page-wrapper .logo-braney {
        width: 120px;
        height: 120px;
        margin-bottom: 2rem
    }
}

@media (min-height:768px) {
    .login-page-wrapper .logo-braney {
        width: 140px;
        height: 140px;
        margin-bottom: 5rem
    }
}

@media (min-height:900px) {
    .login-page-wrapper .logo-braney {
        width: 175px;
        height: 175px;
        margin-bottom: 6rem
    }
}

.login-page-wrapper .popup-login {
    width: 350px;
    max-width: 94vw;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: var(--cl-w);
    filter: drop-shadow(0 4px 40px rgba(0, 0, 0, .2))
}

@media (min-height:640px) {
    .login-page-wrapper .popup-login {
        min-height: 350px;
        padding: 30px;
        border-radius: 32px
    }
}

@media (min-height:768px) {
    .login-page-wrapper .popup-login {
        border-radius: 40px
    }
}

.login-page-wrapper .popup-login .top h2 {
    color: 2B2B2B;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

@media (min-width:1440px) {
    .login-page-wrapper .popup-login .top h2 {
        font-size: 28px
    }
}

.login-page-wrapper .popup-login .top p {
    color: #b9b9b9;
    font-family: svn-gliroy,sans-serif;
    font-size: 12px;
    font-weight: 500
}

@media (min-width:1440px) {
    .login-page-wrapper .popup-login .top p {
        font-size: 14px
    }
}

.login-page-wrapper .popup-login .form {
    margin-top: 24px
}

@media (min-height:640px) {
    .login-page-wrapper .popup-login .form {
        margin-top: 32px
    }
}
/*# sourceMappingURL=main.min.css.map */

.continue {
    border-color: #008cffd4 !important;
    background-color: #008cffd4 !important;
}

    .continue:hover {
        border-color: #007bff !important;
        background-color: #007bff !important;
    }

.cssRequired {
    background-color: #aaa !important
}

.buttonLanguages {
    height: 30px !important;
    width: 30px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.block-table {
    border-radius: 5px;
    background: #fff;
    padding: 1.25rem;
    font-size: 13px
}

.block-table table tr {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #495057
}

.block-table table tr th {
    border-bottom: 2px solid #e9ecef;
    padding: .55rem
}

.block-table table tr td {
    padding: .44rem
}

.block-table table tr td, .block-table table tr th {
    vertical-align: middle
}

.block-table table tr td:first-child, .block-table table tr th:first-child {
    text-align: center
}

.block-table table tr td.left, .block-table table tr th.left {
    text-align: left
}

.block-table table tr td.bold, .block-table table tr th.bold {
    font-weight: 700
}

.block-table table thead tr {
    cursor: pointer
}

@media (min-width:1025px) {
    .block-table table tbody tr:hover {
        background-color: #e0f3ff
    }
}

.downloadButton {
    display: inline-block;
    min-width: 80px;
    padding: 4px 14px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: 0 0;
    background-color: var(--cl-xanh);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    color: var(--cl-w);
    font-family: svn-gliroy, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
}

.importBtn {
    background-color: var(--cl-xanh) !important;
}

.form-group p {
    font-family: svn-gliroy, sans-serif;
    font-size : 14px;
}