@charset "UTF-8";
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -ms-overflow-style: scrollbar
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.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
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .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
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .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
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .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
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .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
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

html {
    font-size: 16px;
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

button, input, textarea {
    outline: 0
}

:focus, button:focus, input, input:focus, textarea:focus {
    outline: none !important
}

ul li {
    list-style: none
}

body {
    font-family: Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1rem
}

h6 {
    font-size: .875rem
}

a {
    color: #055699
}


.clearfix {
    clear: both
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .02);
    color: #333;
    display: block;
    padding: 1.25rem
}

.section {
    padding-top: 2rem
}

.section ul a {
    font-size: .9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    line-height: 1.6;
    color: #666
}

.blocker {
    z-index: 3
}

.bot svg {
    display: none !important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-bold {
    font-weight: 600 !important
}

.text-uppercase {
    text-transform: uppercase
}

.margin-0 {
    margin: 0 !important
}

.padding-0 {
    padding: 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 5px !important
}

.pt-2 {
    padding-top: 10px !important
}

.pt-3 {
    padding-top: 15px !important
}

.pt-4 {
    padding-top: 20px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 5px !important
}

.mt-2 {
    margin-top: 10px !important
}

.mt-3 {
    margin-top: 15px !important
}

.mt-4 {
    margin-top: 20px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 5px !important
}

.pb-2 {
    padding-bottom: 10px !important
}

.pb-3 {
    padding-bottom: 15px !important
}

.pb-4 {
    padding-bottom: 20px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 5px !important
}

.mb-2 {
    margin-bottom: 10px !important
}

.mb-3 {
    margin-bottom: 15px !important
}

.mb-4 {
    margin-bottom: 20px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 5px !important
}

.pl-2 {
    padding-left: 10px !important
}

.pl-3 {
    padding-left: 15px !important
}

.pl-4 {
    padding-left: 20px !important
}

.pl-5 {
    padding-left: 30px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 5px !important
}

.ml-2 {
    margin-left: 10px !important
}

.ml-3 {
    margin-left: 15px !important
}

.ml-4 {
    margin-left: 20px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 5px !important
}

.pr-2 {
    padding-right: 10px !important
}

.pr-3 {
    padding-right: 15px !important
}

.pr-4 {
    padding-right: 20px !important
}

.pr-5 {
    padding-right: 30px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 5px !important
}

.mr-2 {
    margin-right: 10px !important
}

.mr-3 {
    margin-right: 15px !important
}

.mr-4 {
    margin-right: 20px !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: var(--brand-color) !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot);
    src: local("Roboto"), local("Roboto-Regular"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format("truetype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot);
    src: local("Roboto Italic"), local("Roboto-Italic"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix) format("embedded-opentype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf) format("truetype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot);
    src: local("Roboto Medium"), local("Roboto-Medium"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot?#iefix) format("embedded-opentype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.eot);
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.eot?#iefix) format("embedded-opentype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.ttf) format("truetype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot);
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot?#iefix) format("embedded-opentype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot);
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf) format("truetype"), url(../../../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#Roboto) format("svg")
}

.d-flex {
    display: flex
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

:focus, button, input, textarea {
    outline: none !important
}

input, select, textarea {
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff
}

input[type=file], select[type=file], textarea[type=file] {
    border: none
}

textarea {
    min-height: 150px
}

p {
    margin-top: 0;
    margin-bottom: .3rem;
    line-height: 1.5rem;
    font-size: 14px
}

.form-row {
    display: flex;
    position: relative;
    margin-right: -5px;
    margin-left: -5px
}

.form-row .form-col, .form-row > [class*=col] {
    padding-right: 5px;
    padding-left: 5px
}

.form-row .form-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.form-row .form-col.city {
    flex: 1 1 30%;
    max-width: 30%;
    margin-right: 10px
}

.form-row .form-col.district {
    flex: 1 1 70%;
    max-width: 70%
}

.form-group {
    margin-bottom: 20px
}

.form-group > label {
    font-weight: 500;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 14px;
    color: #333
}

.form-group > label a {
    margin: 0 10px
}

.form-group > label > span {
    color: red
}

.form-group > label.count-down {
    width: 100%
}

.form-group > label.count-down .count-number {
    float: right;
    font-weight: 400;
    color: #888
}

.form-group .form-control {
    border-radius: 5px;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px;
    height: 44px;
    width: 100%;
    background: #fff
}

.form-group .intro {
    color: #888;
    font-style: italic;
    font-size: 13px
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2f2f2;
    opacity: .5
}

.form-control:focus, input[type=password]:focus, input[type=text]:focus {
    border-color: #999 !important;
    background-color: #fff;
    background-image: none;
    outline: none;
    box-shadow: none
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .grow {
    flex-grow: 1
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 38px;
    font-size: 14px
}

.form-inline .form-control:not(:first-child) {
    margin-left: .5rem
}

.error-form {
    font-size: 13px;
    color: red
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table > :not(caption) > * > * {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.btn {
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    border-radius: 45px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 20px;
    padding: .45rem .95rem;
    outline: none;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    transform: translateZ(0)
}

.btn:before {
    transform: scaleX(0);
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    transform-origin: 50%;
    transition: all .5s ease-out
}

.btn:hover:before {
    transform: scaleX(1)
}

.btn-block {
    width: 100%
}

.btn-square, .btn-xs {
    border-radius: 3px
}

.btn-xs {
    font-size: 11px;
    padding: .1rem .5rem
}

.btn-xs:before {
    border-radius: 3px
}

.btn-sm {
    font-size: 13px;
    padding: .25rem .75rem
}

.btn-md {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px
}

.btn-lg {
    font-size: 21px;
    height: 59px;
    line-height: 59px;
    padding: 0 56px
}

.btn-xl {
    font-size: 28px;
    height: 74px;
    line-height: 74px;
    padding: 0 80px;
    text-transform: uppercase
}

.btn-p-1015 {
    padding: 10px 15px
}

.btn-p-1230 {
    padding: 12px 30px
}

.btn .icon {
    margin-left: 15px;
    position: absolute;
    left: 10px
}

.btn-not-radius, .btn-not-radius:before {
    border-radius: .3rem
}

.btn-pink {
    background: #fb236a;
    border-color: #fb236a;
    color: #fff !important
}

.btn-purple {
    background: #48509a;
    border-color: #48509a;
    color: #fff !important
}

.btn-gray {
    background: #f6f7f9;
    border-color: #f6f7f9;
    color: #666 !important
}

.btn-blue {
    background: #1474f2;
    border-color: #1474f2;
    color: #fff !important
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #055699 !important
}

.btn-green {
    background: #055699;
    border-color: #055699;
    color: #fff !important
}

.btn-yellow {
    background: #f1c40e;
    border-color: #f1c40e;
    color: #fff !important
}

.btn-facebook {
    background-color: #4267b2;
    border: 2px solid #4267b2
}

.btn-facebook span {
    color: #fff
}

.btn-google {
    border: 1px solid #d6d6d6
}

.btn-google span {
    color: #484848
}

@media (max-width: 767px) {
    .btn-md {
        font-size: 18px;
        height: 54px;
        line-height: 54px;
        padding: 0 40px
    }

    .btn-lg {
        height: 58px;
        font-size: 20px;
        line-height: 58px;
        padding: 0 50px
    }
}

.btn-border {
    border: 1px solid #dedede !important;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block
}

.btn-border.blue {
    color: #1474f2
}

.btn-border.pink {
    color: #fb226a
}

.btn-border.blocked {
    pointer-events: none;
    color: #ccc
}

.btn-green-outline {
    border: 1px solid #055699 !important;
    background: #fff;
    color: #055699
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #6f747b;
    content: "/";
    font-weight: 700;
    font-size: 14px
}

.breadcrumb > li a, .breadcrumb > li a span, .breadcrumb > li span {
    color: #6f747b;
    font-size: .95rem;
    font-weight: 400;
    font-style: normal
}

.header-purple {
    background-color: #3e446b
}

.header-purple .logo-header a {
    color: #fff !important;
    font-size: 2rem !important;
    font-weight: 400 !important
}

.header-purple .menu-header a {
    color: #f2f2f2
}

.header-purple .menu-header a.active, .header-purple .menu-header a:hover {
    color: #fff;
    border-bottom: 3px solid #ff5a1f
}

.header-purple label {
    color: #f2f2f2 !important
}

.header-purple input {
    border: 1px solid #fff !important
}

.header-purple input:focus, .header-purple input:hover {
    background-color: #fff !important;
    color: #333 !important
}

.header-purple .dropbtn {
    color: #fff !important;
    background-color: transparent !important
}

.menu-header {
    font-size: .95rem;
    justify-content: center
}

.menu-header, .menu-header li {
    display: flex;
    align-items: center
}

.menu-header li {
    margin-right: 2rem;
    position: relative;
    height: 100%
}

.menu-header li:last-child {
    margin-right: 0
}

.menu-header .button-post {
    border: 2px solid #055699;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    background: #055699
}

.menu-header .button-post:hover, .menu-header .button-post:hover i {
    color: #fff
}

.menu-header .notification-dropbox {
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 22rem;
    left: -8.5rem;
    z-index: 5;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .24);
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    display: none
}

.menu-header .notification-dropbox ul li {
    margin: 0;
    width: 100%
}

.menu-header .notification-dropbox-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding: .5rem .75rem
}

.menu-header .notification-dropbox-item a {
    padding: 0
}

.menu-header .notification-dropbox-item .item-img {
    width: 20%;
    border-radius: 5px;
    overflow: hidden
}

.menu-header .notification-dropbox-item .item-img a {
    display: block;
    height: 100%
}

.menu-header .notification-dropbox-item .item-img a img {
    height: 100%
}

.menu-header .notification-dropbox-item .item-info {
    width: 77%
}

.menu-header .notification-dropbox-item .item-info a {
    display: -webkit-box !important;
    height: 40px;
    overflow: hidden !important;
    -webkit-line-clamp: 2;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal !important;
    word-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    line-height: 20px;
    text-align: unset
}

.menu-header .notification-dropbox-item .item-info a:last-child {
    font-weight: 400;
    color: #999;
    line-height: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.menu-header .notification-dropbox-item:hover {
    background-color: #ebedf0
}

.menu-header .like:hover .like-dropbox, .menu-header .notification:hover .notification-dropbox {
    display: block
}

.menu-header .like-dropbox {
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 25rem;
    left: -8.5rem;
    z-index: 5;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .24);
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    display: none
}

.menu-header .like-dropbox-title {
    padding: .5rem;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    font-size: 17px;
    line-height: 24px;
    color: #2c2f36;
    font-weight: 700
}

.menu-header .like-dropbox ul li {
    margin: 0;
    width: 100%
}

.menu-header .like-dropbox-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding: .5rem 1rem .25rem
}

.menu-header .like-dropbox-item a {
    padding: 0
}

.menu-header .like-dropbox-item .item-img {
    width: 20%;
    border-radius: 5px 5px 8px 8px;
    overflow: hidden
}

.menu-header .like-dropbox-item .item-info {
    width: 77.5%
}

.menu-header .like-dropbox-item .item-info a {
    display: -webkit-box !important;
    height: 27px;
    overflow: hidden !important;
    -webkit-line-clamp: 1;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal !important;
    word-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    line-height: 24px;
    text-align: unset
}

.menu-header .like-dropbox-item .item-info a:last-child {
    font-weight: 400;
    color: #999
}

.menu-header .like-dropbox-item:hover {
    background-color: #ebedf0
}

.menu-header .like-dropbox-item:hover .close-dropbox-item {
    display: flex
}

.menu-header .like-dropbox-item .close-dropbox-item {
    position: absolute;
    display: flex;
    right: .75rem;
    top: 1.25rem;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .24);
    display: none
}

.menu-header .like-dropbox-item .close-dropbox-item i {
    font-weight: 700
}

.menu-header .login {
    position: relative;
    cursor: pointer
}

.menu-header .login .auth-form {
    position: absolute;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .24);
    border-radius: 8px;
    top: 100%;
    z-index: 5;
    width: 20rem;
    left: -6rem;
    background-color: #fff;
    display: none;
    padding: 1rem
}

.menu-header .login .auth-form .social-text {
    margin-top: 10px;
    text-align: center
}

.menu-header .login .auth-form .social-text p {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.5
}

.menu-header .login .auth-form .social-text a {
    color: #055699
}

.menu-header .login .auth-form .social-login-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: .5rem 0 0
}

.menu-header .login .auth-form .social-login-container > * {
    flex: 1 1 30%;
    padding: 0 .8rem
}

.menu-header .login .auth-form .social-login-container a {
    color: #333;
    margin-top: 5px;
    line-height: 1.6
}

.menu-header .login .auth-form .heading-xsmall.social-login-text {
    margin-top: 5px
}

.menu-header .login:hover .auth-form {
    display: block
}

.menu-header a {
    color: #484848;
    padding: .5rem 0;
    display: inline-block;
    text-align: center;
    font-weight: 500
}

.menu-header a:hover, .menu-header a:hover i {
    color: #055699
}

.menu-header a.active {
    color: #055699;
    margin-bottom: -2px
}

.menu-header a.active i {
    color: #055699
}

.menu-header a.employer {
    background: #055699;
    color: #f2f2f2;
    border-radius: 3px;
    padding: 10px;
    line-height: 20px;
    cursor: pointer
}

.dropdown-wrapper {
    position: relative;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .235px;
    margin: 7px 5px;
    padding: 16px 20px;
    cursor: pointer
}

.dropdown-wrapper:hover .dropdown-menu {
    display: block
}

.dropdown-wrapper:after {
    background: #ddd;
    content: "";
    display: block;
    height: 27px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px
}

.dropdown-wrapper .dropdown-menu {
    position: absolute;
    display: none;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 10px 0 0;
    font-size: .875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, .08)
}

