/*!
Theme Name: Tam An
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tam-an
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tam An is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

.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: 1200px;
    }
}
/*--------------------------------------------------------------
# Container Width - Fluid
--------------------------------------------------------------*/
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------
# Container Width - Row
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Container Width - Column
--------------------------------------------------------------*/
.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: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.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.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
/*--------------------------------------------------------------
# Sizes
--------------------------------------------------------------*/
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
/*--------------------------------------------------------------
# Display - Utilities for toggling `display` in print
--------------------------------------------------------------*/
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
/*--------------------------------------------------------------
# Flex Style
--------------------------------------------------------------*/
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !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;
}
.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;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
/*--------------------------------------------------------------
# Margin - Padding
--------------------------------------------------------------*/
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 1.875rem !important;
}
.mt-5,
.my-5 {
    margin-top: 1.875rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 1.875rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 1.875rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 1.875rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 1.875rem !important;
}
.pt-5,
.py-5 {
    padding-top: 1.875rem !important;
}
.pr-5,
.px-5 {
    padding-right: 1.875rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 1.875rem !important;
}
.pl-5,
.px-5 {
    padding-left: 1.875rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 1.875rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.875rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.875rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.875rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.875rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 1.875rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.875rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.875rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.875rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.875rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 1.875rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 1.875rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.875rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.875rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.875rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 1.875rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 1.875rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 1.875rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.875rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 1.875rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 1.875rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.875rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.875rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.875rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.875rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 1.875rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.875rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.875rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.875rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.875rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 1.875rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.875rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.875rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.875rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.875rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 1.875rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.875rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.875rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.875rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.875rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
/*--------------------------------------------------------------
# Text - Responsive
--------------------------------------------------------------*/
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
/*--------------------------------------------------------------
# Text - Align
--------------------------------------------------------------*/
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
/*--------------------------------------------------------------
# Text - transform
--------------------------------------------------------------*/
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Thin.otf);
    font-weight: 200;
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Light.otf);
    font-weight: 300;
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Regular.otf);
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Italic.otf);
    font-style: italic;
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Medium.otf);
    font-weight: 500;
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-SemiBold.otf);
    font-weight: 600;
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Heavy.otf);
    font-weight: 800;
    font-family: "SVNGilroy";
    font-display: swap;
    ascent-override: 118%;
}
@font-face {
    src: url(assets/fonts/UTM_LinotypeZapfino_KT.ttf);
    font-family: "UTM_Linotype";
    font-display: swap;
}
/* @font-face {
    src: url(assets/fonts/gilroy/SVN_GilroyItalic.ttf);
    font-style: italic;
    font-family: 'SVNGilroy';
} */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    color: var(--textcolor);
    margin: 0;
    font-family: "SVNGilroy";
}
.site-boxed {
    max-width: 1200px;
    margin: 0 auto;
}
.site-boxed .container {
    padding-left: 0;
    padding-right: 0;
}
a {
    color: var(--primarycolor);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--primarycolor);
}
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}
h1,
.h1 {
    font-size: 2.5rem;
}
h2,
.h2 {
    font-size: 2rem;
}
h3,
.h3 {
    font-size: 1.75rem;
}
h4,
.h4 {
    font-size: 1.5rem;
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #cce5ff;
    border-color: #b8daff;
}
/*--------------------------------------------------------------
# google_conversion_frame
--------------------------------------------------------------*/
iframe[name="google_conversion_frame"] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 12.92px 0;
    text-align: center;
}
/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.FormAccount .is-relative {
    position: relative;
}
.FormAccount .is-absolute {
    position: absolute;
    top: 8px;
    right: 10px;
}
.FormAccount .form-control {
    border-radius: 0;
}
.FormAccount .btn {
    border-radius: 0;
    color: #fff;
}
.FormAccount .form-text {
    margin-bottom: 10px;
}
.FormAccount .submit_button {
    background: var(--primarycolor);
    color: #fff;
}
.FormAccount .btn-danger {
    background: #c4356a;
}
.FormAccount .btn-warning {
    color: #fff;
}
.FormAccount .error {
    margin-top: 10px;
}
.FormAccount .ui-datepicker {
    z-index: 9999 !important;
    background: #fff;
    padding: 15px;
    border: 1px solid #dedede;
}
.FormAccount .ui-datepicker .ui-datepicker-header {
    text-align: center;
}
.FormAccount .ui-datepicker .ui-datepicker-header a {
    margin: 0 4px 2px;
    cursor: pointer;
}
.FormAccount .ui-datepicker .ui-datepicker-title {
    text-align: center;
}
.FormAccount .ui-datepicker .ui-datepicker-title select {
    margin: 2px 4px;
}
.FormAccount .ui-datepicker .ui-datepicker-calendar thead th {
    padding: 5px;
}
/*--------------------------------------------------------------
# Slick Slider
--------------------------------------------------------------*/
.slick-slider.slick-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.slick-slider.slick-carousel.slick-dotted {
    padding-bottom: 40px;
    margin-bottom: 0;
}
.slick-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.slick-slider .slick-slide,
.slick-slider .slick-slide a {
    outline: none;
}
.slick-slider .slick-arrow {
    z-index: 1;
}
.slick-slider .slick-arrow:before {
    font-family: "fontello";
    color: #fff;
    opacity: 1;
    font-size: 40px;
}
.slick-slider .slick-arrow.slick-next {
    right: 30px;
}
.slick-slider .slick-arrow.slick-next:before {
    content: "\F105" !important;
}
.slick-slider .slick-arrow.slick-prev {
    left: 30px;
}
.slick-slider .slick-arrow.slick-prev:before {
    content: "\F104" !important;
}
@media (max-width: 767.98px) {
    .slick-slider.slick-carousel {
        margin-left: -5px;
        margin-right: -5px;
    }
    .slick-slider .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }
    .slick-slider .slick-prev {
        left: 5px;
    }
    .slick-slider .slick-next {
        right: 5px;
    }
}
.slick-slider .slick-dots {
    bottom: 10px;
}
.slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid var(--primarycolor);
    border-radius: 50%;
    background: transparent;
}
.slick-slider .slick-dots li button:before {
    display: none;
}
.slick-slider .slick-dots li.slick-active button {
    background: var(--primarycolor);
}
/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.15);
    background-color: #f5f5f5;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    background-color: #b1abab;
}
/*--------------------------------------------------------------
# Layout System
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .content-sidebar-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-sidebar-wrap .site-main,
    .content-sidebar-wrap .sidebar {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .category .content-sidebar-wrap .site-main,
    .tax-product_cat .content-sidebar-wrap .site-main,
    .post-type-archive-product .content-sidebar-wrap .site-main,
    .category .content-sidebar-wrap .sidebar,
    .tax-product_cat .content-sidebar-wrap .sidebar,
    .post-type-archive-product .content-sidebar-wrap .sidebar {
        margin-bottom: 30px;
    }
    .page-template-page-contact .content-sidebar-wrap,
    .single-dai-ly .content-sidebar-wrap,
    .single-project .content-sidebar-wrap,
    .page-template-page-about .content-sidebar-wrap,
    .page-template-page-spotlight .content-sidebar-wrap,
    .page-template-page-lumirandom .content-sidebar-wrap,
    .home .content-sidebar-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-page-contact .content-sidebar-wrap .site-main,
    .single-dai-ly .content-sidebar-wrap .site-main,
    .single-project .content-sidebar-wrap .site-main,
    .page-template-page-about .content-sidebar-wrap .site-main,
    .page-template-page-spotlight .content-sidebar-wrap .site-main,
    .page-template-page-lumirandom .content-sidebar-wrap .site-main,
    .home .content-sidebar-wrap .site-main {
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar-left .content-sidebar-wrap .site-main,
    .sidebar-right .content-sidebar-wrap .site-main,
    .page-template-page-left-sidebar .content-sidebar-wrap .site-main,
    .page-template-page-right-sidebar .content-sidebar-wrap .site-main {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .sidebar-right .content-sidebar-wrap .site-main,
    .sidebar-right-right .content-sidebar-wrap .site-main,
    .page-template-page-right-sidebar .content-sidebar-wrap .site-main {
        order: 1;
    }
    .sidebar-left .content-sidebar-wrap .site-main,
    .sidebar-left-right .content-sidebar-wrap .site-main,
    .page-template-page-left-sidebar .content-sidebar-wrap .site-main {
        order: 2;
    }
    .sidebar-left-left .content-sidebar-wrap .site-main {
        order: 3;
    }
    .no-sidebar .content-sidebar-wrap .site-main,
    .page-template-page-fullwidth .content-sidebar-wrap .site-main,
    .page-template-page-contact .content-sidebar-wrap .site-main,
    .tax-project_type .content-sidebar-wrap .site-main,
    .page-template-page-project .content-sidebar-wrap .site-main,
    .single-dai-ly .content-sidebar-wrap .site-main,
    .single-project .content-sidebar-wrap .site-main,
    .page-template-page-about .content-sidebar-wrap .site-main,
    .page-template-page-spotlight .content-sidebar-wrap .site-main,
    .page-template-page-lumirandom .content-sidebar-wrap .site-main,
    .home .content-sidebar-wrap .site-main,
    .single-product .content-sidebar-wrap .site-main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sidebar-left .content-sidebar-wrap .sidebar-primary,
    .sidebar-right .content-sidebar-wrap .sidebar-primary,
    .page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary,
    .page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .sidebar-left .content-sidebar-wrap .sidebar-primary,
    .sidebar-left-right .content-sidebar-wrap .sidebar-primary,
    .sidebar-left-left .content-sidebar-wrap .sidebar-primary,
    .page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary {
        order: 1;
    }
    .sidebar-right .content-sidebar-wrap .sidebar-primary,
    .sidebar-right-right .content-sidebar-wrap .sidebar-primary,
    .page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary {
        order: 2;
    }
}
@media (min-width: 992px) and (min-width: 1366px) {
    .category .content-sidebar-wrap,
    .single-post .content-sidebar-wrap {
        margin-left: -25px;
        margin-right: -25px;
    }
    .category .content-sidebar-wrap .site-main,
    .category .content-sidebar-wrap .sidebar,
    .single-post .content-sidebar-wrap .site-main,
    .single-post .content-sidebar-wrap .sidebar {
        padding-left: 25px;
        padding-right: 25px;
    }
}
/*--------------------------------------------------------------
# Column
--------------------------------------------------------------*/
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
@media (min-width: 768px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 992px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 1200px) {
    .col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
    clear: both;
    display: table;
    content: " ";
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title,
.site-description {
    font-size: 0;
    margin: 0;
}
.site-header.header-banner #showmenu {
    right: 15px;
}
.site-header.header-logo .logo img {
    margin: 10px 0;
    max-height: 46px;
}
.site-header.header-logo-style2 .logo img {
    margin: 10px 0;
    max-height: 46px;
}
.site-header .header-content {
    position: relative;
}
.site-header .header-main {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}
.site-header .header-main,
.site-header .header-main,
.site-header .header-main.fixed {
    position: fixed;
    background: rgba(28, 28, 28, 0.5);
    transition: all 0.35s ease-in-out;
    background: #01031e;
    color: #0542c7;
}
.site-header .header-main .logo img,
.site-header .header-main .logo img,
.site-header .header-main.fixed .logo img {
    margin: 10px 0;
    max-height: 34px;
    filter: brightness(0) invert(1);
}
.site-header .header-main .wtt,
.site-header .header-main .wtt,
.site-header .header-main.fixed .wtt {
    font-size: 25px;
/*    color: #fff;*/
    color: #009dde;
}
.site-header .header-main .headerRight .header-search .search-toggle img,
.site-header .header-main .headerRight .header-search .search-toggle img,
.site-header .header-main.fixed .headerRight .header-search .search-toggle img {
    max-height: 16px;
    filter: brightness(0) invert(1);
}
.site-header .header-main.fixed #showmenu .showmenu-hamburger {
    top: 58%;
}
.site-header .header-main.fixed #showmenu .showmenu-hamburger span {
    width: 24px;
    margin-bottom: 5px;
}
.site-header .header-main #showmenu .showmenu-hamburger span:after,
.site-header .header-main #showmenu .showmenu-hamburger span:before,
.site-header .header-main #showmenu .showmenu-hamburger span:after,
.site-header .header-main #showmenu .showmenu-hamburger span:before,
.site-header .header-main.fixed #showmenu .showmenu-hamburger span:after,
.site-header .header-main.fixed #showmenu .showmenu-hamburger span:before {
    background: #fff;
}
.logged-in .site-header .header-main {
    top: 32px;
}
.site-header .header-main .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
.site-header .wtt {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.3333;
    font-weight: 200;
    color: #fff;
    text-align: center;
    letter-spacing: 50px;
}
.site-header .headerRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-header .headerRight .wpml-ls-legacy-list-horizontal {
    padding: 0 10px 0 0;
    border: 0;
}
.site-header .headerRight .header-search {
    margin-right: 27px;
}
.site-header .headerRight .header-search a img {
    filter: brightness(0) invert(1);
}
.open-search {
    overflow-y: scroll;
}
.overlay {
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999999999;
    background: rgba(22, 22, 27, 0.97);
    cursor: pointer;
}
.search-submit-ajax {
    position: initial !important;
    text-align: center;
    text-indent: initial !important;
    background: initial !important;
    width: 100% !important;
    border: 0 !important;
    color: #333 !important;
    height: auto !important;
    padding: 0 !important;
}
.open-search .overlay {
    opacity: 1;
    visibility: visible;
}
.scale {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
}
.overlay form.search-form {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    max-width: 500px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: scale(1.1);
}
.open-search .overlay form.search-form {
    opacity: 1;
    transform: scale(1);
}
.overlay .search-form input {
    border: 0 none;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    background: transparent;
    border: 1px solid #cecdcd;
    padding: 10px 60px 10px 10px;
    height: 40px;
    color: #fff;
}
.overlay .search-form input::placeholder {
    color: #fff !important;
}
.overlay .search-form .search-field {
    line-height: 60px;
    height: 60px;
}
.overlay .search-form .search-submit {
    background: url(assets/img/btsearch.png) center center no-repeat,
        transparent;
    border: 0 none;
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    text-indent: -99999px;
}
.overlay .close img {
    filter: brightness(0) invert(1);
    max-height: 30px;
}
.overlay .close {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 40px;
    right: 40px;
    z-index: 33;
    opacity: 1;
    background: transparent;
    border: 0;
}
.search-input {
    position: relative;
}
.search-input.loading:before {
    content: "";
    background: url("assets/img/ajax-loader.gif") center no-repeat;
    position: absolute;
    top: 5px;
    right: 58px;
    width: 40px;
    height: 40px;
    background-size: 30px;
}
#resultPostAjax .resultPostAjax_wrap {
    padding: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    border-radius: 3px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}
