:root {
    --primary-color: #992603;
    --danger-color: #d10606;
    --white-color: #ffff;
    --grey-color: #f4f4f4;
    --dark: #343a40;
    --gray-dark: #333;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*
--primary-color: #307903
*/

.bg-pri {
    background-color: var(--primary-color);
}

.bg-grey {
    background-color: var(--grey-color);
}

/* Base */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Montserrat;*/
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    border-radius: 8px;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

.no-mg {
    margin: 0 !important;
}

/* ------------------ Header ------------------ */

.main-header {
    padding: 0em 1em;
}

.main-header .nav-app li a {
    padding: 0.4em 0.8em 0.4em 0.8em;
}

.main-header .nav-app li a:hover {
    background-color: var(--danger-color);
    text-decoration: none;
}

.layout-navbar-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
}

.contrast-grass-green header .navbar {
    background-color: var(--primary-color);
}

/* form */

.search-form {
    position: relative;
    padding-top: 5px;
}

.search-form-control {
    line-height: 1.25;
}

.search-formMobile {
    display: none;
}

/* app */

.app-user-name {
    color: var(--white-color);
    text-transform: uppercase;
}

.page-app-rating {
    display: flex;
}

/* button  */

.btn-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    background-color: transparent;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* Grid */

.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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Form */