.dropdown-wrapper .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: #edf7ff;
    color: #055699
}

.nav-item {
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .235px;
    margin: 7px 5px;
    padding: 16px 10px
}

.box-product_favourites, .nav-item {
    position: relative
}

.box-product_favourites .icon-total-product_favourites {
    display: none;
    font-weight: 400 !important;
    font-size: 10px !important;
    color: #fff;
    position: absolute;
    background: #da1030;
    border-radius: 6px;
    left: 27px;
    top: 2px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    z-index: 5
}

.box-product_favourites .notification-save {
    position: relative
}

.box-product_favourites .notification-save .notification-save__link {
    display: none
}

.box-product_favourites .notification-save .notification-save__btn, .box-product_favourites .notification-save .notification-save__link {
    color: #2c2c2c;
    background: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 13px 15px;
    border-radius: 8px;
    font-style: normal;
    outline: none;
    text-align: center;
    cursor: pointer;
    box-shadow: none
}

.box-product_favourites .notification-save .notification-save__btn i.icon-heart, .box-product_favourites .notification-save .notification-save__link i.icon-heart {
    font-size: 22px;
    font-weight: 900
}

.box-product_favourites .product_favourites-popup {
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 20px hsla(0, 0%, 71.4%, .4);
    border-radius: 4px;
    overflow: hidden;
    width: 400px;
    left: -163px;
    z-index: 110
}

.box-product_favourites .product_favourites-popup .product_favourites__header {
    text-align: center;
    color: #2c2c2c;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.box-product_favourites .product_favourites-popup .no-product-favourites {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 40px 10px;
    font-size: 14px
}

.box-product_favourites .product_favourites-popup .no-product-favourites.hide {
    display: none
}