#resultPostAjax .resultPostAjax_wrap h3 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
#resultPostAjax .resultPostAjax_wrap h3:last-child {
    margin-bottom: 0;
}
#resultPostAjax .resultPostAjax_wrap h3 a {
    color: var(--textcolor);
}
#resultPostAjax .resultPostAjax_wrap h3 a:hover {
    color: var(--primarycolor);
}
#resultPostAjax .total_records {
    text-align: center;
}
#resultPostAjax .total_records .redirect_search {
    cursor: pointer;
}
#resultPostAjax .total_records .redirect_search:hover {
    color: var(--primarycolor);
}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
    color: #fff;
    background: var(--primarycolor);
}
.site-footer a {
    color: #fff;
}
.top-footer {
    padding-top: 150px;
    padding-bottom: 158px;
    color: #fff;
    text-align: center;
}
.page-template-page-about .top-footer {
    padding-top: 150px;
    padding-bottom: 200px;
}
.top-footer .heading {
    text-align: center;
    font-size: 75px;
    text-transform: none;
    font-family: "UTM_Linotype";
    margin-bottom: 0;
}
.top-footer .heading span {
    color: var(--primarycolor);
}
.top-footer .heading.tsp-hd {
    font-size: 75px;
    white-space: nowrap;
}
.top-footer .sub-heading {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 300;
    color: #009dde;
}
.top-footer .sub-heading.tsp-shd {
    font-size: 26px;
    margin-bottom: 55px;
}
.top-footer p {
    color: #009dde;
}
.top-footer .tft-description {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #009dde;
}
.top-footer .tft-description strong {
    font-size: 24px;
    font-weight: 500;
}
.top-footer .tft-link a {
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid var(--primarycolor);
    color: var(--primarycolor);
    text-transform: uppercase;
}
.top-footer .tft-link a:hover {
    background: var(--primarycolor);
    color: #fff;
}
.footer-widgets {
    padding: 44px 0 22px 0;
}
.footer-widgets h3.widget-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
.footer-widgets ul ul {
    display: none;
}
.footer-widgets .footer-widgets-area {
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-widgets .widget_social {
    margin-bottom: 38px;
}
.footer-widgets .widget_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.footer-widgets .widget_nav_menu ul li {
    position: relative;
    margin: 0 20px;
    border-bottom: 0 !important;
}
.footer-widgets .widget_nav_menu ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
    padding: 0;
}
.footer-widgets .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}
.footer-widgets .widget_nav_menu ul li a .arrow {
    width: 34px;
    height: 34px;
    background: transparent;
}
.footer-widgets .widget_nav_menu ul li a .arrow:before {
    color: #fff;
    top: 7px;
    left: initial;
    right: 1px;
}
.site-info {
    padding: 10px 0;
    background: var(--primarycolor);
}
.site-info p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.sidebar-block {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.widget {
    margin: 0 0 24px;
}
.sidebar .widget {
    margin: 0 0 30px 0;
}
.sidebar .widget .widget-title {
    font-size: 25px;
    line-height: 150%;
    color: var(--textcolor);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget select {
    max-width: 100%;
}
/* Widget Recent Posts */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.widget .list-post-item li {
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    width: 100%;
}
.widget .list-post-item li:last-child {
    margin-bottom: 0;
}
.widget .list-post-item .post:after {
    clear: both;
}
.widget .list-post-item .alignleft {
    width: 110px;
    height: 70px;
    margin-right: 10px;
}
.widget .list-post-item .alignleft img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.widget .list-post-item .alignright {
    width: 110px;
    height: 70px;
    margin-left: 10px;
}
.widget .list-post-item .alignright img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.widget .list-post-item .aligncenter {
    text-align: center;
    margin-bottom: 21px;
}
.widget .list-post-item div {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.widget .list-post-item div a {
    color: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.widget .list-post-item p {
    margin-bottom: 0;
}
.widget .list-post-item p .date-time {
    color: #999999;
    font-size: 14px;
}
.widget .list-post-item p .date-time i {
    margin-right: 5px;
}
.widget.widget_list_posts h3 {
    line-height: 1.35;
    margin-bottom: 0;
}
.widget.widget_list_posts li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cecdcd;
}
.widget.widget_list_posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #f4f5f6;
}
/* Widget Custom Menu */
.widget_nav_menu ul li {
    position: relative;
}
.widget_nav_menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: var(--textcolor);
    position: relative;
    padding: 10px 10px;
}
.widget_nav_menu ul li.current-menu-item > a {
    color: var(--primarycolor);
}
.widget_nav_menu ul li.menu-item-has-children ul {
    display: none;
    padding: 0 0 0 10px;
}
.widget_nav_menu ul li.menu-item-has-children .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    color: var(--textcolor);
    background: rgba(255, 255, 255, 0.085);
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.footer-widgets .widget_nav_menu ul li.menu-item-has-children .arrow {
    color: #fff;
    background: transparent;
}
.widget_nav_menu ul li.menu-item-has-children .arrow:before {
    content: "\F107";
    font-family: "fontello";
    position: absolute;
    top: 8px;
    left: 15px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.widget_nav_menu ul li.open > .arrow:before {
    content: "\F106";
}
.widget_nav_menu ul li:hover > a {
    color: var(--primarycolor);
}
.sidebar .widget_nav_menu a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
}
/* Widget Information */
.widget_information li {
    padding: 3px 0 3px 22px;
    position: relative;
}
.widget_information li i {
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}
/* Widget Social */
.widget_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_social ul li {
    margin: 0 12px;
}
.widget_social ul li a {
    border-radius: 50%;
    border: 1px solid #929292;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 1rem;
    color: #929292;
    text-align: center;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.widget_social ul li a i {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.widget_social ul li a:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-color: var(--primarycolor);
}
.widget_social ul li a:hover i {
    color: var(--primarycolor);
}
/* Widget Tag Cloud */
.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid var(--primarycolor);
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: var(--primarycolor);
}
.tagcloud a:hover {
    background: var(--primarycolor);
    color: #fff;
}
.sidebar .widget_nav_menu ul li a:hover,
.post-next-prev-content a:hover,
.related-posts ul li a:hover,
.item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover,
.new-list article .more-link {
    color: var(--primarycolor);
}
/***************
 * Pagination Css
***************/
#result_pagination {
    position: relative;
    display: block;
}
#result_pagination:after {
    display: table;
    content: " ";
    clear: both;
}
.ajax_pagination {
    margin-bottom: 20px;
    position: relative;
}
.pagination_post,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
}
.pagination_post li,
.pagination li {
    list-style: none;
    float: left;
    margin: 0 5px;
    padding: 0;
}
.pagination_post li a,
.pagination_post li span,
.pagination li a,
.pagination li span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 40px;
    color: #444444;
    background-color: transparent !important;
    border: 1px solid #d1d1d1 !important;
}
.pagination_post li a:hover,
.pagination li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primarycolor) !important;
    border-color: var(--primarycolor) !important;
}
.pagination_post li.active span,
.pagination li.active span {
    color: #fff;
    text-decoration: none;
    background-color: var(--primarycolor) !important;
    border-color: var(--primarycolor) !important;
}
/***************
 * Readmore Css
***************/
/*CSS load*/
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
.resultLoadMore {
    margin-bottom: 50px;
}
.resultLoadMore #ButtonLoadMore {
    cursor: pointer;
    position: relative;
    border: 1px solid var(--secondarycolor);
    background: transparent;
    border-radius: 30px;
    color: var(--textcolor);
    font-size: 16px;
    padding: 0;
    width: 200px;
    height: 44px;
    line-height: 42px;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
}
.resultLoadMore #ButtonLoadMore:hover {
    background: var(--primarycolor);
    color: #fff;
    border-color: var(--primarycolor);
}
.resultLoadMore #ButtonLoadMore.loading:before {
    content: "";
    background: url("assets/img/ajax-loader.gif") center no-repeat, #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.loading_pagination {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 999;
}
.animation_loading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animation_loading .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--primarycolor);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.animation_loading .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.animation_loading .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.animation_loading .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.animation_loading .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.animation_loading .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.animation_loading .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.animation_loading .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animation_loading .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.animation_loading .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@media (max-width: 414px) {
    .pagination_post li,
    .pagination li {
        margin: 0 3px;
    }
    .pagination_post li span,
    .pagination li span {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .pagination_post li a,
    .pagination li a {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}
/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
.toplg {
    height: 90px;
    display: table;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.toplg a {
    display: table-cell;
    vertical-align: middle;
}
.toplg a img {
    display: inline;
    max-height: 70px;
    margin: 0 auto;
}
.mobile_search {
    padding: 20px;
}
#showmenu {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    right: 0;
    z-index: 1;
}
#showmenu:hover .showmenu-hamburger span:before {
    transform: translateX(0);
}
#showmenu:hover .showmenu-hamburger span:after {
    transform: translateX(200%);
}
#showmenu .showmenu-hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#showmenu .showmenu-hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}
#showmenu .showmenu-hamburger span:last-child {
    margin: 0;
}
#showmenu .showmenu-hamburger span:last-child:before {
    transition-delay: 150ms;
}
#showmenu .showmenu-hamburger span:last-child:after {
    transition-delay: 150ms;
}
#showmenu .showmenu-hamburger span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    transition: transform ease 300ms;
    transform: translateX(-200%);
}
#showmenu .showmenu-hamburger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    transition: transform ease 300ms;
    transform: translateX(0);
}
#showmenu .showmenu-hamburger span:nth-child(2):before {
    transition-delay: 75ms;
}
#showmenu .showmenu-hamburger span:nth-child(2):after {
    transition-delay: 75ms;
}
#showmenu.active .showmenu-hamburger span:before {
    transform: translateX(100%);
}
#showmenu.active .showmenu-hamburger span:after {
    transform: translateX(200%);
}
#page {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.45s;
    transition: 0.45s;
}
.menu_close {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}
.showmenu-cross {
    position: absolute;
    top: 18px;
    right: 4px;
}
.showmenu-cross span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
}
.showmenu-cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
}
.nav-is-toggled {
    position: relative;
}
.nav-is-toggled #mobilenav {
    transform: translateX(0);
}
.nav-is-toggled .showmenu-cross span {
    transition-delay: 450ms;
    background-color: #fff;
    transform: translateY(50%) rotate(45deg) scaleX(1);
}
.nav-is-toggled .showmenu-cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
}
#mobilenav {
    transform: translateX(100%);
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 370px;
    height: 100vh;