.form-control {
    display: block;
    width: 100%;
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: -2px;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

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

.text-white {
    color: #fff !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-danger {
    color: var(--danger-color);
    font-size: 12px;
}

/* Button */

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* .btn-outline {
    border: 1px solid var(--white-color);
} */

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

/* Navbar */

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    overflow: hidden;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.sidelang {
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.sidelang a {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.qrcode_dl {
    display: inline-block;
    position: absolute;
    padding: 3px 0 0 5px;
}
.qrcode_dl .qr_icon {
    vertical-align: baseline !important;
    cursor: pointer;
    width: 33px;
}
.qrcode_dl .qr_show {
    position: absolute;
    z-index: 1000;
    padding: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.176) 0 6px 12px;
    display: none;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

/* pagination */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Display */

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

/* ------------------ Sidebar ------------------ */

.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    overflow-x: hidden;
}

.sidebar-mini.sidebar-collapse .brand-text,
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    margin-left: -100%;
    opacity: 0;
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 260px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 260px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p {
    margin-left: 0;
    opacity: 1;
    display: inline-block;
}

.sidebar-mini.sidebar-collapse .sidelang {
    display: none;
}

.main-sidebar {
    bottom: 0;
    float: none;
    position: fixed;
    height: calc(100vh - 41px);
    left: 0;
    top: 41px;
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    width: 260px;
    overflow-y: auto;
    z-index: 1038;
    display: block;
}

.nav-sidebar .nav-item > .nav-link {
    position: relative;
    cursor: pointer;
    color: var(--dark);
}

.nav-sidebar .nav-item:hover .nav-link {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 0.5rem;
    top: 0.7rem;
}

.nav-sidebar > .nav-item .nav-icon {
    margin-right: 0.5rem;
}

.nav-sidebar .nav-link p {
    display: inline-block;
    margin: 0;
    transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
}

.nav-sidebar .nav-treeview {
    display: none;
    padding: 0.5em;
    padding-left: 1em;
}

.nav-sidebar .nav-treeview li {
    width: 50%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-sidebar .nav-treeview li a {
    display: block;
    padding: 0.3em 0em;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-sidebar .nav-treeview li a:hover {
    background-color: #ececec;
}

.nav-sidebar .has-treeview a:hover .right {
    color: var(--primary-color);
}

.btn-outline {
    border: 1px solid var(--white-color);
}

.nav-sidebar .menu-open > .nav-treeview {
    display: flex;
}

.nav-sidebar .nav-item > .nav-link .right {
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.nav-sidebar .menu-open > .nav-link i.right {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* Icon */

.nav-icon-inline {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% !important;
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url("/image/cate_icons.webp");
    margin-right: 0.3em;
}

.icon-bars {
    position: relative;
    background-image: url("/image/svg/open-menu-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}
.open .icon-bars {
    background-image: url("/image/svg/close.svg");
}

.icon-search {
    background-image: url("/image/svg/search.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
}

.icon-svg,
.icon-android,
.icon-gamepad,
.icon-flag,
.icon-globe-asia,
.icon-arrow-up,
.icon-clock,
.icon-star,
.icon-calendar-alt,
.icon-trash-alt,
.icon-dashboard,
.icon-close,
.icon-prev,
.icon-next {
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-angle-left,
.icon-download,
.icon-download-white,
.icon-showmore,
.icon-loadmore {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-showmore,
.icon-loadmore {
    width: 10px;
    height: 10px;
}

.icon-toggle-plus {
    display: none;
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-loadmore {
    background-image: url("/image/svg/next.svg");
}

.icon-close {
    background-image: url("/image/svg/close.svg");
}

.icon-prev {
    background-image: url("/image/svg/return_white.svg");
}

.icon-next {
    background-image: url("/image/svg/next_white.svg");
}

.icon-showmore {
    background-image: url("/image/svg/showmore-green.svg");
    margin-left: 0.3em;
}

.icon-download-white {
    background-image: url("/image/svg/download-white.svg");
}

.icon-dashboard {
    background-image: url("/image/svg/app.svg");
}

.icon-android {
    background-image: url("/image/svg/android.svg");
}

.icon-gamepad {
    background-image: url("/image/svg/joystick.svg");
}

.icon-flag {
    background-image: url("/image/svg/flag.svg");
}

.icon-globe-asia {
    background-image: url("/image/svg/world.svg");
}

.icon-arrow-up {
    background-image: url("/image/svg/server.svg");
}

.icon-clock {
    background-image: url("/image/svg/clock.svg");
}

.icon-star {
    background-image: url("/image/svg/star.svg");
}

.icon-calendar-alt {
    background-image: url("/image/svg/calendar.svg");
}

.icon-trash-alt {
    background-image: url("/image/svg/bin.svg");
}

.icon-angle-left {
    background-image: url("/image/svg/return.svg");
    transform: rotate(180deg);
}

.icon-download {
    background-image: url("/image/svg/download.svg");
}

.icon-toggle-plus {
    background-image: url("/image/svg/next.svg");
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.footer-item-title.active .icon-toggle-plus {
    transform: rotate(90deg);
}

/* Browse App */

.business-icon {
    background-position: 0px -175px;
}

.comic-icon {
    background-position: 0px -275px;
}

.communication-icon {
    background-position: 0px -300px;
}

.education-icon {
    background-position: 0px -325px;
}

.entertainment-icon {
    background-position: 0px -350px;
}

.finance-icon,
.libraries-demo-icon {
    background-position: 0px -400px;
}

.health-fitness-icon {
    background-position: 0px -425px;
}

.lifestyle-icon {
    background-position: 0px -475px;
}

.media-video-icon {
    background-position: 0px -500px;
}

.medical-icon {
    background-position: 0px -525px;
}

.music-audio-icon {
    background-position: 0px -550px;
}

.news-magazines-icon {
    background-position: 0px -575px;
}

.personalization-icon {
    background-position: 0px -600px;
}

.photography-icon {
    background-position: 0px -625px;
}

.productivity-icon {
    background-position: 0px -650px;
}

.shopping-icon {
    background-position: 0px -750px;
}

.social-icon {
    background-position: 0px -800px;
}

.sports-icon {
    background-position: 0px -825px;
}

.tools-icon {
    background-position: 0px -875px;
}

.travel-local-icon {
    background-position: 0px -900px;
}

.weather-icon {
    background-position: 0px -950px;
}

/* Browse Game */

.game_action-icon {
    background-position: 0px -50px;
}

.game_adventure-icon {
    background-position: 0px -75px;
}

.game_arcade-icon {
    background-position: 0px -100px;
}

.game_board-icon,
.book-reference-icon {
    background-position: 0px -150px;
}

.game_card-icon {
    background-position: 0px -200px;
}

.game_casino-icon {
    background-position: 0px -225px;
}

.game_casual-icon {
    background-position: 0px -250px;
}

.game_educational-icon {
    background-position: 0px 0px;
}

.game_family-icon {
    background-position: 0px -375px;
}

.game_music-icon {
    background-position: 0px -550px;
}

.game_puzzle-icon {
    background-position: 0px -675px;
}

.game_racing-icon {
    background-position: 0px -700px;
}

.game_role_playing-icon {
    background-position: 0px -725px;
}

.game_simulation-icon {
    background-position: 0px -775px;
}

.game_strategy-icon {
    background-position: 0px -850px;
}

.game_trivia-icon {
    background-position: 0px -925px;
}

.game_word-icon {
    background-position: 0px -975px;
}

/* ------------------ Content ------------------ */

.content-wrapper {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 270px;
    margin-top: calc(3.5rem + 1px);
}

.content-collapse,
.footer-collapse {
    margin-left: 75px !important;
}

/* Apps content */

.apps {
    background: var(--white-color) none repeat scroll 0 0;
    box-shadow: 0 0 3px #d8d8d8;
    margin-bottom: 15px;
    width: auto;
}

.apps .apps-title {
    align-items: center;
    justify-content: space-between;
    background: #fbfbfb none repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
}

.apps-list {
    padding-top: 0.5em;
}

.apps-list > .row {
    margin-right: 0;
    margin-left: 0;
}

.apps-list .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.app-item {
    display: flex;
    align-items: center;
    padding: 0.5em;
    border-bottom: 1px dotted #dadada;
    text-decoration: none;
}

.app-item img {
    width: 76px;
    height: 76px;
}

.app-item:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.app-image {
    width: 76px;
    text-align: center;
    margin-right: 10px;
    max-height: 76px;
}

.app-detail {
    overflow: hidden;
}

.app-detail > * {
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--gray-dark);
}

.app-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-dark);
    margin-bottom: 0.25em;
}

.app-item:hover .app-title {
    color: var(--primary-color);
}

.app-version {
    font-size: 11px;
    color: var(--gray-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p.app-storage {
    font-size: 13px;
    margin-bottom: 0.25em;
}

.app-download {
    font-size: 13px;
    margin-bottom: 0;
    width: 100%;
    color: var(--gray-dark);
}

.apps-bottom {
    padding: 0.5em;
    align-items: center;
}

.app-rating {
    background: url("/image/svg/star_fill.svg");
	background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    height: 15px;
    width: 75px;
    margin-bottom: 0.25em;
    text-align: left;
    margin-right: 5px;
}

.app-rating span {
    display: block;
    background: url("/image/svg/star_rate.svg");
	background-repeat: repeat-x;
    height: 15px;
}

/* Pagination */

.apps-bottom-nav ul {
    margin-bottom: 0;
}

.page-item {
    font-size: 0.875rem;
    line-height: 1.5;
}

.page-item.active .page-link {
    background-color: var(--gray-dark);
    border-color: var(--gray-dark);
    z-index: 1;
    color: #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-link {
    color: var(--dark);
}

.btn-loadmore {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 0.75em;
    cursor: pointer;
    white-space: nowrap;
    background-color: #f1f1f1;
    width: 100%;
    margin-top: 0.5em;
    color: #777;
    display: none;
}

.btn-loadmore:hover {
    color: var(--primary-color);
}

/* Footer */

.main-footer {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 270px;
    background: #e5e5e5 none repeat scroll 0 0;
}

.footer-item {
    padding: 0 10px 0 10px;
}

.footer-item-title {
    color: var(--dark);
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 0px;
}

.footer-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav li a {
    font-size: 14px;
    display: inline-block;
    color: var(--dark);
}

.footer-nav li a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    text-align: center;
    padding: 0.5em;
}

.footer-bottom p {
    margin-bottom: 0;
}

.toggle-nav-mobile {
    display: none;
}

.toogle-close .icon-bars {
    background-image: url("/image/svg/close.svg");
}

.toggle-nav {
    height: 30px;
    width: 35px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

/* Page  */

.page-header {
    padding: 0.5em;
}

.page-header .page-header-title h1 {
    align-items: center;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5em 5px;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5em 10px;
}

.page-bread-crumbs a {
    margin-right: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.page-bread-crumbs {
    font-weight: 600;
}

.page-bread-crumbs span {
    font-size: 14px;
    color: var(--gray-dark);
}

.page-app-top {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background: var(--primary-color);
    color: var(--white-color);
    border-top-right-radius: 0.25rem;
}

.est-daily-install {
    background-image: url("/image/svg/fire.svg");
    background-size: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.page-app-info {
    flex-grow: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
}

.page-app-info p {
    font-size: 14px;
    margin-bottom: 0.25em;
}

.page-app-version {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
}

.app-version-author a {
    color: var(--primary-color);
    text-decoration: underline;
}

.app-ratingInfo img {
    width: 15px;
    vertical-align: revert;
}

.page-app-download {
    text-align: center;
    margin-top: 25px;
}

.btn-download {
    background-color: var(--primary-color);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 80%;
    display: inline-block;
    text-align: center;
}

.btn-related-kw {
    background-color: var(--primary-color);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin: 6px;
}

.btn-related-kw:hover {
    background-color: #5daf2bde;
    color: #fff;
}

.apps-action .btn {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--dark);
}

.btn-download:hover {
	background-color: var(--danger-color);
    color: #fff;
}

.apps-action .btn:hover {
    background-color: #e6e6e6;
}

.app-access-title {
    font-weight: bold;
    color: #d66a2c;
    /* border-top: 1px solid #777; */
    padding: 0.5em 0;
    position: relative;
}

.app-access-title:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #7777;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.app-access-list {
    background: #f5f5f5 none repeat scroll 0 0;
    max-height: 250px;
    overflow-x: hidden;
    border: 1px solid #e0e7f0;
    border-radius: 3px;
    list-style: none;
    overflow-y: auto;
    padding-top: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.app-access-list > li > p {
    font-weight: bold;
    font-size: 14px;
    color: #777;
}

.app-access-list > li > div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e7f0;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
}

.app-access-list > li {
    margin-bottom: 1em;
}

.page-app-savelink {
    padding-top: 0.5rem;
    font-size: 12px;
}

.page-app-gallery {
    overflow: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 25px;
    margin-top: 17px;
    overflow-x: scroll;
    position: relative;
    width: 100%;
    height: 317px;
    padding-left: 30px;
    background-color: #f5f5f5;
}

.page-app-gallery a,
.page-app-gallery img {
    display: inline-block;
    max-width: none;
    max-height: 300px;
    min-height: 300px;
    border-radius: 10px;
    padding-left: 5px;
    object-fit: cover;
}

.page-app-gallery img.lazy {
    min-height: 300px;
}

.app-desc-showmore,
.app-showmore {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    position: relative;
    font-size: 12px;
    height: 30px;
    text-align: center;
    background: #f1f1f1;
    cursor: pointer;
}

.horizontal {
    width: 100%;
    height: 1px;
    background: #797979a6;
    margin: 1em auto;
}

.page-app-category p {
    font-size: 14px;
}

.page-app-category .page-app-version {
    justify-content: space-around;
}

/* Page table */

.page-app-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
    overflow: auto;
    font-size: 13px;
}

.page-app-table,
.page-app-table td,
.page-app-table th {
    vertical-align: top;
    outline: 0 !important;
    padding: 0.5em 0.75em;
    border: none #e5e5e5;
}

.page-app-table td:first-child {
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.page-app-table tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa;
}

.page-app-image img {
    border-radius: 10px;
}
.page-app-listVersions ul {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

.page-app-listVersions ul li span {
    font-size: 14px;
}

.page-app-listVersions a {
    color: var(--primary-color);
}

.page-app-listVersions ul li {
    margin-bottom: 0.5em;
}

.page-app-similar {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.page-app-desc {
    overflow: hidden;
    margin-bottom: 0.5em;
    max-height: 150px;
    font-size: 13px;
}
.page-app-desc.desc-show {
    max-height: auto;
}

/* The Close Button */

.close {
    position: absolute;
    top: 10px;
    right: 25px;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.active,
.cursor:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.similar-mobile {
    display: none;
}

.app-item-search {
    display: flex;
    border-bottom: 1px dotted var(--gray-dark);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.app-item-search:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.app-item-search img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
}

.app-update,
.app-appId,
.app-author span {
    color: var(--gray-dark);
    font-size: 14px;
}

.app-appId {
    margin-bottom: 0.25em;
}
.app-item-search .app-version {
    font-size: 14px;
}

.app-item-search:hover {
    text-decoration: none;
}

.app-item-search .app-title {
    color: var(--primary-color);
    font-size: 16px;
}
.app-item-search .app-rating {
    display: inline-block;
}
.app-item-search .app-download {
    display: inline-block;
    width: unset;
    height: 25px;
    vertical-align: middle;
}
.app-item-search .app-author {
    margin-left: 0.5em;
}
.app-item-search .app-detail > * {
    margin-bottom: 0.25em;
}
.app-item-search p {
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.similar-desktop {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
}
.similar-item {
    width: 33.33333%;
}

.similar-item img {
    width: 76px;
    height: 76px;
}

@media (max-width: 992px) {
    /*.modal-content {
        width: 480px !important;
        height: 360px !important;
    }*/

    .sidelang a {
        width: calc(100% / 6);
    }

    .form-none-sm,
    .app-user-name,
    .toggle-nav {
        display: none;
    }
    .search-formMobile {
        display: block;
        padding: 0.5em;
    }
    .btn-search {
        right: 0.2em;
    }
    .main-header .nav-left {
        width: 75%;
    }
    .main-header .nav-right {
        width: 25%;
    }
    .nav-app {
        flex-direction: row;
    }
    .main-sidebar {
        display: none;
        overflow-y: scroll;
    }
    .content-wrapper,
    .main-footer {
        margin-left: 0px;
    }
    .app-item {
        border-right: none;
    }
    .apps-bottom {
        flex-direction: column;
    }
    .apps-bottom-title {
        margin-bottom: 0.5em;
    }
    .apps-bottom-nav {
        overflow: hidden;
    }
    .toggle-nav-mobile {
        display: inline-block;
        height: 30px;
        width: 35px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .main-sidebar-mobile {
        width: 100%;
        display: block;
    }
    /* Footer */
    .footer-nav {
        display: none;
        overflow: hidden;
    }
    .icon-toggle-plus {
        display: inline-block;
    }
    /* page app */
    .page-header-title span {
        font-size: 20px;
    }
    .icon-dashboard {
        display: none;
    }
    .page-app-image img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }
    .card-body {
        padding: 0.8em;
    }
    .page-app-info {
        padding: 0 1.25rem;
    }
    .page-app-table {
        white-space: inherit;
    }
}

@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    /*.modal-content {
        width: 320px !important;
        height: 240px !important;
    }*/

    .video-card {
        min-width: 120px !important;
    }

    .video-info {
        max-width: 120px !important;
    }

    .video-play {
        height: 70px !important;
    }

    .video-publish {
        display: flex !important;
        flex-direction: column;
    }

    .form-none-sm,
    .app-user-name,
    .toggle-nav {
        display: none;
    }
    .search-formMobile {
        display: block;
        padding: 0.5em;
    }
    .btn-search {
        right: 0.2em;
    }
    .btn-loadmore {
        display: block;
    }
    .main-header .nav-left {
        width: 75%;
    }
    .main-header .nav-right {
        width: 25%;
    }
    .nav-app {
        flex-direction: row;
    }
    .main-sidebar {
        display: none;
        overflow-y: scroll;
    }
    .content-wrapper,
    .main-footer {
        margin-left: 0px;
    }
    .app-item {
        border-right: none;
        border-bottom: none;
    }
    .apps-bottom {
        flex-direction: column;
    }
    .apps-bottom-title {
        margin-bottom: 0.5em;
    }
    .apps-bottom-nav {
        overflow: hidden;
    }
    .main-sidebar-mobile {
        width: 100%;
        display: block;
    }
    /* Footer */
    .footer-nav {
        display: none;
        overflow: hidden;
    }
    .icon-toggle-plus {
        display: inline-block;
    }
    /* page app */
    .page-header-title span {
        font-size: 20px;
    }
    .icon-dashboard {
        display: none;
    }
    .page-app-image {
        width: 110px;
        height: 100px;
    }
    .card-body {
        padding: 0.8em;
    }
    .page-app-info {
        padding: 0 0.5em;
    }
    .page-app-table {
        white-space: inherit;
    }
    .page-app-info p,
    .app-version-author a {
        font-size: 13px;
        margin-bottom: 0.25em;
        display: block;
    }
    .page-app-hit {
        overflow: hidden;
        max-height: 200px;
    }
    .similar-desktop {
        display: inline-flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }
    .similar-item .app-item {
        flex-direction: column;
    }

    .similar-item .app-title {
        white-space: normal;
        margin-top: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: center;
    }
    /* .similar-item .app-version {
        display: none;
    } */
    .page-app-gallery {
        height: 155px;
    }
    .page-app-gallery a,
    .page-app-gallery img {
        border-radius: 10px;
        max-height: 155px;
        min-height: 155px;
        object-fit: cover;
    }
    .page-app-gallery img.lazy {
        min-height: 155px;
    }

    .page-app-version {
        flex-wrap: wrap;
    }
    .page-app-version li {
        display: inline-block;
    }
    .page-app-version li:first-child {
        width: 100%;
    }
    .page-app-version li:not(:first-child) {
        flex: 1;
    }
    .page-app-version .app-version-author {
        display: flex !important;
    }

    .page-app-version .app-version-author p {
        margin-right: 0.5em;
    }
    .page-bread-crumbs {
        padding-right: 30px;
    }

    .apps-title {
        margin-bottom: 50px;
    }

    .apps-action {
        position: relative;
        vertical-align: middle;
        float: right;
        display: inline-flex;
    }
}

@media only screen and (max-width: 359px) {
    .main-header .nav-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-header .nav-right {
        display: none !important;
    }
    .page-app-version {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .page-app-version li {
        width: 100%;
        display: flex;
        align-items: baseline;
    }
    .page-app-version > li > p:first-child {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .qrcode_dl {
        display: none;
    }
    .btn-download {
        width: 100%;
    }
}

.page-app-listFAQ ul {
    list-style: none;
    padding-left: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.page-app-listFAQ > ul {
    max-height: 150px;
}

.page-app-listFAQ li {
    border-bottom: 1px solid #ebebeb;
}

.page-app-listFAQ li:last-child {
    border-bottom: none;
}

.page-app-listFAQ .question {
    background-color: #fff;
    color: #349756;
    cursor: pointer;
    padding: 2px 0;
    width: fit-content;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
}

.page-app-listFAQ .collapsible {
    display: flex;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.page-app-listFAQ .collapsible:focus {
    outline: none;
}

/* .page-app-listFAQ .active,
.page-app-listFAQ .active .question,
.page-app-listFAQ .active .icon-angle-left {
    background-color: #f1f1f1 !important;
} */

.page-app-listFAQ .content {
    padding: 0 10px;
    overflow: hidden;
    background-color: #f1f1f1;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    font-size: 13px;
}

.page-app-listFAQ .content .answer {
    margin: 5px 0;
}

.page-app-listFAQ .content .answer li:before {
    content: " - ";
}

.page-app-listFAQ .content a {
    color: #6bb5ff;
}

.page-app-listFAQ .collapsible .icon-angle-left {
    margin-top: 7px;
    transform: rotate(270deg);
    transition: 0.2s;
    position: absolute;
    right: 5px;
    top: 10px;
}

.page-app-listFAQ .active .icon-angle-left {
    background-image: url("/image/svg/return.svg");
    transform: rotate(90deg);
}

.page-app-video {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    padding: 5px 5px;
}

.video {
    cursor: pointer;
}

.page-app-video .video-card {
    margin: 5px;
    padding: 0px;
    min-width: 120px;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
}

.video-info {
    max-width: 120px;
}

.video-name {
    font-size: 11px;
    padding: 0 5px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-name a {
    text-decoration: none;
    color: #212529;
}

.video-publish {
    margin-top: 2px;
    font-size: 11px;
    padding: 0 5px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video-publish span:first-child {
    font-size: 12px;
    color: #70757a;
}

.video-publish span:nth-child(2) {
    font-size: 10px;
}

.video-play {
    height: 70px;
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.video-time {
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.btn-play {
    border: none;
    cursor: pointer;
    outline: none;
    color: gray;
    background: #f4f4f4;
    opacity: 0.8;
    padding: 5px 15px;
    border-radius: 10px;
    transform: translateY(12px);
}

.btn-play:focus {
    outline: none;
}

.text-time {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    background-color: black;
    opacity: 0.6;
    border-radius: 10px;
    margin-bottom: 3px;
    margin-left: 3px;
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal.active {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.modal-content {
    background-color: #fefefe;
    /*width: 720px;
    height: 480px;*/
}

#youtube-frame {
    border: none;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.more_architect {
    text-decoration: none;
    display: inline-block;
    background-color: #d6f0c6de;
    border: 1px solid #3d9b03de;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    width: 46%;
    margin: 3px;
}

#ad-header{
	min-height: 300px;
}