.box-product_favourites .product_favourites-popup .product_favourites__content {
    max-height: 202px;
    overflow-y: hidden
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item {
    box-sizing: border-box;
    padding: 8px 16px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebedf0;
    position: relative
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item:hover {
    background-color: #ebedf0
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item:hover .product_favourites__item--btn-remove {
    display: flex !important
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: initial;
    text-overflow: clip;
    white-space: normal
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item a img {
    height: 48px;
    width: 64px;
    float: left;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item a .product_favourites__item--content {
    width: calc(100% - 72px);
    float: left;
    padding-left: 8px
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item a .product_favourites__item--content p {
    display: -webkit-box !important;
    height: 20px;
    overflow: hidden !important;
    -webkit-line-clamp: 1;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal !important;
    word-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    line-height: 20px
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item a .product_favourites__item--content span {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #747c87
}

.box-product_favourites .product_favourites-popup .product_favourites__content .product_favourites__item .product_favourites__item--btn-remove {
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0;
    top: 0;
    margin-right: 8px;
    margin-top: 20px;
    background-color: #f2f2f2;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center
}

.box-product_favourites .product_favourites-popup .product_favourites__footer {
    background: transparent;
    text-align: center;
    color: #055699;
    flex: none;
    padding: 8px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px solid #ebedf0
}

.box-product_favourites .product_favourites-popup .product_favourites__footer a {
    display: block;
    font-weight: 500;
    line-height: 24px;
    color: #055699;
    text-align: center
}

.box-product_favourites .product_favourites-popup .product_favourites__footer a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #055699;
    text-decoration-color: #055699
}

.box-product_favourites .product_favourites-popup.hide {
    display: none
}

.btn-create-post {
    border: 1px solid #ddd;
    background-color: #fff;
    color: inherit
}

.btn-create-post:hover {
    background-color: #055699;
    color: #fff
}

.mb-menu__list .mb_menu_box-register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%
}

.mb-menu__list .mb_menu_box-register .btn-user-log-in, .mb-menu__list .mb_menu_box-register .btn-user-register {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 14px 12px;
    width: 115px;
    font-weight: 500;
    font-size: 14px
}

.mb-menu__list .mb_menu_box-register .btn-user-log-in {
    background-color: #fff;
    color: #2c2c2c
}

.mb-menu__list .mb_menu_box-register .btn-user-register {
    background-color: #055699;
    color: #fff
}

.mb-menu__list .user-profile {
    padding: 0 20px 16px
}

.mb-menu__list .user-profile .user-profile-main {
    display: flex;
    align-items: center;
    padding-bottom: 10px
}

.mb-menu__list .user-profile .user-profile-main img {
    width: 50px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px
}

.mb-menu__list .user-profile .user-profile-main .icon-setting {
    position: absolute;
    bottom: 5px;
    background-color: #f2f1f1;
    border-radius: 100%;
    right: 8px;
    border: 1px solid #ececec
}

.mb-menu__list .user-profile .user-profile__info a {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical
}

.mb-menu__list .user-profile .user-profile__info a:hover {
    opacity: .6
}

.mb-menu__list .user-profile .btn-user-create-post a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 13px 15px;
    width: 100%;
    font-weight: 500;
    background-color: #fff;
    color: #2c2c2c
}

.title-custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #055699;
    height: 3rem
}

.title-custom i {
    display: none;
    color: #055699;
    font-size: 1rem;
    margin-top: 1rem
}

.title-custom p {
    color: #fff;
    background-color: #055699;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    padding: 5px 10px;
    max-width: 250px;
    position: absolute;
    bottom: -1px;
    left: 0
}

hr {
    border-top: 0 solid #ebebeb
}

.wrap-header {
    margin: auto;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2
}

.header-border-bottom {
    border-bottom: 1px solid #e5e5e5 !important
}

.logo-header {
    padding: 5px 0
}

.logo-header > a {
    display: flex;
    height: 100%
}

.logo-header img.logo-pc {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.logo-header img.logo-mb {
    display: none;
    height: 40px;
    max-width: 100%
}

.header-left-box {
    display: none
}

.header-right-box {
    display: flex;
    align-items: center
}

.header-right-box .mb-login {
    display: none
}

.header-right-box ul.nav-auth li {
    display: block;
    float: left;
    position: relative
}

.header-right-box ul.nav-auth li .item-nav {
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .235px;
    margin: 7px 5px;
    padding: 14px 10px;
    position: relative
}

.header-right-box ul.nav-auth li .item-nav.login {
    padding-right: 15px
}

.header-right-box ul.nav-auth li .item-nav.login:after {
    background: #ddd;
    content: "";
    display: block;
    height: 27px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px
}

.header-right-box .mb-menu {
    display: none
}

.header-right-box .change-lang {
    margin-right: 1.5rem;
    display: flex;
    align-items: center
}

.header-right-box .dropbtn {
    color: #6f6f6f;
    padding: 6px 0 8px;
    font-size: .85rem;
    border: none;
    background: #fff
}

.header-right-box .dropdown {
    position: absolute
}

.header-right-box .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1
}

.header-right-box .dropdown-content img {
    width: 25px;
    height: 16px;
    display: inline-block;
    margin-right: 10px
}

.header-right-box .dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px
}

.header-right-box .dropdown-content a:hover {
    background-color: #f1f1f1
}

.header-right-box .dropdown:hover .dropdown-content {
    display: block
}

@media (max-width: 1200px) {
    .header {
        padding: 0 1rem;
        box-shadow: none !important;
        height: 50px;
        background-color: #055699
    }

    .header, .header .wrap-header {
        border-bottom: none;
        margin-top: 0
    }

    .header .wrap-header {
        height: 100%
    }

    .header .header-left-box {
        display: block
    }

    .header .header-left-box i {
        font-size: 1.5rem;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: 700
    }

    .header .logo-header {
        display: block;
        align-self: center;
        width: 100%;
        height: 100%
    }

    .header .logo-header > a {
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
        height: 100%
    }

    .header .logo-header .logo-pc {
        display: none
    }

    .header .logo-header .logo-mb {
        display: block;
        height: 40px
    }

    .header .menu-header {
        display: none
    }

    .header .mb-login {
        display: block
    }

    .header .mb-login i {
        font-size: 23px;
        color: #fff
    }

    .header .mb-menu {
        display: flex;
        color: #fff
    }

    .header .mb-menu__mask {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: -100%;
        background-color: rgba(0, 0, 0, .25);
        z-index: 998
    }

    .header .mb-menu__button {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header .mb-menu__button svg {
        fill: #fff
    }

    .header .mb-menu__box {
        position: fixed;
        background: #fff;
        width: 280px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        top: 0;
        right: -100%;
        transition: right .3s ease;
        z-index: 999;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .header .mb-menu__box .close-btn {
        width: 30px;
        height: 30px;
        align-self: flex-end;
        margin: 1rem .5rem 0 0
    }

    .header .mb-menu__box .login {
        display: flex;
        padding: 5px;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .header .mb-menu__box .login a {
        text-align: center;
        color: #055699;
        border-radius: 5px;
        width: 48%;
        font-weight: 700
    }

    .header .mb-menu__box .login a:last-child {
        width: 100%;
        margin-top: 1rem
    }

    .header .mb-menu__box .login a:nth-child(2) {
        background-color: #055699;
        color: #fff
    }

    .header .mb-menu__list {
        padding: 0;
        margin-top: 1rem
    }

    .header .mb-menu__list li.item > a {
        font-weight: 400
    }

    .header .mb-menu__list li.item > a img {
        margin-right: 15px;
        width: 20px;
        height: 20px
    }

    .header .mb-menu__list li.item > a span {
        align-items: center
    }

    .header .mb-menu__list li.item:last-child > a {
        border-bottom: none
    }

    .header .mb-menu__list li.item:first-child a {
        color: #055699
    }

    .header .mb-menu__list li.item input[type=radio] {
        display: none
    }

    .header .mb-menu__list li.item input[type=radio]:checked ~ .mb-sub-menu__list {
        background-color: hsla(0, 0%, 92.2%, .3803921568627451);
        transition: .3s;
        max-height: 700px
    }

    .header .mb-menu__list li.item input[type=radio]:checked ~ a i {
        color: #055699;
        transform: rotate(180deg)
    }

    .header .mb-menu__list li.item input[type=radio]:checked ~ a span {
        color: #055699
    }

    .header .mb-menu__list li.item .mb-sub-menu__list {
        background-color: rgba(245, 246, 247, .3215686274509804);
        transition: .3s;
        max-height: 0;
        overflow: hidden
    }

    .header .mb-menu__list li.item .mb-sub-menu__list a {
        margin-left: 25px !important
    }

    .header .mb-menu__list li > a {
        display: flex;
        width: 100%;
        font-size: 14px;
        border-bottom: 1px solid #f5f6f7;
        color: #2c2f36;
        justify-content: space-between;
        padding: 10px 10px 10px 20px
    }

    .header .mb-menu__list li > a i {
        font-size: 16px;
        font-weight: 700;
        transition: .3s;
        padding: 0 10px
    }

    .header .mb-menu__list li.item-footer {
        background-color: #f7f7f7
    }

    .header .change-lang, .header .nav-auth {
        display: none
    }

    .box-product_favourites .notification-save .notification-save__btn {
        display: none !important
    }

    .box-product_favourites .notification-save .notification-save__link {
        display: inline-block !important
    }

    .box-product_favourites .notification-save i.icon-heart {
        color: #fff
    }

    .box-product_favourites .product_favourites-popup {
        display: none !important
    }
}

@media (max-width: 1024px) {
    .banner-timnha {
        display: none
    }
}

@media (max-width: 576px) {
    .header {
        padding: 0 1rem;
        z-index: 10
    }

    .wrap-header {
        padding: 0
    }
}

@media only screen and (max-width: 425px) {
    .banner-timnha .modal-search-main .search-box label {
        font-size: 13px !important
    }
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 110
}

.scroll-top .content-scroll-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #d1d1d1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-top .content-scroll-top .circle {
    width: 30px;
    height: 30px;
    background: #2b333d;
    border-radius: 50%
}

.scroll-top .content-scroll-top .circle img {
    width: 14px;
    height: 13px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 8px auto 0
}

@media (max-width: 992px) {
    .scroll-top {
        right: 16px;
        bottom: 96px
    }

    .scroll-top .content-scroll-top {
        width: 30px;
        height: 30px
    }

    .scroll-top .content-scroll-top .circle {
        background: #666
    }
}

.support_box {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 55px;
    right: 20px;
    z-index: 6;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #208ceb;
    cursor: pointer
}

.support_box > i {
    color: #fff;
    font-size: 24px;
    padding: .75rem
}

.support_box .support_main_when_show {
    position: absolute;
    bottom: calc(100% + 1rem);
    right: 0;
    width: 18rem;
    cursor: unset;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .24)
}

.support_box .support_main_when_show.hide {
    display: none !important
}

.support_box .support_main_when_hide {
    position: absolute;
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 32px rgba(3, 44, 71, .24);
    border-top: 3px solid #218ceb;
    right: 60px;
    width: 300px;
    border-radius: 8px;
    height: 3.5rem;
    display: flex;
    padding: 0 .5rem;
    align-items: center
}

.support_box .support_main_when_hide .supporter_avatar {
    margin-right: .5rem
}

.support_box .support_main_when_hide .supporter_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.support_box .support_main_when_hide span strong i {
    font-size: 13px;
    color: #333
}

.support_box .support_main_when_hide .btn-close {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    position: absolute;
    right: -.25rem;
    top: -.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8)
}

.support_box .support_main_when_hide .btn-close i {
    color: #fff;
    font-size: 14px
}

.support_box .support_main_when_hide.hide {
    display: none !important
}

.support_box .support_main_title {
    padding: .75rem .5rem .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #208ceb;
    color: #fff
}

.support_box .support_main_title i {
    margin-right: .5rem;
    color: #fff
}

.support_box .support_main_header {
    background-color: #208ceb
}

.support_box .support_main_supporter {
    text-align: center
}

.support_box .support_main_supporter .supporter_avatar img {
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.support_box .support_main_supporter .supporter_name {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: #fff
}

.support_box .support_main_supporter .supporter_note {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    border-top: 1px solid #349bf7;
    padding-top: 10px;
    color: #fff;
    padding-bottom: .5rem
}

.support_box .support_main_body {
    background-color: #fff
}

.support_box .support_main_body ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #efefef
}

.support_box .support_main_body ul li:hover a, .support_box .support_main_body ul li:hover i {
    color: #000
}

.support_box .support_main_body ul li a {
    display: inline-block;
    height: 100%;
    padding: .75rem;
    width: 100%;
    font-size: 14px;
    color: #666
}

.support_box .support_main_body ul li a i {
    margin-right: 7px;
    color: #666;
    font-size: 1rem;
    width: .75rem
}

@media screen and (max-width: 1024px) {
    .support_box .support_main_when_hide {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .support_box .support_main_when_show {
        width: 18rem
    }
}

.header-right-box-detail > div {
    display: inherit
}

.header-right-box-detail > div:nth-child(2n) {
    margin: 0 18px
}

.header-right-box-detail > div img {
    width: 18px
}

.header-right-box-detail > div.menu-dropdown {
    position: relative
}

.header-right-box-detail > div.menu-dropdown .list-item-menu {
    display: none;
    position: absolute;
    width: 160px;
    background: #fff;
    box-shadow: 0 0 5px #d0d0d0;
    top: 34px;
    right: 0;
    z-index: 1;
    border-radius: 5px
}

.header-right-box-detail > div.menu-dropdown .list-item-menu li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    transition: .2s;
    border-bottom: 1px solid #e5e5e5
}

.header-right-box-detail > div.menu-dropdown .list-item-menu li a {
    color: #333;
    font-size: 15px
}

.header-right-box-detail > div.menu-dropdown .list-item-menu li:hover {
    background: #f9f9f9
}

.header-right-box-detail > div.menu-dropdown .list-item-menu li img {
    position: relative;
    margin-right: 8px;
    top: 3px
}

.footer__nav {
    display: block;
    font-size: 11px
}

.footer__nav--left, .footer__nav--right {
    margin-bottom: 8px
}

.footer .menu-footer a {
    color: #333
}

.footer__suggest {
    text-align: center;
    padding: 2rem 0;
    font-size: .875rem
}

.footer__nav {
    padding: .5rem 1rem;
    display: flex
}

.footer__nav--left, .footer__nav--right {
    flex: 0 0 50%
}

.footer__nav--right {
    text-align: right
}

.footer .menu-footer li {
    display: inline;
    font-size: .75rem
}

.footer .menu-footer li:after {
    content: " - "
}

.footer .menu-footer li:last-child:after {
    display: none
}

.footer .menu-footer a {
    color: #fff
}

.introduction {
    border-top: 2px solid #eee;
    padding: 2rem 0 3rem;
    position: relative;
    height: 16rem;
    overflow: hidden
}

.introduction.full {
    height: 100% !important
}

.introduction h1 {
    font-size: 20px;
    margin-bottom: 20px
}

.introduction h2 {
    font-size: 18px;
    margin: 20px 0
}

.introduction p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4
}

@media (max-width: 992px) {
    .footer__suggest {
        display: none
    }

    .footer__nav {
        display: block
    }

    .footer__nav--left {
        display: none
    }

    .footer__nav--right {
        text-align: left
    }
}

/*.footer {*/
/*    box-shadow: 0 -5px 5px -5px hsla(0, 0%, 48.2%, .1607843137254902);*/
/*    color: #666;*/
/*    background: #f2f2f2;*/
/*    z-index: 2*/
/*}*/

.footer .footer__wrapper {
    display: flex
}

.footer a, .footer a:hover, .footer h3 span {
    color: #2c2c2c
}

.footer__content {
    padding: 50px 10px
}

.footer__content .title {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c
}

.footer__tabs {
    display: flex;
    flex: 1
}

.footer__tabs > div {
    flex: 1
}

.footer__tabs .item {
    padding-right: 15px
}

.footer__tabs .item .title-des {
    display: block
}

.footer__tabs .item .title-des .line {
    display: block;
    border-top: 1px solid #333;
    width: 40px;
    height: 1px;
    margin: 10px 0 20px
}

.footer__tabs .item .title-mb {
    display: none
}

.footer__tabs .item__content {
    margin-top: 15px
}

.footer__tabs .item__content a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px
}