/*    background-color: var(--textcolor);*/
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
    overflow: hidden;
    background-color: #01031e;
}
.logged-in #mobilenav {
    top: 32px;
}
#mobilenav .mobilenav__inner {
    width: 100%;
    overflow: auto;
    padding: 30px 45px;
}
#mobilenav .h90 {
    display: flex;
    align-items: center;
    justify-content: end;
}
#mobilenav .h90 img {
    max-height: 70px;
    max-width: 70%;
}
#mobilenav li {
    position: relative;
}
#mobilenav .mobile-menu > li:not(:last-child) {
    border-bottom: solid 1px #4b4b4b;
}
#mobilenav .mobile-menu a {
    display: block;
    padding: 25px 0;
    background-color: var(--textcolor);
    color: #009dde;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #01031e;
}
#mobilenav .sub-menu {
    display: none;
}
#mobilenav .arrow {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
}
#mobilenav .arrow::after {
    flex: 0 1 auto;
    content: "\F107";
    font-family: "fontello";
    color: #000;
}
#mobilenav .open > .arrow::after {
    content: "\F106" !important;
}
#mobilenav .menu-item-has-children {
    position: relative;
}
#mobilenav .menu-item-has-children ul {
    padding-left: 20px;
}
#mobilenav .menu-item-has-children.active > .sub-menu {
    transform: translate(0, 0px);
    visibility: visible;
}
#mobilenav .mega-menu .mega-image {
    margin-bottom: 5px;
}
#mobilenav .mega-menu .mega-image,
#mobilenav .mega-menu .mega-title {
    display: block;
    text-align: center;
}
#mobilenav .mega-menu .sub-menu {
    padding-left: 0;
    width: 100%;
    z-index: 100;
    background-color: #000;
}
#mobilenav .mega-menu .sub-menu li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #000;
    border: 1px solid #2d2c2c;
}
#mobilenav .mega-menu .sub-menu li a {
    background: #000;
    border-bottom: 0;
    color: #808083;
    padding: 15px;
    display: block;
    text-transform: uppercase;
}
#mobilenav .mega-menu .sub-menu li a:hover {
    color: #fff !important;
}
#mobilenav .mega-menu.open .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
}
#mobilenav .mobile-menu,
#mobilenav .sub-menu {
    flex: 0 0 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}