.footer__tabs .item__content a:hover {
    text-decoration: underline
}

.footer__tabs .item__content a:last-child {
    margin-bottom: 0 !important
}

.footer__tabs .item__content img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.footer__tabs .item .list-international, .footer__tabs .item .list-language {
    color: #2c2c2c;
    position: relative
}

.footer__tabs .item .list-international .locale, .footer__tabs .item .list-international .national, .footer__tabs .item .list-language .locale, .footer__tabs .item .list-language .national {
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background: #fff;
    color: #2c2c2c;
    margin: 10px 0;
    cursor: pointer
}

.footer__tabs .item .list-international .locale > div, .footer__tabs .item .list-international .national > div, .footer__tabs .item .list-language .locale > div, .footer__tabs .item .list-language .national > div {
    display: flex;
    align-items: center;
    padding: 0 10px
}

.footer__tabs .item .list-international .locale > div img, .footer__tabs .item .list-international .national > div img, .footer__tabs .item .list-language .locale > div img, .footer__tabs .item .list-language .national > div img {
    margin-right: 10px
}

.footer__tabs .item .list-international #country, .footer__tabs .item .list-international #list-locale, .footer__tabs .item .list-language #country, .footer__tabs .item .list-language #list-locale {
    position: absolute;
    background: #032d4f;
    z-index: 2
}

.footer__tabs .item .list-international #country li, .footer__tabs .item .list-international #list-locale li, .footer__tabs .item .list-language #country li, .footer__tabs .item .list-language #list-locale li {
    width: 150px;
    height: 30px;
    padding: 0 10px
}

.footer__tabs .item .list-international #country li img, .footer__tabs .item .list-international #list-locale li img, .footer__tabs .item .list-language #country li img, .footer__tabs .item .list-language #list-locale li img {
    margin-right: 10px
}

.footer__tabs .item .list-international #country, .footer__tabs .item .list-language #country {
    z-index: 3
}

.footer__bottom {
    border-top: 1px solid #ccc;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.footer__bottom p {
    font-size: 14px;
    margin-bottom: 0;
    color: #2c2c2c
}

.footer__bottom .content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__bottom .content-footer select {
    padding: 0 10px
}

.footer__bottom .content-footer__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footer__bottom .content-footer__right ul {
    display: flex
}

.footer__bottom .content-footer__right ul > li {
    margin-right: 10px
}

.footer__bottom .content-footer__right a {
    margin: 0 5px 5px
}

.footer__contact {
    flex: 0.5
}

.footer__contact .contact-item {
    padding-right: 30px
}

.footer__contact .contact-item .title {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c
}

.footer__contact .contact-item p {
    margin-bottom: 10px;
    line-height: 25px;
    color: #2c2c2c
}

.footer__contact .line {
    display: block;
    border-top: 1px solid #333;
    width: 40px;
    height: 1px;
    margin: 10px 0 20px
}

.footer-user-2 {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1000
}

@media screen and (max-width: 991px) {
    .footer .footer__wrapper {
        display: block
    }

    .footer__content {
        padding: 20px 15px
    }

    .footer__tabs {
        flex-direction: column
    }

    .footer__tabs .item {
        border-top: 1px solid hsla(0, 0%, 75.3%, .2);
        padding: 15px 0
    }

    .footer__tabs .item__title i {
        display: block;
        color: #2c2c2c
    }

    .footer__tabs .item .title-des {
        display: none
    }

    .footer__tabs .item .title-mb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .footer__tabs .item .title-mb .phrase-highlight {
        width: 100%
    }

    .footer__tabs .item__content {
        display: none
    }

    .footer__tabs .item .active {
        display: block
    }

    .footer__tabs .item:first-child {
        border-top: none
    }

    .footer__contact {
        margin-top: 20px;
        flex-direction: column
    }

    .footer__contact .contact-item {
        margin-bottom: 20px;
        flex: 0 0 100%;
        padding-right: 0
    }

    .footer__bottom .content-footer {
        flex-direction: column
    }

    .footer__bottom .content-footer__right {
        justify-content: center
    }

    .footer-user-2 {
        display: flex
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-bookmark-o:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-pencil-square-o:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-files-o:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-sort-desc:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-dollar:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-support:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@font-face {
    font-family: LineAwesome;
    src: url(/fonts/line-awesome.eot?v=1.1.);
    src: url(/fonts/line-awesome.eot?#iefix&v=1.1.) format("embedded-opentype"), url(/fonts/line-awesome.ttf?v=1.1.) format("truetype"), url(/fonts/line-awesome.svg?v=1.1.#fa) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: LineAwesome;
        src: url(/fonts/line-awesome.svg?v=1.1.#fa) format("svg");
        font-display: swap
    }
}

.la {
    display: inline-block;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-rendering: auto;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.la-times:before {
    content: ""
}

.la-calendar-times-o:before {
    content: ""
}

.la-buysellads:before {
    content: ""
}

.la-trash:before {
    content: ""
}

.la-refresh:before {
    content: ""
}

.la-file-photo-o:before {
    content: ""
}

.la-credit-card:before {
    content: ""
}

.la-ellipsis-h:before {
    content: ""
}

.la-info:before {
    content: ""
}

.la-info-circle:before {
    content: ""
}

.la-external-link:before {
    content: ""
}

.la-globe:before {
    content: ""
}

.la-cloud-upload:before {
    content: ""
}

.la-home:before {
    content: ""
}

.la-phone:before {
    content: ""
}

.la-filter:before {
    content: ""
}

.la-search:before {
    content: ""
}

.la-bars:before {
    content: ""
}

.la-map-marker:before {
    content: ""
}

.la-external-link-square:before {
    content: ""
}

.la-check-circle:before {
    content: ""
}

.la-check:before {
    content: ""
}

.la-angle-down:before {
    content: ""
}

.la-angle-left:before {
    content: ""
}

.la-edit:before {
    content: ""
}

.la-newspaper-o:before {
    content: ""
}

.la-file-text-o:before {
    content: ""
}

.la-power-off:before {
    content: ""
}

.la-sign-out:before {
    content: ""
}

.la-arrow-down:before {
    content: ""
}

.la-arrow-left:before {
    content: ""
}

.la-arrow-right:before {
    content: ""
}

.la-arrow-up:before {
    content: ""
}

.la-user:before {
    content: ""
}

.la-circle:before {
    content: ""
}

.la-plus-circle:before {
    content: ""
}

.la-minus-circle:before {
    content: ""
}

.la-angle-double-down:before {
    content: ""
}

.la-angle-double-left:before {
    content: ""
}

.la-angle-double-right:before {
    content: ""
}

.la-angle-double-up:before {
    content: ""
}

.la-sort-desc:before {
    content: ""
}

.la-angle-right:before {
    content: ""
}

.la-heart:before {
    content: ""
}

.la-heart-o:before {
    content: ""
}

.la-bell:before {
    content: ""
}

.la-bell-o:before {
    content: ""
}

.la-pencil:before {
    content: ""
}

.la-comment:before {
    content: ""
}

.la-comment-o:before {
    content: ""
}

.la-commenting:before {
    content: ""
}

.la-commenting-o:before {
    content: ""
}

.la-comments-o:before {
    content: ""
}

.la-envelope:before {
    content: ""
}

.la-money:before {
    content: ""
}

.la-exchange:before {
    content: ""
}

.la-retweet:before {
    content: ""
}

.la-share:before {
    content: ""
}

.la-file-image-o:before {
    content: ""
}

.la-plus:before {
    content: ""
}

.la-list:before {
    content: ""
}

.la-arrow-circle-up:before {
    content: ""
}

.la-diamond:before {
    content: ""
}

.la-stop:before {
    content: ""
}

.la-spinner:before {
    content: ""
}

.la-hand-o-right:before {
    content: ""
}

.la-tags:before {
    content: ""
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.header_search_main {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    box-shadow: 0 2px 3px rgba(3, 44, 71, .12);
    padding: 15px 0
}

.header_search_main form {
    display: none
}

.header_search_main .form {
    height: auto;
    background-color: #fff;
    display: block
}

.header_search_main .form .border_left-none {
    border-left: none
}

.header_search_main .form .border_right-none {
    border-right: none
}

.header_search_main .form_filter {
    cursor: pointer;
    width: 13.5%;
    justify-content: space-between
}

.header_search_main .form_filter:hover {
    background-color: #f2f2f2
}

.header_search_main .form_filter > .form_drop_down {
    padding: 1rem;
    width: 30rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: unset;
    right: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between
}

.header_search_main .form_filter > .form_drop_down:before {
    left: unset;
    right: 15%
}

.header_search_main .form_filter > .form_drop_down .left, .header_search_main .form_filter > .form_drop_down .right {
    width: 48%
}

.header_search_main .form_filter > .form_drop_down .type_search {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.header_search_main .form_filter > .form_drop_down .type_search label {
    width: 100%;
    display: flex;
    align-items: center
}

.header_search_main .form_filter > .form_drop_down .last_step {
    width: 100%
}

.header_search_main .form_filter .form_item {
    padding: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.header_search_main .form_filter .form_item .form_item_decision {
    max-width: 45%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.header_search_main .form_filter .form_item > .form_drop_down {
    width: 10rem;
    left: unset;
    right: 0
}

.header_search_main .form_filter .form_item > .form_drop_down:before {
    left: unset;
    right: 20%
}

.header_search_main .form_filter .form_range {
    width: 100%
}

.header_search_main .form_filter .form_range > .form_drop_down {
    width: 13rem
}

.header_search_main .form_filter .form_btn {
    width: 6.25rem;
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.header_search_main .form_filter .form_btn_reset {
    margin-right: .5rem;
    background-color: unset;
    border: 1px solid #505050;
    color: #505050
}

.header_search_main .form_filter .form_btn_reset:hover {
    background-color: unset
}

.header_search_main .form_filter .kind_of_list {
    margin-top: .75rem;
    border: 1px solid #333;
    height: 2.5rem
}

.header_search_main .form_filter .kind_of_list span {
    font-size: 14px;
    font-weight: 700;
    border: none !important;
    color: #505050 !important
}

.header_search_main .form_filter .kind_of_list span.active {
    background-color: #505050;
    color: #fff !important
}

.header_search_main .form_filter .last_step {
    display: flex;
    justify-content: flex-end;
    margin-top: .75rem
}

.header_search_main .form_filter.active > .form_drop_down {
    -webkit-animation: slide-bottom .15s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .15s cubic-bezier(.25, .46, .45, .94) both;
    display: flex
}

.header_search_main .form_btn {
    cursor: pointer;
    padding: 0;
    width: 13.5%;
    display: flex;
    justify-content: center;
    background-color: #055699;
    color: #fff;
    font-weight: 700;
    border: none
}

.header_search_main .form_btn:hover {
    background-color: #1672bd
}

.header_search_main .form_range.select_price_rent, .header_search_main .form_range.select_price_sell {
    display: none
}

.header_search_main .form_range.select_price_rent.select_price_active, .header_search_main .form_range.select_price_sell.select_price_active {
    display: flex
}

.header_search_main .form_select.select_price_all, .header_search_main .form_select.select_type_project_all, .header_search_main .form_select.select_type_project_rent, .header_search_main .form_select.select_type_project_sell {
    display: none
}

.header_search_main .form_select.select_price_all.select_type_project_active, .header_search_main .form_select.select_type_project_all.select_type_project_active, .header_search_main .form_select.select_type_project_rent.select_type_project_active, .header_search_main .form_select.select_type_project_sell.select_type_project_active {
    display: flex
}

.header_search_main_left_box, .header_search_main_right_box {
    display: none
}

.header_search_main .form_btn_search_reset {
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer
}

.header_search_main .form_btn_search_reset i {
    font-size: 20px;
    font-weight: 700
}

@media (max-width: 1200px) {
    .header_search_main {
        position: unset
    }

    .header_search_main .form {
        background-color: unset
    }

    .header_search_main .form_item {
        display: none !important
    }

    .header_search_main .form_input {
        width: 100%;
        background-color: #fff;
        border-right: 1px solid #ccd3d9 !important
    }

    .header_search_main .form_input .form_drop_down {
        display: none !important
    }

    .header_search_main .form_input label {
        color: #fff
    }

    .header_search_main .form_input .suggest_meaning {
        display: none
    }

    .header_search_main .form-search-home {
        display: flex;
        align-items: center
    }

    .header_search_main .form_filter_list {
        display: none
    }

    .header_search_main .form-search-text {
        width: 100%
    }

    .header_search_main.when_scroll_down {
        background-color: #055699;
        position: fixed;
        top: 0;
        padding: .5rem 0
    }

    .header_search_main.when_scroll_down i:not(.show_location) {
        color: #fff
    }

    .header_search_main.when_scroll_down svg {
        fill: #fff
    }

    .header_search_main.when_scroll_down .form_input {
        border: none !important;
        border-radius: 4px
    }

    .header_search_main_left_box {
        align-items: center;
        justify-content: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: .75rem
    }

    .header_search_main_left_box .go_prev_page {
        font-size: 1.5rem;
        height: 100%;
        display: flex;
        align-items: center
    }

    .header_search_main_left_box.active {
        display: flex
    }

    .header_search_main_right_box {
        align-items: center;
        justify-content: space-around;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .header_search_main_right_box .list_like {
        font-size: 1.5rem;
        padding: 0 .5rem 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px
    }

    .header_search_main_right_box .mb-menu__button {
        padding: .75rem 0 .75rem .75rem
    }

    .header_search_main_right_box.active {
        display: flex
    }

    .header_search_main .form_btn_search_reset {
        display: none
    }
}

@media (max-width: 767px) {
    .header_search_main .form_input .show_location {
        width: 10%
    }
}

.form_item, .form_item_location {
    position: relative;
    display: flex;
    border-radius: 0;
    border: 1px solid #ccd3d9;
    align-items: center;
    padding: 0 .5rem
}

.form_item > span, .form_item_location > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 17px
}

.form_item *, .form_item_location * {
    font-size: 14px
}

.form_item_decision, .form_item_location_decision {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center
}

.form_item_decision span, .form_item_location_decision span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 1rem
}

.form_item_decision i, .form_item_location_decision i {
    transition: .2s
}

.form_item.active > .form_drop_down, .form_item_location.active > .form_drop_down {
    display: block;
    -webkit-animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both
}

.form_item.active > .form_item_decision i.la-angle-down, .form_item_location.active > .form_item_decision i.la-angle-down {
    transform: rotate(180deg)
}

.form ::-webkit-scrollbar {
    width: 5px
}

.form ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.form ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a7aaad
}

@-webkit-keyframes bloom {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.3)
    }
}

.form_input {
    width: 82%;
    height: 45px;
    padding: 0;
    justify-content: space-between;
    position: relative;
    display: flex;
    border-radius: 0;
    border: 1px solid #ccd3d9;
    align-items: center
}

.form_input > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 17px
}

.form_input * {
    font-size: 14px
}

.form_input label {
    color: #fff
}

.form_input input {
    width: calc(100% - 1rem);
    border: none
}

.form_input .form_input_suggest {
    position: absolute;
    display: none;
    top: 110%;
    border-radius: 5px;
    left: 0;
    width: 100%;
    max-height: 15rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .25);
    z-index: 2
}

.form_input .form_input_suggest h3, .form_input .form_input_suggest h3.show_location {
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-left: .75rem;
    border-bottom: 1px solid #ebebeb
}

.form_input .form_input_suggest h3.show_location {
    width: 100%;
    justify-content: flex-start;
    font-size: 14px
}

.form_input .form_input_suggest h3.show_location i {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -2px
}

.form_input .form_input_suggest h3.show_location:hover {
    background-color: #edf7ff;
    color: #055699
}

.form_input .form_input_suggest ul {
    max-height: calc(13rem - 2px);
    width: 100%;
    overflow-y: auto
}

.form_input .form_input_suggest ul.search_list {
    display: none
}

.form_input .form_input_suggest ul.search_list li {
    width: 100%;
    cursor: pointer;
    padding: .75rem;
    display: none
}

.form_input .form_input_suggest ul.search_list li:hover {
    background-color: #edf7ff
}

.form_input .form_input_suggest ul.search_list li:hover * {
    color: #055699
}

.form_input .form_input_suggest ul.history_list {
    display: none
}

.form_input .form_input_suggest ul.history_list li {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form_input .form_input_suggest ul.history_list li:hover {
    background-color: #edf7ff
}

.form_input .form_input_suggest ul.history_list li:hover * {
    color: #055699
}

.form_input .form_input_suggest ul.history_list li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    padding: .75rem;
    font-size: .9rem
}

.form_input .form_input_suggest ul.history_list .delete_history {
    font-weight: 700;
    cursor: pointer;
    padding: 0 .5rem
}

.form_input .form_input_suggest ul.history_list .delete_history:hover {
    color: #055699
}

.form_input .form_input_suggest.active, .form_input .form_input_suggest ul.active {
    display: block
}

.form_input .show_location {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%
}

.form_input .show_location:hover {
    background-color: #f2f2f2
}

.form_input i.show_location:before {
    -webkit-animation: bloom .75s linear .75s infinite alternate;
    animation: bloom .75s linear .75s infinite alternate
}

.form_input ::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form_input :-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form_input ::placeholder {
    color: #999;
    opacity: 1
}

.form_input .form_drop_down {
    width: 100%;
    top: 110%
}

.form_input .form_drop_down:before {
    display: none
}

.form_input .form_drop_down .drop_down_item {
    cursor: pointer
}

.form_input .lv1, .form_input .lv2 {
    overflow-y: auto;
    height: 15rem
}

.form_input .suggest_meaning {
    position: absolute;
    right: -16.5%;
    top: 115%;
    background-color: #055699;
    padding: .75rem;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .25)
}

.form_input .suggest_meaning:before {
    display: block;
    content: "";
    position: absolute;
    top: -10%;
    right: 20%;
    width: 0;
    height: 0;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: .75rem solid #055699
}

.form_input .suggest_meaning_title {
    letter-spacing: -.16px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.form_input .suggest_meaning_content {
    color: #d3f5d7;
    margin-bottom: 2px
}

.form_input .suggest_meaning_close {
    text-align: right;
    margin-top: 5px
}

.form_input .suggest_meaning_close span {
    padding: 6px 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px
}

.form_input .suggest_meaning_close span:hover {
    background-color: #0063b5
}

.form_input .suggest_meaning * {
    color: #fff
}

.form_input.active > .form_drop_down {
    display: block;
    -webkit-animation: slide-bottom .2s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .2s cubic-bezier(.25, .46, .45, .94) both
}

.form_input.active > .form_item_decision i.la-angle-down {
    transform: rotate(180deg)
}

.form_location .input_filter_lv1 {
    margin: .75rem .5rem;
    border: 1px solid #dedede;
    width: 93%
}

.form_location .input_filter_lv2 {
    margin: .5rem;
    border: 1px solid #dedede;
    width: 93%
}

.form_select {
    cursor: pointer;
    justify-content: space-between;
    margin-right: 10px;
    margin-top: 12px;
    height: 35px;
    border-radius: 4px
}

.form_select.has_all .all {
    display: block !important
}

.form_select:hover {
    background-color: #f2f2f2
}

.form_select_xl {
    width: 15%
}

.form_select_xl .form_drop_down {
    width: 15rem !important
}

.form_select_md {
    width: 9.5%
}

.form_select_md .form_drop_down {
    width: 10rem !important
}

.form_range_xl {
    width: 15%
}

.form_range_md {
    width: 12%
}

.form_range .form_drop_down {
    height: 23rem;
    min-height: 23rem
}

.form_range .review_decision {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    padding: 0 .75rem
}

.form_range .from_value, .form_range .to_value {
    width: 45%
}

.form_range .from_value input, .form_range .to_value input {
    width: 100%
}

.form_range .from_value input::-webkit-inner-spin-button, .form_range .from_value input::-webkit-outer-spin-button, .form_range .to_value input::-webkit-inner-spin-button, .form_range .to_value input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form_range .select-range {
    height: 2rem;
    padding: .75rem
}

.form_range .select-range .noUi-horizontal {
    height: 8px
}

.form_range .select-range .noUi-horizontal .noUi-handle {
    height: 1rem;
    width: 1rem;
    right: -8px;
    top: -6px
}

.form_range .select-range .noUi-horizontal .noUi-handle:after, .form_range .select-range .noUi-horizontal .noUi-handle:before {
    display: none
}

.form_range .select-range .noUi-horizontal .noUi-connect {
    background: #055699
}

.js-form_oneclick span {
    display: none
}

.js-form_oneclick span.active {
    display: block
}

.js-form_oneclick i {
    margin-top: 3px
}

.form_drop_down {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .25);
    height: 17rem;
    width: 15rem;
    background-color: #fff;
    z-index: 1
}

.form_drop_down:before {
    display: block;
    content: "";
    position: absolute;
    top: -.5rem;
    left: 30%;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #fff
}

.form_drop_down .drop_down_nav {
    display: flex;
    height: 3rem
}

.form_drop_down .drop_down_nav span {
    font-size: 16px;
    cursor: pointer;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #055699;
    box-sizing: border-box;
    border-bottom: 5px solid transparent
}

.form_drop_down .drop_down_nav span.active, .form_drop_down .drop_down_nav span:hover {
    border-bottom: 5px solid #055699
}

.form_drop_down .drop_down_list {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    display: none
}

.form_drop_down .drop_down_list_with_header {
    height: calc(100% - 5.5rem)
}

.form_drop_down .drop_down_list.active {
    display: block
}

.form_drop_down .drop_down_item {
    width: 100%;
    padding: .75rem;
    color: #333
}

.form_drop_down .drop_down_item.all {
    display: none
}

.form_drop_down .drop_down_item.active {
    background-color: #edf7ff
}

.form_drop_down .drop_down_item.active * {
    color: #055699;
    font-weight: 700
}

.form_drop_down .drop_down_item:hover {
    background-color: #edf7ff
}

.form_drop_down .drop_down_item:hover * {
    color: #055699
}

.form_drop_down .drop_down-item {
    display: flex;
    justify-content: space-between
}

.form_drop_down .drop_down_check_list {
    width: 100%
}

.form_drop_down .drop_down_check_item {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: .75rem
}

.form_drop_down .drop_down_check_item input {
    margin-right: 10px
}

.form_drop_down .drop_down_check_item:first-child {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #999
}

.form_drop_down .drop_down_check_item:first-child input {
    display: none
}

.form_drop_down .drop_down_check_item.active {
    background-color: #edf7ff
}

.form_drop_down .drop_down_check_item.active * {
    color: #055699;
    font-weight: 700
}

.form_drop_down .drop_down_check_item:hover {
    background-color: #edf7ff
}

.form_drop_down .drop_down_check_item:hover * {
    color: #055699
}

.form_drop_down_fit_content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.select_trade_type .form_drop_down {
    height: auto !important
}

.form_select_location {
    cursor: pointer;
    justify-content: space-between;
    margin-right: 10px;
    margin-top: 12px;
    height: 35px;
    border-radius: 4px
}

.form_select_location.has_all .all {
    display: flex !important
}

.form_select_location .form_location.active.form_drop_down {
    min-height: 24rem;
    height: 24rem;
    display: block;
    -webkit-animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both
}

.form_select_location .form_location.active.form_drop_down .drop_down_list {
    overflow-y: hidden
}

.form_select_location .form_location.active.form_drop_down .drop_down_list.lv1 ul {
    height: 84%;
    overflow-y: auto
}

.form_select_location .form_location.active.form_drop_down .drop_down_list.lv2 ul {
    height: 75%;
    overflow-y: auto
}

.form_select_location .form_location.active.form_drop_down .drop_down_list .drop_down_item {
    display: flex;
    justify-content: space-between
}

.form_select_location .form_location .ip-location {
    display: flex;
    position: relative;
    align-items: center
}

.form_select_location .form_location .ip-location i {
    position: absolute;
    left: 15px;
    padding-left: 5px
}

.form_select_location .form_location .ip-location input {
    background-color: #f2f2f2;
    padding-left: 30px
}

.form_select_location:hover {
    background-color: #f2f2f2
}

.form_select_location_xl {
    width: 15%
}

.form_select_location_xl .form_drop_down {
    width: 15rem !important
}

.form_select_location_md {
    width: 7.5%
}

.form_select_location_md .form_drop_down {
    width: 10rem !important
}

.form_select_location_v2 {
    position: relative;
    cursor: pointer;
    justify-content: space-between;
    width: 20%;
    margin-right: 10px;
    margin-top: 12px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ccd3d9
}

.form_select_location_v2 i, .form_select_location_v2 label, .form_select_location_v2 span {
    font-size: 14px;
    color: #333
}

.form_select_location_v2 .form_item_decision {
    padding: 0 .5rem
}

.form_select_location_v2 .form_item_decision span {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.form_select_location_v2 .form_item_decision .item_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form_select_location_v2 .form_item_decision .item_right i {
    margin-left: 5px
}

.form_select_location_v2 .form_item_decision .item_left {
    display: none
}

.form_select_location_v2 .form_item_decision-active i {
    transform: rotate(180deg);
    transition: all .3s ease-in-out
}

.form_select_location_v2 .form_location_v2 {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 20rem;
    min-height: 25rem;
    height: 25rem;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .25);
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both
}

.form_select_location_v2 .active, .form_select_location_v2 .drop_down_list-active {
    display: block
}

.form_select_location_v2 .drop_down-list {
    position: relative;
    display: none;
    height: 100%;
    overflow: hidden
}

.form_select_location_v2 .drop_down-list:before {
    display: block;
    content: "";
    position: absolute;
    top: -.5rem;
    left: 30%;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #fff
}

.form_select_location_v2 .drop_down-list ul {
    height: calc(100% - 135px);
    overflow-y: auto
}

.form_select_location_v2 .drop_down-list.active {
    display: block
}

.form_select_location_v2 .drop_down-list .btn-action {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 0 1rem
}

.form_select_location_v2 .drop_down-list .btn-action button, .form_select_location_v2 .drop_down-list .btn-action span {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer
}

.form_select_location_v2 .drop_down-list .btn-action i {
    margin-right: 5px
}

.form_select_location_v2 .drop_down-list .btn-action .lv-btn-apply {
    background-color: #055699;
    color: #fff
}

.form_select_location_v2 .drop_down-list .ip-location {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 .5rem .5rem
}

.form_select_location_v2 .drop_down-list .ip-location i {
    position: absolute;
    left: 15px
}

.form_select_location_v2 .drop_down-list .ip-location input {
    width: 100%;
    background-color: #f2f2f2;
    padding-left: 30px
}

.form_select_location_v2 .drop_down-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    line-height: 35px;
    padding: 0 .75rem;
    font-size: 14px
}

.form_select_location_v2 .drop_down-item .item_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 30px);
    height: 100%;
    margin-bottom: 0
}