.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.error404 form.search-form {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.error404 form.search-form label {
    margin-bottom: 0;
    width: calc(100% - 100px);
    padding-left: 10px;
    padding-right: 10px;
}
.error404 form.search-form .search-field {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cecdcd;
    border-radius: 3px;
}
.error404 form.search-form .search-submit {
    height: 40px;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cecdcd;
    border-radius: 3px;
    text-transform: uppercase;
}
#showmenu .showmenu-hamburger span:before,
#showmenu .showmenu-hamburger span:after {
    background-color: #fff;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    outline: none;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
    outline: none;
}
button,
select {
    text-transform: none;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ccc;
    background-clip: padding-box;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primarycolor);
    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;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7 label {
    font-weight: 500;
    display: block;
}
.wpcf7 .wpcf7-validation-errors {
    margin: 32px 0 16px;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin: 5px 0;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
    border: none;
}
.wpcf7 .wpcf7-response-output {
    padding: 12px 20px !important;
    margin: 2em 0em 1em !important;
}
.wpcf7 .form-group {
    margin-bottom: 15px;
}
.wpcf7 .form-control {
    height: 38px;
    font-size: 14px;
    border-radius: 0;
}
.wpcf7 .btn {
    min-width: 110px;
    border-radius: 0;
    border-color: var(--primarycolor);
    background-color: var(--primarycolor);
    color: #fff;
}
.wpcf7 .btn:hover {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}
.wpcf7 textarea.form-control {
    height: 160px;
    border-radius: 0;
}
/* Slideshow container */
/* On smaller screens, decrease text size */
#slider {
    position: relative;
    margin: 0 auto 30px;
    overflow: hidden;
    background: url(assets/img/ajax-loading.gif) center center no-repeat, #fff;
}
#slider .heading {
    line-height: 1.2;
}
#slider .social-box {
    position: absolute;
    bottom: 40px;
    right: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
#slider .social-box a {
    color: #fff;
    font-size: 20px;
    margin-left: 36px;
}
#slider .slider-box {
    padding-top: 100vh;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