.form_select_location_v2 .drop_down-item .item_title .item-subtitle {
    display: none;
    height: 20px;
    font-size: 12px;
    color: #999
}

.form_select_location_v2 .drop_down-item .item_title .item-title {
    height: 20px
}

.form_select_location_v2 .drop_down-item.active {
    background-color: #edf7ff;
    color: #055699;
    font-weight: 700
}

.form_select_location_v2 .drop_down-item.active span {
    color: #055699;
    font-weight: 700
}

.form_select_location_v2 .drop_down-item .fa-square-o {
    display: block
}

.form_select_location_v2 .drop_down-item .fa-check-square {
    display: none
}

.form_select_location_v2 .drop_down-item--active .fa-check-square {
    display: block
}

.form_select_location_v2 .drop_down-item--active .fa-square-o {
    display: none
}

.form_select_location_v2 .drop_down-child {
    padding-left: 1.25rem
}

.form_select_location_v2 .drop_down-parent {
    color: #777;
    font-weight: 700
}

.form_select_location_v2 .drop_down-parent:not(:first-child) {
    border-top: 1px solid #ccc
}

.form_select_location_v2 .drop_down-title {
    display: flex;
    align-items: center;
    padding: .75rem .5rem
}

.form_select_location_v2 .drop_down-title .title-warning {
    color: #cd4732;
    font-size: 12px;
    white-space: nowrap
}

.form_select_location_v2 .drop_down-title .title {
    width: 100%;
    margin-bottom: 0;
    text-align: center
}

.form_select_location_v2 .lv1 {
    flex-direction: column;
    justify-content: space-between
}

.form_select_location_v2 .lv1 ul {
    padding: 10px
}

.form_select_location_v2 .lv1 .drop_down-item {
    padding: 0;
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 4px
}

.form_select_location_v2 .lv1 .drop_down-item span {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form_select_location_v2 .lv1 .drop_down-item .item_title {
    padding: 0 0 0 1rem
}

.form_select_location_v2 .lv1 .drop_down-item i {
    align-items: center;
    height: 100%;
    width: 30px;
    text-align: center
}

.form_select_location_v2 .lv1 .drop_down-item .la-times {
    display: none
}

.form_select_location_v2 .lv1 .drop_down-item .la-angle-right {
    display: flex
}

.form_select_location_v2 .lv1 .drop_down-item-active .item-title {
    font-weight: 700
}

.form_select_location_v2 .lv1 .drop_down-item-active .item-subtitle {
    display: block !important
}

.form_select_location_v2 .lv1 .drop_down-item-active .la-times {
    display: flex
}

.form_select_location_v2 .lv1 .drop_down-item-active .la-angle-right {
    display: none
}

.form_select_location_v2 .lv1 .drop_down-item-inactive {
    cursor: not-allowed
}

.form_select_location_v2 .lv1 ul, .form_select_location_v2 .lv-city ul {
    height: calc(100% - 50px)
}

.form_select_location_v2 .drop_down-item:hover {
    background-color: #edf7ff
}

.form_select_location_v2 .drop_down-item:hover i, .form_select_location_v2 .drop_down-item:hover span {
    color: #055699
}

.form_select_location_v2 .lv-city, .form_select_location_v2 .lv-district, .form_select_location_v2 .lv-project, .form_select_location_v2 .lv-street, .form_select_location_v2 .lv-ward {
    display: none
}

@media screen and (max-width: 1200px) {
    .form_select_location_v2 {
        width: 100%;
        height: 43px;
        border-radius: 0;
        border: 1px solid hsla(0, 0%, 60%, .6196078431372549);
        padding: 0 .75em
    }

    .form_select_location_v2 .form_item_decision {
        height: 43px;
        padding: 0
    }

    .form_select_location_v2 .form_location_v2 {
        right: 0;
        left: auto;
        height: 23rem;
        min-height: 23rem
    }
}

@media screen and (max-width: 1200px) {
    .form_select_location_v2 .form_item_decision .item_right {
        justify-content: flex-end;
        overflow: hidden
    }

    .form_select_location_v2 .form_item_decision .item_right span {
        width: auto;
        max-width: calc(100% - 50px)
    }

    .form_select_location_v2 .form_item_decision .item_left {
        display: flex
    }
}

.form_filter .form_drop_down {
    width: 20rem !important;
    padding: 24px 16px
}

.form_filter-title {
    font-weight: 700;
    color: #333
}

.form_filter .filter-title-info {
    display: flex;
    align-items: center
}

.form_filter .filter-number {
    display: none;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    margin-right: 5px
}

.form_filter .filter-number-active {
    display: inline-block
}

.form_filter-item {
    margin-bottom: 10px
}

.form_filter-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px
}

.form_filter-list .filter_item {
    padding: 6px 16px;
    margin: 0 8px 8px 0;
    line-height: 20px;
    border-radius: 40px;
    background-color: #f2f2f2;
    color: #333
}

.form_filter-list .filter_item:hover {
    cursor: pointer;
    background-color: #ccc
}

.form_filter-list .filter-item--active {
    background-color: #ccc
}

.form_filter-button .filter-btn_reset {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer
}

.form_filter-button .filter-btn_reset i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700
}

.form_filter-button .filter-btn_reset:hover {
    background-color: #eee
}

.form_filter_mb {
    margin-top: 15px
}

.form_filter_mb .filter_item, .form_filter_mb .form_filter-title {
    font-size: 14px
}

.form_input_mb {
    display: none
}

@media screen and (max-width: 1200px) {
    .form_input_mb {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-left: 1rem;
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #form_input {
        display: none
    }
}

.header_search_main-mb, .header_search_main-mb .last_step {
    display: none
}

@media (max-width: 1200px) {
    .header_search_main-mb {
        display: block;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -100vw;
        z-index: 15;
        padding: 1.5rem 1.5rem 1rem;
        transition: all .3s
    }

    .header_search_main-mb .form_mb {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow-y: auto
    }

    .header_search_main-mb .form_mb::-webkit-scrollbar {
        display: none
    }

    .header_search_main-mb .form_mb_title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
        align-items: center
    }

    .header_search_main-mb .form_mb_title .close_header_search_second-mb {
        font-size: 24px
    }

    .header_search_main-mb .form_mb .type_search {
        display: flex;
        flex-wrap: wrap
    }

    .header_search_main-mb .form_mb .type_search label {
        display: flex;
        width: 100%;
        align-items: center
    }

    .header_search_main-mb .form_mb .last_step {
        position: fixed;
        bottom: 0;
        left: -100vw;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        padding: 1rem;
        background-color: #fff;
        margin-top: 30px;
        z-index: 1;
        transition: all .3s
    }

    .header_search_main-mb .form_mb .last_step.active {
        left: 0
    }

    .header_search_main-mb .form_mb .last_step .form_mb_btn_reset {
        width: 45%;
        background-color: unset;
        border: 1px solid #505050;
        color: #505050;
        padding: .5rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header_search_main-mb .form_mb .last_step .form_mb_btn_search {
        width: 45%;
        background-color: #055699;
        border: 1px solid #055699;
        color: #fff;
        padding: .5rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header_search_main-mb .form_mb .form_select_location_v2 .form_item_decision {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header_search_main-mb .select_price_rent_mb, .header_search_main-mb .select_price_sell_mb {
        display: none
    }

    .header_search_main-mb .select_price_rent_mb.select_price_mb_active, .header_search_main-mb .select_price_sell_mb.select_price_mb_active {
        display: flex
    }

    .header_search_main-mb .select_type_project_rent_mb, .header_search_main-mb .select_type_project_sell_mb {
        display: none
    }

    .header_search_main-mb .select_type_project_rent_mb.select_type_project_mb_active, .header_search_main-mb .select_type_project_sell_mb.select_type_project_mb_active {
        display: flex
    }

    .header_search_main-mb.active {
        left: 0
    }
}

.form_mb_item, .form_mb_location_item {
    position: relative;
    display: flex;
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 60%, .6196078431372549);
    align-items: baseline;
    padding: .75rem
}

.form_mb_item > span, .form_mb_location_item > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 17px
}

.form_mb_item *, .form_mb_location_item * {
    font-size: 14px
}

.form_mb_item_decision, .form_mb_location_item_decision {
    display: flex;
    max-width: 40%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: space-between
}

.form_mb_item_decision span, .form_mb_location_item_decision span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 1rem
}

.form_mb_item_decision i, .form_mb_location_item_decision i {
    transition: .2s
}

.form_mb_item.active > .form_mb_drop_down, .form_mb_location_item.active > .form_mb_drop_down {
    display: block;
    -webkit-animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both
}

.form_mb_item.active > .form_mb_item_decision i.la-angle-down, .form_mb_location_item.active > .form_mb_item_decision i.la-angle-down {
    transform: rotate(180deg)
}

@-webkit-keyframes slide-bottom {
    0% {
        opacity: 0;
        max-height: 0
    }
    to {
        opacity: 1;
        max-height: 23rem
    }
}

@keyframes slide-bottom {
    0% {
        opacity: 0;
        max-height: 0
    }
    to {
        opacity: 1;
        max-height: 23em
    }
}

@keyframes bloom {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.3)
    }
}

.form_mb_input {
    width: 100%;
    padding: .75rem;
    justify-content: space-between;
    position: relative;
    display: flex;
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 60%, .6196078431372549);
    align-items: baseline
}

.form_mb_input > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 17px
}

.form_mb_input * {
    font-size: 14px
}

.form_mb_input > input {
    width: calc(100% - 1rem);
    border: none;
    padding: 0
}

.form_mb_input .form_mb_input_suggest {
    position: absolute;
    border: 1px solid #99999e;
    display: none;
    top: 100%;
    border-radius: 5px;
    left: 0;
    width: 100%;
    max-height: 24rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    box-shadow: 0 16px 64px rgba(3, 44, 71, .12);
    z-index: 2
}

.form_mb_input .form_mb_input_suggest h3, .form_mb_input .form_mb_input_suggest h3.show_location {
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-left: .75rem;
    border-bottom: 1px solid #ebebeb
}

.form_mb_input .form_mb_input_suggest h3.show_location {
    width: 100%;
    justify-content: flex-start;
    font-size: 14px
}

.form_mb_input .form_mb_input_suggest h3.show_location i {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -2px
}

.form_mb_input .form_mb_input_suggest h3.show_location:hover {
    background-color: #edf7ff;
    color: #055699
}

.form_mb_input .form_mb_input_suggest ul {
    max-height: calc(22rem - 2px);
    width: 100%;
    overflow-y: auto
}

.form_mb_input .form_mb_input_suggest ul.search_list {
    display: none
}

.form_mb_input .form_mb_input_suggest ul.search_list li {
    width: 100%;
    cursor: pointer;
    padding: .75rem;
    display: none
}

.form_mb_input .form_mb_input_suggest ul.search_list li:hover {
    background-color: #ebebeb
}

.form_mb_input .form_mb_input_suggest ul.history_list {
    display: none
}

.form_mb_input .form_mb_input_suggest ul.history_list li {
    width: 100%;
    cursor: pointer;
    padding: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form_mb_input .form_mb_input_suggest ul.history_list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000
}

.form_mb_input .form_mb_input_suggest ul.history_list li:hover {
    background-color: #ebebeb
}

.form_mb_input .form_mb_input_suggest ul.history_list .delete_history {
    font-weight: 700;
    cursor: pointer;
    padding: 0 .5rem
}

.form_mb_input .form_mb_input_suggest ul.history_list .delete_history:hover {
    color: #055699
}

.form_mb_input .form_mb_input_suggest.active, .form_mb_input .form_mb_input_suggest ul.active {
    display: block
}

.form_mb_input .show_location {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 5%
}

.form_mb_input .show_location:hover {
    background-color: #f2f2f2
}

.form_mb_input i.show_location:before {
    -webkit-animation: bloom .75s linear .75s infinite alternate;
    animation: bloom .75s linear .75s infinite alternate
}

.form_mb_input ::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form_mb_input :-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form_mb_input ::placeholder {
    color: #999;
    opacity: 1
}

.form_mb_input .form_mb_drop_down {
    width: 100%;
    top: 100%
}

.form_mb_input .form_mb_drop_down:before {
    display: none
}

.form_mb_input .lv1, .form_mb_input .lv2 {
    overflow-y: auto;
    height: 15rem
}

.form_mb_input .lv1 input, .form_mb_input .lv2 input {
    width: calc(100% - 1rem)
}

.form_mb_input.active > .form_mb_drop_down {
    display: block;
    -webkit-animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both
}

.form_mb_input.active > .form_mb_item_decision i.la-angle-down {
    transform: rotate(180deg)
}

.form_mb_location .input_filter_lv1, .form_mb_location .input_filter_lv2 {
    margin: .75rem .5rem;
    border: 1px solid #dedede
}

.form_mb_select {
    width: 100%;
    cursor: pointer;
    justify-content: space-between
}

.form_mb_select:hover {
    background-color: #f2f2f2
}

.form_mb_range {
    width: 100%;
    justify-content: space-between
}

.form_mb_range .form_mb_drop_down {
    height: 23rem;
    min-height: 23rem;
    z-index: 2
}

.form_mb_range .form_mb_drop_down .drop_down_list_with_header {
    height: calc(100% - 5.5rem)
}

.form_mb_range .review_decision {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
    padding: 0 .75rem
}

.form_mb_range .from_value, .form_mb_range .to_value {
    width: 45%
}

.form_mb_range .from_value input, .form_mb_range .to_value input {
    width: 100%
}

.form_mb_range .from_value input::-webkit-inner-spin-button, .form_mb_range .from_value input::-webkit-outer-spin-button, .form_mb_range .to_value input::-webkit-inner-spin-button, .form_mb_range .to_value input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form_mb_range .select-range {
    height: 2rem;
    padding: 1.25rem .75rem
}

.form_mb_range .select-range .noUi-horizontal {
    height: 8px
}

.form_mb_range .select-range .noUi-horizontal .noUi-handle {
    height: 1rem;
    width: 1rem;
    right: -8px;
    top: -6px
}