#slider .slider-thumbnail {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#slider .scroll-down {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
}
#slider .slick-slider {
    padding-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
}
#slider .slick-slider .slick-slide {
    padding-left: 0;
    padding-right: 0;
}
#slider .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}
#slider .slick-slider .slick-arrow:before {
    color: #fff;
    opacity: 1;
    font-size: 50px;
}
#slider .slick-slider .slick-arrow:hover:before {
    color: var(--primarycolor);
}
#slider .slick-slider .slick-arrow.slick-disabled {
    opacity: 0.5 !important;
}
#slider .slick-slider .slick-arrow.slick-prev {
    left: 20px;
    transform: translate(-20px, -50%);
}
#slider .slick-slider .slick-arrow.slick-next {
    right: 20px;
    transform: translate(20px, -50%);
}
#slider .slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, -50%);
}
#slider .slider-caption {
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
#slider .fade {
    animation-name: fade;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 9;
}
.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
    margin-bottom: 30px;
    font-size: 28px;
    color: var(--textcolor);
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}
.heading a,
.heading span {
    position: relative;
    display: inline-block;
    color: var(--textcolor);
}
.page-title,
h1.entry-title {
    margin-bottom: 30px;
    font-size: 28px;
    color: var(--textcolor);
    font-weight: 500;
    line-height: 1.4;
}
.page-title > span,
h1.entry-title > span {
    position: relative;
    display: inline-block;
    color: var(--textcolor);
}
.single .page-title,
.single h1.entry-title {
    text-transform: initial;
    font-weight: 600;
    font-size: 26px;
}
.search-results .page-title span span,
.search-results h1.entry-title span span {
    color: var(--primarycolor);
}
.post-type-archive-product .page-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.post-type-archive-product .page-title span {
    padding-bottom: 0;
}
.post-type-archive-product .page-title span:after {
    display: none;
}
.wtb-breadcrumb {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.wtb-breadcrumb .breadcrumb-content {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
}
.wtb-breadcrumb .title {
    font-size: 90px;
    font-family: "UTM_Linotype";
    margin-top: 0;
    color: #001381;
    margin-bottom: 0px;
}
.breadcrumbs .breadcrumbs-inner {
    padding: 10px 0;
}
.breadcrumbs a {
    color: #222;
    font-weight: 600;
}
.wtb-breadcrumb #breadcrumbs {
    padding: 10px 0;
    background: none;
    color: #fff;
    font-size: 16px;
}
.wtb-breadcrumb #breadcrumbs span.breadcrumb_last {
    color: #fff;
}
.wtb-breadcrumb #breadcrumbs a {
    color: var(--primarycolor);
}
.wtb-breadcrumb #breadcrumbs p {
    margin-bottom: 0px;
}
.wtb-breadcrumb .scroll-down {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
}
#back-top {
    margin: 0;
}
#back-top a {
    display: block;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#back-top span {
    background-image: url("assets/img/top.svg");
    background-size: 48px;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 77px;
    right: 60px;
    z-index: 9;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#back-top span:hover {
    opacity: 1;
}
.screen-reader-text {
    display: none;
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.single .site-main .single-post__content h1 {
    font-size: 30px;
}
.single .site-main .single-post__content h2 {
    font-size: 24px;
}
.single .site-main .single-post__content h3 {
    font-size: 20px;
}
.single .site-main .single-post__content h4 {
    font-size: 18px;
}
.single .site-main .single-post__content h5 {
    font-size: 16px;
}
.single .site-main .single-post__content h1,
.single .site-main .single-post__content h2,
.single .site-main .single-post__content h3,
.single .site-main .single-post__content h4,
.single .site-main .single-post__content h5,
.single .site-main .single-post__content h6,
.single .site-main .single-post__content p,
.single .site-main .single-post__content figure,
.single .site-main .single-post__content ul,
.single .site-main .single-post__content ul li:not(:last-child) {
    margin-bottom: 15px;
}
.fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-slide {
    position: relative;
}
#slider {
    padding-left: 0;
    padding-right: 0;
}
#slider .lumihome-wrap {
    text-align: center;
}
#slider .fp-slidesNav ul {
    text-align: center;
}
#slider .fp-slidesNav ul span {
    background: #fff;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
    display: none;
}
.logov2 {
    display: none;
}
/*--------------------------------------------------------------
## Setup blog 
--------------------------------------------------------------*/
.hentry {
    margin: 0 0 30px;
}
.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 30px;
}
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.blog-shortcode .post-item .post-info:hover .img img {
    transform: scale(1.2, 1.2);
    opacity: 0.5;
}
.blog-shortcode .post-item .post-info:hover .img:before {
    -webkit-animation: circle 1.5s;
    animation: circle 1.5s;
}
.blog-shortcode .post-item .post-info__thumb a {
    overflow: hidden;
    display: block;
    position: relative;
    background: #fff;
}
.blog-shortcode .post-item .post-info__thumb a img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-shortcode .post-item .post-info__content {
    margin: 0;
}
.blog-shortcode .post-item .post-info__meta {
    color: #888;
    margin-bottom: 5px;
}
.blog-shortcode .post-item .post-info__meta i {
    margin-right: 5px;
}
.blog-shortcode .post-item .post-info__time {
    margin-right: 60px;
}
.blog-shortcode .post-item .post-info__category {
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-shortcode .post-item .post-info__title {
    margin: 5px 0 5px 0;
    font-weight: 600;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-shortcode .post-item .post-info__title a {
    color: var(--textcolor);
}
.blog-shortcode .post-item .post-info__title a:hover {
    color: var(--primarycolor);
}
.blog-shortcode .post-item .post-info__description {
    text-align: justify;
    line-height: 1.4;
}
.blog-shortcode.style-1 .post-info__thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.blog-shortcode.style-1 .post-info__title {
    margin: 0 0 5px 0;
}
.blog-shortcode.style-1 .post-info__title a {
    color: var(--textcolor);
}
.blog-shortcode.style-1 .post-info__title a:hover {
    color: var(--primarycolor);
}
.blog-shortcode.style-1 .post-info__description p {
    margin-bottom: 5px;
}
.category .blog-shortcode.style-2 .post-item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.category .blog-shortcode.style-2 .post-item:first-child__title {
    font-size: 20px;
}
.category .blog-shortcode.style-2 .post-item:first-child__meta {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.category
    .blog-shortcode.style-2
    .post-item:first-child__meta
    .post-info__time {
    font-size: 14px;
}
.category .blog-shortcode.style-2 .row,
.single-post .blog-shortcode.style-2 .row,
.search-results .blog-shortcode.style-2 .row {
    margin-left: -25px;
    margin-right: -25px;
}
.category .blog-shortcode.style-2 .row [class*="col"],
.single-post .blog-shortcode.style-2 .row [class*="col"],
.search-results .blog-shortcode.style-2 .row [class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}
.category .blog-shortcode.style-2 .post-info__thumb,
.single-post .blog-shortcode.style-2 .post-info__thumb,
.search-results .blog-shortcode.style-2 .post-info__thumb {
    margin-bottom: 15px;
}
.category .blog-shortcode.style-2 .post-info__title,
.single-post .blog-shortcode.style-2 .post-info__title,
.search-results .blog-shortcode.style-2 .post-info__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-line-clamp: 4;
}
.category .blog-shortcode.style-2 .post-info__description,
.single-post .blog-shortcode.style-2 .post-info__description,
.search-results .blog-shortcode.style-2 .post-info__description {
    color: #999999;
}
.category .blog-shortcode.style-2 .post-info__description p,
.single-post .blog-shortcode.style-2 .post-info__description p,
.search-results .blog-shortcode.style-2 .post-info__description p {
    margin-bottom: 5px;
}
.category .blog-shortcode.style-2 .post-info__meta,
.single-post .blog-shortcode.style-2 .post-info__meta,
.search-results .blog-shortcode.style-2 .post-info__meta {
    color: #999999;
    font-size: 14px;
    margin-bottom: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.category .blog-shortcode.style-2 .post-info__time,
.single-post .blog-shortcode.style-2 .post-info__time,
.search-results .blog-shortcode.style-2 .post-info__time {
    margin-right: 60px;
}
.category .blog-shortcode.style-2 .post-info__link a,
.single-post .blog-shortcode.style-2 .post-info__link a,
.search-results .blog-shortcode.style-2 .post-info__link a {
    position: relative;
    padding-bottom: 5px;
}
.category .blog-shortcode.style-2 .post-info__link a::before,
.single-post .blog-shortcode.style-2 .post-info__link a::before,
.search-results .blog-shortcode.style-2 .post-info__link a::before {
    content: "";
    transition: all 0.35s ease-in-out;
    background: var(--primarycolor);
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.category .blog-shortcode.style-2 .post-info__link a:hover:before,
.single-post .blog-shortcode.style-2 .post-info__link a:hover:before,
.search-results .blog-shortcode.style-2 .post-info__link a:hover:before {
    width: 100%;
}
.blog-shortcode.style-5 .post-info {
    margin-bottom: 0;
}
.blog-shortcode.style-5 .post-info__thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}
.blog-shortcode.style-5 .post-info__title {
    margin-top: 0;
}
.blog-shortcode.style-5 .post-info__description {
    font-size: 13px;
}
.blog-shortcode.style-6 .post-info__title {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.375;
}
.blog-shortcode.style-6 .post-info__title a {
    color: #f0ebd9;
}
.blog-shortcode.style-6 .post-info__description {
    color: #f0ebd9;
    line-height: 1.375;
}
.blog-shortcode.style-6 .post-info__link a {
    color: #009dde;
    /*color: var(--primarycolor);*/
}
.blog-shortcode.style-6 .first-element-layout,
.blog-shortcode.style-6 .second-element-layout {
    margin-bottom: 20px;
}
.blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    /* .blog-shortcode.style-6 .first-element-layout .element {
        height: 100%;
    }
    .blog-shortcode.style-6 .first-element-layout .element .post-info,
    .blog-shortcode.style-6 .first-element-layout .element .post-info__thumb {
        height: 100%;
    } */
    /* .blog-shortcode.style-6 .first-element-layout .element .post-info a.img, */
    .blog-shortcode.style-6 .first-element-layout .element .post-info img {
        width: 100%;
        aspect-ratio: 1/0.737;
        object-position: center;
        object-fit: cover;
    }
    .blog-shortcode.style-6
        .second-element-layout
        .element
        .post-info__thumb
        img {
        width: 100%;
        aspect-ratio: 1/0.8;
        object-position: center;
        object-fit: cover;
    }
}
.blog-shortcode.style-6 .first-element-layout .element .post-info {
    position: relative;
}
.blog-shortcode.style-6 .first-element-layout .element .post-info__thumb {
    position: relative;
}
.blog-shortcode.style-6 .first-element-layout .element .post-info__thumb a {
    display: block;
}
.blog-shortcode.style-6
    .first-element-layout
    .element
    .post-info__thumb
    a:after {
    content: "";
    background: linear-gradient(
        rgba(71, 50, 25, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-shortcode.style-6 .first-element-layout .element .post-info__content {
    position: absolute;
    padding: 40px;
    bottom: 0;
}
.blog-shortcode.style-6 .first-element-layout .element .post-info__title {
    font-size: 18px;
}
.blog-shortcode.style-6 .second-element-layout .element {
    display: inline-block;
    width: 100%;
}
.blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 30px;
}
.blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.blog-shortcode.style-6 .second-element-layout .post-info__thumb {
    float: left;
    width: 220px;
    margin-right: 15px;
}
.blog-shortcode.style-6 .second-element-layout .post-info__thumb a,
.blog-shortcode.style-6 .second-element-layout .post-info__thumb img {
    width: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
    height: 75px;
}
.blog-shortcode.style-7 .first-element-layout .element .post-info__thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.blog-shortcode.style-7 .first-element-layout .element .post-info__title {
    margin: 0 0 5px 0;
}
.blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.blog-shortcode.style-7 .second-element-layout .element .post-info__title {
    margin: 0;
}
.blog-shortcode.style-7
    .second-element-layout
    .element
    .post-info__title
    a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--primarycolor);
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.blog-shortcode.style-8 .element .post-info {
    position: relative;
}
.blog-shortcode.style-8 .element .post-info__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.blog-shortcode.style-8 .element .post-info__title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.blog-shortcode.style-8 .element .post-info__title a {
    display: block;
    color: #fff;
    max-height: 40px;
    overflow: hidden;
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
@media (min-width: 1500px) {
    .category .site-content > .container,
    .single-post .site-content > .container {
        max-width: 1430px;
    }
}
/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
.single-post .hentry {
    margin-bottom: 15px;
}
.single-post .site-main article.post > .single-content {
    line-height: 1.8;
    margin-bottom: 20px;
}
.single-post__content table tr td {
    padding: 8px;
    line-height: 1.42857143;
}
.single-post__meta {
    color: #999999;
    font-size: 16px;
    margin-bottom: 12px;
}
.single-post__meta span {
    display: inline-block;
    margin-right: 10px;
}
.single-post__meta i {
    margin-right: 10px;
}
.single-post__meta .single-info__time {
    margin-right: 60px;
}
.single-post__featuredimage .image-box {
    position: relative;
}
.single-post__featuredimage .absolute {
    position: absolute !important;
}
.single-post__featuredimage .badge {
    backface-visibility: hidden;
    display: table;
    height: 2.8em;
    pointer-events: none;
    width: 2.8em;
    z-index: 20;
    top: 7%;
    left: 0;
}
.single-post__featuredimage .badge-outline {
    margin-left: -0.4em;
}
.single-post__featuredimage .badge-outline .badge-inner {
    background-color: #fff;
    border: 2px solid;
    color: #008a50;
    display: table-cell;
    font-weight: bolder;
    height: 100%;
    line-height: 1;
    padding: 2px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.single-post__socials {
    padding: 14px 0 14px 0;
    margin-bottom: 20px;
    border-top: 1px dashed #b2b2b2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-post__socials p {
    margin-bottom: 0;
}
.single-post__socials p span {
    text-transform: uppercase;
}
.single-post__socials p a {
    color: var(--textcolor);
}
.single-post__socials .share_unit {
    display: flex;
    align-items: center;
}
.single-post__socials .share_unit a {
    margin-right: 8px;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 18px;
    text-align: center;
    color: #999999;
    border-radius: 5px;
}
.single-post__navi .post-next-prev-wrap {
    margin: 20px 0;
}
.single-post__navi .post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}
.single-post__navi .post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}
.single-post__navi .post-next-prev-content .post-next-prev-block {
    display: flex;
}
.single-post__navi .post-next-prev-content .post-next-prev-block a.img {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
}
.single-post__navi .post-next-prev-content .post-next-prev-block a.img img {
    width: 83px;
    height: 58px;
    object-position: center;
    object-fit: cover;
}
.single-post__navi .post-next-prev-content .post-next-prev-block a.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-post__related {
    margin-top: 30px;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    padding-left: 15px;
    padding-right: 15px;
}
.single-post__related .heading {
    position: relative;
}
.single-post__related .heading:before {
    content: "";
    background: #cecdcd;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.single-post__related .heading span {
    background: #fff;
    padding: 0 10px 0 0;
}
.single-post__related ul {
    padding-left: 0;
    list-style-position: inside;
}
.single-post__related ul li {
    margin-bottom: 5px;
}
.single-post__related ul li a {
    color: var(--textcolor);
}
.single-post__comment {
    margin-left: -8px;
    margin-right: -8px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
/* Large devices (desktops, less than 1600px) */
@media (max-width: 1600px) {
    #lumihome_nb2 {
        padding-top: 120px;
    }
    #lumihome_nb2 .lumihome_nb2-hd {
        font-size: 30px;
        padding-right: 60px;
        line-height: 1.5;
    }
    #lumihome_nb2 .lumihome_nb2-hd span {
        font-size: 70px;
    }
    #lumihome_nb2 .lumihome-wrap {
        position: relative;
        z-index: 9;
    }
    #lumihome_nb2 {
        padding-top: 110px;
    }
    #lumihome_nb2 .lumihome_list__name {
        font-size: 16px;
    }
    #lumihome_nb4 {
        padding-top: 60px !important;
    }
    #lumihome_nb4 .heading {
        font-size: 65px;
    }
    #lumihome_nb4 .lumihome_nb4-list .lumi-nb4__title {
        font-size: 24px;
    }
    #lumihome_nb4 .lumihome_nb4-list .lumi-nb4__description {
        font-size: 16px;
    }
    #lumihome_nb5 {
        padding-top: 95px;
    }
    #lumihome_bc .s-hd,
    #lumihome_nb4 .heading .s-hd,
    #lumihome_nb5 .heading .s-hd {
        font-size: 30px !important;
    }
    #lumihome_bc .m-hd,
    #lumihome_nb4 .heading .m-hd,
    #lumihome_nb5 .heading .m-hd {
        font-size: 75px;
    }
    #lumihome_nb5 .lumi__project {
        top: -70px;
    }
    #lumihome_nb5 .project-carousel {
        margin-left: -15px;
        margin-right: -15px;
    }
    #lumihome_nb5 .project-carousel .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
        transform: scale(0.7);
    }
    #lumihome_nb5 .project-carousel .slick-slide.slick-current {
        transform: scale(0.8);
    }
    .blog-shortcode.style-6 .second-element-layout .post-info__thumb {
        width: 180px;
        height: 140px;
    }
    #lumihome_nb6 {
        padding-top: 60px;
    }
    #lumihome_nb6 .heading {
        font-size: 30px;
    }
    #lumihome_nb7 {
        padding-top: 120px;
    }
    #lumihome_nb7 .lumihome_nb7-hd .s-hd {
        font-size: 28px !important;
    }
    #lumihome_nb7 .lumihome_nb7-hd .m-hd {
        font-size: 80px;
    }
    #lumihome_nb7 .lumihome_nb7-thumbnail img {
        max-width: 80%;
        object-position: center;
        object-fit: cover;
    }
    #lumihome_nb7 .lumihome-description {
        font-size: 16px;
    }
    #lumihome_nb8 {
        padding-top: 80px;
    }
    #lumihome_nb8 .subheading {
        font-size: 24px !important;
        margin-bottom: 20px;
    }
    #lumihome_nb8 .lumihome-wrap__content {
        padding: 40px;
    }
    #lumihome_nb8 .lumihome-wrap__content .form-submit .custom-submit,
    #lumihome_nb8 .lumihome-wrap__content .form-control {
        height: 40px;
    }
    #lumihome_nb8 .lumihome-wrap__top {
        padding-bottom: 50px;
    }
}
/* Large devices (desktops, less than 1440px) */
@media (max-width: 1440.98px) {
    body {
        font-size: 14px;
    }
    .home .container {
        max-width: 1200px;
    }
    .home .heading {
        font-size: 65px;
    }
    .home .subheading {
        font-size: 28px !important;
    }
    #lumihome_nb2 .lumihome_nb2-hd {
        font-size: 28px;
    }
    #lumihome_nb2 .lumihome_list__name {
        font-size: 15px;
    }
    #lumihome_nb2 .lumihome_list__content {
        left: 15px;
        right: 15px;
        padding: 15px;
    }
    #lumihome_nb4 .lumihome_nb4-list .lumi-nb4__title {
        font-size: 20px;
    }
    #lumihome_nb4 .lumihome_nb4-list .lumi-nb4__description {
        padding-right: 0;
    }
    #lumihome_bc .s-hd,
    #lumihome_nb4 .heading .s-hd,
    #lumihome_nb5 .heading .s-hd {
        font-size: 28px !important;
    }
    #lumihome_bc .m-hd,
    #lumihome_nb4 .heading .m-hd,
    #lumihome_nb5 .heading .m-hd {
        font-size: 65px;
    }
    #lumihome_nb5 .project-carousel .slick-slide {
        transform: scale(0.7);
    }
    #lumihome_nb5 .project-carousel .slick-slide.slick-current {
        transform: scale(0.8);
    }
    .blog-shortcode.style-6 .second-element-layout .post-info__description {
        font-size: 14px;
    }
    .blog-shortcode.style-6 .second-element-layout .post-info__description p {
        margin-bottom: 5px;
    }
    .blog-shortcode.style-6 .second-element-layout .post-info__thumb {
        width: 150px;
        height: 120px;
    }
    #lumihome_nb7 {
        padding-top: 100px;
    }
    #lumihome_nb7 .lumihome_nb7-hd .s-hd {
        font-size: 28px !important;
    }
    #lumihome_nb7 .lumihome_nb7-hd .m-hd {
        font-size: 65px;
    }
    #lumihome_nb7 .lumihome-description {
        font-size: 16px;
    }
    #lumihome_nb8 {
        padding-bottom: 147px;
    }
    #lumihome_nb8 .lumihome-wrap__top {
        padding-bottom: 40px;
    }
    #lumihome_nb8 .lumihome-wrap__contact h3 {
        font-size: 18px;
    }
    #lumihome_nb8 .lumihome-wrap__contact ul {
        margin-bottom: 20px;
    }
    #lumihome_nb8 .lumihome-wrap__contact ul li {
        font-size: 14px;
    }
    #lumihome_nb8 .lumihome-wrap__content {
        padding: 25px;
    }
    #lumihome_nb8 .lumihome-wrap__content .form-accept {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #lumihome_nb8 .footer-widgets {
        padding-top: 40px;
        padding-bottom: 0;
    }
    #lumihome_nb8 .footer-widgets .widget_social {
        margin-bottom: 24px;
    }
    .top-footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .top-footer .heading {
        font-size: 65px;
    }
    .top-footer .heading.tsp-hd {
        font-size: 65px;
    }
    .top-footer .sub-heading {
        font-size: 26px;
    }
    .top-footer .sub-heading.tsp-shd {
        margin-bottom: 20px;
    }
    .top-footer .tft-description.tsp-desc .desc_box {
        margin-bottom: 20px;
        color: #009dde;
    }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    .top-footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