.form_mb_range .select-range .noUi-horizontal .noUi-handle:after, .form_mb_range .select-range .noUi-horizontal .noUi-handle:before {
    display: none
}

.form_mb_range .select-range .noUi-horizontal .noUi-connect {
    background: #055699
}

.js-form_mb_oneclick {
    border: none;
    padding: 0
}

.js-form_mb_oneclick span {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: .75rem;
    border: 1px solid #ebebeb;
    font-weight: 700
}

.js-form_mb_oneclick span.active {
    background-color: #d8e7f4;
    border: 1px solid #d8e7f4
}

.form_mb_drop_down {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(3, 44, 71, .25);
    height: 15rem;
    width: 15rem;
    background-color: #fff;
    z-index: 1
}

.form_mb_drop_down .drop_down_nav {
    display: flex;
    height: 3rem
}

.form_mb_drop_down .drop_down_nav span {
    font-size: 16px;
    cursor: pointer;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #055699;
    border-bottom: 5px solid transparent
}

.form_mb_drop_down .drop_down_nav span.active, .form_mb_drop_down .drop_down_nav span:hover {
    border-bottom: 5px solid #055699
}

.form_mb_drop_down .drop_down_list {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    display: none
}

.form_mb_drop_down .drop_down_list_with_header {
    height: calc(100% - 3rem)
}

.form_mb_drop_down .drop_down_list.active {
    display: block
}

.form_mb_drop_down .drop_down_item {
    width: 100%;
    padding: .75rem;
    color: #333
}

.form_mb_drop_down .drop_down_item.active {
    background-color: #edf7ff
}

.form_mb_drop_down .drop_down_item.active * {
    color: #055699;
    font-weight: 700
}

.form_mb_drop_down .drop_down_item:hover {
    background-color: #f2f2f2
}

.form_mb_drop_down .drop_down_check_list {
    width: 100%
}

.form_mb_drop_down .drop_down_check_item {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: .75rem
}

.form_mb_drop_down .drop_down_check_item input {
    margin-right: 10px
}

.form_mb_drop_down .drop_down_check_item:first-child {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #999
}

.form_mb_drop_down .drop_down_check_item:first-child input {
    display: none
}

.form_mb_drop_down .drop_down_check_item:hover {
    background-color: #f2f2f2
}

.form_mb_drop_down .drop_down_check_item.active {
    background-color: #edf7ff
}

.form_mb_drop_down .drop_down_check_item.active * {
    color: #055699;
    font-weight: 700
}

.form_mb_drop_down_fit_content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.form_mb_select_location {
    cursor: pointer;
    justify-content: space-between;
    margin-right: 10px;
    margin-top: 12px;
    border-radius: 4px;
    width: 100%;
    display: flex
}

.form_mb_select_location.has_all .all {
    display: flex !important
}

.form_mb_select_location .form_mb_location.active.form_mb_drop_down {
    min-height: 24rem;
    height: 24rem;
    display: block;
    -webkit-animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .3s cubic-bezier(.25, .46, .45, .94) both
}

.form_mb_select_location .form_mb_location.active.form_mb_drop_down .drop_down_list {
    overflow-y: hidden
}

.form_mb_select_location .form_mb_location.active.form_mb_drop_down .drop_down_list.lv1 ul {
    height: 84%;
    overflow-y: auto
}

.form_mb_select_location .form_mb_location.active.form_mb_drop_down .drop_down_list.lv2 ul {
    height: 75%;
    overflow-y: auto
}

.form_mb_select_location .form_mb_location.active.form_mb_drop_down .drop_down_list .drop_down_item {
    display: flex;
    justify-content: space-between
}

.form_mb_select_location .form_mb_location .ip-location {
    display: flex;
    position: relative;
    align-items: center
}

.form_mb_select_location .form_mb_location .ip-location i {
    position: absolute;
    left: 15px;
    padding-left: 5px
}

.form_mb_select_location .form_mb_location .ip-location input {
    background-color: #f2f2f2;
    padding-left: 30px
}

.form_mb_select_location:hover {
    background-color: #f2f2f2
}

.form_mb_select_location_xl {
    width: 13.5%
}

.form_mb_select_location_xl .form_drop_down {
    width: 15rem !important
}

.form_mb_select_location_md {
    width: 7.5%
}

.form_mb_select_location_md .form_drop_down {
    width: 10rem !important
}

#sub-header {
    margin: 5px 0 5px 10px
}

#sub-header #sub-navbar {
    display: flex
}

#sub-header #sub-navbar li {
    display: inline-block;
    padding: 20px 5px;
    margin-right: 10px;
    border-bottom: 1px solid transparent
}

#sub-header #sub-navbar li.active {
    background-color: #fff;
    border-bottom: 1px solid #055699
}

#sub-header #sub-navbar li.active > a, #sub-header #sub-navbar li.active i {
    color: #055699
}

#sub-header #sub-navbar li:hover {
    background-color: #fff;
    border-bottom: 1px solid #055699
}

#sub-header #sub-navbar li:hover > a, #sub-header #sub-navbar li:hover > a i {
    color: #055699
}

#sub-header #sub-navbar li.dropdown-sub-header:hover .dropdown-sub-header-content {
    display: block
}

#sub-header #sub-navbar li.dropdown-sub-header:hover .dropdown-sub-header-content a:hover {
    color: #055699
}

#sub-header #sub-navbar li a {
    color: #444;
    font-size: .89rem
}

#sub-header #sub-navbar li i {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    color: #444
}

#sub-header #sub-navbar > ul > li > a {
    font-weight: 700
}

#sub-header .dropdown-sub-header-content {
    position: relative;
    margin-left: -15px;
    display: none
}

#sub-header .dropdown-sub-header-content .dropdown-content, #sub-header .dropdown-sub-header-content .dropdown-multi-content {
    line-height: 24px;
    color: #444;
    z-index: 105;
    padding: 15px 0;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 8px;
    min-width: 150px
}

#sub-header .dropdown-sub-header-content .dropdown-content:before, #sub-header .dropdown-sub-header-content .dropdown-multi-content:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    z-index: 1;
    border-radius: 3px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff
}

#sub-header .dropdown-sub-header-content .dropdown-multi-content {
    display: flex
}

#sub-header .dropdown-sub-header-content .dropdown-multi-content > div {
    width: 100%;
    margin: 0 1rem
}

#sub-header .dropdown-sub-header-content .dropdown-multi-content > div h6 {
    margin-bottom: .5rem;
    color: #055699
}

#sub-header .dropdown-sub-header-content .dropdown-multi-content > div:first-child {
    margin-left: 0
}

#sub-header .dropdown-sub-header-content .dropdown-multi-content > div:last-child {
    margin-right: 0
}

#sub-header .dropdown-sub-header-content h6 {
    margin-bottom: .25rem !important;
    padding: 5px 15px
}

#sub-header .dropdown-sub-header-content p a {
    padding: 5px 15px;
    display: flex;
    width: 100%
}

#sub-header .dropdown-sub-header-content p:hover {
    background-color: #edf7ff;
    color: #055699
}

#sub-header .dropdown-sub-header-second {
    position: relative;
    width: 120%
}

#sub-header .dropdown-sub-header-second p a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#sub-header .dropdown-sub-header-second p a i {
    right: 15%;
    top: 0 !important;
    font-weight: 700
}

#sub-header .dropdown-sub-header-second:hover > p a, #sub-header .dropdown-sub-header-second:hover > p i {
    color: #055699 !important
}

#sub-header .dropdown-sub-header-second:hover .dropdown-sub-header-second-content .dropdown-content {
    display: block
}

#sub-header .dropdown-sub-header-second-content {
    position: absolute;
    right: -90%;
    top: -25px
}

#sub-header .dropdown-sub-header-second-content .dropdown-content, #sub-header .dropdown-sub-header-second-content .dropdown-content:before {
    display: none
}

@media (max-width: 1200px) {
    #sub-header {
        display: none
    }
}

.static-page {
    margin-top: 30px;
    display: flex
}

.static-page__sidebar {
    padding-right: 20px
}

.static-page__sidebar .ul-text {
    display: none;
    background: #fff;
    box-shadow: 1px 2px 8px 1px rgba(228, 232, 237, .68);
    border-radius: 5px;
    padding: 15px
}

.static-page__sidebar .ul-text i {
    display: none
}

.static-page__sidebar > ul {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    list-style: none;
    background: #fff;
    box-shadow: 1px 2px 8px 1px rgba(228, 232, 237, .68);
    border-radius: 5px;
    padding: 15px
}

.static-page__sidebar > ul > li > a {
    color: #333;
    padding: 5px 0;
    display: block;
    font-size: .95rem;
    line-height: 1.7
}

.static-page__sidebar > ul > li.active > a, .static-page__sidebar > ul > li:hover > a {
    color: var(--brand-color);
}

.static-page__content {
    padding: 0 30px 30px
}

.static-page__content .red {
    color: red
}

.static-page__content .content-title {
    flex-grow: 1
}

.static-page__content .content-title h1 {
    font-size: 24px;
    text-transform: uppercase
}

.static-page__content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5e5
}

.static-page__content .content-body {
    text-align: justify
}

.static-page__content .content-body h3, .static-page__content .content-body h4, .static-page__content .content-body p, .static-page__content .content-body ul {
    line-height: 1.7rem;
    font-size: .95rem;
    margin-bottom: 10px
}

.static-page__content .content-body h2 {
    position: relative;
    min-height: 36px;
    margin: 30px 0 18px;
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    font-weight: 700
}

.static-page__content .content-body h3 {
    font-size: 16px;
    font-weight: 600
}

.static-page__content .content-body ul {
    padding-left: 45px
}

.static-page__content .content-body ul li {
    list-style: square !important
}

.frequently-question h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px
}

.frequently-question p {
    margin: 0 0 10px
}

.frequently-question .item {
    margin-bottom: 45px
}

.frequently-question .item:last-child {
    margin-bottom: 0
}

.frequently-question a {
    color: #055699
}

@media (max-width: 991px) {
    .static-page__sidebar {
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 768px) {
    .static-page__content {
        padding-left: 15px;
        padding-right: 15px
    }

    .static-page__sidebar ul {
        display: none
    }

    .static-page__sidebar .ul-text {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .static-page__sidebar .ul-text .fa-chevron-down {
        display: block;
        font-size: 13px;
        color: #666
    }

    .static-page__sidebar .ul-text p {
        font-size: 1rem
    }
}