/* Medium devices (tablets, less than 1024.98px) */
@media (max-width: 1024.98px) {
    body {
        font-size: 14px;
    }
    .fp-tableCell {
        display: initial;
        align-items: initial;
        justify-content: initial;
    }
    #site-navigation {
        display: none;
    }
    .home .section:not(#slider) {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .site-header .header-main .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wtb-breadcrumb .title {
        font-size: 70px;
    }
    .site-header .wtt {
        letter-spacing: 30px;
    }
    .top-footer .sub-heading {
        font-size: 24px !important;
    }
    .top-footer .tft-description {
        font-size: 16px !important;
    }
    #slider .slider-box {
        padding-top: 50vh;
    }
    #slider .heading {
        margin-bottom: 20px;
    }
    #slider .subheading {
        margin-bottom: 30px;
    }
    #lumihome_nb2 .lumihome-wrap {
        margin-bottom: 30px;
    }
    #lumihome_nb2 .lumihome-image {
        position: initial;
        bottom: 0;
        left: 0;
        height: auto;
    }
    #lumihome_nb2 .lumihome-image img {
        min-height: 250px;
    }
    #lumihome_nb2,
    #lumihome_nb5 {
        padding-top: 50px;
    }
    #lumihome_nb2 .slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    #lumihome_nb2 .slick-slider .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    #lumihome_nb4 .heading {
        margin-bottom: 40px;
    }
    #lumihome_nb4 .lumihome_nb4-list .lumi-nb4__title {
        font-size: 18px;
    }
    #lumihome_nb4 .lumihome_nb4-list .lumi-nb4__description {
        font-size: 14px;
    }
    #lumihome_nb5 .lumi__project {
        top: initial;
    }
    #lumihome_nb5 .project-carousel .slick-slide {
        transform: scale(1) !important;
    }
    #lumihome_nb5 .project-carousel .project-title {
        font-size: 18px;
    }
    .blog-shortcode.style-6 .first-element-layout .element .post-info__content {
        padding: 25px;
    }
    #lumihome_nb6 {
        padding-bottom: 0;
        padding-top: 20px;
    }
    #lumihome_nb7 {
        padding-top: 30px;
    }
    #lumihome_nb7 .lumihome_nb7-hd {
        margin-bottom: 20px;
    }
    #lumihome_nb7 .lumihome-description {
        margin-bottom: 40px;
    }
    #lumihome_nb7 .lumihome_nb7-thumbnail img {
        max-width: 100%;
    }
    #lumihome_nb8 {
        padding-bottom: 0;
        padding-top: 0;
    }
    #lumihome_nb8 .lumihome-wrap__top {
        padding-bottom: 50px;
    }
    #lumihome_nb8 .lumihome-wrap__bottom {
        padding-top: 40px;
        position: initial;
        bottom: initial;
        left: initial;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .site-info,
    .site-info * {
        text-align: center;
    }
    .wtb-breadcrumb .breadcrumb-banner img {
        height: 50vh;
        object-position: center;
        object-fit: cover;
    }
    .page-template-page-about .wtb-breadcrumb .breadcrumb-banner img {
        height: 100vh;
    }
    .wtb-breadcrumb .title {
        font-size: 50px !important;
    }
    .single .site-main .single-post__content h1 {
        font-size: 24px;
    }
    .single .site-main .single-post__content h2 {
        font-size: 20px;
    }
    .single .site-main .single-post__content h3 {
        font-size: 18px;
    }
    .single .site-main .single-post__content h4 {
        font-size: 15px;
    }
    .single .site-main .single-post__content h5 {
        font-size: 14px;
    }
    .site-header .wtt {
        letter-spacing: 15px;
    }
    .sidebar {
        margin-top: 40px;
    }
    .sidebar .widget .widget-title {
        padding: 10px 20px 10px 0;
        font-size: 20px;
        cursor: pointer;
    }
    .sidebar .widget .widget-title:after {
        content: "\f107";
        font-family: "fontello";
        float: right;
    }
    .sidebar:not(.sidebar-shop) .widget > div,
    .sidebar:not(.sidebar-shop) .widget > ul {
        display: none;
    }
    .sidebar .widget.open > div,
    .sidebar .widget.open > ul {
        display: block;
    }
    .single .page-title,
    .single h1.entry-title {
        font-size: 20px;
        font-weight: 500;
    }
    .single-post__related {
        padding-left: 0;
        padding-right: 0;
    }
    .single-post__related .heading {
        border-bottom: 1px solid var(--secondarycolor);
        padding: 10px 20px 10px 0;
    }
    .single-post__related .heading:before {
        display: none;
    }
    .single-post__related .heading span {
        font-size: 20px;
    }
    .site-header .logo img {
        max-height: 80px;
    }
    .top-footer .heading {
        font-size: 60px !important;
    }
    .top-footer .sub-heading {
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }
    .top-footer .tft-description {
        margin-bottom: 30px;
        font-size: 14px !important;
    }
    .top-footer .tft-description.tsp-desc {
        padding: 10px 10px 10px 30px;
    }
    .top-footer .tft-description.tsp-desc .desc_box {
        margin-bottom: 20px;
        color: #009dde;
    }
    .top-footer .tft-description strong {
        font-size: 20px;
    }
    .top-footer .tft-link a {
        height: 40px;
        width: 200px;
        line-height: 38px;
        font-size: 14px;
    }
    .footer-widgets .widget_nav_menu ul li {
        margin-bottom: 20px;
    }
    .footer-widgets .widget_nav_menu ul li a {
        font-size: 14px;
        text-align: center;
    }
    .page-template-page-contact .heading {
        font-size: 20px;
    }
    .page-template-page-contact .contact-content .contact-wrap__content {
        padding: 20px;
        margin-bottom: 40px;
    }
    .page-template-page-contact .form-accept #accept-form {
        width: 40px;
    }
    .page-template-page-contact .form-submit .custom-submit {
        height: 40px !important;
        line-height: 38px !important;
    }
    .blog-shortcode.style-6 .first-element-layout .element .post-info__content {
        padding: 20px 0;
        position: inherit;
    }
    #back-top span {
        right: 15px;
        bottom: 15px;
    }
    #slider .slider-box {
        padding-top: 70vh;
    }
    #lumihome_nb2 .lumihome_nb2-hd {
        margin-bottom: 20px;
    }
    #lumihome_nb2 .lumihome-description {
        font-size: 14px;
    }
    #lumihome_nb5 .proArrows.prevArrows {
        left: 15px;
    }
    #lumihome_nb5 .proArrows.nextArrows {
        right: 15px;
    }
    #lumihome_nb5 .proArrows img {
        max-height: 22px;
    }
    #lumihome_nb7 .lumihome-description {
        font-size: 14px;
    }
    #lumihome_nb8 .lumihome-wrap__content .form-accept #accept-form {
        width: 40px;
    }
    #slider .social-box {
        justify-content: center;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
    }
    #slider .social-box li a {
        margin: 0 15px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .wtb-breadcrumb h4 {
        font-size: 25px;
    }
    .wtb-breadcrumb .excerpt {
        font-size: 15px;
    }
    .home .section:not(#slider) {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .home .section:not(#slider) .heading {
        margin-bottom: 20px;
    }
    .home .section:not(#slider) .subheading {
        margin-bottom: 0;
    }
    .resultLoadMore #ButtonLoadMore {
        width: 140px;
        height: 40px;
        line-height: 38px;
    }
    #lumihome_nb2 {
        padding-top: 30px !important;
    }
    #lumihome_nb4 .heading {
        margin-bottom: 20px;
        font-size: 55px !important;
    }
    #lumihome_nb6 {
        padding-bottom: 0 !important;
    }
    #lumihome_nb8 .subheading {
        margin-bottom: 20px !important;
    }
    .site-header .logo img {
        max-height: 35px;
    }
    .top-footer {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .top-footer .heading {
        font-size: 50px !important;
    }
    .blog-shortcode .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .blog-shortcode .row [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .blog-shortcode.style-6 .second-element-layout .post-info__thumb {
        width: 110px;
        height: 80px;
    }
    .blog-shortcode.style-6 .second-element-layout .post-info__description {
        display: none;
    }
    #slider .slider-box {
        padding-top: 100vh;
    }
    .overlay form.search-form {
        max-width: calc(100% - 20px);
        bottom: initial;
        height: 60px;
        left: 10px;
        margin: initial;
        position: absolute;
        right: 10px;
        top: 50%;
        opacity: 0;
        transform: scale(1) translateY(-50%) !important;
    }
    .overlay form.search-form.result {
        top: 28%;
    }
    .overlay .close {
        top: 20px;
        right: 10px;
    }
    .scroll-down {
        display: none;
    }
    .page-template-page-contact .form-submit .custom-submit {
        height: 44px;
        line-height: 42px;
        padding: 0;
        width: 130px;
    }
    #lumihome_nb2 .lumihome_nb2-hd {
        padding-right: 0;
        margin-left: 40px;
        font-size: 20px;
    }
    #lumihome_nb2 .lumihome_nb2-hd:before {
        width: 22px;
        height: 17px;
        top: 12px;
        left: -28px;
        background-size: 20px;
    }
    #lumihome_nb2 .lumihome-image img {
        min-height: 180px;
    }
    .home .section:not(#slider, #lumihome_nb2, #lumihome_nb4, #lumihome_nb5) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #lumihome_nb8 .lumihome-wrap__content {
        padding: 0;
        border: 0;
        background: transparent;
    }
    #lumihome_nb8 .lumihome-wrap__top {
        padding-bottom: 0;
    }
    .footer-widgets .widget_nav_menu ul {
        justify-content: flex-start;
    }
    .footer-widgets .widget_nav_menu ul li {
        margin-bottom: 20px;
        width: calc(50% - 20px);
        margin: 0 20px 10px 0;
    }
    .footer-widgets .widget_nav_menu ul li:last-child {
        width: 100%;
        text-align: center;
    }
    .top-footer .tft-description.tsp-desc .desc_box {
        margin-bottom: 20px;
        font-size: 13px;
        color: #009dde;
    }
    #mobilenav {
        width: 100vw;
    }
    #mobilenav .mobilenav__inner {
        padding: 30px;
    }
}
/* Extra small devices (portrait phones, less than 414px) */
@media (max-width: 414px) {
    #lumihome_nb2 .lumihome_nb2-hd {
        font-size: 20px;
    }
    .site-header .header-main .logo img {
        margin: 10px 0;
        max-height: 34px;
    }
    .site-header .header-main .wtt {
        font-size: 25px;
    }
    .site-header .header-main .headerRight .header-search .search-toggle img {
        max-height: 16px;
    }
    .site-header .header-main #showmenu .showmenu-hamburger {
        top: 58%;
    }
    .site-header .header-main #showmenu .showmenu-hamburger span {
        width: 24px;
        margin-bottom: 5px;
    }
    #lumihome_nb5 .heading span {
        display: block;
    }
}

@media (max-width: 767px) {
    .lumihome-wrap__bottom {
        display: none !important;
    }
}

#slider .slider-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

#slider .slider-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}


@media (max-width: 575.98px) {
  .list-categories__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; /* khoảng cách giữa ảnh và tiêu đề */
  }

  .list-categories__item .img {
    width: 60px;
    flex-shrink: 0;
  }

  .list-categories__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .list-categories__item h3 {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
  }
}

.contacts-phone {
    position: relative;
    bottom: 15px;
}