@charset "UTF-8";
@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}




a:focus,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

dt,
dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

form {
    margin-bottom: 0;
}

blockquote {
    padding-right: 0;
    border-right: 0;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}

/*
* Typography
*/
body {
    display: block;
    font-family: "dana-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 10pt;
    line-height: 1.71429;
    font-weight: 400;
    color: #9b9b9b;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #151515;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class*='heading-'] a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class*='heading-'] a:hover {
    color: #15b095;
}

h1,
.heading-1 {
    /* font-size: 32px; */
    font-size: 16px;
    line-height: 1.3;
}

@media (min-width: 768px) {

    h1,
    .heading-1 {
        font-size: 16px;
        line-height: 1.15;
    }
}

@media (min-width: 1200px) {

    h1,
    .heading-1 {
        font-size: 16px;
        line-height: 1.16667;
    }
}

h2,
.heading-2 {
    font-size: 15px;
    line-height: 1.5;
}

@media (min-width: 1200px) {

    h2,
    .heading-2 {
        font-size: 15px;
        line-height: 1.25;
    }
}

h3,
.heading-3 {
    font-size: 24px;
    line-height: 1.5;
}

@media (min-width: 1200px) {

    h3,
    .heading-3 {
        font-size: 24px;
        line-height: 1.33333;
    }
}


h4,
.heading-4 {
    font-size: 22px;
    line-height: 1.35;
}

@media (min-width: 1200px) {

    h4,
    .heading-4 {
        font-size: 22px;
        line-height: 1.25;
    }
}

h5,
.heading-5 {
    font-size: 20px;
    line-height: 1.35;
}

@media (min-width: 1200px) {

    h5,
    .heading-5 {
        font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        line-height: 1.22222;
    }
}

h6,
.heading-6 {
    font-size: 25px;
    line-height: 1.35;
}

@media (min-width: 1200px) {

    h6,
    .heading-6 {
        font-size: 25px;
        line-height: 1.25;
    }
}

.heading-7 {
    font-size: 11px;
    line-height: 1.35;
}

.heading-decoration-1 {
    position: relative;
}

.heading-decoration-1::before {
    content: '';
    position: relative;
    top: .55em;
    display: inline-block;
    vertical-align: top;
    width: 0.83333em;
    margin-left: .3em;
    border-bottom: 3px solid;
}

.heading-decoration-2 {
    position: relative;
    padding-right: 40px;
}

.heading-decoration-2::before {
    content: '';
    position: absolute;
    right: 0;
    top: .5em;
    width: 25px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background: #f05c5c;
}

*+.heading-decoration-2 {
    margin-top: 20px;
}

small,
.small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

mark,
.mark {
    padding: 3px 5px;
    color: #fff;
    background: #2c343b;
}

.big {
    font-size: 16px;
    line-height: 1.75;
}

.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

code {
    padding: 10px 5px;
    border-radius: 0.2rem;
    font-size: 90%;
    color: #111;
    background: #edeff4;
}

p [data-toggle='tooltip'] {
    padding-right: .25em;
    padding-left: .25em;
    color: #15b095;
}

p [style*='max-width'] {
    display: inline-block;
}

.text-style-1 {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.text-style-2 {
    position: relative;
    overflow: hidden;
    padding-right: 35px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
}

.text-style-2 span {
    position: relative;
    padding-right: 10px;
}

.text-style-2 span::before {
    position: absolute;
    top: 50%;
    transform: translate3d(100%, -50%, 0);
    right: 0;
    content: '';
    border-bottom: 1px solid;
    width: 100vw;
}

@media (min-width: 768px) {
    .text-style-2 {
        padding-right: 75px;
    }
}

.text-style-2+* {
    margin-top: 15px;
}

.context-dark .text-style-2,
.rd-navbar-dark .text-style-2,
.rd-navbar-darker .text-style-2,
.bg-gray-700 .text-style-2,
.bg-gray-2 .text-style-2,
.bg-gray-4 .text-style-2,
.bg-primary .text-style-2,
.bg-image-dark .text-style-2 {
    color: rgba(255, 255, 255, 0.6);
}

.text-style-3 {
    font-weight: 700;
    font-style: italic;
}

.text-style-4 {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
}

*+.text-style-4 {
    margin-top: 5px;
}

.heading-component {
    position: relative;
}

.heading-component-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-right: -15px;
}

.heading-component-inner>* {
    margin-right: 15px;
}

.heading-component-inner>* {
    margin-bottom: 11px;
}

.heading-component-inner *+.button {
    margin-top: 0;
}

.heading-component-title {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    line-height: 26px;
}

.heading-component-title::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    border-right: 4px solid #15b095;
    pointer-events: auto;
}

.heading-component-title::after {
    display: inline-block;
    min-height: inherit;
    width: 0;
    vertical-align: middle;
}

.heading-component-title .icon {
    margin-left: 4px;
    vertical-align: middle;
}

.heading-component+* {
    margin-top: 25px;
}

.heading-component+.row {
    margin-top: 25px;
}

.heading-component-simple .heading-component-title {
    padding-right: 0;
}

.heading-component-simple .heading-component-title::before {
    display: none;
}

.bg-gray-100 .heading-component {
    border-bottom-color: #d7d7d7;
}

.time-decorated {
    display: inline-block;
    position: relative;
    padding: 0 90px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.time-decorated::before,
.time-decorated::after {
    content: '';
    position: absolute;
    top: .66em;
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    border-bottom: 1px solid #9b9b9b;
}

.time-decorated::before {
    right: 0;
}

.time-decorated::after {
    left: 0;
}

.context-dark .time-decorated,
.rd-navbar-dark .time-decorated,
.rd-navbar-darker .time-decorated,
.bg-gray-700 .time-decorated,
.bg-gray-2 .time-decorated,
.bg-gray-4 .time-decorated,
.bg-primary .time-decorated,
.bg-image-dark .time-decorated {
    color: rgba(255, 255, 255, 0.6);
}

.context-dark .time-decorated::before,
.rd-navbar-dark .time-decorated::before,
.rd-navbar-darker .time-decorated::before,
.bg-gray-700 .time-decorated::before,
.bg-gray-2 .time-decorated::before,
.bg-gray-4 .time-decorated::before,
.bg-primary .time-decorated::before,
.bg-image-dark .time-decorated::before,
.context-dark .time-decorated::after,
.rd-navbar-dark .time-decorated::after,
.rd-navbar-darker .time-decorated::after,
.bg-gray-700 .time-decorated::after,
.bg-gray-2 .time-decorated::after,
.bg-gray-4 .time-decorated::after,
.bg-primary .time-decorated::after,
.bg-image-dark .time-decorated::after {
    border-color: rgba(255, 255, 255, 0.27);
}

.h1-em {
    font-weight: 700;
    font-style: italic;
}

*+.h1-em {
    margin-top: 10px;
}

/*
* Brand
*/
.brand {
    display: inline-block;
}

.brand .brand-logo-dark {
    display: block;
}

.brand .brand-logo-light {
    display: none;
}

.brand-md img {
    max-width: 117px;
    max-height: 117px;
}

@media (min-width: 992px) and (max-width: 1599px) {
    .brand-md img {
        max-width: 90px;
        max-height: 90px;
    }
}

/*
* Links
*/
a {
    transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
}

a,
a:focus,
a:active {
    color: #15b095;
}

a:hover {
    color: #0d6c5b;
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap;
}

.link {
    display: inline-block;
    line-height: 1.2;
}

.link-md {
    font-size: 16px;
}

.link-hover {
    color: #0d6c5b;
}

.link-press {
    color: #0d6c5b;
}

.link-circle,
.link-circle * {
    border-radius: 50%;
}

*+.privacy-link {
    margin-top: 40px;
}

.link-cart {
    color: #151515;
}

.link-cart>*+* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.link-cart:hover {
    color: #15b095;
}

.link-cart:hover .link-cart-counter {
    color: #fff;
    background: #15b095;
}

.link-cart-hidden-link {
    display: none;
}

.link-cart-icon {
    font-size: 17px;
    line-height: 1;
    color: #151515;
}

.link-cart-counter {
    position: relative;
    top: -2px;
    height: 18px;
    min-width: 18px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
    background: #15b095;
    transition: .22s;
}

.iphone .link-cart-counter {
    line-height: 17px;
}

button.link-cart {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

button.link-cart::-moz-focus-inner {
    border: none;
    padding: 0;
}

.context-dark .link-cart:hover .link-cart-icon,
.rd-navbar-dark .link-cart:hover .link-cart-icon,
.rd-navbar-darker .link-cart:hover .link-cart-icon,
.bg-gray-700 .link-cart:hover .link-cart-icon,
.bg-gray-2 .link-cart:hover .link-cart-icon,
.bg-gray-4 .link-cart:hover .link-cart-icon,
.bg-primary .link-cart:hover .link-cart-icon,
.bg-image-dark .link-cart:hover .link-cart-icon {
    color: #15b095;
}

.context-dark .link-cart-icon,
.rd-navbar-dark .link-cart-icon,
.rd-navbar-darker .link-cart-icon,
.bg-gray-700 .link-cart-icon,
.bg-gray-2 .link-cart-icon,
.bg-gray-4 .link-cart-icon,
.bg-primary .link-cart-icon,
.bg-image-dark .link-cart-icon {
    color: #f05c5c;
}

.link-icon .icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: 1.33em;
    color: #15b095;
    transition: .22s;
}

.link-icon:hover {
    color: #15b095;
}

.link-icon:hover .icon {
    color: #151515;
}

.link-icon-left .icon {
    margin-left: 7px;
}

.link-icon-right .icon {
    margin-right: 7px;
}

.context-dark .link-icon,
.rd-navbar-dark .link-icon,
.rd-navbar-darker .link-icon,
.bg-gray-700 .link-icon,
.bg-gray-2 .link-icon,
.bg-gray-4 .link-icon,
.bg-primary .link-icon,
.bg-image-dark .link-icon {
    color: #fff;
}

.context-dark .link-icon .icon,
.rd-navbar-dark .link-icon .icon,
.rd-navbar-darker .link-icon .icon,
.bg-gray-700 .link-icon .icon,
.bg-gray-2 .link-icon .icon,
.bg-gray-4 .link-icon .icon,
.bg-primary .link-icon .icon,
.bg-image-dark .link-icon .icon {
    color: #f05c5c;
}

.context-dark .link-icon:hover,
.rd-navbar-dark .link-icon:hover,
.rd-navbar-darker .link-icon:hover,
.bg-gray-700 .link-icon:hover,
.bg-gray-2 .link-icon:hover,
.bg-gray-4 .link-icon:hover,
.bg-primary .link-icon:hover,
.bg-image-dark .link-icon:hover {
    color: #f05c5c;
}

.context-dark .link-icon:hover .icon,
.rd-navbar-dark .link-icon:hover .icon,
.rd-navbar-darker .link-icon:hover .icon,
.bg-gray-700 .link-icon:hover .icon,
.bg-gray-2 .link-icon:hover .icon,
.bg-gray-4 .link-icon:hover .icon,
.bg-primary .link-icon:hover .icon,
.bg-image-dark .link-icon:hover .icon {
    color: #fff;
}

.link-classic {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    color: #151515;
}

.link-light {
    color: #FBFEFD;
}

.link-light:hover {
    color: #15b095;
}

.context-dark .link-light,
.rd-navbar-dark .link-light,
.rd-navbar-darker .link-light,
.bg-gray-700 .link-light,
.bg-gray-2 .link-light,
.bg-gray-4 .link-light,
.bg-primary .link-light,
.bg-image-dark .link-light {
    color: #555c5f;
}

.context-dark .link-light:hover,
.rd-navbar-dark .link-light:hover,
.rd-navbar-darker .link-light:hover,
.bg-gray-700 .link-light:hover,
.bg-gray-2 .link-light:hover,
.bg-gray-4 .link-light:hover,
.bg-primary .link-light:hover,
.bg-image-dark .link-light:hover {
    color: #f05c5c;
}

.link-image {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    transition: .22s;
    max-width: 90%;
    opacity: .5;
}

.link-image img {
    display: block;
}

.link-image:hover {
    opacity: 1;
}

/*
* Blocks
*/
.block-center,
.block-sm,
.block-lg {
    margin-right: auto;
    margin-left: auto;
}

.block-sm {
    max-width: 560px;
}

.block-lg {
    max-width: 768px;
}

.block-palette {
    display: flex;
    flex-wrap: wrap;
}

.block-palette-item {
    flex-basis: 40px;
    height: 40px;
}

.block-palette-item-dark {
    background-color: #151515;
}

.block-palette-item-darken {
    background-color: #2c2d31;
}

.block-palette-item-gray {
    background-color: #9b9b9b;
}

.block-palette-item-darker {
    background-color: #35363c;
}

.block-palette-item-secondary {
    background-color: #f05c5c;
}

.block-palette-item-secondary-dark {
    background-color: #e45d5d;
}

.block-palette-item-primary-dark {
    background-color: #15af94;
}

.block-palette-item-primary-light {
    background-color: #12bc9e;
}

@media (min-width: 768px) {
    .block-palette-item {
        flex-basis: 95px;
        height: 95px;
    }
}

.block-categories {
    padding: 32px 22px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.block-aside {
    margin-bottom: -30px;
}

.block-aside>* {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-aside {
        max-width: inherit;
        columns: 2;
        break-inside: avoid;
        column-gap: 30px;
    }

    .block-aside-item {
        display: inline-block;
        width: 100%;
    }
}

*+.main-component {
    margin-top: 50px;
}

.aside-components {
    margin-bottom: -50px;
}

.aside-components>* {
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside-components {
        max-width: inherit;
        columns: 2;
        break-inside: avoid;
        column-gap: 30px;
    }

    .aside-component {
        display: inline-block;
        width: 100%;
    }
}

/*
* Boxes
*/
.box-minimal {
    max-width: 270px;
    padding: 20px 30px 30px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: right;
}


.box-minimal-primary {
    color: rgba(255, 255, 255, 0.5);
    background: #15b095;
}

.box-minimal-primary .box-minimal-icon,
.box-minimal-primary .box-minimal-title {
    color: #fff;
}

.box-minimal-gray-2 {
    color: rgba(255, 255, 255, 0.5);
    background: #35363c;
}

.box-minimal-gray-2 .box-minimal-title {
    color: #fff;
}

.box-minimal-gray-2 .box-minimal-icon {
    color: #f05c5c;
}

.box-minimal-header {
    display: table;
    margin-right: -10px;
}

.box-minimal-header>* {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

.box-minimal-icon {
    font-size: 37px;
    color: #151515;
}

*+.box-minimal-text {
    margin-top: 5px;
}

.box-counter {
    position: relative;
    text-align: center;
    color: #2c343b;
}

.box-counter-title {
    display: inline-block;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.box-counter-main {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
}

.box-counter-main>* {
    display: inline;
    font: inherit;
}

.box-counter-main .small {
    font-size: 28px;
}

.box-counter-main .small_top {
    position: relative;
    top: .2em;
    vertical-align: top;
}

.box-counter-divider {
    font-size: 0;
    line-height: 0;
}

.box-counter-divider::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #15b095;
}

*+.box-counter-title {
    margin-top: 10px;
}

*+.box-counter-main {
    margin-top: 20px;
}

*+.box-counter-divider {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .box-counter-title {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .box-counter-main {
        font-size: 60px;
    }

    .box-counter-main .small {
        font-size: 36px;
    }

    *+.box-counter-main {
        margin-top: 30px;
    }

    *+.box-counter-divider {
        margin-top: 15px;
    }

    *+.box-counter-title {
        margin-top: 18px;
    }
}

.bg-primary .box-counter {
    color: #fff;
}

.bg-primary .box-counter-divider::after {
    background: #fff;
}

/*
* Responsive units
*/
.unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.unit-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.unit,
.unit-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -30px;
    margin-right: -20px;
}

.unit:empty,
.unit-vertical:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.unit>*,
.unit-vertical>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 20px;
}

.unit-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 576px) {
    .unit-sm-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-sm,
    .unit-sm-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -20px;
    }

    .unit-sm:empty,
    .unit-sm-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-sm>*,
    .unit-sm-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .unit-sm-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .unit-md-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-md,
    .unit-md-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -20px;
    }

    .unit-md:empty,
    .unit-md-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-md>*,
    .unit-md-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .unit-md-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .unit-lg-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-lg,
    .unit-lg-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -20px;
    }

    .unit-lg:empty,
    .unit-lg-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-lg>*,
    .unit-lg-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .unit-lg-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .unit-xl-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xl,
    .unit-xl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -20px;
    }

    .unit-xl:empty,
    .unit-xl-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-xl>*,
    .unit-xl-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .unit-xl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1600px) {
    .unit-xxl-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-xxl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xxl,
    .unit-xxl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -20px;
    }

    .unit-xxl:empty,
    .unit-xxl-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-xxl>*,
    .unit-xxl-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .unit-xxl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.unit-spacing-xs.unit,
.unit-spacing-xs.unit-vertical {
    margin-bottom: -15px;
    margin-right: -7px;
}

.unit-spacing-xs.unit:empty,
.unit-spacing-xs.unit-vertical:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.unit-spacing-xs.unit>*,
.unit-spacing-xs.unit-vertical>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 7px;
}

@media (min-width: 576px) {

    .unit-spacing-xs.unit,
    .unit-spacing-xs.unit-vertical {
        margin-bottom: -15px;
        margin-right: -7px;
    }

    .unit-spacing-xs.unit:empty,
    .unit-spacing-xs.unit-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-xs.unit>*,
    .unit-spacing-xs.unit-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 7px;
    }
}

@media (min-width: 768px) {

    .unit-spacing-xs.unit,
    .unit-spacing-xs.unit-vertical {
        margin-bottom: -15px;
        margin-right: -7px;
    }

    .unit-spacing-xs.unit:empty,
    .unit-spacing-xs.unit-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-xs.unit>*,
    .unit-spacing-xs.unit-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 7px;
    }
}

@media (min-width: 992px) {

    .unit-spacing-xs.unit,
    .unit-spacing-xs.unit-vertical {
        margin-bottom: -15px;
        margin-right: -7px;
    }

    .unit-spacing-xs.unit:empty,
    .unit-spacing-xs.unit-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-xs.unit>*,
    .unit-spacing-xs.unit-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 7px;
    }
}

@media (min-width: 1200px) {

    .unit-spacing-xs.unit,
    .unit-spacing-xs.unit-vertical {
        margin-bottom: -15px;
        margin-right: -7px;
    }

    .unit-spacing-xs.unit:empty,
    .unit-spacing-xs.unit-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-xs.unit>*,
    .unit-spacing-xs.unit-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 7px;
    }
}

@media (min-width: 1600px) {

    .unit-spacing-xs.unit,
    .unit-spacing-xs.unit-vertical {
        margin-bottom: -15px;
        margin-right: -7px;
    }

    .unit-spacing-xs.unit:empty,
    .unit-spacing-xs.unit-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-xs.unit>*,
    .unit-spacing-xs.unit-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 7px;
    }
}

.unit-spacing-lg .unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.unit-spacing-lg .unit-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-spacing-lg .unit-left,
.unit-spacing-lg .unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-spacing-lg .unit-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-spacing-lg .unit-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.unit-spacing-lg .unit,
.unit-spacing-lg .unit-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -30px;
    margin-right: -30px;
}

.unit-spacing-lg .unit:empty,
.unit-spacing-lg .unit-vertical:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.unit-spacing-lg .unit>*,
.unit-spacing-lg .unit-vertical>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 30px;
}

.unit-spacing-lg .unit-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 576px) {
    .unit-spacing-lg .unit-sm-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-spacing-lg .unit-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-spacing-lg .unit-sm,
    .unit-spacing-lg .unit-sm-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -30px;
    }

    .unit-spacing-lg .unit-sm:empty,
    .unit-spacing-lg .unit-sm-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-lg .unit-sm>*,
    .unit-spacing-lg .unit-sm-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .unit-spacing-lg .unit-sm-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .unit-spacing-lg .unit-md-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-spacing-lg .unit-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-spacing-lg .unit-md,
    .unit-spacing-lg .unit-md-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -30px;
    }

    .unit-spacing-lg .unit-md:empty,
    .unit-spacing-lg .unit-md-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-lg .unit-md>*,
    .unit-spacing-lg .unit-md-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .unit-spacing-lg .unit-md-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .unit-spacing-lg .unit-lg-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-spacing-lg .unit-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-spacing-lg .unit-lg,
    .unit-spacing-lg .unit-lg-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -30px;
    }

    .unit-spacing-lg .unit-lg:empty,
    .unit-spacing-lg .unit-lg-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-lg .unit-lg>*,
    .unit-spacing-lg .unit-lg-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .unit-spacing-lg .unit-lg-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-lg .unit-xl-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-spacing-lg .unit-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-spacing-lg .unit-xl,
    .unit-spacing-lg .unit-xl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -30px;
    }

    .unit-spacing-lg .unit-xl:empty,
    .unit-spacing-lg .unit-xl-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-lg .unit-xl>*,
    .unit-spacing-lg .unit-xl-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .unit-spacing-lg .unit-xl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-lg .unit-xxl-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-spacing-lg .unit-xxl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-spacing-lg .unit-xxl,
    .unit-spacing-lg .unit-xxl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -30px;
        margin-right: -30px;
    }

    .unit-spacing-lg .unit-xxl:empty,
    .unit-spacing-lg .unit-xxl-vertical:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .unit-spacing-lg .unit-xxl>*,
    .unit-spacing-lg .unit-xxl-vertical>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .unit-spacing-lg .unit-xxl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.unit-bordered {
    margin-right: -15px;
    margin-left: -15px;
}

.unit-bordered>* {
    padding-right: 15px;
    padding-left: 15px;
}

.unit-bordered>* {
    position: relative;
    vertical-align: middle;
    min-width: 100px;
}

.unit-bordered>*:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 100%;
    max-height: 45px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    width: 1px;
    background: #151515;
    pointer-events: none;
}

.unit-bordered .unit-left {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}

.unit-bordered .unit-left>*+* {
    margin-right: 15px;
}

.unit-bordered p {
    display: inline;
    width: auto;
}

.unit-bordered .brand {
    max-width: 87px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .unit-bordered .brand {
        max-width: 60px;
    }
}

@media (min-width: 1200px) {
    .unit-bordered {
        margin-right: -30px;
        margin-left: -30px;
    }

    .unit-bordered>* {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.context-dark .unit-bordered>*:not(:last-child)::after,
.rd-navbar-dark .unit-bordered>*:not(:last-child)::after,
.rd-navbar-darker .unit-bordered>*:not(:last-child)::after,
.bg-gray-700 .unit-bordered>*:not(:last-child)::after,
.bg-gray-2 .unit-bordered>*:not(:last-child)::after,
.bg-gray-4 .unit-bordered>*:not(:last-child)::after,
.bg-primary .unit-bordered>*:not(:last-child)::after,
.bg-image-dark .unit-bordered>*:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.16);
}

/*
* Lists
*/
.list {
    color: #151515;
}

.list>li+li {
    margin-top: 10px;
}

.list-xs>li+li {
    margin-top: 7px;
}

.list-sm>li+li {
    margin-top: 10px;
}

.list-md>li+li {
    margin-top: 16px;
}

.list-lg>li+li {
    margin-top: 25px;
}

.list-xl>li+li {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .list-xl>li+li {
        margin-top: 35px;
    }
}

.list-inline>li {
    display: inline-block;
}

.list-inline-middle>li {
    vertical-align: middle;
}

html .list-inline-xxs {
    transform: translate3d(0, -9px, 0);
    margin-bottom: -9px;
    margin-right: -2px;
    margin-left: -2px;
}

html .list-inline-xxs>* {
    margin-top: 9px;
    padding-right: 2px;
    padding-left: 2px;
}

html .list-inline-xs {
    transform: translate3d(0, -9px, 0);
    margin-bottom: -9px;
    margin-right: -4px;
    margin-left: -4px;
}

html .list-inline-xs>* {
    margin-top: 9px;
    padding-right: 4px;
    padding-left: 4px;
}

html .list-inline-sm {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-right: -9px;
    margin-left: -9px;
}

html .list-inline-sm>* {
    margin-top: 5px;
    padding-right: 9px;
    padding-left: 9px;
}

@media (min-width: 992px) {
    html .list-inline-sm {
        margin-right: -12px;
        margin-left: -12px;
    }

    html .list-inline-sm>* {
        padding-right: 12px;
        padding-left: 12px;
    }
}

html .list-inline-md {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-right: -10px;
    margin-left: -10px;
}

html .list-inline-md>* {
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    html .list-inline-md {
        margin-right: -15px;
        margin-left: -15px;
    }

    html .list-inline-md>* {
        padding-right: 15px;
        padding-left: 15px;
    }
}

html .list-inline-1 {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-right: -7px;
    margin-left: -7px;
}

html .list-inline-1>* {
    margin-top: 5px;
    padding-right: 7px;
    padding-left: 7px;
}

.list-terms dt+dd {
    margin-top: 15px;
}

.list-terms dd+dt {
    margin-top: 40px;
}

*+.list-terms {
    margin-top: 25px;
}

.index-list {
    counter-reset: li;
}

.index-list>li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

/**
* Marked list
*/
.list-marked {
    padding-right: 25px;
    text-align: right;
}

.list-marked>li {
    padding-right: 25px;
}

.list-marked>li::before {
    position: relative;
    display: inline-block;
    right: -25px;
    top: -1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: '';
    background: #d7d7d7;
}

*+.list-marked {
    margin-top: 15px;
}

p+.list-marked {
    margin-top: 10px;
}

.list-marked-categories {
    padding-right: 0;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.list-marked-categories>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.list-marked-categories>li a {
    flex: auto;
    padding-left: 15px;
    color: #151515;
}

.list-marked-categories>li a:hover {
    color: #15b095;
}

.list-marked-categories>li::before {
    right: -20px;
}

.list-marked-counter {
    color: #9b9b9b;
}

/**
* Ordered List
*/
.list-ordered {
    counter-reset: li;
    padding-right: 25px;
    text-align: right;
}

.list-ordered>li {
    position: relative;
    padding-right: 15px;
}

.list-ordered>li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 15px;
    color: #151515;
}

.list-ordered>li+li {
    margin-top: 10px;
}

*+.list-ordered {
    margin-top: 15px;
}

.list-tags {
    font-size: 0;
    margin-bottom: -6px;
    margin-right: -6px;
}

.list-tags:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.list-tags>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 6px;
}

.list-tags a {
    display: inline-block;
    padding: 9px 22px;
    overflow: hidden;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #151515;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: all .3s;
}

.list-tags a:hover {
    color: #fff;
    background: #15b095;
    border-color: #15b095;
}

.list-inline-bordered {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-right: -12px;
    margin-left: -12px;
}

.list-inline-bordered>* {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
}

.list-inline-bordered>li {
    position: relative;
    vertical-align: middle;
}

.list-inline-bordered>li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    height: 100%;
    max-height: 21px;
    left: -2px;
    width: 1px;
    background: #151515;
    pointer-events: none;
}

.list-inline-bordered-lg {
    transform: translate3d(0, -15px, 0);
    margin-bottom: -15px;
    margin-right: -25px;
    margin-left: -25px;
}

.list-inline-bordered-lg>* {
    margin-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
}

.list-inline-bordered-lg>li {
    text-align: right;
}

*+.list-inline-bordered {
    margin-top: 15px;
}

.context-dark .list-inline-bordered>li:not(:last-child)::after,
.rd-navbar-dark .list-inline-bordered>li:not(:last-child)::after,
.rd-navbar-darker .list-inline-bordered>li:not(:last-child)::after,
.bg-gray-700 .list-inline-bordered>li:not(:last-child)::after,
.bg-gray-2 .list-inline-bordered>li:not(:last-child)::after,
.bg-gray-4 .list-inline-bordered>li:not(:last-child)::after,
.bg-primary .list-inline-bordered>li:not(:last-child)::after,
.bg-image-dark .list-inline-bordered>li:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.16);
}

.contact-list {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

.contact-list dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 107px;
    padding: 10px 20px;
}

.contact-list dt {
    margin-bottom: 5px;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #15b095;
}

.contact-list dd {
    position: relative;
    padding-right: 38px;
    line-height: 31px;
}

.contact-list dd>* {
    display: inline-block;
    vertical-align: middle;
}

.contact-list .icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
}


.contact-list .link,
.contact-list .link:focus,
.contact-list .link:active {
    color: #151515;
}

.contact-list .link:hover {
    color: #15b095;
}

.contact-list dl+dl {
    border-top: 1px solid #e1e1e1;
}

.ie-10 .contact-list .link,
.ie-11 .contact-list .link,
.ie-edge .contact-list .link {
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .contact-list dl {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.list-statictics>li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 17px 20px;
    font-family: "dana-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.list-statictics>li a {
    color: #151515;
}

.list-statictics>li a:hover {
    color: #15b095;
}

.list-statictics>li:hover {
    background: #f5f5f5;
}

.list-statictics>li+li {
    border-top: none;
}

.list-statictics .list-statictics-counter {
    margin-right: 20px;
    color: #15b095;
}

/*
* Images
*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    font-size: 10px;
}

/*
* Icons
*/
.icon {
    display: inline-block;
    line-height: 1;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    line-height: normal;
}

.icon-light {
    color: #edeff4;
}

.icon-secondary {
    color: #f05c5c;
}

.icon-gray-400 {
    color: #b7b7b7;
}

.icon-gray-500 {
    color: #9b9b9b;
}

.icon-gray-800 {
    color: #151515;
}

.icon-primary {
    color: #15b095;
}

.icon-orange {
    color: #ffa04c;
}

.icon-red-2 {
    color: #ff4c39;
}

.icon-orange-dark {
    color: #ff8432;
}

.icon-blue-boston {
    color: #3B7CC0;
}

a.icon-gray-500,
a.icon-gray-500:focus,
a.icon-gray-500:active {
    color: #9b9b9b;
}

a.icon-gray-500:hover,
a.icon-gray-500.active {
    color: #15b095;
}

.context-dark .icon-light,
.rd-navbar-dark .icon-light,
.rd-navbar-darker .icon-light,
.bg-gray-700 .icon-light,
.bg-gray-2 .icon-light,
.bg-gray-4 .icon-light,
.bg-primary .icon-light,
.bg-image-dark .icon-light {
    color: #fff;
}

.context-dark a.icon-light:hover,
.rd-navbar-dark a.icon-light:hover,
.rd-navbar-darker a.icon-light:hover,
.bg-gray-700 a.icon-light:hover,
.bg-gray-2 a.icon-light:hover,
.bg-gray-4 a.icon-light:hover,
.bg-primary a.icon-light:hover,
.bg-image-dark a.icon-light:hover {
    color: #f05c5c;
}

.icon-circle {
    border-radius: 50%;
}

.icon-xxs {
    font-size: 13px;
}

.icon-xs {
    font-size: 16px;
}

.icon-xs-big {
    font-size: 20px;
}

.icon-sm {
    font-size: 27px;
}

.icon-md {
    font-size: 32px;
}

.icon-xl {
    font-size: 140px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .icon-xl {
        font-size: 200px;
        line-height: .8;
    }
}

.icon-media {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    color: #fff;
}

.icon-media::before {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 1;
    font-size: 20px;
    transform: translate(50%, -50%) scale(1);
    transition: all .1s;
    will-change: transform;
}

.icon-media:hover::before {
    color: #fff;
    transform: translate(50%, -50%) scale(1.05);
}

.icon-media:focus::before {
    color: #fff;
}

.icon-media-facebook {
    background: #3e74bd;
}

.icon-media-twitter {
    background: #37b5e9;
}

.icon-media-google {
    background: #f06868;
}

.icon-media-instagram {
    background: #425c7f;
}

.icon-media-circle {
    border-radius: 50%;
}

.icon-media-circle:after {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    content: '';
    transition: all .3s;
}

.icon-media-circle:hover:after {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.icon-media-circle.icon-media-facebook {
    background: #6a99d9;
}

.icon-media-circle.icon-media-facebook:after {
    background: #3e74bd;
}

.icon-media-circle.icon-media-twitter {
    background: #5acbfa;
}

.icon-media-circle.icon-media-twitter:after {
    background: #37b5e9;
}

.icon-media-circle.icon-media-google {
    background: #fd9393;
}

.icon-media-circle.icon-media-google:after {
    background: #f06868;
}

.icon-media-circle.icon-media-instagram {
    background: #5b78a0;
}

.icon-media-circle.icon-media-instagram:after {
    background: #425c7f;
}

.icon-media-round {
    border-radius: 4px;
}

.icon-media-round:hover {
    border-radius: 0;
}

@media (min-width: 1200px) {
    .icon-media {
        width: 75px;
        height: 75px;
    }

    .icon-media-circle:before {
        font-size: 25px;
    }

    .icon-media-round:before {
        font-size: 22px;
    }
}

@media (min-width: 1600px) {
    .icon-media {
        width: 80px;
        height: 80px;
    }
}

.icon-corporate {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #424349;
}

.icon-corporate:hover {
    color: #fff;
    background: #15b095;
}

/*
* Tables standings
*/
.table-custom {
    width: 100%;
    text-align: center;
    font-family: "dana-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
}

.table-standings {
    font-size: 14px;
}

.table-standings tr+tr {
    border-top: 1px solid #ddd;
}

.table-standings tr {
    transition: all 200ms ease-in-out;
}

.table-standings th {
    padding: 12px 10px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #15b095;
}

.table-standings th:first-child {
    text-align: right;
}

@media (max-width: 991px) {
    .table-standings th {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.table-standings td {
    padding: 5px;
    height: 64px;
    font-weight: 400;
    color: #151515;
}

.table-standings td:nth-child(n + 3) {
    width: 14%;
}

.table-standings thead th:first-child {
    padding-right: 22px;
}

.table-standings tbody td:first-child {
    width: 11%;
    padding-right: 20px;
    font-size: 16px;
}

.table-classic tr:hover {
    background: #4E565E;
}

.table-modern tbody td:first-child {
    width: 18%;
}

.table-modern tr:hover {
    background: #4E565E;
}

.table-modern tr:hover .table-counter {
    color: #fff;
}

.table-modern tr:hover .table-counter::before {
    background: #15b095;
}

.table-modern tr:hover .table-counter::after {
    border-top-color: #15b095;
}

.table-creative tbody td:first-child {
    padding: 0;
}

.table-creative tbody td:first-child span {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 5px;
    height: 64px;
    line-height: 64px;
    width: 100%;
}

.table-creative tbody td:first-child span::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 4px;
    height: 30%;
    background: #15b095;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.table-creative tbody tr:hover td:first-child span::before {
    height: 100%;
    opacity: 1;
}

.player-inline,
.team-inline {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {

    .player-inline,
    .team-inline {
        min-width: 175px;
    }
}

.team-figure {
    min-width: 45px;
}

.player-title,
.team-title {
    text-align: right;
    line-height: 1.15;
    font-weight: 500;
}

.player-title {
    margin-right: 4px;
}

.team-title {
    margin-right: 8px;
}

.player-country,
.team-country {
    font-size: 12px;
    color: #9b9b9b;
}

.table-counter {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 29px;
    line-height: 34px;
    z-index: 1;
    transition: all 200ms ease-in-out;
}

.table-counter::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2A343D;
    z-index: -2;
    transition: inherit;
}

.table-counter::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-top: 11px solid #2A343D;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 11px solid transparent;
    transform: translateX(-40%);
    transition: inherit;
}


.table-counter-auto {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: normal;
    z-index: 1;
    transition: all 200ms ease-in-out;
    padding: 2px 5px;
    font-size: 9pt;
}


.table-counter-auto::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #edeff4;
    z-index: -2;
    transition: inherit;
}

.table-counter-auto::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-top: 11px solid #edeff4;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 11px solid transparent;
    transform: translateX(-40%);
    transition: inherit;
}

*+.table-custom-responsive {
    margin-top: 25px;
}

.table-game-info {
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0 9px;
}

.table-game-info tr {
    background: #edeff4;
}

.table-game-info td {
    padding: 7px 5px;
}

.table-game-info-wrap {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.table-game-info-wrap .table-custom {
    border: none;
}

.table-game-info-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #151515;
}

.table-game-info-title span {
    position: absolute;
    display: none;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
}

.table-game-info-title::before,
.table-game-info-title::after {
    display: none;
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    width: 100vw;
    background: #e1e1e1;
}

.table-game-info-title::before {
    right: 0;
    transform: translateX(100%);
}

.table-game-info-title::after {
    left: 0;
    transform: translateX(-100%);
}

.table-game-info-category {
    font-size: 0.86em;
    width: 80%;
    min-width: 180px;
}

.table-game-info-number {
    width: 10%;
    min-width: 55px;
    color: #fff;
    background: #2c2d31;
}

.table-game-info-title+.table-game-info-main {
    border-top: none;
    margin-top: 0;
}

@media (min-width: 576px) {
    .table-game-info-title {
        padding: 20px 22px 0;
        line-height: 1;
    }

    .table-game-info-title::before,
    .table-game-info-title::after,
    .table-game-info-title span {
        display: inline-block;
    }

    .table-game-info-main {
        padding: 12px 18px;
        border: 1px solid #ddd;
    }

    .table-game-info-title+.table-game-info-main {
        margin-top: -6px;
    }
}

@media (min-width: 1200px) {
    .table-game-info-wrap {
        max-width: 600px;
    }
}

.table-game-result-long {
    font-size: 12px;
    font-weight: 400;
}

.table-game-result-long thead {
    color: #9b9b9b;
}

.table-game-result-long th {
    font-weight: inherit;
    text-align: center;
}

.table-game-result-long th,
.table-game-result-long td {
    height: 48px;
    min-width: 30px;
    padding-left: 8px;
}

.table-game-result-long th:first-child,
.table-game-result-long td:first-child {
    width: 15%;
    min-width: 40px;
    padding: 0 20px 0 10px;
    text-align: center;
    font-size: 1.17em;
}

.table-game-result-long tbody {
    color: #151515;
}

.table-game-result-long tbody tr {
    border-top: 1px solid #ddd;
}

.table-game-result-long-team-first td:first-child {
    color: #15b095;
}

.table-game-result-long-team-second td:first-child {
    color: #9b9b9b;
}

.team2-orange .table-game-result-long-team-second td:first-child {
    color: #ffa04c;
}

.team2-pink .table-game-result-long-team-second td:first-child {
    color: #e05151;
}

.table-custom.table-custom-primary thead th {
    color: #fff;
    background: #15b095;
    border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
    background: #edeff4;
}

.table-custom.table-custom-bordered tr td:first-child {
    border-right: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
    border-left: 0;
}

.table-custom.table-custom-bordered td {
    border: 1px solid #ddd;
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
    border-top: 0;
}

.table-custom.table-custom-striped {
    border-bottom: 1px solid #ddd;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
    background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
    background: #edeff4;
}

.table-custom.table-custom-striped tbody td {
    border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
    border-right: 0;
}

@media (max-width: 1199px) {
    .table-custom-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-custom-responsive.table-bordered {
        border: 0;
    }
}

.table-team-statistic td {
    width: 50%;
    height: 140px;
    padding: 15px;
    font-family: "dana-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    vertical-align: middle;
}

.table-team-statistic td>*+* {
    margin-top: 7px;
}

.team-statistic-counter {
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    color: #151515;
}

.team-statistic-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.table-roster {
    text-align: right;
    max-width: 450px;
    font-size: 12px;
    font-weight: 500;
}

.table-roster thead th {
    height: 53px;
    padding: 0 30px 0 15px;
    font-size: 1.17em;
    color: #fff;
    background: #15b095;
}

.table-roster tbody {
    color: #151515;
}

.table-roster tbody tr:first-child {
    color: #9b9b9b;
}

.table-roster tbody tr:not(:first-child) td:first-child {
    color: #15b095;
}

.table-roster tbody tr {
    border-top: 1px solid #e1e1e1;
}

.table-roster tbody td {
    height: 49px;
    padding: 0 5px;
}

.table-roster tbody td:nth-child(1) {
    width: 17%;
    padding-right: 24px;
}

.table-roster tbody td:nth-child(2) {
    width: 50%;
}

@media (max-width: 991px) {
    .table-roster tbody td:nth-child(1) {
        min-width: 62px;
    }

    .table-roster tbody td:nth-child(2) {
        min-width: 180px;
    }

    .table-roster tbody td:nth-child(3) {
        min-width: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .table-roster {
        font-size: 11px;
    }

    .table-roster tbody td:nth-child(1) {
        padding-right: 15px;
    }
}

.team2-blue thead th {
    background: #3B7CC0;
}

.team2-blue tbody tr:not(:first-child) td:first-child {
    color: #3B7CC0;
}

/* 
* Dividers
*/
hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #d7d7d7;
}

.divider {
    font-size: 0;
    line-height: 0;
}

.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #15b095;
}

html .divider-secondary::after {
    background: #f05c5c;
}

.divider-small {
    font-size: 0;
    line-height: 0;
}

.divider-small::after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 3px;
    background: #15b095;
}

.divider-medium {
    font-size: 0;
    line-height: 0;
}

.divider-medium::after {
    content: '';
    display: inline-block;
    width: 67px;
    height: 1px;
    background: #15b095;
}

*+.divider-medium {
    margin-top: 12px;
}

.divider-medium+* {
    margin-top: 30px;
}

.divider-medium+* {
    margin-top: 20px;
}

.divider-middle {
    font-size: 0;
    line-height: 0;
}

.divider-middle::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #15b095;
}

*+.divider-small {
    margin-top: 12px;
}

*+.divider-middle {
    margin-top: 14px;
}

/* 
* Buttons
*/
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* padding: 10px 20px; */
    padding: 3px 10px;
    border: 1px solid;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    border-radius: 4px;
    transition: .3s ease-out all;
}

.button-block {
    display: block;
    width: 100%;
}

html .button-default,
html .button-default:focus {
    color: #fff;
    background-color: #35363c;
    border-color: #35363c;
}

html .button-default:hover,
html .button-default:active {
    color: #9b9b9b;
    background-color: transparent;
    border-color: #9b9b9b;
}

html .button-default.button-ujarak::before {
    background: transparent;
}

html .button-gray,
html .button-gray:focus {
    color: #fff;
    background-color: #35363c;
    border-color: #35363c;
}

html .button-gray:hover,
html .button-gray:active {
    color: #151515;
    background-color: transparent;
    border-color: #c6c6c6;
}

html .button-gray.button-ujarak::before {
    background: transparent;
}

html .button-primary,
html .button-primary:focus {
    color: #fff;
    background-color: #15b095;
    border-color: #8CD8CB;
}

html .button-primary:hover,
html .button-primary:active {
    color: #151515;
    background-color: #f05c5c;
    border-color: #F59393;
}

html .button-primary.button-ujarak::before {
    background: #F37878;
}

html .button-secondary,
html .button-secondary:focus {
    color: #151515;
    background-color: #f05c5c;
    border-color: #F59393;
}

html .button-secondary:hover,
html .button-secondary:active {

    color: #fff;
    background-color: #15B095;
    border-color: #8CD8CB;
}

html .button-secondary.button-ujarak::before {
    background: transparent;
}

html .button-fiord,
html .button-fiord:focus {
    color: #9ba1c8;
    background-color: #494e6d;
    border-color: #494e6d;
}

html .button-fiord:hover,
html .button-fiord:active {
    color: #fff;
    background-color: #f05c5c;
    border-color: #f05c5c;
}

html .button-fiord.button-ujarak::before {
    background: #f05c5c;
}

html .button-fiord.button-icon .icon {
    color: #fff;
}

html .button-default-outline,
html .button-default-outline:focus {

    color: #FFF;
    background-color: #6E7174;
    border-color: #EEEFEF;

}

html .button-default-outline:hover,
html .button-default-outline:active {
    color: #fff;
    background-color: #15B095;
    border-color: #8CD8CB;
}

html .button-default-outline.button-ujarak::before {
    background: #15B095;
}

html .button-share-outline {
    overflow: visible;
    transition-duration: .15s;
}

html .button-share-outline,
html .button-share-outline:active,
html .button-share-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #151515;
}

html .button-share-outline:hover {
    color: #15b095;
    background-color: #15b095;
    border-color: #15b095;
}

html .button-gray-outline,
html .button-gray-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #c6c6c6;
}

html .button-gray-outline:hover,
html .button-gray-outline:active {
    color: #fff;
    background-color: #35363c;
    border-color: #35363c;
}

html .button-gray-outline.button-ujarak::before {
    background: #35363c;
}

html .button-primary-outline,
html .button-primary-outline:focus {
    color: #15b095;
    background-color: transparent;
    border-color: #15b095;
}

html .button-primary-outline:hover,
html .button-primary-outline:active {
    color: #fff;
    background-color: #15b095;
    border-color: #15b095;
}

html .button-primary-outline.button-ujarak::before {
    background: #15b095;
}

html .button-secondary-outline,
html .button-secondary-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #151515;
}

html .button-secondary-outline:hover,
html .button-secondary-outline:active {
    color: #151515;
    background-color: #f05c5c;
    border-color: #f05c5c;
}

html .button-secondary-outline.button-ujarak::before {
    background: #f05c5c;
}

html .context-dark .button-gray-outline,
html .rd-navbar-dark .button-gray-outline,
html .rd-navbar-darker .button-gray-outline,
html .bg-gray-700 .button-gray-outline,
html .bg-gray-2 .button-gray-outline,
html .bg-gray-4 .button-gray-outline,
html .bg-primary .button-gray-outline,
html .bg-image-dark .button-gray-outline,
html .context-dark .button-gray-outline:focus,
html .rd-navbar-dark .button-gray-outline:focus,
html .rd-navbar-darker .button-gray-outline:focus,
html .bg-gray-700 .button-gray-outline:focus,
html .bg-gray-2 .button-gray-outline:focus,
html .bg-gray-4 .button-gray-outline:focus,
html .bg-primary .button-gray-outline:focus,
html .bg-image-dark .button-gray-outline:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

html .context-dark .button-gray-outline:hover,
html .rd-navbar-dark .button-gray-outline:hover,
html .rd-navbar-darker .button-gray-outline:hover,
html .bg-gray-700 .button-gray-outline:hover,
html .bg-gray-2 .button-gray-outline:hover,
html .bg-gray-4 .button-gray-outline:hover,
html .bg-primary .button-gray-outline:hover,
html .bg-image-dark .button-gray-outline:hover,
html .context-dark .button-gray-outline:active,
html .rd-navbar-dark .button-gray-outline:active,
html .rd-navbar-darker .button-gray-outline:active,
html .bg-gray-700 .button-gray-outline:active,
html .bg-gray-2 .button-gray-outline:active,
html .bg-gray-4 .button-gray-outline:active,
html .bg-primary .button-gray-outline:active,
html .bg-image-dark .button-gray-outline:active {
    color: #fff;
    background-color: #15b095;
    border-color: #15b095;
}

html .context-dark .button-gray-outline.button-ujarak::before,
html .rd-navbar-dark .button-gray-outline.button-ujarak::before,
html .rd-navbar-darker .button-gray-outline.button-ujarak::before,
html .bg-gray-700 .button-gray-outline.button-ujarak::before,
html .bg-gray-2 .button-gray-outline.button-ujarak::before,
html .bg-gray-4 .button-gray-outline.button-ujarak::before,
html .bg-primary .button-gray-outline.button-ujarak::before,
html .bg-image-dark .button-gray-outline.button-ujarak::before {
    background: #15b095;
}

html .context-light .button-gray-outline,
html .context-light .button-gray-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #c6c6c6;
}

html .context-light .button-gray-outline:hover,
html .context-light .button-gray-outline:active {
    color: #fff;
    background-color: #35363c;
    border-color: #35363c;
}

html .context-light .button-gray-outline.button-ujarak::before {
    background: #35363c;
}

.button-facebook,
.button-facebook:focus {
    color: #fff;
    background-color: #3e74bd;
    border-color: #3e74bd;
}

.button-facebook:hover,
.button-facebook:active {
    color: #fff;
    background-color: #2d63ab;
    border-color: #2d63ab;
}

.button-facebook.button-ujarak::before {
    background: #2d63ab;
}

.button-twitter,
.button-twitter:focus {
    color: #fff;
    background-color: #37b5e9;
    border-color: #37b5e9;
}

.button-twitter:hover,
.button-twitter:active {
    color: #fff;
    background-color: #37a7d6;
    border-color: #37a7d6;
}

.button-twitter.button-ujarak::before {
    background: #37a7d6;
}

.button-google,
.button-google:focus {
    color: #fff;
    background-color: #f06868;
    border-color: #f06868;
}

.button-google:hover,
.button-google:active {
    color: #fff;
    background-color: #dd5b5b;
    border-color: #dd5b5b;
}

.button-google.button-ujarak::before {
    background: #dd5b5b;
}

.button-shadow {
    box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:hover {
    box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:focus,
.button-shadow:active {
    box-shadow: none;
}

/*
* Button effects
*/
.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #15b095;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
}

.button-ujarak,
.button-ujarak::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
    transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
    padding: 6px 14px;
    font-size: 12px;
    line-height: 1;
    border-width: 1px;
}

.button-sm {
    padding: 9px 30px;
    font-size: 12px;
    line-height: 1.5;
}

.button-md {
    font-size: 13px;
    padding: 9px 30px;
}

.button-lg {
    padding: 12px 50px;
    font-size: 20px;
    line-height: 1.5;
}

.button-xl {
    /* padding: 16px 50px;
    font-size: 16px;
    line-height: 28px; */
    padding: 10px 20px;
}

@media (min-width: 992px) {
    .button-xl {
        padding: 10px 20px;
    }
}

.button-xs,
.button-sm,
.button-lg {
    font-weight: 500;
}

.button-circle {
    border-radius: 30px;
}

.button-round-1 {
    border-radius: 5px;
}

.button-round-2 {
    border-radius: 10px;
}

/*
* Button Icon styles
*/
.button.button-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.button.button-icon .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.42em;
    line-height: 1em;
}

.button.button-icon-left .icon {
    padding-left: 11px;
}

.button.button-icon-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.button.button-icon-right .icon {
    padding-right: 11px;
}

.button.button-icon.button-link .icon {
    top: 5px;
    font-size: 1em;
}

.button.button-icon.button-xs .icon {
    top: .05em;
    font-size: 1.2em;
    padding-left: 8px;
}

.button.button-icon.button-xs .button-icon-right {
    padding-right: 8px;
}

/**
* Bootstrap buttons
*/
.btn-primary {
    border-radius: 3px;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .33s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background: #15b095;
    border-color: #15b095;
}

.btn-primary:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

/*
* Button Group
*/
.button-group-demo {
    max-width: 460px;
}

.button-group-demo .button {
    margin-left: 15px;
}

.button-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    flex-basis: calc(50% - 12px);
    padding: 20px;
    color: #fff;
    text-align: left;
    transition: all .3s;
}

.button-media:hover {
    color: #fff;
}

.button-media:hover .button-media-icon {
    transform: translate(-5px, -50%);
}

.button-media:focus {
    color: #fff;
}

.ie-11 .button-media {
    max-width: 178px;
}

.button-media-title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: inherit;
}

.button-media-title+.button-media-action {
    margin-top: 0;
}

.button-media-action {
    font-size: 14px;
}

.button-media-action .icon {
    margin-right: 6px;
    vertical-align: middle;
}

.button-media-icon {
    position: absolute;
    top: 50%;
    font-size: 130px;
    color: #fff;
    opacity: .25;
    transform: translate(0, -50%);
    transition: all .3s;
    will-change: transform;
}

.button-media-facebook {
    background: #3e74bd;
}

.button-media-facebook .button-media-icon {
    top: 67%;
    right: -7px;
}

.button-media-facebook:hover {
    background: #6a99d9;
}

.button-media-twitter {
    background: #37b5e9;
}

.button-media-twitter .button-media-icon {
    right: -30px;
}

.button-media-twitter:hover {
    background: #5acbfa;
}

.button-media-google {
    background: #f06868;
}

.button-media-google .button-media-icon {
    right: -40px;
}

.button-media-google:hover {
    background: #fd9393;
}

.button-media-instagram {
    background: #425c7f;
}

.button-media-instagram .button-media-icon {
    right: -40px;
}

.button-media-instagram:hover {
    background: #5b78a0;
}

.button-icon-alternate {
    position: relative;
    display: flex;
    align-items: center;
    height: 85px;
    max-width: 178px;
    padding: 20px 14px;
    color: #fff;
    flex-basis: calc(50% - 10px);
    border-radius: 4px;
}

.button-icon-alternate:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    border-radius: 40px 4px 4px 40px;
    content: '';
    transition: all .3s;
}

.button-icon-alternate:hover {
    color: #fff;
}

.button-icon-alternate:hover:before {
    left: 0;
    width: 100%;
    border-radius: 4px;
}

.button-icon-alternate:focus {
    color: #fff;
}

.button-icon-alternate .icon {
    min-width: 28px;
    font-size: 22px;
    text-align: center;
}

.button-icon-alternate-facebook {
    background: #3e74bd;
}

.button-icon-alternate-facebook:before {
    background: #2d63ab;
}

.button-icon-alternate-twitter {
    background: #37b5e9;
}

.button-icon-alternate-twitter:before {
    background: #37a7d6;
}

.button-icon-alternate-google {
    background: #f06868;
}

.button-icon-alternate-google:before {
    background: #dd5b5b;
}

.button-icon-alternate-instagram {
    background: #425c7f;
}

.button-icon-alternate-instagram:before {
    background: #344e71;
}

.button-icon-alternate-title {
    position: relative;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

*+.button-icon-alternate-title {
    margin-right: 15px;
}

@media (min-width: 576px) {
    *+.button-icon-alternate-title {
        margin-right: 35px;
    }
}

@media (min-width: 992px) {
    *+.button-icon-alternate-title {
        margin-right: 20px;
    }
}

@media (min-width: 1600px) {
    .button-media {
        padding: 30px 20px;
    }

    *+.button-icon-alternate-title {
        margin-right: 35px;
    }
}

/* 
* Form styles
*/
.rd-mailform {
    position: relative;
    text-align: right;
}

.rd-mailform .button {
    padding-top: 10px;
    padding-bottom: 10px;
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
    color: #000;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #9b9b9b;
    font-weight: 400;
}

.form-input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #e1e1e1;
}

.form-input:focus {
    outline: 0;
    border-color: #15b095;
}


.form-control-sm {
    padding: 3px 5px !important;
    font-size: 8pt;
}

.form-control-sm>.select2-choice {
    padding: 2px 0 0 25px !important;
}


.form-control-iconed-left~.form-label,
.form-control-iconed-left .form-control {
    padding-left: 110px;
}



.form-control-icon-left {
    position: absolute;
    font-size: 18px;
    line-height: normal;
    left: 5px;
    top: 31px;
    padding: 1px 10px;
    pointer-events: none;
    direction: ltr;
    color: #707070;
    background-color: #0E3336;
}

.form-label-control {

    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: right;
    z-index: 1;
    transition: .25s;
    will-change: transform;

}

.form-control:focus {
    color: var(--e-global-color-1d45643);
    background-color: var(--e-global-color-e3a597f);
    border-color: var(--e-global-color-secondary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(17, 145, 124, 0.25);
}

.form-control:focus {
    outline: 0;
    border-color: #15b095;
}

.form-input-iconed {
    position: relative;
}

.form-input-iconed~.form-label,
.form-input-iconed .form-input {
    padding-right: 110px;
}

.form-sm .form-input-iconed~.form-label,
.form-sm .form-input-iconed .form-input {

    padding-right: 110px;
}

.form-lg .form-input-iconed~.form-label,
.form-lg .form-input-iconed .form-input {

    padding-right: 130px;
}



.form-input-icon {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    top: 10px;
    padding: 0 5px;
    pointer-events: none;
}

.form-input-icon-left {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    left: 2px;
    top: 20px;
    padding: 0 5px;
    pointer-events: none;
    direction: ltr;
}


.form-input-iconed-left~.form-label,
.form-input-iconed-left .form-input {

    padding-left: 110px;
}

.form-input-icon-left-text {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    left: 2px;
    top: 44px;
    padding: 0 19px;
    pointer-events: none;
    direction: ltr;
}

.form-input-icon-left-labeled {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    left: 2px;
    top: 28px;
    padding: 0 19px;
    direction: ltr;
    cursor: pointer;
}

.form-sm .form-input-icon {
    font-size: 20px;
}

.form-lg .form-input-icon {
    font-size: 30px;
}

textarea.form-input {
    height: 186px;
    min-height: 60px;
    max-height: 316px;
    resize: vertical;
}

.form-wrap {
    position: relative;
}

.form-wrap.has-error .form-input {
    border-color: #fd6565;
}

.form-wrap.has-focus .form-input {
    border-color: #15b095;
}

.row+.form-wrap {
    margin-top: 15px;
}

.form-wrap+* {
    margin-top: 11px;
}

.form-label {
    position: absolute;
    top: 23px;
    right: 0;
    left: 0;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: right;
    z-index: 1;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;  
    top: -15px;
}

.form-label.auto-fill {
    color: #9b9b9b;
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }

    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        transform: none;
    }
}

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

.form-validation {
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #fd6565;
    transition: .3s;
}

.form-validation-left .form-validation {
    top: 100%;
    left: auto;
    right: 0;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(500px, 0, 0);
    transition: .3s all ease;
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
    #form-output-global {
        right: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #fd6565;
}

.form-output.success {
    color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: var(--e-global-color-e3a597f);
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    position: absolute;
    opacity: 0;
    transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
    position: relative;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
    position: absolute;
    right: -100vw;
    top: -100vh;
    float: right;
    visibility: hidden;
    opacity: 0;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
    opacity: 1;
}

.radio,
.radio-inline {
    padding-right: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    top: 1px;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
    content: '\f222';
    font-family: "Material Design Icons";
    position: absolute;
    top: 0;
    right: 1px;
    font-size: 18px;
    line-height: 18px;
    color: #15b095;
}

.checkbox,
.checkbox-inline {
    padding-right: 31px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    top: 1px;
    right: 0;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid var(--e-global-color-secondary);
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
    content: '\f222';
    font-family: "Material Design Icons";
    position: absolute;
    top: -1px;
    right: 1px;
    font-size: 18px;
    line-height: 18px;
    color: #15b095;
}

.checkbox input:disabled~.checkbox-custom-dummy,
.checkbox-inline input:disabled~.checkbox-custom-dummy {
    background-color: transparent;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.checkbox-light {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
}

.checkbox-inline-count {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #9b9b9b;
}

*+.checkbox-inline-count {
    float: left;
}

.input-filter {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 3px;
    border: 0;
}

.input-filter [class*='custom-dummy'] {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 3px;
    background-color: #9a9ea2;
}

.input-filter [class*='custom-dummy']:after {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #FFF;

}

.radio-custom:checked {
    border: 1px solid #FFF;
}

.input-filter-dark [class*='custom-dummy'] {
    background-color: #4f5257;
}

.input-filter-danube [class*='custom-dummy'] {
    background-color: #6e8fd9;
}

.input-filter-froly [class*='custom-dummy'] {
    background-color: #f38c7f;
}

.input-filter-deco [class*='custom-dummy'] {
    background-color: #c2d789;
}

.input-filter-blue [class*='custom-dummy'] {
    background-color: #3099FB;
}

.input-filter-geraldine [class*='custom-dummy'] {
    background-color: #fb7979;
}

.input-filter-black [class*='custom-dummy'] {
    background-color: #000;
}

.input-filter-gray [class*='custom-dummy'] {
    background-color: #575757;
}

.input-filter-red [class*='custom-dummy'] {
    background-color: #DE0000;
}

.input-filter-white [class*='custom-dummy'] {
    background-color: #FFF;
}

.input-filter-brown [class*='custom-dummy'] {
    background-color: #875300;
}

.input-filter-dark-brown [class*='custom-dummy'] {
    background-color: #472C00;
}

.input-filter-yellow [class*='custom-dummy'] {
    background-color: #FFBF00;
}


.input-filter-ghgreen [class*='custom-dummy'],
.input-filter-blue-green [class*='custom-dummy'],
.input-filter-green-blue [class*='custom-dummy'] {
    background-color: #004E4F;
}

.input-filter-navyblue [class*='custom-dummy'] {
    background-color: #000066;
}

.input-filter-darkblue [class*='custom-dummy'] {
    background-color: #000066;
}

.input-filter-camel [class*='custom-dummy'],
.input-filter-brown [class*='custom-dummy'] {
    background-color: #813A16;
}

.input-filter-green [class*='custom-dummy'] {
    background-color: #45983C;
}

.input-refilter {
    width: 68px;
    height: 45px;
    padding: 0;
    border-radius: 3px;
    font-family: "dana-regular", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    /* font-weight: 500; */
}

.input-refilter [class*='custom-dummy'] {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: translate(0, 0);
}

.input-refilter [class*='custom-dummy']::after {
    display: none;
}

.input-refilter span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.input-refilter input:checked+[class*='custom-dummy'] {
    border-color: #15b095;
}

.input-refilter input:checked~span {
    color: #15b095;
    border-color: transparent;
    transition: .3s ease-out all;
}

.toggle-custom {
    padding-right: 60px;
    -webkit-appearance: none;
}

.toggle-custom:checked~.checkbox-custom-dummy::after {
    background: #15b095;
    transform: translate(-20px, -50%);
}

.toggle-custom~.checkbox-custom-dummy {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    width: 44px;
    height: 20px;
    background: #fff;
    cursor: pointer;
}

.toggle-custom~.checkbox-custom-dummy::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    background: #b7b7b7;
    transform: translate(-4px, -50%);
    opacity: 1;
    transition: .22s;
}

.form-wrap.form-wrap-recaptcha .form-validation {
    top: 3px;
    right: 14px;
}

@media (max-width: 767px) {
    .form-wrap.form-wrap-recaptcha .recaptcha>* {
        transform: scale(0.96);
        transform-origin: 100% 50%;
    }
}

.rd-form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    margin-right: -4px;
    margin-left: -4px;
    margin-bottom: -8px;
}

.rd-form-inline>* {
    margin-top: 0;
    margin-bottom: 8px;
    padding-right: 4px;
    padding-left: 4px;
}

.rd-form-inline .form-wrap {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 185px;
}

.rd-form-inline .form-wrap-select {
    text-align: right;
}

.rd-form-inline .form-button {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: calc(100% - 10px);
    min-height: 60px;
}

.rd-form-inline .form-button .button {
    margin-top: 0 !important;
}

@media (min-width: 576px) {
    .rd-form-inline .button {
        display: block;
    }
}

.rd-form-inline.form-inline-centered {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rd-form-inline-condensed {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
}

.rd-form-inline-condensed>* {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}

.rd-form-inline-condensed .form-wrap {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

@media (min-width: 576px) {
    .rd-form-inline-condensed {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .rd-form-inline-condensed>* {
        margin-bottom: 0;
    }

    .rd-form-inline-condensed .button {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .rd-form-inline-condensed .form-input {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

/**
* Form Small
*/
.form-sm .form-input,
.form-sm .button {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 50px;
}

.form-sm .form-validation {
    top: -16px;
}

.form-sm textarea.form-input {
    height: 115px;
}

.form-sm .form-label {
    top: 25px;
}

.form-sm *+.button {
    margin-top: 10px;
}

/**
* Form Large
*/
.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    min-height: 68px;
}

.form-lg .form-button {
    min-height: 70px;
}

.form-lg .form-label {
    top: 35px;
}

*+.rd-form {
    margin-top: 20px;
}

.context-dark .form-label,
.rd-navbar-dark .form-label,
.rd-navbar-darker .form-label,
.bg-gray-700 .form-label,
.bg-gray-2 .form-label,
.bg-gray-4 .form-label,
.bg-primary .form-label,
.bg-image-dark .form-label,
.context-dark .form-input,
.rd-navbar-dark .form-input,
.rd-navbar-darker .form-input,
.bg-gray-700 .form-input,
.bg-gray-2 .form-input,
.bg-gray-4 .form-input,
.bg-primary .form-input,
.bg-image-dark .form-input {
    color: #FAFBFB;
}


.context-dark .form-input,
.rd-navbar-dark .form-input,
.rd-navbar-darker .form-input,
.bg-gray-700 .form-input,
.bg-gray-2 .form-input,
.bg-gray-4 .form-input,
.bg-primary .form-input,
.bg-image-dark .form-input {
    background: #0E3336;
    border-color: #60787A;
}

.rd-inline-form-creative {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: -15px;
}

.rd-inline-form-creative .form-wrap {
    flex-grow: 1;
    margin: 0 0 0 20px;
    padding-bottom: 15px;
}

.rd-inline-form-creative .form-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 150%;
    border-bottom: 1px solid #151515;
}

.rd-inline-form-creative .form-wrap.has-error::after {
    border-bottom-color: #fd6565;
}

.rd-inline-form-creative .form-input-wrap {
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 10px;
}

.rd-inline-form-creative .form-label,
.rd-inline-form-creative .form-input {
    padding: 0;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.rd-inline-form-creative .form-button {
    margin-bottom: 24px;
}

.rd-inline-form-creative .form-label {
    top: 0;
    transform: none;
}

.rd-inline-form-creative .form-input {
    min-height: 20px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    vertical-align: middle;
}

.rd-inline-form-creative .form-button {
    margin-top: 0;
}

.rd-inline-form-creative .form-validation {
    top: auto;
    left: auto;
    bottom: -2px;
    right: 0;
    font-size: 11px;
}

.rd-inline-form-creative input:-webkit-autofill~.form-validation {
    color: #fd6565;
}

.rd-inline-form-creative .button {
    padding: 10px;
    min-height: 20px;
}

@media (max-width: 767px) {
    .rd-inline-form-creative .button {
        padding: 4px 10px;
        line-height: 1;
        border: 0;
    }

    .rd-inline-form-creative .button .icon {
        font-size: 12px;
    }
}

@media (min-width: 768px) {

    .rd-inline-form-creative .form-label,
    .rd-inline-form-creative .form-input {
        font-size: 36px;
    }

    .rd-inline-form-creative .form-input-wrap {
        height: 36px;
        margin-bottom: 15px;
    }

    .rd-inline-form-creative .form-button {
        margin-bottom: 28px;
    }

    .rd-inline-form-creative .button {
        padding: 11px 40px;
        border-radius: 40px;
    }
}

@media (min-width: 992px) {

    .rd-inline-form-creative .form-label,
    .rd-inline-form-creative .form-input {
        font-size: 44px;
    }

    .rd-inline-form-creative .form-input-wrap {
        height: 44px;
    }

    .rd-inline-form-creative .button {
        padding: 14px 40px;
    }
}

*+.rd-inline-form-creative {
    margin-top: 15px;
}

.rd-inline-form-creative+.row {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .heading-7+.rd-inline-form-creative {
        margin-top: 5px;
    }
}

.context-dark .form-wrap::after,
.rd-navbar-dark .form-wrap::after,
.rd-navbar-darker .form-wrap::after,
.bg-gray-700 .form-wrap::after,
.bg-gray-2 .form-wrap::after,
.bg-gray-4 .form-wrap::after,
.bg-primary .form-wrap::after,
.bg-image-dark .form-wrap::after {
    border-bottom-color: rgba(255, 255, 255, 0.17);
}

.rd-mailform-modern .form-label,
.rd-mailform-modern .form-input {
    text-align: center;
}

.rd-mailform-modern-inline .button {
    padding: 10px 12px;
}

/* 
* Posts
*/
.post-video-button {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #15B095;
    color: #FBFBFB;
}

.post-video-button .icon {
    position: absolute;
    top: 54%;
    right: 50%;
    font-size: 24px;
    line-height: 24px;
    transform: translate(50%, -50%);
}

.post-video-button:hover {
    background: #F05C5C;
    color: #151515;
}

.post-inline {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
}

.post-inline>* {
    display: inline-block;
    margin-top: 0;
}

.post-inline-time {
    color: #15b095;
}

.post-inline-title {
    color: #151515;
}

.post-inline-title:not(:empty)::before {
    display: inline-block;
    padding: 0 5px 0 6px;
    content: '\005C\005C';
    color: #9b9b9b;
}

.context-dark .post-inline-time,
.rd-navbar-dark .post-inline-time,
.rd-navbar-darker .post-inline-time,
.bg-gray-700 .post-inline-time,
.bg-gray-2 .post-inline-time,
.bg-gray-4 .post-inline-time,
.bg-primary .post-inline-time,
.bg-image-dark .post-inline-time {
    color: #f05c5c;
}

.context-dark .post-inline-title,
.rd-navbar-dark .post-inline-title,
.rd-navbar-darker .post-inline-title,
.bg-gray-700 .post-inline-title,
.bg-gray-2 .post-inline-title,
.bg-gray-4 .post-inline-title,
.bg-primary .post-inline-title,
.bg-image-dark .post-inline-title {
    color: #fff;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.post-classic {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.wrap-posts-classic .post-classic {
    padding: 15px 0;
}

.wrap-posts-classic .post-classic:first-child {
    padding-top: 0;
}

.wrap-posts-classic .post-classic:last-child {
    padding-bottom: 0;
}

.wrap-posts-classic .post-classic+.post-classic {
    margin-top: 0;
    border-top: 1px solid #555c5f;
}

.post-classic-figure {
    display: block;
    overflow: hidden;
}

.post-classic-figure img {
    max-width: inherit;
    transition: all .3s;
}

.post-classic-figure:hover img {
    transform: scale(1.03);
}

.post-classic-title {
    font-size: 16px;
    line-height: 35px;
    color: #15B095 !important;
}

.post-classic-title a {
    color: inherit;
}

.post-classic-title a:hover {
    color: #15b095;
}

.post-classic-time {
    font-size: 12px;
    color: #b7b7b7;
}

.post-classic-time .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

*+.post-classic-title {
    margin-top: 5px;
}

.post-classic-title+* {
    margin-top: 10px;
}

.post-classic-time+* {
    margin-top: 8px;
}

.post-classic-aside+.post-classic-main {
    margin-right: 14px;
}

.post-classic+.post-classic {
    margin-top: 13px;
}

.bg-gray-100 .post-classic,
.elementor-section .post-classic {
    padding: 8px;
    background: #1A1E22;
    border: 1px solid var(--e-global-color-secondary);
}

.bg-gray-100 .post-classic-time,
.elementor-section .post-classic-time {
    color: #9b9b9b;
}

.tabs-modern_1 .post-classic {
    padding: 8px;
    background: #1A1E22;
    border: 1px solid var(--e-global-color-secondary);
}

.tabs-modern_1 .post-classic-time {
    color: #9b9b9b;
}

.list-post-classic .post-classic {
    padding: 20px;
}

.list-post-classic .post-classic+.post-classic {
    margin-top: 0;
    border-top: none;
}

.context-dark .post-classic-title,
.rd-navbar-dark .post-classic-title,
.rd-navbar-darker .post-classic-title,
.bg-gray-700 .post-classic-title,
.bg-gray-2 .post-classic-title,
.bg-gray-4 .post-classic-title,
.bg-primary .post-classic-title,
.bg-image-dark .post-classic-title {
    color: #fff;
}

@media (min-width: 768px) {
    .post-chelsea-main {
        padding: 0 30px;
        flex-basis: 60%;
    }
}

.post-minimal {
    padding: 25px 25px 20px 35px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #4E565E;
    border: 1px solid #BBBEC1;
    transition: all .3s;
}

.post-minimal:hover {
    background: #4E565E;
}

.list-post-minimal .post-minimal+.post-minimal {
    border-top: none;
}

.post-modern {
    display: flex;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #4E565E;
    border: 1px solid #BBBEC1;
    transition: all .3s;
}

.post-modern-aside {
    min-width: 100px;
    padding: 20px 10px;
    color: #d4d5db;
    text-align: center;
    border-left: 1px solid #BBBEC1;
}

.post-modern-date {
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
}

*+.post-modern-month {
    margin-top: 2px;
}

.post-modern-month {
    font-weight: 600;
}

.post-modern-main {
    padding: 15px 20px;
}

.list-post-modern .post-modern+.post-modern {
    border-top: none;
}

.post-corporate {
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.post-corporate:hover {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);
}

.post-corporate-content {
    padding: 30px 20px;
}

.post-corporate-header {
    margin-bottom: -15px;
    margin-right: -15px;
}

.post-corporate-header:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-corporate-header>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.post-corporate-time,
.post-corporate-view,
.post-corporate-comment,
.post-corporate-share {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.post-corporate-view .icon {
    margin-left: 5px;
    font-size: 13px;
}

.post-corporate-title {
    font-size: 18px;
    font-weight: 400;
}



.post-corporate-figure {
    display: block;
    overflow: hidden;
}

.post-corporate-figure img {
    transform: scale(1);
    transition: all .5s;
}

.post-corporate-figure img:hover {
    transform: scale(1.03);
}

.post-corporate-footer {
    padding: 30px 20px;
}

.post-corporate-comment a {
    color: #9b9b9b;
}

.post-corporate-comment a:hover {
    color: #15b095;
}

.post-corporate-comment .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.post-corporate-share .icon {
    font-size: 15px;
    color: #9b9b9b;
}

.post-corporate-share .icon:hover {
    color: #15b095;
}

.post-corporate+* {
    margin-top: 30px;
}

.post-corporate-header+*,
.post-corporate-title+* {
    margin-top: 15px;
}

.post-corporate-comment+* {
    margin-top: 10px;
}

@media (min-width: 576px) {

    .post-corporate-content,
    .post-corporate-footer {
        padding: 30px 35px;
    }

    .post-corporate-footer {
        display: flex;
        justify-content: space-between;
    }

    .post-corporate-comment+* {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .post-corporate-title {
        font-size: 24px;
    }
}

.post-future {
    border: 1px solid #e1e1e1;
}

.post-future hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #e1e1e1;
}

.post-future .button-gray-outline {
    padding: 14px 19px;
    font-weight: 600;
    line-height: 17px;
    border: 1px solid #e1e1e1;
}

.post-future .button-gray-outline:hover {
    background: #15b095;
    border-color: #15b095;
}

.post-future-figure {
    display: block;
    overflow: hidden;
}

.post-future-figure img {
    max-width: inherit;
    width: 100%;
    transform: scale(1);
    transition: all .5s;
}

.post-future-figure img:hover {
    transform: scale(1.03);
}

.post-future-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.post-future-time {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-future-time .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #9b9b9b;
}

.post-future-time .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-future-main {
    padding: 20px 25px 35px;
    background: #fff;
}

.post-future-meta {
    margin-bottom: -7px;
    margin-right: -15px;
}

.post-future-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-future-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-future-share {
    position: relative;
    width: 55px;
    font-size: 0;
    line-height: initial;
}

.post-future-share .inline-toggle-parent {
    position: absolute;
    left: 0;
    width: 186px;
    height: 47px;
    overflow: hidden;
    border-right: 1px solid #e1e1e1;
    border-radius: 3px;
}

.post-future-share .inline-toggle-parent .inline-toggle {
    position: absolute;
    top: 0;
    left: 1px;
    padding: 14px 19px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-top: 0;
    opacity: 1;
    transition: all .4s;
    z-index: 1;
}

.post-future-share .inline-toggle-parent .inline-toggle-element {
    position: absolute;
    top: 0;
    right: -1px;
    left: 0;
    display: block;
    padding: 14px 19px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    transform: translateX(100%);
    transition: all .4s;
    z-index: 1;
}

.post-future-share .inline-toggle-parent.active .inline-toggle {
    display: block;
}

.post-future-share .inline-toggle-parent.active .inline-toggle-element {
    transform: translateX(0);
}

.post-future-share .inline-toggle-parent .icon {
    font-size: 14px;
    color: #151515;
}

.post-future-share .inline-toggle-parent .list-inline li {
    line-height: 17px;
}

.post-future+* {
    margin-top: 30px;
}

.post-future-title+* {
    margin-top: 10px;
}

.post-future-meta+* {
    margin-top: 20px;
}

.post-future-text+* {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .post-future {
        max-width: 370px;
    }

    .post-future-horizontal {
        display: flex;
        max-width: 770px;
    }

    .post-future-horizontal .post-future-figure img {
        max-width: inherit;
        width: inherit;
    }

    .post-future-horizontal .post-future-main {
        flex-basis: 60%;
    }
}

@media (min-width: 1200px) {
    .post-future-title {
        font-size: 24px;
    }

    .post-future-share .inline-toggle-parent {
        right: 0;
        left: auto;
        width: 170px;
    }

    .post-future-share .inline-toggle-parent .inline-toggle {
        right: -1px;
        left: auto;
    }

    .post-future-horizontal .post-future-figure img {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .post-future-horizontal .post-future-main {
        flex-basis: calc(100% - 370px);
        padding: 40px 30px;
    }
}

.post-creative {
    background: #fff;
    transition: all .3s;
}

.post-creative-content {
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.post-creative-header {
    margin-bottom: -15px;
    margin-right: -15px;
}

.post-creative-header:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-creative-header>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.post-creative-time,
.post-creative-view,
.post-creative-comment,
.post-creative-share {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-creative-time .icon,
.post-creative-view .icon,
.post-creative-comment .icon,
.post-creative-share .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #9b9b9b;
}

.post-creative-time .icon.fl-justicons-visible6,
.post-creative-view .icon.fl-justicons-visible6,
.post-creative-comment .icon.fl-justicons-visible6,
.post-creative-share .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-creative-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.post-creative-figure {
    display: block;
    overflow: hidden;
}

.post-creative-figure img {
    max-width: inherit;
    width: 100%;
    transform: scale(1);
    transition: all .5s;
    will-change: transform;
}

.post-creative-figure img:hover {
    transform: scale(1.03);
}

.post-creative-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.post-creative-comment a {
    color: #9b9b9b;
}

.post-creative-comment a:hover {
    color: #15b095;
}

.post-creative-comment .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.post-creative-share .inline-toggle-parent {
    position: absolute;
    left: 20px;
    background: #fff;
    transition: all .4s;
}

.post-creative-share .inline-toggle-parent.active .inline-toggle {
    display: block;
}

.post-creative-share .inline-toggle-parent.active .inline-toggle-element {
    opacity: 1;
}

.post-creative-share .inline-toggle-parent .inline-toggle-element {
    position: absolute;
    left: -7px;
    bottom: 25px;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 3px 3px 0 0;
    transition: all .2s;
    opacity: 0;
    box-shadow: 0px -5px 7px -1px rgba(0, 0, 0, 0.2);
}

.post-creative-share .inline-toggle-parent .inline-toggle-element .icon {
    margin-left: 0;
    font-size: 15px;
    color: #9b9b9b;
}

.post-creative-share .inline-toggle-parent .inline-toggle-element .icon:hover {
    /* color: #15b095; */
    color: #fff;
}

.post-creative-share-text {
    display: inline-block;
    margin-left: 8px;
}

.post-creative+* {
    margin-top: 30px;
}

.post-creative-header+*,
.post-creative-title+* {
    margin-top: 15px;
}

@media (min-width: 576px) {

    .post-creative-content,
    .post-creative-footer {
        padding: 25px 30px;
    }

    .post-creative-footer .inline-toggle-parent {
        left: 30px;
    }
}

@media (min-width: 768px) {
    .post-creative {
        max-width: 370px;
    }
}

@media (min-width: 1200px) {
    .post-creative-title {
        /* font-size: 24px; */
        font-size: 18px;
    }
}

.post-creative-compact .post-creative-figure {
    display: none;
}

.post-creative-compact .post-creative-footer {
    border-top: 1px solid #e1e1e1;
}

.post-miranda {
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.post-miranda:hover {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);
}

.post-miranda-content {
    padding: 30px 20px;
}

.post-miranda-header {
    margin-bottom: -15px;
    margin-right: -15px;
}

.post-miranda-header:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-miranda-header>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.post-miranda-time,
.post-miranda-view,
.post-miranda-comment,
.post-miranda-share {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-miranda-time .icon,
.post-miranda-view .icon,
.post-miranda-comment .icon,
.post-miranda-share .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #9b9b9b;
}

.post-miranda-time .icon.fl-justicons-visible6,
.post-miranda-view .icon.fl-justicons-visible6,
.post-miranda-comment .icon.fl-justicons-visible6,
.post-miranda-share .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-miranda-title {
    font-size: 18px;
    font-weight: 400;
}



.post-miranda-figure {
    display: inline-block;
    overflow: hidden;
}

.post-miranda-figure img {
    transform: scale(1);
    transition: all .5s;
}

.post-miranda-figure img:hover {
    transform: scale(1.03);
}

.post-miranda-footer {
    padding: 30px 20px;
    border-top: 1px solid #e1e1e1;
}

.post-miranda-comment a {
    color: #9b9b9b;
}

.post-miranda-comment a:hover {
    color: #15b095;
}

.post-miranda-comment .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.post-miranda-share .icon {
    font-size: 15px;
    color: #9b9b9b;
}

.post-miranda-share .icon:hover {
    color: #15b095;
}

.post-miranda+* {
    margin-top: 30px;
}

.post-miranda-header+*,
.post-miranda-title+* {
    margin-top: 15px;
}

.post-miranda-comment+* {
    margin-top: 10px;
}

*+.post-miranda-aside {
    margin-top: 20px;
}

@media (min-width: 576px) {

    .post-miranda-content,
    .post-miranda-footer {
        padding: 30px 35px;
    }

    .post-miranda-footer {
        display: flex;
        justify-content: space-between;
    }

    .post-miranda-comment+* {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .post-miranda-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .post-miranda-main {
        flex-basis: calc(100% - 227px);
    }

    *+.post-miranda-aside {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .post-miranda-title {
        font-size: 24px;
    }
}

@media (min-width: 1600px) {
    .post-miranda-main {
        flex-basis: calc(100% - 247px);
    }
}

.post-carmen {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px;
    height: 343px;
    overflow: hidden;
}

.post-carmen::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-image: linear-gradient(0deg, #15161b 0%, rgba(77, 88, 143, 0) 100%);
    height: 410px;
    pointer-events: none;
    z-index: 1;
}

.post-carmen img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(1);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transition: all .3s;
}

.post-carmen:hover img {
    transform: translate(50%, -50%) scale(1.03);
}

.post-carmen-title {
    font-size: 22px;
    font-weight: 600;
}

.post-carmen-title a {
    color: #fff;
}

.post-carmen-title a:hover {
    color: #15b095;
}

.post-carmen-header {
    flex: 1;
}

.post-carmen-main,
.post-carmen-header {
    position: relative;
    z-index: 1;
}

.post-carmen-comment a {
    color: #9b9b9b;
}

.post-carmen-comment a:hover {
    color: #15b095;
}

.post-carmen-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-carmen-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-carmen-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-carmen-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #15b095;
}

.post-carmen-meta .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-carmen+* {
    margin-top: 30px;
}

*+.post-carmen-meta {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .post-carmen-title {
        font-size: 24px;
    }
}

.post-gloria {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px;
    height: 440px;
    overflow: hidden;
}

.post-gloria::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 85%);
    pointer-events: none;
    z-index: 1;
}

.post-gloria img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transition: all .3s;
}

.post-gloria:hover img {
    transform: translate(-50%, -50%) scale(1.03);
}

.post-gloria .button,
.post-gloria .button:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.post-gloria .button:hover,
.post-gloria .button:active {
    color: #fff;
    background-color: #15b095;
    border-color: #15b095;
}

.post-gloria .button.button-ujarak::before {
    background: #15b095;
}

.post-gloria-main {
    position: relative;
    max-width: 390px;
    z-index: 2;
}

.post-gloria-title {
    font-weight: 600;
    color: #fff;
}

.post-gloria-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-gloria-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-gloria-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-gloria-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #9b9b9b;
}

.post-gloria-meta .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-gloria-time {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.post-gloria-text {
    position: relative;
    padding-right: 40px;
    color: #fff;
}

.post-gloria-text svg {
    position: absolute;
    top: 5px;
    right: -3px;
    width: 27px;
    height: 17px;
}

.post-gloria-text svg path {
    fill: #d4d5db;
}

*+.post-gloria-meta {
    margin-top: 10px;
}

*+.post-gloria-text {
    margin-top: 16px;
}

.post-gloria+* {
    margin-top: 30px;
}

*+.post-gloria-title {
    margin-top: 16px;
}

.post-gloria.post-gloria-1 {
    justify-content: flex-end;
}

.post-gloria.post-gloria-1 .post-gloria-title {
    font-weight: 400;
}

.post-gloria.post-gloria-1 .post-gloria-time {
    color: #9b9b9b;
}

.post-gloria.post-gloria-1::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 85%);
}

.post-gloria.post-gloria-1 .button {
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.22);
}

.post-gloria.post-gloria-1 .button,
.post-gloria.post-gloria-1 .button:focus {
    color: #151515;
    background-color: #f05c5c;
    border-color: #f05c5c;
}

.post-gloria.post-gloria-1 .button:hover,
.post-gloria.post-gloria-1 .button:active {
    color: #fff;
    background-color: #15b095;
    border-color: #15b095;
}

.post-gloria.post-gloria-1 .button.button-ujarak::before {
    background: #15b095;
}

@media (min-width: 992px) {
    .post-gloria.post-gloria-1 .post-gloria-main {
        max-width: 260px;
    }
}

@media (min-width: 1200px) {
    .post-gloria {
        padding: 40px;
    }

    .post-gloria::before {
        display: none;
    }
}

.post-chelsea {
    max-width: 370px;
}

.post-chelsea-figure {
    display: block;
    overflow: hidden;
}

.post-chelsea-figure img {
    transform: scale(1);
    transition: all .5s;
    will-change: transform;
}

.post-chelsea-figure img:hover {
    transform: scale(1.03);
}

.post-chelsea-title {
    font-size: 18px;
    font-weight: 400;
}

.post-chelsea-main {
    padding: 20px 0 35px;
}

.post-chelsea-comment a {
    color: #9b9b9b;
}

.post-chelsea-comment a:hover {
    color: #15b095;
}

.post-chelsea-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-chelsea-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-chelsea-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-chelsea-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #9b9b9b;
}

.post-chelsea-meta .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-chelsea+* {
    margin-top: 30px;
}

*+.post-chelsea-title {
    margin-top: 15px;
}

.post-chelsea-title+* {
    margin-top: 10px;
}

.post-chelsea-meta+* {
    margin-top: 20px;
}

.post-chelsea-text+* {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .post-chelsea {
        display: flex;
        align-items: flex-start;
        max-width: 770px;
    }

    .post-chelsea .post-chelsea-figure img {
        max-width: inherit;
    }

    .post-chelsea-main {
        padding: 0 30px;
        flex-basis: 60%;
    }
}

@media (min-width: 1200px) {
    .post-chelsea-title {
        font-size: 24px;
    }

    .post-chelsea-main {
        padding: 30px;
    }
}

.post-veronica {
    max-width: 370px;
    border-bottom: 1px solid #d7d7d7;
}

.post-veronica-figure {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-veronica-figure .badge {
    position: absolute;
    top: 20px;
    right: 15px;
}

.post-veronica-figure img {
    transform: scale(1);
    transition: all .5s;
}

.post-veronica-figure img:hover {
    transform: scale(1.03);
}

.post-veronica-main {
    padding: 20px 0;
}

.post-veronica-title {
    font-size: 18px;
    font-weight: 400;
}

.post-veronica-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.post-veronica-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-veronica-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-veronica-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #9b9b9b;
}

.post-veronica-meta .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-veronica-comment a {
    color: #9b9b9b;
}

.post-veronica-comment a:hover {
    color: #15b095;
}

*+.post-veronica-text,
*+.post-veronica-meta {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .post-veronica-title {
        font-size: 24px;
    }
}

.post-alice {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    padding: 35px 35px 50px;
    text-align: center;
    overflow: hidden;
}

.post-alice::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-image: linear-gradient(to top, #15161b 0%, rgba(77, 88, 143, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.post-alice img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transition: all .3s;
}

@supports (object-fit: cover) {
    .post-alice img {
        left: 0;
        top: 0;
        transform: none;
        object-fit: cover;
        object-position: center center;
    }
}

.post-alice .divider::after {
    width: 50px;
    height: 3px;
}

.post-alice *+.divider {
    margin-top: 20px;
}

.post-slider .swiper-slide {
    align-items: stretch;
}

.post-slider .post-alice {
    width: 100%;
    white-space: normal;
}

.post-alice-main {
    position: relative;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
}

.post-alice-title {
    font-weight: 600;
    color: #fff;
    will-change: transform;
}

.post-alice-time {
    display: inline-block;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.post-alice-time .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

*+.post-alice-title {
    margin-top: 10px;
}

*+.post-alice-time {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .post-alice {
        height: 400px;
    }
}

.post-ruby {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.post-ruby-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.post-ruby-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-ruby-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-ruby-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.post-ruby-title {
    position: relative;
    padding-right: 55px;
    font-size: 18px;
    font-weight: 400;
}

.post-ruby-title::before {
    position: absolute;
    top: 0;
    right: -3px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 122px;
    letter-spacing: 0.127em;
    line-height: 85px;
    color: #d4d5db;
    content: '“';
}

.post-ruby-view .icon {
    font-size: 13px;
}

.post-ruby-comment a {
    color: #9b9b9b;
}

.post-ruby-comment a:hover {
    color: #15b095;
}

*+.post-ruby-meta {
    margin-top: 35px;
}

*+.post-ruby-title {
    margin-top: 20px;
}

*+.post-ruby-text {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .post-ruby-title {
        font-size: 24px;
    }
}

.blog-post {
    padding: 30px;
    font-size: 16px;
    color: #151515;
    background: var(--e-global-color-bg);
    border: 1px solid var(--e-global-color-border);
}

.blog-post-title {
    font-weight: 400;
    letter-spacing: 0.025em;
}

.blog-post-author {
    display: flex;
    align-items: center;
}

.post-author {
    margin-top: 0;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
}

.blog-post-author-quote {
    padding-right: 15px;
    border-right: 5px solid #edeff4;
}

.blog-post-meta {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom: -7px;
    margin-right: -15px;
}

.blog-post-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #15b095;
}

.blog-post-meta .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.blog-post-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.blog-post-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.blog-post-share {
    padding: 20px;
    background: #edeff4;
}

.blog-post-share p {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.blog-post-share .icon {
    color: #9b9b9b;
}

.blog-post-share .icon:hover {
    color: #15b095;
}

.blog-post-content>*+* {
    margin-top: 25px;
}

*+.blog-post-header {
    margin-top: 15px;
}

*+.blog-post-title {
    margin-top: 10px;
}

*+.blog-post-meta {
    margin-top: 12px;
}

*+.post-author {
    margin-right: 6px;
}

*+.blog-post-author-quote {
    margin-top: 25px;
}

*+.blog-post-share {
    margin-top: 25px;
}

*+.blog-post-content {
    margin-top: 27px;
}

.inline-toggle-parent {
    display: flex;
    align-items: center;
}

.inline-toggle-parent .icon {
    font-size: 16px;
    color: #9b9b9b;
    cursor: pointer;
}

.inline-toggle-parent .inline-toggle-element {
    display: none;
    transition: all .3s;
}

.inline-toggle-parent .inline-toggle-element .icon {
    font-size: 13px;
}

.inline-toggle-parent .inline-toggle-element .icon:hover {
    color: #15b095;
}

.inline-toggle-parent .list-inline li {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #9b9b9b;
}

.inline-toggle-parent .list-inline li+li {
    margin-right: 10px;
}

.inline-toggle-parent.active .inline-toggle-element {
    display: block;
}

.inline-toggle-parent.active .inline-toggle {
    display: none;
    transition: all .3s;
}

@media (min-width: 576px) {
    .blog-post-header {
        display: flex;
        align-items: center;
    }

    .blog-post-author {
        margin-left: 20px;
    }

    .post-author {
        padding-left: 20px;
        border-left: 1px solid #e1e1e1;
    }

    .blog-post-share {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .blog-post-meta {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .blog-post {
        padding: 30px 40px;
    }
}

.post-lily {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 22px;
    height: 343px;
    overflow: hidden;
}

.post-lily::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(29, 37, 45, 0.5);
    height: 410px;
    pointer-events: none;
    z-index: 1;
}

.post-lily img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(1);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transition: all .3s;
}

.post-lily:hover img {
    transform: translate(50%, -50%) scale(1.03);
}

.post-lily .post-video-button {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.post-lily-title {
    max-width: 360px;
    font-size: 20px;
    font-weight: 600;
}

.post-lily-title a {
    color: #fff;
}

.post-lily-title a:hover {
    color: #f05c5c;
}

.post-lily-main {
    position: relative;
    z-index: 1;
}

.post-lily-comment a {
    color: #fff;
}

.post-lily-comment a:hover {
    color: #15b095;
}

.post-lily-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
    color: #fff;
}

.post-lily-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-lily-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-lily-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #f05c5c;
}

.post-lily-meta .icon.fl-justicons-visible6 {
    font-size: 13px;
}

.post-lily+* {
    margin-top: 30px;
}

*+.post-lily-title {
    margin-top: 15px;
}

*+.post-lily-meta {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .post-lily {
        padding: 25px;
    }

    .post-lily-title {
        font-size: 24px;
    }
}

.post-light {
    padding: 20px 20px;
    max-width: 300px;
    text-align: center;
}

.post-light>*+* {
    margin-top: 15px;
}

.post-light-title {
    width: 100%;
    font-weight: 400;
}

.post-light-time {
    display: block;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    color: #15b095;
}

.post-elizabeth-meta {
    margin-bottom: -7px;
    margin-right: -15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-elizabeth-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-elizabeth-meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.post-elizabeth-meta .icon {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #15b095;
}

.post-elizabeth-title {
    position: relative;
}

.post-elizabeth-text {
    max-width: 500px;
}

.post-elizabeth-view .icon {
    font-size: 13px;
}

.post-elizabeth-comment a {
    color: #9b9b9b;
}

.post-elizabeth-comment a:hover {
    color: #15b095;
}

*+.post-elizabeth-meta {
    margin-top: 20px;
}

*+.post-elizabeth-title {
    margin-top: 15px;
}

*+.post-elizabeth-text {
    margin-top: 15px;
}

.context-dark .post-elizabeth-text,
.rd-navbar-dark .post-elizabeth-text,
.rd-navbar-darker .post-elizabeth-text,
.bg-gray-700 .post-elizabeth-text,
.bg-gray-2 .post-elizabeth-text,
.bg-gray-4 .post-elizabeth-text,
.bg-primary .post-elizabeth-text,
.bg-image-dark .post-elizabeth-text {
    color: #fff;
}

.context-dark .post-elizabeth-meta,
.rd-navbar-dark .post-elizabeth-meta,
.rd-navbar-darker .post-elizabeth-meta,
.bg-gray-700 .post-elizabeth-meta,
.bg-gray-2 .post-elizabeth-meta,
.bg-gray-4 .post-elizabeth-meta,
.bg-primary .post-elizabeth-meta,
.bg-image-dark .post-elizabeth-meta {
    color: rgba(255, 255, 255, 0.6);
}

.context-dark .post-elizabeth-comment a,
.rd-navbar-dark .post-elizabeth-comment a,
.rd-navbar-darker .post-elizabeth-comment a,
.bg-gray-700 .post-elizabeth-comment a,
.bg-gray-2 .post-elizabeth-comment a,
.bg-gray-4 .post-elizabeth-comment a,
.bg-primary .post-elizabeth-comment a,
.bg-image-dark .post-elizabeth-comment a {
    color: rgba(255, 255, 255, 0.6);
}

.context-dark .post-elizabeth-comment a:hover,
.rd-navbar-dark .post-elizabeth-comment a:hover,
.rd-navbar-darker .post-elizabeth-comment a:hover,
.bg-gray-700 .post-elizabeth-comment a:hover,
.bg-gray-2 .post-elizabeth-comment a:hover,
.bg-gray-4 .post-elizabeth-comment a:hover,
.bg-primary .post-elizabeth-comment a:hover,
.bg-image-dark .post-elizabeth-comment a:hover {
    color: #15b095;
}

@media (min-width: 768px) {
    *+.post-elizabeth-title {
        margin-top: 20px;
    }

    *+.post-elizabeth-meta {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .post-elizabeth-title {
        font-size: 44px;
    }
}

/* 
* Quotes
*/
.quote-default {
    text-align: center;
}

.quote-default-text {
    position: relative;
    padding: 30px 0 43px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #151515;
}

.quote-default-text::before,
.quote-default-text::after {
    content: '';
    position: absolute;
    right: 50%;
    width: 400px;
    height: 2px;
    transform: translateX(50%);
    background: #151515;
}

.quote-default-text::before {
    top: 0;
}

.quote-default-text::after {
    bottom: 0;
}

.quote-default-cite {
    padding-top: 15px;
    color: #15b095;
    font-size: 14px;
}

@media (min-width: 768px) {
    .quote-default-text {
        font-size: 33px;
        line-height: 40px;
    }
}

.quote-modern {
    position: relative;
    padding-right: 50px;
}

.quote-modern::before {
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    content: '';
    border-top: 1px solid #e1e1e1;
    pointer-events: none;
}

.quote-modern-text {
    font-size: 16px;
}

*+.quote-modern {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .quote-modern {
        padding-right: 90px;
    }

    .quote-modern::before {
        width: 70px;
    }

    .quote-modern-text {
        font-size: 18px;
    }
}

.quote-minimal {
    display: flex;
    font-size: 14px;
    line-height: 1.625;
}

.quote-minimal>*+* {
    margin-top: 0;
    margin-right: 20px;
}

.quote-minimal-mark {
    position: relative;
    top: 5px;
    flex-shrink: 0;
    fill: #edeff4;
}

*+.quote-minimal {
    margin-top: 25px;
}

.context-dark .quote-minimal,
.rd-navbar-dark .quote-minimal,
.rd-navbar-darker .quote-minimal,
.bg-gray-700 .quote-minimal,
.bg-gray-2 .quote-minimal,
.bg-gray-4 .quote-minimal,
.bg-primary .quote-minimal,
.bg-image-dark .quote-minimal {
    color: #fff;
}

@media (min-width: 1200px) {
    .quote-minimal {
        font-size: 16px;
    }
}

/* 
* Thumbnails
*/
.img-responsive {
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

.thumbnail-classic {
    position: relative;
    overflow: hidden;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    transition: all .3s ease-in-out;
}

.thumbnail-classic::before,
.thumbnail-classic::after {
    position: absolute;
    pointer-events: none;
}

.thumbnail-classic::before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #2b3341;
    opacity: .58;
    transition: inherit;
}

.thumbnail-classic::after {
    display: inline-block;
    content: '\e01c';
    top: 50%;
    right: 50%;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-family: 'fl-budicons-launch';
    transform: translate(50%, calc(-50% - 20px));
    transition: inherit;
}

.thumbnail-classic-figure {
    display: block;
    transform: scale3d(1.1, 1.1, 1.1);
}

.thumbnail-classic-figure img {
    width: 100%;
    will-change: transform;
}

.thumbnail-classic-caption {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 20px;
    background: #2c2d31;
    transition: inherit;
}

.thumbnail-classic-panel-left {
    position: relative;
    text-align: right;
}

.thumbnail-classic-title {
    color: #fff;
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out 200ms;
}

.thumbnail-classic-subtitle {
    display: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #707279;
    opacity: 0;
    transform: translate3d(0, 200%, 0);
    transition: all 300ms ease-in-out 100ms;
}

.thumbnail-classic-panel-right {
    position: relative;
    text-align: left;
    line-height: 1;
}

.thumbnail-classic-panel-toggle {
    position: relative;
    display: none;
    font-size: 24px;
    color: #707279;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: all 300ms ease-in-out 200ms;
    z-index: 1;
}

.thumbnail-classic-list {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.thumbnail-classic-list a,
.thumbnail-classic-list a:focus,
.thumbnail-classic-list a:active {
    color: inherit;
}

.thumbnail-classic-list a:hover {
    color: #f05c5c;
}

.thumbnail-classic-list li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 300ms ease-in-out;
}

.thumbnail-classic-list li:nth-child(1) {
    transition-delay: 100ms;
}

.thumbnail-classic-list li:nth-child(2) {
    transition-delay: 150ms;
}

.thumbnail-classic-list li:nth-child(3) {
    transition-delay: 200ms;
}

.thumbnail-classic-list li:nth-child(4) {
    transition-delay: 250ms;
}

.thumbnail-classic-list li:nth-child(5) {
    transition-delay: 300ms;
}

.thumbnail-classic-list li:nth-child(6) {
    transition-delay: 350ms;
}

.thumbnail-classic-list li:nth-child(7) {
    transition-delay: 400ms;
}

.thumbnail-classic-list li:nth-child(8) {
    transition-delay: 450ms;
}

.thumbnail-classic-list li:nth-child(9) {
    transition-delay: 500ms;
}

.thumbnail-classic-list li:nth-child(10) {
    transition-delay: 550ms;
}

.desktop .thumbnail-classic::before {
    opacity: 0;
}

.desktop .thumbnail-classic::after {
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, -50%);
}

.desktop .thumbnail-classic-caption {
    transform: translateY(100%);
}

.desktop .thumbnail-classic-title {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
}

.desktop .thumbnail-classic-subtitle {
    display: inline-block;
}

.desktop .thumbnail-classic-panel-toggle {
    display: inline-block;
}

.desktop .thumbnail-classic-list {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 4px));
    pointer-events: none;
}

.desktop .thumbnail-classic-list li {
    opacity: 0;
    transform: translate3d(0, 200%, 0);
}

.desktop .thumbnail-classic:hover .thumbnail-classic-figure {
    position: relative;
    transform: scale3d(1, 1, 1);
}

.desktop .thumbnail-classic:hover .thumbnail-classic-caption {
    transform: translateY(0);
}

.desktop .thumbnail-classic:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, calc(-50% - 20px));
}

.desktop .thumbnail-classic:hover::before {
    opacity: .58;
}

.desktop .thumbnail-classic-panel-right:hover .thumbnail-classic-panel-toggle {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.desktop .thumbnail-classic-panel-right:hover .thumbnail-classic-list {
    pointer-events: auto;
}

.desktop .thumbnail-classic-panel-right:hover .thumbnail-classic-list li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.desktop .thumbnail-classic-panel-right:hover~.thumbnail-classic-panel-left .thumbnail-classic-title {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.desktop .thumbnail-classic-panel-right:hover~.thumbnail-classic-panel-left .thumbnail-classic-subtitle {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.thumbnail-modern {
    position: relative;
    overflow: hidden;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #707279;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    transition: all 300ms ease-in-out;
}

.thumbnail-modern img {
    width: 100%;
}

.thumbnail-modern-caption {
    width: 100%;
    padding: 22px;
    background: #35363c;
    transition: inherit;
    will-change: transform;
    z-index: 1;
}

.thumbnail-modern-title {
    color: #f05c5c;
}

.thumbnail-modern-date {
    display: block;
    font-weight: 500;
    font-size: .85em;
    text-transform: uppercase;
    transition: inherit;
}

.desktop .thumbnail-modern {
    padding-bottom: 66px;
}

.desktop .thumbnail-modern-caption {
    position: absolute;
    bottom: 0;
    transform: translate3d(0, 18px, 0);
}

.desktop .thumbnail-modern-date {
    opacity: 0;
    visibility: hidden;
}

.desktop .thumbnail-modern:hover .thumbnail-modern-date {
    opacity: 1;
    visibility: visible;
}

.desktop .thumbnail-modern:hover .thumbnail-modern-caption {
    transform: translate3d(0, 0, 0);
}

.thumbnail-creative {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    background: #384958;
    cursor: pointer;
}

.thumbnail-creative img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale3d(1.1, 1.1, 1);
    will-change: transform;
}

.thumbnail-creative-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
}

.thumbnail-creative-overlay::before,
.thumbnail-creative-overlay::after {
    position: absolute;
    pointer-events: none;
}

.thumbnail-creative-overlay::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -100%, 0);
}

.thumbnail-creative-overlay::after {
    display: inline-block;
    content: '\e01c';
    top: 50%;
    right: 50%;
    z-index: 1;
    font-size: 24px;
    font-family: 'fl-budicons-launch';
    opacity: 0;
    transform: translate(50%, calc(-50% + 10px));
    transition: all 150ms ease-in-out;
}

.thumbnail-creative:hover img {
    opacity: 0.5;
    transform: scale3d(1, 1, 1);
}

.thumbnail-creative:hover .thumbnail-creative-overlay::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 100%, 0);
}

.thumbnail-creative:hover .thumbnail-creative-overlay::after {
    opacity: 1;
    transform: translate(50%, -50%);
    transition-delay: 300ms;
}

.mobile .thumb--effect-apollo img,
.tablet .thumb--effect-apollo img {
    opacity: 0.5;
    transform: scale3d(1, 1, 1);
}

.mobile .thumbnail-creative-overlay::before,
.tablet .thumbnail-creative-overlay::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 100%, 0);
}

.thumbnail-minimal {
    text-align: center;
}

.thumbnail-minimal>*+* {
    margin-top: 15px;
}

.thumbnail-minimal-title {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #151515;
    text-transform: uppercase;
}

.thumbnail-minimal-figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 150px;
}

.thumbnail-minimal-counter h2 {
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 768px) {
    .block-thumbnail-minimal [class*='col-']+[class*='col-'] {
        position: relative;
    }

    .block-thumbnail-minimal [class*='col-']+[class*='col-']::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 165px;
        content: '';
        background: #e1e1e1;
        transform: translateY(-50%);
    }
}

.thumb-video {
    position: relative;
    overflow: hidden;
    display: block;
    background: #151515;
    text-align: center;
}

.height-fill .thumb-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
}

.thumb-video-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.thumb-video-image {
    width: auto;
    height: auto;
    max-width: none;
}

.thumb-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #151515;
    cursor: pointer;
}

.thumb-video-overlay .thumb-video-image {
    min-height: 100%;
}

.thumb-video-content {
    background: #151515;
}

.thumb-video-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    color: #151515;
    background: #fff;
    cursor: pointer;
    transition: .22s;
}

.thumb-video-button::after {
    content: '\e037';
    font-family: 'Material Icons';
    font-size: 25px;
    line-height: 1;
}

.thumb-video-button:hover {
    color: #15b095;
}

.thumb-video-content,
.thumb-video-image {
    min-width: 100%;
}

@supports (object-fit: cover) {
    .thumb-video-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

*+.thumb-video-title {
    margin-top: 10px;
}

a.thumbnail-alice {
    display: block;
}

.thumbnail-alice {
    position: relative;
    overflow: hidden;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transform: translate3d(0, 0, 0);
}

.thumbnail-alice img {
    width: 100%;
}

.thumbnail-alice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(37, 43, 47, 0.3);
    opacity: 0;
    transition: .4s;
}

.thumbnail-alice::after {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    content: '\e01c';
    z-index: 1;
    font-size: 24px;
    font-family: 'fl-budicons-launch';
    opacity: 0;
    transition: all 150ms ease-in-out;
    color: #fff;
}

.thumbnail-alice:hover::before,
.thumbnail-alice:hover::after {
    opacity: 1;
}

.thumbnail-alice:hover .thumbnail-alice-figure {
    transform: scale(1.1);
}

.thumbnail-alice-figure {
    position: relative;
    transition: .34s;
}

/* 
* Breadcrumbs 
*/
.breadcrumbs-wrap {
    background-color: #081021;
}

.breadcrumbs-custom {
    position: relative;
    padding: 35px 0 40px;
    text-align: center;
}

.breadcrumbs-custom-path {
    margin-right: -11px;
    margin-left: -11px;
    line-height: 1;
    text-transform: uppercase;
}

.breadcrumbs-custom-path>* {
    padding-right: 11px;
    padding-left: 11px;
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle;
    font: inherit;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: #e45d5d;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.breadcrumbs-custom-path li::after {

    content: "\2B9C";
    font-family: "Material Design Icons";
    position: absolute;
    top: 52%;
    left: -11px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    color: #fff;
    transform: translateY(-50%);
}

.breadcrumbs-custom-path li:last-child:after {
    display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
    color: #fff;
}

.breadcrumbs-custom-path li.active {
    top: 1px;
}

@-moz-document url-prefix() {
    .breadcrumbs-custom-path li.active {
        top: 0;
    }
}

*+.breadcrumbs-custom-path {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 70px 0 80px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 110px 0 100px;
    }
}

/* 
* Snackbars
*/
.snackbars {
    padding: 9px 16px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    color: #fff;
    background-color: #151515;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.snackbars .icon-xxs {
    font-size: 18px;
}

.snackbars p span:last-child {
    padding-right: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}

/** 
* Shop
*/
.card-shop {
    padding: 30px 15px 25px;
    background-color: #1A1E22;
    border: 1px solid #414448;
}

*+.card-shop {
    margin-top: 26px;
}

@media (min-width: 1600px) {
    .card-shop {
        min-height: 161px;
        padding: 30px 22px 25px;
    }
}

.bg-gray-100 .card-shop {
    background-color: #fff;
}

.card-shop-table {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--e-global-color-1d45643);
    background-color: var(--e-global-color-e3a597f);
    border: 1px solid var(--e-global-color-border);
}

.card-shop-table tr+tr {
    border-top: 1px solid var(--e-global-color-border);
}

.card-shop-table td {
    width: 50%;
    vertical-align: middle;
    padding: 20px 15px;
    white-space: nowrap;
}

.card-shop-table td:first-child {
    text-align: right;
}

.card-shop-table td:last-child {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 576px) {

    .card-shop-table td:last-child {
        padding-left: 60px;
    }
}

.product-inline {
    display: flex;
    align-items: center;
    margin-right: -15px;
}

.product-inline>* {
    margin-right: 15px;
}

.product-inline-figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 83px;
    background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-inline-figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.3, 1);
    transition: .4s;
    background-image: linear-gradient(to bottom, #eef1f4 0%, #bdcbdf 100%);
}

.product-inline-figure:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
}

.product-inline-image {
    position: relative;
    z-index: 1;
    max-width: 90%;
    max-height: 90%;
}

.product-inline-price {
    color: #15b095;
}

.product-inline-meta {
    display: table;
    vertical-align: middle;
}

.product-inline-meta:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.product-inline-meta>* {
    margin-top: 0;
}



*+.product-inline-title {
    margin-top: 10px;
}

*+.product-inline-meta {
    margin-top: 5px;
}

*+.product-inline {
    margin-top: 20px;
}

.page .cart-inline {
    color: #151515;
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: right;
}

.page .cart-inline h1,
.page .cart-inline h2,
.page .cart-inline h3,
.page .cart-inline h4,
.page .cart-inline h5,
.page .cart-inline h6,
.page .cart-inline [class*='heading-'] {
    color: #151515;
}

.page .cart-inline .form-label,
.page .cart-inline .form-input {
    color: #9b9b9b;
}

.page .cart-inline .form-input {
    background-color: #fff;
    border-color: #e1e1e1;
}

.page .cart-inline .stepper input {
    color: #151515;
}

.page .cart-inline .post-classic-title {
    color: #151515;
}

.cart-inline .cart-inline-inner>*+* {
    border-top: 1px solid #e1e1e1;
}

.cart-inline-toggled-outer {
    position: relative;
}

.cart-inline-toggled-outer .cart-inline-toggle {
    position: relative;
    z-index: 12;
}

.cart-inline-toggled-outer .cart-inline-toggle::after {
    content: '';
    position: absolute;
    bottom: -21px;
    right: 13%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    pointer-events: none;
}

.cart-inline-toggled-outer .cart-inline-toggled,
.cart-inline-toggled-outer .cart-inline-toggle::after {
    opacity: 0;
    visibility: hidden;
    transition: .22s;
    transform: translate3d(0, -10px, 0);
}

.cart-inline-toggled-outer .cart-inline-toggled.active,
.cart-inline-toggled-outer .cart-inline-toggle.active::after {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.cart-inline-toggled {
    position: absolute;
    left: 0;
    margin-top: 16px;
    top: 100%;
    z-index: 11;
    min-width: 320px;
    max-width: 100%;
}

.cart-inline-toggled .cart-inline-inner {
    max-height: calc(100vh - 56px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-inline-header,
.cart-inline-main,
.cart-inline-footer {
    padding: 10px 15px;
}

.cart-inline-footer .button {
    padding-right: 10px;
    padding-left: 10px;
    width: calc(50% - 5px);
}

.cart-inline-footer .button+.button {
    margin-top: 0;
    margin-right: 5px;
}


.cart-inline-subtitle {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
}

*+.cart-inline-subtitle {
    margin-top: 5px;
}

@media (min-width: 768px) {

    .cart-inline-header,
    .cart-inline-main,
    .cart-inline-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cart-inline-header {
        padding-top: 25px;
    }

    .cart-inline-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cart-inline-footer {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

.product {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    box-shadow: 0 3px 10px 0 rgba(1, 3, 4, 0);
    transition: .3s ease-out all;
}

.product-header {
    position: relative;
    min-height: 345px;
    background-image: linear-gradient(to bottom, #4E565E 0%, #2A343D 100%);
}

.product-header .badge {
    position: absolute;
    top: 7px;
    right: 21px;
    z-index: 1;
}

.product-figure {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out all;
}

.product-figure img {
    will-change: transfrom;
    transition: .3s ease-out all;
}

.product-buttons {
    position: absolute;
    left: 13px;
    bottom: 7px;
    transition: .3s ease-out all;
}

.product-button {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #0D0D0D;
    color: #F6F6F6;
    border-radius: 3px;
    cursor: pointer;
}

a.product-button:hover,
button.product-button:hover {
    color: #fff;
    background-color: #15b095;
}

.product-share {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 23px 5px;
    border-radius: 3px;
    transform-origin: 100% 0;
    cursor: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out opacity;
    transition-delay: .3s;
}

.product-share:before {
    content: '';
    position: absolute;
    top: 0;
    height: 65px;
    right: 0;
    left: 0;
    background-color: #171C20;
    transition: .3s ease-out all;
}

.product-button-share:hover:before {
    opacity: 0;
    transform: scale(0);
}

.product-button-share:hover .product-share {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.product-button-share:hover .product-share:before {
    height: 100%;
}

.product-button-share:hover .product-share-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .2s ease-out all;
}

.product-button-share:hover .product-share-item:nth-child(1) {
    transition-delay: .1s;
}

.product-button-share:hover .product-share-item:nth-child(2) {
    transition-delay: .133s;
}

.product-button-share:hover .product-share-item:nth-child(3) {
    transition-delay: .166s;
}

.product-button-share:hover .product-share-item:nth-child(4) {
    transition-delay: .199s;
}

.product-button-share:hover .product-share-item:nth-child(5) {
    transition-delay: .211s;
}

.product-button-share:hover .product-share-item:nth-child(6) {
    transition-delay: .244s;
}

.product:hover .product-buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product:hover .product-button {
    opacity: 1;
}

.product-share-item {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;

    transform: translateY(-5px);
    transition: .1s ease-out all;
}

.product-share-item:nth-child(6) {
    transition: 0s ease-out all;
    transition-delay: .0s;
}

.product-share-item:nth-child(5) {
    transition: 0s ease-out all;
    transition-delay: .05s;
}

.product-share-item:nth-child(4) {
    transition-delay: .07s;
}

.product-share-item:nth-child(3) {
    transition-delay: .08s;
}

.product-share-item:nth-child(2) {
    transition-delay: .09s;
}

.product-share-item:nth-child(1) {
    transition-delay: .1s;
}

.product-share-item .icon {
    font-size: 16px;
    transition: .3s ease-out all;
}

.product-share-item .icon.fa-google-plus {
    font-size: 14px;
}

.product-share-item .icon,
.product-share-item .icon:focus,
.product-share-item .icon:active {

    color: #F6F6F6;
}

.product-share-item .icon:hover {
    color: #15b095;
}

.product-button-share::before {
    display: inline-block;
    opacity: 1;
    transform: scale(1);
    transition: .5s ease-out all;
}

.product-content {
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.product-price {
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.product-price .product-price-new {
    font-weight: 400;
    color: #15B095;
}

.product-price *+* {
    margin-right: 7px;
}

.product-price-old {
    text-decoration: line-through;
    color: #9b9b9b;
}

.product-rating {
    line-height: 1;
}

.product-rating>li {
    display: inline-block;
    margin: 0 -2px;
    font-size: 19px;
    color: #ffcc00;
}

.product:hover {
    box-shadow: 0 3px 10px 0 rgba(1, 3, 4, 0.35);
}

.product:hover .product-figure img {
    transform: scale(1.05);
}

*+.product {
    margin-top: 30px;
}

*+.product-button {
    margin-top: 10px;
}

*+.product-rating {
    margin-top: 1px;
}

*+.product-price {
    margin-top: 9px;
}

@media (min-width: 1200px) {
    .desktop .product-button {
        opacity: 0;
        transition: .3s ease-out all;
    }

    .desktop .product-buttons {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }

    .desktop .product-share-item {
        opacity: 0;
        visibility: hidden;
    }

    .desktop *+.product-button {
        margin-top: -5px;
    }

    .desktop .product:hover *+.product-button {
        margin-top: 10px;
    }
}

.product-sm {
    max-width: 272px;
}

.product-sm .product-header {
    min-height: 251px;
}

.product-sm .product-header .badge {

    top: 5px;
    right: 5px;
}

.product-sm .product-content {
    padding: 20px 10px;
    min-height: 230px;
}



.product-sm .product-title {
    font-size: 17px;
}


.product-sm .product-price-new {
    font-size: 14px;
    display: block;
}

.product-sm .product-price-old {
    font-size: 13px;
    display: block;
}

.product-sm *+.product-price {
    margin-top: 1px;
}

.product-sm .product-button {
    width: 53px;
    height: 53px;
    line-height: 53px;
}

.product-sm .product-share {
    padding: 16px 5px;
}

.product-sm .product-header .rate {
    display: inline-block;
    padding: 3px 8px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
}

.product-list {
    border: 1px solid var(--e-global-color-border);
    background: var(--e-global-color-bg);
    color: var(--e-global-color-white);
}

.product-list .product-list-title {
    font-weight: 400;
}

.product-list .badge {
    position: absolute;
    top: 27px;
    right: 19px;
}

.product-list-aside {
    position: relative;
    width: 100%;
    min-height: 330px;
    /* background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%); */
}

.product-list-aside img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.product-list-main {
    padding: 25px 15px;
}

.product-list-info {
    margin: 0 -4px;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
}

.product-list-info>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    line-height: 1;
}

.product-list-rating {
    font-size: 19px;
    color: #ffcc00;
}

.product-list-rating>li {
    display: inline-block;
    margin: 0 0;
}

.product-list-price {
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

.product-list-price>li {
    display: inline-block;
    vertical-align: baseline;
}

.product-list-price .product-list-price-new {

    font-family: "dana-bold";
    font-weight: 400;
    color: #15B095;
}

.product-list-price-old {
    text-decoration: line-through;
    color: #9b9b9b;
}

.product-list-buttons {
    margin: 0 -4px;
}


.product-list-buttons>li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 4px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .product-list-buttons .button {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.product-list-share {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 45px;
    overflow: hidden;
}

.product-list-share-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;

    text-align: center;
    opacity: 1;
    border-radius: 3px;
    cursor: pointer;
    transform: translateX(0);
    transition: .3s ease-out transform, .3s ease-out opacity;
}

.product-list-share-btn,
.product-list-share-btn:focus,
.product-list-share-btn:active {
    color: #151515;
    background-color: #e45d5d;

}

.product-list-share ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 49px;
    margin-right: 49px;
    height: 49px;
    text-align: right;
    background-color: #4E565E;
    color: #F6F6F6;
    border-radius: 3px;
    opacity: 0;
    transition: .3s ease-out all;
}

.product-list-share ul li {
    display: inline-block;
    padding: 0 8px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
    opacity: 0;
    transform: translateX(-15px) scale(0.5);
    transition: .3s ease-out transform, .3s ease-out opacity;
}

.product-list-share a.icon,
.product-list-share a.icon:focus,
.product-list-share a.icon:active {
    color: #9b9b9b;
}

.product-list-share a.icon:hover {
    color: #15b095;
}

.product-list-share.focus .product-list-share-btn {
    opacity: 0;
    transform: translateX(50%);
}

.product-list-share.focus ul {
    margin-right: 0;
    margin-left: 50px;
    opacity: 1;
}

.product-list-share.focus ul li {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: .1s;
}

.product-list-share.focus ul li:nth-child(2) {
    transition-delay: .2s;
}

.product-list-share.focus ul li:nth-child(3) {
    transition-delay: .3s;
}

.product-list-share.focus ul li:nth-child(4) {
    transition-delay: .4s;
}

.product-list-share.focus ul li:nth-child(5) {
    transition-delay: .5s;
}

.product-list-share.focus ul li:nth-child(6) {
    transition-delay: .6s;
}

.product-list-share.focus ul li:nth-child(7) {
    transition-delay: .7s;
}

.product-list-share.focus ul li:nth-child(8) {
    transition-delay: .8s;
}

.product-list-share.focus ul li:nth-child(9) {
    transition-delay: .9s;
}

*+.product-list {
    margin-top: 30px;
}

*+.product-list-info,
*+.product-list-price,
*+.product-list-text,
*+.product-list-buttons {
    margin-top: 5px;
}

@media (min-width: 576px) {
    .product-list-main {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .product-list {
        display: flex;
    }

    .product-list-aside {
         max-width: 370px;
        min-height: 250px;  
    }

    .product-list-main {
        align-self: center;
        width: 100%;
    }

    *+.product-list-info {
        margin-top: 10px;
    }

    *+.product-list-price {
        margin-top: 10px;
    }

    *+.product-list-text {
        margin-top: 10px;
    }

    *+.product-list-buttons {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .product-list {
        max-width: 870px;
    }
}

.product-single {
    border: 1px solid #414448;
    background-color: #1A1E22;
}

.product-single .product-single-title,
.product-single .product-single-price-new {
    font-weight: 400;
}

.product-single .product-single-title {
    text-transform: uppercase;
    color: #15B095;
}

.product-single .product-single-price-new {

    color: #E45D5D;
}

.product-single .input-refilter {
    width: 52px;
    height: 38px;
    line-height: 38px;
}

.product-single .owl-carousel {
    position: static;
}

.product-single .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-single .owl-carousel .owl-item {
    width: 100% !important;
}

.product-single .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
}

.product-single .product-list-buttons .button,
.product-single .product-list-buttons .product-list-share,
.product-single .product-list-buttons .product-list-share ul,
.product-single .product-list-buttons .product-list-share-btn {

    min-height: 45px;
}

.product-single .product-list-buttons .product-list-share-btn {

    width: 45px;
    line-height: 45px;
}

.product-single-figure {
    position: relative;
    padding: 90px 15px 80px;
    background-image: linear-gradient(to bottom, #4E565E 0%, #2A343D 100%);
}

.product-single-main {
    padding: 30px 15px;
}

.product-single-price-old {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    text-decoration: line-through;
    color: #9b9b9b;
}

.product-single-rating {
    font-size: 19px;
    color: #ffcc00;
}

.product-single-rating>li {
    display: inline-block;
    vertical-align: middle;
}

.product-single-text+* {
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #414448;
}

.product-single-info>li {
    margin-top: 7px;
}

.product-radio-title {
    display: inline-block;
    min-width: 85px;
    padding-left: 10px;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #FFF;
}

.product-single *+.product-list-buttons {
    margin-top: 23px;
}

*+.product-single-meta,
*+.product-single-text {
    margin-top: 8px;
}

@media (min-width: 992px) {
    .product-single {
        display: flex;
    }

    .product-single .owl-dots {
        bottom: 10px;
    }

    .product-single-figure {
        display: flex;
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 0;
        width: calc(47% - 15px);
        max-width: calc(47% - 15px);
        align-items: center;
        padding: 60px 30px;
    }

    .product-single-main {
        padding: 60px 30px;
    }
}

@media (min-width: 1200px) {
    .product-single-figure {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

.product-single-additional.tabs-corporate .nav-link {
    color: #9b9b9b;
}

*+.product-single-additional,
*+.product-single-additional.tabs-corporate,
*+.product-single-additional.tabs-corporate.tabs-custom {
    margin-top: 35px;
}

@media (min-width: 992px) {

    *+.product-single-additional,
    *+.product-single-additional.tabs-corporate,
    *+.product-single-additional.tabs-corporate.tabs-custom {
        margin-top: 50px;
    }
}

.product-comment-title,
.product-comment-time,
.product-comment-rating {
    display: inline-block;
}

.product-comment-title {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18;
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
}

.product-comment-title+.product-comment-time {
    margin-right: 8px;
    padding-right: 12px;
    border-right: 1px solid #d7d7d7;
}

.product-comment-time {
    line-height: 1;
}

.product-comment-rating {
    display: block;
    font-size: 19px;
    line-height: 1;
    color: #ffcc00;
}

.product-comment-rating>li {
    display: inline-block;
    margin: 0 -2px;
    line-height: inherit;
}

*+.product-comment {
    margin-top: 23px;
}

*+.product-comment-main {
    margin-top: 10px;
}

*+.product-comment-main-footer {
    margin-top: 10px;
}

*+.product-comment-rating {
    margin-top: 6px;
}

@media (min-width: 576px) {
    .product-comment {
        display: flex;
    }

    .product-comment-aside {
        flex-shrink: 0;
        padding-left: 20px;
    }

    .product-comment-main {
        flex-grow: 1;
    }

    .product-comment-rating {
        float: left;
    }

    *+.product-comment-rating,
    *+.product-comment-main {
        margin-top: 0;
    }
}

.product-cart-name {
    display: flex;
    align-items: center;
    white-space: normal;
}

.product-cart-media {
    position: relative;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
    width: 70px;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    text-align: center;
    background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-cart-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.3, 1);
    transition: .4s;
    background-image: linear-gradient(to bottom, #eef1f4 0%, #bdcbdf 100%);
}

.product-cart-media:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
}

.product-cart-media img {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.product-cart-title {
    margin-top: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #979BA0;
    min-width: 130px;
}

.product-cart-title a {
    color: inherit;
}

.product-cart-title a:hover {
    color: #15b095;
}

.product-cart-color,
.product-cart-size,
.product-cart-price {
    color: #979BA0;
}

.product-cart-color,
.product-cart-size {
    display: block;
    height: 40px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
}

.product-cart-color {
    width: 40px;
}

.product-cart-color-red {
    background-color: #fb7979;
}

.product-cart-color-dark {
    background-color: #ececec;
}

.product-cart-color-dark {
    background-color: #4f5257;
}

.product-cart-color-danube {
    background-color: #6e8fd9;
}

.product-cart-color-froly {
    background-color: #f38c7f;
}

.product-cart-color-deco {
    background-color: #c2d789;
}

.product-cart-color-blue {
    background-color: #3099FB;
}

.product-cart-color-geraldine {
    background-color: #fb7979;
}

.product-cart-color-black {
    background-color: #000;
}

.product-cart-color-gray {
    background-color: #575757;
}

.product-cart-color-red {
    background-color: #DE0000;
}

.product-cart-color-white {
    background-color: #FFF;
}

.product-cart-color-brown {
    background-color: #875300;
}

.product-cart-color-dark-brown {
    background-color: #472C00;
}

.product-cart-color-yellow {
    background-color: #FFBF00;
}

.product-cart-color-ghgreen,
.product-cart-color-blue-green,
.product-cart-color-green-blue {
    background-color: #004E4F;
}

.product-cart-color-navyblue {
    background-color: #000066;
}

.product-cart-color-darkblue {
    background-color: #000066;
}

.product-cart-color-camel,
.product-cart-color-brown {
    background-color: #813A16;
}

.product-cart-color-green {
    background-color: #45983C;
}

/* end color */

.product-cart-size {
    width: 42px;
    font-size: 9pt;
    border-radius: 3px;
    border: 1px solid #2A343D;
}

.product-cart-price {
    font-size: 16px;
}

.product-cart-delete {
    font-size: 20px;
    color: #fb7979;
    cursor: pointer;
    transition: .3s ease-out all;
}

.product-cart-delete:hover {
    color: #15b095;
}

.table-product {
    border: 1px solid #3B3B3B;
}

.table-product th,
.table-product td {
    white-space: nowrap;
}

.table-product th {
    padding: 17px 11px;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #3B3B3B;
    background-color: #15B095;
    color: #FFF;
}

.table-product th:first-child {
    width: 54%;
}

.table-product td {
    padding: 17px 11px;
    text-align: right;
}

.table-product tr+tr td {
    padding-top: 0;
}

.product-cart-footer {
    text-align: left;
}

.product-cart-footer .button {
    margin-top: 0;
}

.product-cart-total {
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #9b9b9b;
    text-transform: uppercase;
}

.product-cart-total>span {
    display: inline-block;
    vertical-align: middle;
}

.product-cart-total-price {
    margin-right: 30px;
    font-size: 48px;
    font-weight: 300;
    color: #15B095;
    text-transform: none;
}

.product-cart-total-price .sup {
    font-size: 18px;
    vertical-align: super;
}

*+.product-cart-footer {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .table-product th {
        padding: 27px 16px;
    }

    .table-product td {
        padding: 27px 16px;
    }
}

@media (min-width: 1200px) {
    .product-cart-media {
        width: 128px;
        height: 70px;
        padding: 0;
        line-height: 70px;
    }

    .product-cart-title {
        margin-right: 20px;
        font-size: 13px;
    }

    .product-cart-color,
    .product-cart-size {
        height: 30px;
        line-height: 30px;
    }

    .product-cart-color {
        width: 30px;
    }

    .product-cart-size {
        width: 52px;
    }

    .product-cart-price {
        font-size: 18px;
    }

    .table-product th {
        padding: 15px 32px;
    }

    .table-product td {
        padding: 10px 32px;
    }

    *+.product-cart-footer {
        margin-top: 30px;
    }
}

.radio-panel .radio-inline+.radio-panel-content {
    height: 0;
    max-height: 0;
    opacity: 0;
}

.radio-panel .radio-inline.active+.radio-panel-content {
    opacity: 1;
    height: 100%;
    max-height: 100%;
    transition: .3s ease-out opacity;
}

*+.radio-panel-content {
    margin-top: 8px;
}


/* another */
.radio-panel-item .radio-inline+.radio-panel-content {
    height: 0;
    max-height: 0;
    opacity: 0;
}

.radio-panel-item .radio-inline.active+.radio-panel-content {
    opacity: 1;
    height: 100%;
    max-height: 100%;
    transition: .3s ease-out opacity;
}

.radio-panel-payment .radio-inline+.radio-panel-content {
    height: 0;
    max-height: 0;
    opacity: 0;
}

.radio-panel-payment .radio-inline.active+.radio-panel-content {
    opacity: 1;
    height: 100%;
    max-height: 100%;
    transition: .3s ease-out opacity;
}

/*
* Footers
*/
@media (max-width: 767px) {
    .footer-classic .post-classic-figure {
        max-width: 80px;
    }

    .footer-classic .post-classic-title {
        font-size: 13px;
    }

    .footer-classic .list-inline-bordered-lg {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-classic .list-inline-bordered-lg>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-classic .list-inline-bordered-lg li:not(:last-child)::after {
        display: none;
    }

    .footer-classic .svg-sizing-35,
    .footer-classic .svg-sizing-35 * {
        width: 26px;
        height: 26px;
    }

    .footer-classic .unit {
        margin-right: -10px;
        font-size: 13px;
    }

    .footer-classic .unit>* {
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .footer-classic .post-classic-figure {
        max-width: 80px;
    }

    .footer-classic .post-classic-title {
        font-size: 13px;
    }

    .footer-classic .list-inline-bordered-lg {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-classic .list-inline-bordered-lg>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-classic .list-inline-bordered-lg li:not(:last-child)::after {
        display: none;
    }

    .footer-classic .svg-sizing-35,
    .footer-classic .svg-sizing-35 * {
        width: 26px;
        height: 26px;
    }

    .footer-classic .unit {
        margin-right: -10px;
        font-size: 13px;
    }

    .footer-classic .unit>* {
        margin-right: 10px;
    }
}

.footer-classic-dark {
    background: #2a343d;
}

.footer-classic-darken {
    background: #1d252d;
}

.footer-classic-main {
    padding: 40px 0;
}

.footer-classic-aside {
    padding: 20px 0;
}

.footer-classic-info p {
    max-width: 270px;
    text-align: right;
}

@media (min-width: 992px) {
    .footer-classic-main {
        padding: 60px 0 50px;
    }

    .footer-classic-info {
        position: relative;
        top: -10px;
    }
}

.footer-modern {
    color: #536475;
}

.footer-modern hr {
    border-color: #47525b;
}

.footer-modern *+hr,
.footer-modern hr+* {
    margin-top: 40px;
}

.footer-modern h5+* {
    margin-top: 15px;
}

.footer-modern .rights {
    color: #56697a;
}

.footer-modern a:hover {
    color: #f05c5c;
}

.footer-modern .unit .heading-6 {
    color: #536475;
}

.footer-modern .rd-form .form-label,
.footer-modern .rd-form .form-input {
    color: #fff;
}

.footer-modern .rd-form .form-input {
    background: #2a343d;
    border-color: #2a343d;
}

.footer-modern .nav-minimal-list {
    color: #56697a;
}

.footer-modern .nav-minimal-list li.active,
.footer-modern .nav-minimal-list a:hover {
    color: #f05c5c;
}

.footer-modern .post-classic-time {
    color: #536475;
}

.footer-modern .icon-corporate:not(:hover) {
    background: #536475;
}

@media (max-width: 575px) {
    .footer-modern .post-classic {
        max-width: 300px;
    }

    .footer-modern .post-classic-title {
        font-size: 14px;
    }

    .footer-modern .list-inline-bordered-lg {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-modern .list-inline-bordered-lg>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-modern .list-inline-bordered-lg li:not(:last-child)::after {
        display: none;
    }

    .footer-modern .unit-bordered {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-modern .unit-bordered>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-modern .unit-bordered>*:not(:last-child)::after {
        display: none;
    }

    .footer-modern .svg-sizing-35,
    .footer-modern .svg-sizing-35 * {
        width: 28px;
        height: 28px;
    }

    .footer-modern .icon-image {
        max-width: 28px;
    }

    .footer-modern .unit {
        margin-right: -14px;
        font-size: 13px;
    }

    .footer-modern .unit>* {
        margin-right: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-modern .unit {
        margin-right: -18px;
        font-size: 14px;
    }

    .footer-modern .unit>* {
        margin-right: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-modern .post-classic-title {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-modern .post-classic-figure {
        max-width: 80px;
    }

    .footer-modern .post-classic-title {
        font-size: 12px;
    }

    .footer-modern .list-inline-bordered-lg {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-modern .list-inline-bordered-lg>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-modern .list-inline-bordered-lg li:not(:last-child)::after {
        display: none;
    }

    .footer-modern .unit-bordered {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-modern .unit-bordered>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-modern .unit-bordered>*:not(:last-child)::after {
        display: none;
    }

    .footer-modern .svg-sizing-35,
    .footer-modern .svg-sizing-35 * {
        width: 28px;
        height: 28px;
    }

    .footer-modern .icon-image {
        max-width: 28px;
    }

    .footer-modern .unit {
        margin-right: -14px;
        font-size: 13px;
    }

    .footer-modern .unit>* {
        margin-right: 14px;
    }
}

@media (min-width: 1200px) {
    .footer-modern .gallery {
        max-width: 330px;
    }

    .footer-modern h5+* {
        margin-top: 33px;
    }

    .footer-modern *+hr {
        margin-top: 60px;
    }

    .footer-modern hr+* {
        margin-top: 40px;
    }
}

.footer-modern-main {
    padding: 40px 0;
    background: #1d252d;
}

.footer-modern-aside {
    background: #354655;
}

.footer-modern-aside [class^='col'] {
    display: flex;
}

.footer-modern-left,
.footer-modern-right {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.footer-modern-left {
    position: relative;
    color: #56697a;
}

.footer-modern-left::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101vw;
    background: #2a343d;
    right: 50%;
    transform: translate3d(50%, 0, 0);
    pointer-events: none;
}

.footer-modern-left>* {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-modern-left::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .footer-modern-left::before {
        left: 15px;
        right: auto;
        background: #2a343d;
        transform: skewX(-17.5deg);
        transform-origin: 0% 100%;
    }
}

.footer-modern-right {
    text-align: center;
}

@media (min-width: 768px) {

    .footer-modern-left,
    .footer-modern-right {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .footer-modern-main {
        padding: 60px 0 40px;
    }

    .footer-modern-left,
    .footer-modern-right {
        padding: 50px 0;
    }
}

@media (min-width: 1200px) {

    .footer-modern-left,
    .footer-modern-right {
        flex-direction: column;
    }

    .footer-modern-right {
        align-items: center;
    }

    .footer-modern-left {
        align-items: flex-start;
    }

    .footer-modern-left>* {
        width: 100%;
    }
}

footer.footer-creative {
    color: #555c5f;
}

.footer-creative .unit h6,
.footer-creative .unit .heading-6 {
    color: #555c5f;
}

.footer-creative .rd-inline-form-creative .form-label,
.footer-creative .rd-inline-form-creative .form-input {
    color: #555c5f;
}

.footer-creative .nav-minimal-list {
    color: #555c5f;
}

.footer-creative .nav-minimal-list li.active,
.footer-creative .nav-minimal-list a:hover {
    color: #f05c5c;
}

.footer-creative .post-classic-time {
    color: #555c5f;
}

.footer-creative .icon-corporate:not(:hover) {
    background: #2a343d;
}

.footer-creative .link {
    color: #fff;
}

.footer-creative .link:hover {
    color: #15b095;
}

.footer-creative *+hr {
    margin-top: 0;
}

.footer-creative *+.group-md {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-creative .post-classic-figure {
        max-width: 80px;
    }

    .footer-creative .post-classic-title {
        font-size: 13px;
    }

    .footer-creative .list-inline-bordered-lg {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-creative .list-inline-bordered-lg>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-creative .list-inline-bordered-lg li:not(:last-child)::after {
        display: none;
    }

    .footer-creative .svg-sizing-35,
    .footer-creative .svg-sizing-35 * {
        width: 26px;
        height: 26px;
    }

    .footer-creative .unit {
        margin-right: -10px;
        font-size: 13px;
    }

    .footer-creative .unit>* {
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .footer-creative .post-classic-figure {
        max-width: 80px;
    }

    .footer-creative .post-classic-title {
        font-size: 13px;
    }

    .footer-creative .list-inline-bordered-lg {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer-creative .list-inline-bordered-lg>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-creative .list-inline-bordered-lg li:not(:last-child)::after {
        display: none;
    }

    .footer-creative .svg-sizing-35,
    .footer-creative .svg-sizing-35 * {
        width: 26px;
        height: 26px;
    }

    .footer-creative .unit {
        margin-right: -10px;
        font-size: 13px;
    }

    .footer-creative .unit>* {
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-creative .brand-md img {
        max-width: 90px;
    }

    .footer-creative *+.group-md {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-creative h5 {
        font-size: 14px;
    }
}

.footer-creative-dark {
    background: #2a343d;
}

.footer-creative-darken {
    background: #1d252d;
}

.footer-creative-main-top,
.footer-creative-main-bottom {
    padding: 40px 0;
}

.footer-creative-aside {
    padding: 20px 0;
}

.footer-creative-info {
    margin-bottom: -10px;
    margin-right: -20px;
}

.footer-creative-info:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.footer-creative-info>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 20px;
}

.footer-creative-info p {
    max-width: 270px;
}

@media (min-width: 992px) {
    .footer-creative-main-top {
        padding: 55px 0 45px;
    }

    .footer-creative-main-bottom {
        padding: 60px 0 45px;
    }
}

/* 
* Sport
*/
.event-teaser {
    background: #e7e8ef;
}

.event-teaser-header {
    padding: 20px 10px 20px 10px;
}

.event-teaser-caption {
    padding-left: 10px;
}

.event-teaser-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-teaser-team {
    min-width: 100px;
}

.event-teaser-team-image {
    max-width: 40px;
}

.event-teaser-team-divider {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
}

.event-teaser-team-divider-text {
    position: relative;
    line-height: 1;
    padding: 5px 0 4px;
}

.event-teaser-team-divider-text::before,
.event-teaser-team-divider-text::after {
    content: '';
    position: absolute;
    right: 49%;
    height: 15px;
    border-left: 1px solid #ccc;
}

.event-teaser-team-divider-text::before {
    top: 0;
    transform: translate3d(0, -100%, 0);
}

.event-teaser-team-divider-text::after {
    bottom: 0;
    transform: translate3d(0, 100%, 0);
}

.event-teaser-time {
    display: block;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.event-teaser-link {
    display: block;
    padding: 10px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #ea5455;
    text-align: center;
}

.event-teaser-link:hover {
    color: #fff;
    background: #15b095;
}

.event-teaser-highlighted {
    position: relative;
    padding: 10px 15px;
    min-width: 100px;
    background: #f3f4f9;
}

*+.event-teaser-teams {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .event-teaser {
        display: flex;
    }

    .event-teaser>* {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .event-teaser-header {
        padding: 20px 30px 20px 15px;
        max-width: 60%;
        flex-shrink: 0;
        flex-grow: 1;
        justify-content: space-between;
    }

    .event-teaser-aside {
        padding: 20px 10px 20px 20px;
        flex-shrink: 0;
    }

    .event-teaser-highlighted {
        padding: 10px 15px;
        flex-shrink: 0;
        justify-content: center;
        background-color: transparent;
    }

    .event-teaser-highlighted::before,
    .event-teaser-highlighted::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 86%;
        z-index: 0;
        background: #f3f4f9;
        pointer-events: none;
    }

    .event-teaser-highlighted::before {
        transform: skew(-16deg);
        transform-origin: 100% 0;
    }

    .event-teaser-highlighted::after {
        transform: skew(16deg);
        transform-origin: 0% 100%;
    }

    .event-teaser-highlighted>* {
        position: relative;
        z-index: 1;
    }

    .event-teaser-caption {
        flex-shrink: 0;
        flex-grow: 1;
        max-width: 270px;
    }

    .event-teaser-link {
        position: relative;
        display: inline-block;
        padding: 0 0 4px 0;
    }

    .event-teaser-link,
    .event-teaser-link:active,
    .event-teaser-link:focus,
    .event-teaser-link:hover {
        background-color: transparent;
    }

    .event-teaser-link,
    .event-teaser-link:active,
    .event-teaser-link:focus {
        color: #ea5455;
    }

    .event-teaser-link:hover {
        color: #151515;
    }

    .event-teaser-link::after {
        content: '';
        position: absolute;
        right: 2px;
        left: 2px;
        bottom: 0;
        pointer-events: none;
        border-bottom: 1px solid;
    }

    *+.event-teaser-teams {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .event-teaser-title {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .event-teaser-header {
        padding: 20px 53px 20px 22px;
    }

    .event-teaser-caption {
        max-width: 50%;
    }

    .event-teaser-aside {
        padding: 20px 0 25px 20px;
    }

    .event-teaser-team-image {
        max-width: 60px;
    }

    .event-teaser-highlighted::before {
        transform: skew(-22.5deg);
    }

    .event-teaser-highlighted::after {
        transform: skew(22.5deg);
    }
}

@media (min-width: 1600px) {
    .event-teaser-header {
        padding: 20px 53px 20px 30px;
    }

    .event-teaser-highlighted {
        padding: 10px 22px 10px 25px;
    }
}

.rd-navbar-fixed .event-teaser {
    display: block;
}

.rd-navbar-fixed .event-teaser-header {
    padding: 20px 10px;
}

.rd-navbar-fixed .event-teaser-aside {
    padding: 0;
}

.rd-navbar-fixed .event-teaser-countdown .countdown-classic .countdown-section:not(:first-child)::before {
    background-size: contain;
    width: 5px;
    height: 14px;
}

.rd-navbar-fixed .event-teaser-highlighted {
    width: 100%;
    background: #f3f4f9;
}

.rd-navbar-fixed .event-teaser-highlighted::before,
.rd-navbar-fixed .event-teaser-highlighted::after {
    display: none;
}

.rd-navbar-fixed .event-teaser-link {
    display: block;
    padding: 10px 10px 8px;
    width: 100%;
    color: #fff;
    background: #15b095;
}

.rd-navbar-fixed .event-teaser-link::after {
    display: none;
}

.rd-navbar-fixed .event-teaser-link:hover {
    color: #151515;
    background: #f05c5c;
}

.rd-navbar-fixed *+.event-teaser-teams {
    margin-top: 15px;
}

.event-teaser-minimal {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.event-teaser-minimal>* {
    flex-grow: 1;
}

.event-teaser-minimal .event-teaser-caption {
    padding: 20px;
}

.event-teaser-minimal .event-teaser-teams {
    margin-top: 0;
    flex-shrink: 0;
    justify-content: center;
}

.event-teaser-minimal .unit {
    text-align: right;
}

@media (max-width: 399px) {
    .event-teaser-minimal .event-teaser-team {
        text-align: center;
    }

    .event-teaser-minimal .event-teaser-team .unit {
        display: block;
    }
}

@media (max-width: 575px) {
    .event-teaser-minimal .event-teaser-team {
        display: inline-block;
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .event-teaser-minimal {
        text-align: right;
    }

    .event-teaser-minimal .event-teaser-caption {
        max-width: 46%;
    }

    .event-teaser-minimal .event-teaser-teams {
        justify-content: space-between;
    }

    .event-teaser-minimal .event-teaser-teams.event-teaser-highlighted {
        padding-right: 30px;
        padding-left: 20px;
    }

    .event-teaser-minimal .event-teaser-teams.event-teaser-highlighted::before,
    .event-teaser-minimal .event-teaser-teams.event-teaser-highlighted::after {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .event-teaser-minimal .event-teaser-caption {
        padding: 30px;
    }
}

.game-result {
    text-align: center;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    background: #fff;
    transition: all 300ms ease-in-out;
}

.game-result .countdown-bordered {
    color: #919fa6;
}

.game-result .countdown-bordered .countdown-section:not(:first-child) {
    border-right-color: #919fa6;
}

.game-result .countdown-bordered .countdown-amount {
    color: #fff;
}

.game-result-classic {
    max-width: 690px;
    border-bottom: 3px solid #c9dbda;
}

.game-result-classic .game-result-team {
    max-width: 100px;
}

.game-result-classic:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.game-result-modern {
    max-width: 690px;
}

.game-result-modern .game-result-team-win .game-result-team-label-top {
    top: -30px;
}

.game-result-modern .game-result-footer {
    padding-top: 9px;
    padding-bottom: 9px;
}

.game-result-modern:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.14);
}

.game-result-creative {
    max-width: 450px;
    border-bottom: 3px solid #c9dbda;
}

.game-result-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

.game-result-main-vertical {
    position: relative;
    overflow: hidden;
}

.game-result-middle {
    margin-top: 30px;
}

.game-result-score-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.game-result-team {
    position: relative;
    min-width: 90px;
    line-height: 1.2;
}

.game-result-team-horizontal {
    display: flex;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    padding: 10px 10px 10px 55px;
}

.game-result-team-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-result-team-divider,
.game-info-team-divider {
    height: 24px;
    width: 24px;
    font-size: 0.86em;
    line-height: 24px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background: transparent;
}

.game-result-team-divider::before,
.game-result-team-divider::after,
.game-info-team-divider::before,
.game-info-team-divider::after {
    position: absolute;
    content: '';
    top: 50%;
    height: 1px;
    width: 100vw;
    background: #e1e1e1;
}

.game-result-team-divider::before,
.game-info-team-divider::before {
    right: 0;
    transform: translate(100%, -50%);
}

.game-result-team-divider::after,
.game-info-team-divider::after {
    left: 0;
    transform: translate(-100%, -50%);
}

.game-result-team-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 64px;
}

.game-result-team-figure-big {
    width: 75px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e1e1e1;
}

.game-result-team-title {
    margin-right: 6px;
    min-width: 110px;
    text-align: right;
}

.game-result-title,
.game-result-team-name {
    color: #151515;
}

.game-results-subtitle,
.game-results-status,
.game-result-team-country {
    font-size: 0.86em;
}

.game-result-inset {
    padding: 25px 10px;
    line-height: 1.46;
}

.game-result-score {
    position: relative;
    font-size: 1.28em;
    font-weight: 400;
    color: #151515;
}

.game-result-score .game-result-team-label {
    display: none;
}

.game-result-score-big {
    margin-right: 16px;
    font-size: 1.71em;
}

.game-result-score-biger {
    font-size: 1.6em;
}

.game-result-team-win .game-result-team-label {
    display: inline-block;
}

.game-result-team-label {
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #15b095;
}

.game-result-team-label::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}

.game-result-team-label-top {
    top: -26px;
    right: 50%;
    transform: translateX(50%);
}

.game-result-team-label-top::before {
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
    border-width: 5px 4.5px 0 4.5px;
    border-color: #15b095 transparent transparent transparent;
}

.game-result-team-label-right {
    top: 5px;
    left: -15px;
    transform: translateX(-100%);
}

.game-result-team-label-right::before {
    top: 0;
    right: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 4px 4px;
    border-color: transparent transparent transparent #15b095;
}

.game-result-score-divider {
    position: relative;
    top: -2px;
    margin: 0 3px;
    font-size: 24px;
    line-height: 1;
    color: #e1e1e1;
}

.game-result-score-divider svg {
    width: 4px;
    height: 12px;
}

.game-result-score-divider g {
    fill: #e1e1e1;
}

.game-results-status {
    width: 100%;
}

.game-result-footer {
    padding: 7px 10px;
    font-size: 0.86em;
    border-top: 1px solid #e1e1e1;
}

.game-result-details>li {
    display: inline-block;
}

.game-result-details li+li::before {
    content: '\002F';
    margin-left: 4px;
}

.game-result-details li+li time {
    margin-right: -4px;
}

*+.game-result-team-name {
    margin-top: 12px;
}

.game-result+.game-result {
    margin-top: 30px;
}

.game-result-classic+.game-result-classic {
    margin-top: 28px;
}

.game-result-modern+.game-result-modern {
    margin-top: 14px;
}

.game-result-creative+.game-result-creative {
    margin-top: 28px;
}

@media (min-width: 420px) {
    .game-result {
        font-size: 14px;
    }

    .game-result-classic .game-result-team {
        max-width: 140px;
    }

    .game-result-inset {
        padding: 25px;
    }

    .game-result-team {
        min-width: 115px;
    }

    .game-result-team-horizontal {
        padding-right: 18px;
    }

    .game-result-team-title {
        min-width: 115px;
    }

    .game-result-team-label-right {
        top: 5px;
        left: -23px;
    }

    .game-result-score-divider {
        margin: 0 9px;
        font-size: 30px;
    }

    .game-result-score-divider svg {
        width: 5px;
        height: 14px;
    }

    .game-result-team-divider {
        left: 28px;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .aside-component .game-result-team {
        min-width: 85px;
    }

    .aside-component .game-result-team img {
        max-width: 60px;
    }

    .aside-component .game-result-classic .game-result-team {
        max-width: 100px;
    }

    .aside-component .game-result-modern .game-result-main {
        padding-right: 6px;
        padding-left: 6px;
    }

    .aside-component .game-result-modern .game-result-team {
        min-width: 105px;
    }

    .aside-component .game-result-modern .game-result-score {
        font-size: 16px;
    }

    .aside-component .game-result-modern .game-result-score-divider {
        top: -4px;
        margin: 0 5px;
    }

    .aside-component .game-result-modern .game-result-score-divider svg {
        width: 4px;
        height: 12px;
    }

    .aside-component .game-result-title {
        min-width: 80px;
    }

    .game-result-team-title {
        min-width: 90px;
    }
}

@media (min-width: 576px) {

    .game-result-team-divider,
    .game-info-team-divider {
        height: 29px;
        width: 29px;
        line-height: 29px;
    }

    .game-result-score-biger {
        font-size: 2.36em;
    }
}

.game-result-long {
    max-width: 370px;
}

.game-result-long .table-custom {
    border-width: 0 0 1px 0;
}

.game-result-long *+.table-custom-responsive {
    margin-top: 0;
}

.game-result-long .game-result-team img {
    max-width: 60px;
}

.game-result-long-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e1e1e1;
    background: #f5f7f9;
}

.game-result-long-score-wrap {
    position: relative;
    min-height: 106px;
    margin: 0 10px;
}

.game-result-long-score-wrap::after,
.game-result-long-score-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 4px;
    bottom: 0;
    right: 4px;
    background: #fff;
    z-index: 0;
}

.game-result-long-score-wrap::before {
    transform: skew(-19deg);
}

.game-result-long-score-wrap::after {
    transform: skew(19deg);
}

.game-result-long-score-wrap>* {
    position: relative;
    z-index: 1;
}

.game-result-long-score-divider {
    position: relative;
    top: -6px;
    font-size: 3.57em;
    line-height: 1;
    margin: 0 10px;
    color: #e1e1e1;
}

.game-result-long-score-divider svg {
    width: 5px;
    height: 19px;
}

.game-result-long-score-divider g {
    fill: #e1e1e1;
}

@media (min-width: 420px) {
    .game-result-long .game-result-team img {
        max-width: 100%;
    }

    .game-result-long-score-divider svg {
        width: 7px;
        height: 21px;
    }
}

.game-info {
    padding: 30px 10px;
}

.game-info .button {
    min-width: 100px;
    padding-right: 10px;
    padding-left: 10px;
}

.game-info *+.group-sm {
    margin-top: 12px;
}

.game-info .button+.button {
    margin-top: 0;
}

.game-info-modern .game-info-main {
    align-items: stretch;
}

.game-info-creative {
    padding-bottom: 0;
}

.game-info-creative .game-info-main {
    align-items: stretch;
}

.game-info-title {
    line-height: 1.2;
}

.game-info-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75px;
}

.game-info-main {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
    margin-top: 24px;
}

.game-info-middle {
    flex-grow: 1;
    margin: 0 10px;
}

.game-info-middle-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0 0;
    max-width: 130px;
}

.game-info-team {
    line-height: 1.2;
}

.game-info-score {
    min-width: 25px;
    font-size: 1.6em;
    line-height: .8;
    font-weight: 300;
    color: #9b9b9b;
}

.game-info-score:nth-child(1) {
    margin-left: 10px;
}

.game-info-score:nth-child(2) {
    margin-right: 10px;
}

.game-info-score.game-result-team-win {
    color: #15b095;
}

.game-result-divider-wrap {
    overflow: hidden;
    width: 100%;
}

.game-info-team-divider {
    position: relative;
    display: inline-block;
    color: #15b095;
}

.game-info-countdown {
    position: relative;
    padding: 15px 10px;
    background: #59646a;
}

.game-info-countdown::before {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #59646a transparent;
    transform: translate(50%, -100%);
}

.time-big span {
    display: block;
    line-height: 1;
    color: #15b095;
}

.game-info-main+.table-game-info-wrap {
    margin-top: 20px;
}

.time-big+.game-result-divider-wrap {
    margin-top: 10px;
}

.game-info-modern+.game-info-modern {
    margin-top: 30px;
}

.game-info-creative+.game-info-creative {
    margin-top: 30px;
}

*+.game-info-countdown {
    margin-top: 43px;
}

@media (min-width: 400px) {
    .game-info .button {
        min-width: 130px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .game-info-team {
        width: 150px;
    }

    .game-info-score {
        min-width: 60px;
    }
}

@media (max-width: 575px) {

    .game-info h3,
    .game-info .heading-3 {
        font-size: 20px;
    }

    .game-info-modern .game-info-main {
        margin-top: 0;
    }

    .game-info-creative .game-info-main {
        margin-top: 0;
    }

    .game-info-team img {
        width: auto;
        max-height: 60px;
    }
}

@media (min-width: 576px) {
    .game-info {
        padding: 46px 15px 60px;
    }

    .game-info *+.group-sm {
        margin-top: 20px;
    }

    .game-info-classic .game-info-team {
        height: 195px;
    }

    .game-info-modern .game-info-team {
        min-height: 195px;
        height: auto;
    }

    .game-info-creative {
        padding-bottom: 0;
    }

    .game-info-creative .game-info-team {
        min-height: 195px;
        height: auto;
    }

    .game-info-middle {
        margin: 0 17px;
    }

    .game-info-middle-vertical {
        max-width: 170px;
        padding-bottom: 10px;
    }

    .game-info-team {
        width: 199px;
        padding: 10px 5px;
        border: 1px solid #e1e1e1;
    }

    .game-info-score {
        min-width: 70px;
        font-size: 3.28em;
    }

    .game-info-countdown {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.game-info-share {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: absolute;
    overflow: hidden;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    color: #fff;
    background-color: transparent;
    border-radius: 3px;
}

.game-info-share .icon {
    display: block;
    font-size: 12px;
    line-height: 40px;
}

.game-info-share .icon,
.game-info-share .icon:focus,
.game-info-share .icon:active {
    color: #fff;
}

.game-info-share .icon:hover {
    color: #151515;
}

.game-info-share .icon:hover {
    background: #f05c5c;
}

.game-info-share-item {
    flex-grow: 1;
    flex-basis: 25%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(200%);
    transition: all .3s ease;
}

.game-info-share-item:first-child>a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.game-info-share-item:last-child>a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button-share-outline:hover .game-info-share-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.button-share-outline:hover .game-info-share li:nth-child(1) {
    transition-delay: 100ms;
}

.button-share-outline:hover .game-info-share li:nth-child(2) {
    transition-delay: 150ms;
}

.button-share-outline:hover .game-info-share li:nth-child(3) {
    transition-delay: 200ms;
}

.button-share-outline:hover .game-info-share li:nth-child(4) {
    transition-delay: 250ms;
}

.button-share-outline:hover .game-info-share li:nth-child(5) {
    transition-delay: 300ms;
}

.button-share-outline:hover .game-info-share li:nth-child(6) {
    transition-delay: 350ms;
}

.button-share-outline:hover .game-info-share li:nth-child(7) {
    transition-delay: 400ms;
}

.button-share-outline:hover .game-info-share li:nth-child(8) {
    transition-delay: 450ms;
}

.button-share-outline:hover .game-info-share li:nth-child(9) {
    transition-delay: 500ms;
}

.button-share-outline:hover .game-info-share li:nth-child(10) {
    transition-delay: 550ms;
}

@media (min-width: 768px) {
    .game-info-share .icon {
        font-size: 14px;
    }

    .game-info-main+.table-game-info-wrap {
        margin-top: -14px;
    }
}

@media (min-width: 992px) {
    .game-info-score {
        font-size: 4.28em;
    }
}

@media (min-width: 1200px) {
    .game-info-main {
        min-width: 600px;
    }
}

.charts-statistics {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2;
}

.charts-statistics>* {
    flex-basis: 50%;
    max-width: 50%;
}

.charts-statistics::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 50%;
    width: 1px;
    background: #e1e1e1;
    transform: translateX(50%);
}

.charts-statistics-item {
    position: relative;
}

.charts-statistics-item:nth-child(odd) {
    text-align: right;
}

.charts-statistics-item:nth-child(even) {
    text-align: left;
}

.charts-statistics-item:nth-child(n + 3) {
    padding-top: 50px;
}

.charts-statistics-item:nth-child(n + 3)::before {
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.charts-statistics-circle-progress {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 1.28em;
    font-weight: 400;
    color: #151515;
}

.charts-statistics-team-first-number {
    color: #15b095;
}

.charts-statistics-team-second-number {
    color: #9b9b9b;
}

.charts-statistics-category {
    font-size: 0.86em;
}

.team2-orange .charts-statistics-team-second-number {
    color: #ffa04c;
}

.team2-pink .charts-statistics-team-second-number {
    color: #e05151;
}

*+.charts-statistics {
    margin-top: 24px;
}

.game-highlights {
    padding: 30px 15px;
    max-width: 370px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #151515;
    background: #fff;
}

.game-highlights li {
    position: relative;
    overflow: hidden;
    padding-right: 45px;
    padding-bottom: 37px;
}

.game-highlights li:first-child {
    padding-top: 10px;
}

.game-highlights li:first-child .game-highlights-minute {
    top: 10px;
}

.game-highlights li:first-child .game-highlights-minute::before {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 1px;
    height: 20px;
    background: #e1e1e1;
    transform: translate(50%, -100%);
}

.game-highlights li:last-child {
    padding-bottom: 0;
}

.game-highlights p+p {
    margin-top: 10px;
}

.game-highlights .icon {
    margin-left: 5px;
}

.game-highlights-title {
    padding-top: 7px;
    text-transform: uppercase;
}

.game-highlights-description {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.game-highlights-minute {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    text-align: center;
    height: 29px;
    width: 29px;
    line-height: 29px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.game-highlights-minute::after {
    position: absolute;
    content: '';
    right: 50%;
    bottom: 0;
    width: 1px;
    height: 100vh;
    background: #e1e1e1;
    transform: translate(50%, 100%);
}

.game-highlights-goal {
    color: #9b9b9b;
}

.team-primary .game-highlights-goal {
    color: #15b095;
}

.team2-blue .game-highlights-goal {
    color: #3B7CC0;
}

@media (min-width: 576px) {
    .game-highlights {
        padding: 40px 24px 40px 15px;
    }

    .game-highlights-description {
        max-width: 90%;
    }
}

.promo {
    max-width: 370px;
    text-align: center;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    transition: all 300ms ease-in-out;
}

.promo-classic {
    padding: 25px 10px 25px;
    border: 1px solid #e1e1e1;
}

.promo-modern .button-default {
    border-radius: 0;
    transition: none;
}

.promo-modern .button-default span {
    transition: all 300ms ease-in-out;
}

.promo-modern .button-default span::before,
.promo-modern .button-default span::after {
    font-family: 'FontAwesome';
    font-size: 15px;
    transition: inherit;
    color: #f05c5c;
}

.promo-modern .button-default span::before {
    content: '\f101';
    margin-left: 8px;
}

.promo-modern .button-default span::after {
    content: '\f100';
    margin-right: 8px;
}

.promo-modern .button-default:active,
.promo-modern .button-default:hover {
    color: #f05c5c;
    background: #35363c;
    border-color: #35363c;
}

.promo-modern .button-default:active span::before,
.promo-modern .button-default:active span::after,
.promo-modern .button-default:hover span::before,
.promo-modern .button-default:hover span::after {
    margin: 0;
    color: #fff;
}

.promo-creative {
    text-align: center;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.promo-creative .unit-right {
    flex-grow: 1;
    flex-basis: 55%;
}

.promo-creative .unit-body {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    max-width: 357px;
}

.promo-meta {
    padding: 30px 15px 20px;
}

.promo-classic-meta {
    background-image: url(../images/sport-elements-323x171.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.promo-modern-meta {
    position: relative;
    color: #575a65;
    background: #2c2d31;
}

.promo-modern-meta::before {
    position: absolute;
    content: '';
    right: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #2c2d31 transparent transparent transparent;
    transform: translate(50%, 100%);
}

.promo-creative-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promo-creative-figure {
    margin-top: 10px;
}

.promo-creative-meta-description>* {
    display: block;
}

.promo-title {
    line-height: 1.08;
    font-weight: 400;
    color: #fff;
}

.promo-modern-title {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.2;
}

.promo-time {
    display: inline-block;
    font-size: 0.86em;
}

.promo-creative-time>* {
    line-height: 1;
}

.promo-creative-time span+span {
    margin-right: -3px;
}

.promo-creative-title {
    line-height: 1.1;
}

.promo-creative-location .icon {
    font-size: 14px;
    margin-left: 5px;
}

.promo-creative-meta-description {
    margin-right: 7px;
    color: #151515;
}

.promo-creative-meta-description>* {
    line-height: 1.3;
}

.promo-classic-countdown {
    position: relative;
    padding: 10px;
    color: #575a65;
    background: #2c2d31;
}

.promo-classic-countdown::before {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2c2d31 transparent;
    transform: translate(50%, -100%);
}

.promo-classic-countdown .countdown-classic .countdown-amount {
    color: #f05c5c;
}

.promo-classic-countdown .countdown-classic .countdown-section:not(:first-child)::before {
    color: #d7d7d7;
    background-image: url(../images/dot-dark.svg);
}

.promo-modern-countdown {
    position: relative;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
}

.promo-modern-countdown::before {
    position: absolute;
    content: '';
    top: 0;
    right: 8px;
    left: 8px;
    height: 1px;
    background: #d7d7d7;
}

.promo-modern-countdown .countdown-classic .countdown-section:first-child {
    padding-right: 0;
}

.promo-modern-countdown .countdown-classic .countdown-section:last-child {
    padding-left: 0;
}

.promo-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promo-modern-main {
    padding: 30px 15px;
}

.bg-white .promo-modern {
    border-right: 1px solid var(--e-global-color-secondary);
    border-left: 1px solid var(--e-global-color-secondary);
}

.promo-creative-main {
    max-width: 488px;
}

.promo-creative-details {
    position: relative;
    padding: 24px 25px;
    min-height: 100%;
    background: #fff;
    border: 1px solid var(--e-global-color-secondary);
}

.promo-creative-details::before,
.promo-creative-details::after {
    position: absolute;
    content: '';
    top: 0;
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent var(--e-global-color-24282C) transparent;
    transform: translate(50%, -100%);
    z-index: 1;
}

.promo-creative-details::before {
    border-bottom-color: var(--e-global-color-secondary);
    border-width: 0 15px 18px 15px;
}

.promo-creative-details::after {
    border-width: 0 13px 16px 13px;
}

.promo-middle {
    color: #d4d5de;
}

.promo-classic-middle {
    min-width: 33px;
    margin: 0 5px 44px;
    font-size: 1.28em;
}

.promo-modern-middle {
    position: relative;
    min-width: 40px;
    margin: 0 5px 12px;
    font-size: 1.71em;
}

.promo-modern-middle::before,
.promo-modern-middle::after {
    position: absolute;
    content: '';
    right: 50%;
    height: 41px;
    width: 1px;
    background: #d7d7d7;
}

.promo-modern-middle::before {
    top: 2px;
    transform: translate(50%, -100%);
}

.promo-modern-middle::after {
    bottom: 2px;
    transform: translate(50%, 100%);
}

.ie-10 .game-result-long-score-wrap,
.ie-11 .game-result-long-score-wrap,
.ie-edge .game-result-long-score-wrap {
    height: 106px;
}

.ie-10 .game-info .group-sm,
.ie-11 .game-info .group-sm,
.ie-edge .game-info .group-sm {
    width: 100%;
}

.ie-10 .promo-modern-middle,
.ie-11 .promo-modern-middle,
.ie-edge .promo-modern-middle {
    width: 40px;
}

.ie-10 .promo-modern-team,
.ie-11 .promo-modern-team,
.ie-edge .promo-modern-team {
    width: calc(50% - 30px);
}

.promo-creative-middle {
    text-align: center;
    font-size: 14px;
    color: #151515;
    min-width: 54px;
}

.promo-team {
    line-height: 1.2;
    flex-grow: 1;
}

.promo-modern-team {
    max-width: 134px;
}

.promo-creative-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
    border: 1px solid #d7d7d7;
}

.promo-team-title {
    margin-top: 6px;
}

.promo-classic-team-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    width: 100%;
    min-width: 100px;
    border: 1px solid #e1e1e1;
}

.promo-classic-team-figure img {
    max-width: 65px;
}

.promo-team-name {
    color: #151515;
}

.promo-team-country {
    font-size: 0.86em;
}

.promo-creative-tickets {
    margin-bottom: -10px;
    margin-right: -10px;
}

.promo-creative-tickets:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.promo-creative-tickets>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.promo-creative-tickets>* {
    vertical-align: middle;
}

.promo-creative-tickets *+.button {
    margin-top: 0;
}

.promo-creative-tickets-description {
    font-family: "dana-medium", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #151515;
    text-transform: capitalize;
}

.promo-creative-tickets-number {
    display: inline-block;
    text-align: center;
    margin: 0 3px;
    width: 29px;
    height: 29px;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 29px;
    font-weight: 500;
    color: #fff;
    background-color: #15b095;
    border-radius: 50%;
}

.promo-buttons {
    position: relative;
    display: inline-block;
}

.promo-buttons>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
}

.promo-buttons .button {
    min-width: 194px;
}

.promo-button {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #151515;
    background-color: #f05c5c;
    border-radius: 3px;
    cursor: pointer;
}

.promo-share-list {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 20px;
    background-color: #f05c5c;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transform-origin: 100% 0;
    cursor: auto;
    transition: .3s ease-out all;
    transition-delay: .2s;
    z-index: 1;
}

.promo-share-item {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
    transform: translateX(5px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out all;
    transition-delay: .4s;
}

.promo-share-item:first-child {
    margin-left: 12px;
}

.promo-share-item .icon {
    font-size: 15px;
    transition: .3s ease-out all;
}

.promo-share-item .icon,
.promo-share-item .icon:focus,
.promo-share-item .icon:active {
    color: #151515;
}

.promo-share-item .icon:hover {
    color: rgba(21, 21, 21, 0.5);
}

.promo-button-share:hover .promo-share-list {
    opacity: 1;
    visibility: visible;
}

.promo-button-share:hover .promo-share-item {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.promo-button-share:hover .promo-share-item:nth-child(2) {
    transition-delay: .5s;
}

.promo-button-share:hover .promo-share-item:nth-child(3) {
    transition-delay: .6s;
}

.promo-button-share:hover .promo-share-item:nth-child(4) {
    transition-delay: .7s;
}

.promo-button-share:hover .promo-share-item:nth-child(5) {
    transition-delay: .8s;
}

.promo-button-share:hover .promo-share-item:nth-child(6) {
    transition-delay: .9s;
}

*+.promo-team-name {
    margin-top: 14px;
}

*+.promo-time {
    margin-top: 11px;
}

*+.promo-classic-main {
    margin-top: 23px;
}

*+.promo-creative-main {
    margin-top: 20px;
}

*+.promo-creative-location {
    margin-top: 3px;
}

*+.promo-creative-countdown {
    margin-top: 15px;
}

*+.promo-creative-tickets {
    margin-top: 18px;
}

.promo-modern-countdown+.button {
    margin-top: 5px;
}

.promo-main+.button {
    margin-top: 23px;
}

.promo-button+.button {
    margin-top: 0;
    margin-right: 10px;
}

@media (min-width: 420px) {

    .promo-creative,
    .promo {
        font-size: 14px;
    }

    .promo-modern-countdown .countdown-classic .countdown-section {
        min-width: 74px;
    }
}

@media (min-width: 576px) {
    .promo-classic {
        padding: 25px 22px 40px;
    }

    .promo-classic-team-figure img {
        max-width: 100%;
    }

    .promo-creative-team {
        flex-direction: row;
        height: 74px;
    }

    .promo-team-title {
        margin-top: 0;
        margin-right: 10px;
    }

    .promo-creative-details {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .promo-modern .button-default {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .promo-creative {
        text-align: right;
    }

    .promo-creative .unit-body {
        max-width: 100%;
    }

    .promo-creative-details::before,
    .promo-creative-details::after {
        right: 0;
        border-bottom-color: transparent;
        border-top-color: #fff;
        transform: translateX(50%);
    }

    .promo-creative-details::before {
        top: -1px;
        right: -1px;
        border-top-color: #e1e1e1;
        border-width: 23px 14px 0 14px;
    }

    .promo-creative-details::after {
        border-width: 21px 13px 0 13px;
        transform: translateX(50%);
    }
}

@media (min-width: 992px) {
    .promo-creative-tickets-description {
        margin-right: 13px;
    }

    .promo-buttons+p {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .promo-creative .unit-body {
        flex-direction: row;
        flex-basis: auto;
    }

    .promo-creative-meta {
        flex-direction: column;
        justify-content: flex-start;
    }

    .promo-creative-meta-description {
        margin-top: 10px;
    }

    .promo-creative-figure {
        margin-right: 27px;
        margin-top: 0;
    }

    .promo-creative-details {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.awards-carousel {
    background: radial-gradient(ellipse at center, #345a6e 0%, #2e4754 100%);
}

.awards-carousel::before {
    display: none;
}

.awards-carousel::after {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.awards-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 15px;
    text-align: center;
}

.awards-item .divider::after {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.18);
}

.awards-item-main>*+* {
    margin-top: 14px;
}

.awards-item-title {
    letter-spacing: 0.075em;
    color: #fff;
}

.awards-item-title .text-accent {
    display: block;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.098em;
    color: #f05c5c;
}

.awards-item-time {
    letter-spacing: 0.075em;
    color: #15b095;
}

.awards-item-aside {
    position: relative;
    margin-right: 15px;
}

.awards-item-aside::before {
    position: absolute;
    height: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.59);
    pointer-events: none;
}

@media (min-width: 576px) {
    .awards-carousel::after {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
    }

    .awards-item-title .text-accent {
        font-size: 44px;
    }

    .awards-item-aside {
        margin-right: 25px;
    }
}

@media (min-width: 768px) {
    .awards-item {
        height: 330px;
    }
}

.player-info-corporate .player-img {
    position: relative;
    z-index: 1;
}

.player-info-corporate .player-img img {
    transition: all .3s;
    will-change: transform;
    max-width: inherit;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1599px) {
    .player-info-corporate .player-img {
        position: absolute;
        width: inherit;
        height: inherit;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
    }

    .player-info-corporate .player-img img {
        max-width: inherit;
        width: inherit;
    }
}

.player-info-corporate:hover .player-img img {
    transform: scale(1.05);
}

.player-info-corporate:hover .team-logo-img img {
    transform: scale(0.95);
}

.player-info-corporate.player-info-other-team .player-info-figure .block-number {
    background: #3B7CC0;
}

.player-info-corporate.player-info-other-team .player-info-subtitle {
    color: #3B7CC0;
}

.player-info-corporate.player-info-other-team .player-info-progress .progress-bar-linear,
.player-info-corporate.player-info-other-team .player-info-progress .progress-bar-linear::before {
    background-color: #3B7CC0;
}

.player-info-corporate.player-info-other-team .player-info-progress .progress-value {
    color: #3B7CC0;
}

.player-info-figure {
    position: relative;
    background: #26353c;
    overflow: hidden;
    text-align: center;
}

.player-info-figure .block-number {
    position: absolute;
    top: -5px;
    right: 15px;
    display: none;
    min-width: 50px;
    padding: 5px 8px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 0.123em;
    color: #fff;
    text-align: center;
    background: #15b095;
    transform: skewY(-7deg);
    z-index: 1;
}

.player-info-figure .block-number>span {
    display: inline-block;
    transform: skewY(7deg);
}

.player-info-figure .team-logo-img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0.07;
}

.player-info-figure .team-logo-img img {
    max-width: inherit;
    transition: all .3s;
    will-change: transform;
}

.player-info-main {
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.player-info-main hr {
    border-top: 1px solid #e1e1e1;
}

.player-info-main *+hr {
    margin-top: 15px;
}

.player-info-subtitle {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #15b095;
}

.player-info-table table {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.player-info-table table th,
.player-info-table table td {
    padding: 4px 0 4px 10px;
    font-weight: 500;
    text-align: right;
    vertical-align: top;
}

.player-info-table table th:nth-child(even),
.player-info-table table td:nth-child(even) {
    color: #151515;
    white-space: nowrap;
}

.player-info-progress .progress-header {
    min-width: 70px;
    margin-left: 10px;
}

*+.player-info-progress {
    margin-top: 15px;
}

*+.player-info-subtitle {
    margin-top: 0;
}

*+.player-info-table {
    margin-top: 15px;
}

.player-info-corporate+.player-info-corporate {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .player-info-corporate {
        display: flex;
    }

    .player-info-figure {
        flex-basis: 50%;
        max-width: 300px;
    }

    .player-info-main {
        padding: 35px 25px;
        flex-basis: calc(100% - 300px);
    }
}

@media (min-width: 1200px) {
    .player-info-figure {
        max-width: 370px;
    }

    .player-info-main {
        flex-basis: calc(100% - 370px);
        flex: 1;
    }
}

.player-info-modern:hover .player-info-modern-figure img {
    transform: scale(1.05);
}

.player-info-modern:hover .player-info-modern-title {
    opacity: 0;
    transform: translateY(-120px);
}

.player-info-modern:hover .player-info-modern-progress {
    opacity: 1;
}

.player-info-modern:hover .player-info-modern-footer {
    background: #14a78d;
}

.player-info-modern:hover .player-info-modern-number {
    border-color: rgba(255, 255, 255, 0.19);
}

.player-info-modern-figure {
    display: block;
    overflow: hidden;
    background: #26353c;
}

.player-info-modern-figure img {
    max-width: inherit;
    width: 100%;
    transition: all .3s;
    will-change: transform;
}

.player-info-modern-footer {
    display: flex;
    align-items: stretch;
    min-height: 94px;
    color: #fff;
    overflow: hidden;
    background: #15b095;
    transition: all .3s;
}

.player-info-modern-number {
    padding: 32px 15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    border-left: 1px solid transparent;
    background: #14a78d;
    transition: all .3s;
}

.player-info-modern-content {
    position: relative;
    flex-basis: 75%;
    padding: 25px 15px;
}

.player-info-modern-title {
    transition: all .5s;
    will-change: transform;
}

.player-info-modern-title h5 {
    color: #fff;
}

.player-info-modern-title p {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
}

.player-info-modern-title *+p {
    margin-top: 0;
}

.player-info-modern-progress {
    position: absolute;
    top: 25px;
    right: 15px;
    left: 15px;
    opacity: 0;
    will-change: transform;
    transition: all .5s;
}

.player-info-modern-progress .progress-bar-modern .progress-header {
    min-width: 70px;
    margin-left: 10px;
    line-height: 1.2;
}

.player-info-modern-progress .progress-bar-modern .progress-bar-linear {
    background-color: #f05c5c;
}

.player-info-modern-progress .progress-bar-modern .progress-bar-linear::before {
    background: #f05c5c;
}

.player-info-modern-progress .progress-bar-modern .progress-value {
    color: #f05c5c;
}

.player-info-modern-accent .player-info-modern-footer {
    background-color: #35363c;
}

.player-info-modern-accent .player-info-modern-number {
    background: #2c2d31;
    color: rgba(255, 255, 255, 0.15);
}

.player-info-modern-accent .player-info-modern-title p {
    color: rgba(255, 255, 255, 0.15);
}

.player-info-modern-accent:hover .player-info-modern-footer {
    background-color: #2c2d31;
}

@media (min-width: 992px) {
    .player-info-modern-progress {
        right: 25px;
        left: 25px;
    }

    .player-info-modern-number {
        flex-basis: 25%;
        padding: 25px 15px;
        font-size: 44px;
    }
}

@media (min-width: 1200px) {
    .player-info-modern-content {
        padding: 25px;
    }
}

.player-info-minimal {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 370px;
    height: 275px;
    padding: 30px 20px;
    overflow: hidden;
    background: #233645;
}

.player-info-minimal-figure {
    position: absolute;
    right: 160px;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
}

.player-info-minimal-figure img {
    max-width: inherit;
}

.player-info-minimal-number {
    position: absolute;
    top: 4px;
    right: -94px;
    font-size: 380px;
    line-height: 275px;
    font-weight: 600;
    letter-spacing: -0.08em;
    color: rgba(255, 255, 255, 0.1);
}

.player-info-minimal-content {
    position: relative;
    max-width: 130px;
    width: 100%;
    z-index: 1;
}

.player-info-minimal-title {
    font-style: italic;
}

.player-info-minimal-title h3 {
    line-height: 1.1;
    color: #fff;
}

.player-info-minimal-title span {
    display: block;
    color: #f05c5c;
}

.player-info-minimal-progress .progress-bar-modern {
    display: block;
}

.player-info-minimal-progress .progress-bar-modern .progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.player-info-minimal-progress .progress-bar-modern .progress-bar-linear-wrap {
    background-color: rgba(255, 255, 255, 0.2);
}

.player-info-minimal-progress .progress-bar-modern .progress-value {
    color: #fff;
}

*+.player-info-minimal-progress {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .player-info-minimal {
        padding: 30px;
    }

    .player-info-minimal-figure {
        right: 190px;
    }

    .player-info-minimal-content {
        max-width: 160px;
    }
}

.player-voting-item {
    max-width: 152px;
    text-align: right;
}

.player-voting-item .button-block {
    padding: 3px 10px;
    font-size: 12px;
}

.player-voting-item .button-block .icon {
    font-size: 14px;
}

.player-voting-item *+.button-block {
    margin-top: 16px;
}

.player-voting-item-figure {
    position: relative;
    overflow: hidden;
}

.player-voting-item-figure .player-number {
    position: absolute;
    top: -3px;
    right: 10px;
    width: 30px;
    padding: 4px 7px;
    text-align: center;
    background: #15b095;
    transform: skewY(10deg);
}

.player-voting-item-figure .player-number>* {
    color: #fff;
    transform: skewY(-10deg);
}

.player-voting-item-figure img {
    transition: all .3s;
}

.player-voting-item-title {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
}

.player-voting-item-title a:hover {
    color: #15b095;
}

.player-voting-item-progress .progress-bar-modern {
    flex-wrap: wrap;
}

.player-voting-item-progress .progress-bar-modern .progress-header {
    flex-basis: 100%;
}

.player-voting-item-progress .progress-bar-modern .progress-bar-linear-wrap {
    flex-basis: 70%;
}

.block-voting {
    max-width: 370px;
    padding: 25px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.block-voting .group-md {
    margin-bottom: -30px;
}

.block-voting .group-md>* {
    margin-bottom: 30px;
}

@media (min-width: 360px) {
    .block-voting {
        padding-right: 0;
        padding-left: 0;
    }

    .block-voting .player-voting-item {
        max-width: calc(50% - 30px);
    }

    .block-voting .progress-bar-modern .progress-header {
        display: inline-block;
        flex-basis: unset;
    }

    .block-voting .progress-bar-linear-wrap {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .block-voting .player-voting-item {
        max-width: calc(50% - 15px);
    }

    .block-voting .progress-bar-modern .progress-header {
        display: inline-block;
        flex-basis: unset;
    }

    .block-voting .progress-bar-linear-wrap {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .block-voting {
        padding: 15px 10px;
    }

    .block-voting .group-md {
        margin-bottom: -10px;
        margin-right: -10px;
    }

    .block-voting .group-md:empty {
        margin-bottom: 0;
        margin-right: 0;
    }

    .block-voting .group-md>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

*+.player-voting-item-title {
    margin-top: 10px;
}

*+.player-voting-item-progress {
    margin-top: 10px;
}

.bg-gray-100 .block-player-info {
    padding: 35px 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.block-player-info {
    padding: 35px 0;
}

.block-player-info-content {
    color: #151515;
}

.block-player-info-content>*+* {
    margin-top: 18px;
}

.player-info-timeline-item {
    position: relative;
}

.player-info-timeline-item::before {
    position: absolute;
    right: 15px;
    top: -10px;
    height: 10px;
    content: '';
    border-right: 1px solid #e1e1e1;
    pointer-events: none;
}

.player-info-timeline-item::after {
    position: absolute;
    right: 15px;
    top: 25px;
    bottom: -30px;
    content: '';
    border-right: 1px solid #e1e1e1;
    pointer-events: none;
}

.player-info-timeline-item:last-child::after {
    bottom: -10px;
}

.player-info-timeline-item-header {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.timeline-counter {
    position: relative;
    display: inline-block;
    min-width: 70px;
    margin-left: 10px;
    padding: 1px 10px 1px 25px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    overflow: hidden;
    border-right: 1px solid #e1e1e1;
    z-index: 2;
}

.timeline-counter::before {
    position: absolute;
    top: 0;
    left: 3px;
    right: -6px;
    bottom: 0;
    content: '';
    border: 1px solid #e1e1e1;
    transform: skewX(10deg);
    z-index: -1;
    pointer-events: none;
}

.player-info-timeline-item-text {
    padding-right: 30px;
}

.player-info-timeline-item+.player-info-timeline-item {
    margin-top: 40px;
}

*+.block-player-info-content {
    margin-top: 25px;
}

*+.block-player-info-timeline {
    margin-top: 40px;
}

*+.player-info-timeline-item-text {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .bg-gray-100 .block-player-info {
        padding: 45px 35px;
    }
}

.game-glossary {
    padding: 22px 29px 16px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.game-glossary-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.game-glossary-wrap>* {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.game-glossary-terms td {
    padding-bottom: 8px;
    vertical-align: top;
}

.game-glossary-terms td:first-child {
    color: #151515;
}

.game-glossary-terms td:last-child {
    padding-right: 8px;
}

@media (min-width: 576px) {
    .game-glossary-wrap {
        margin-right: -20px;
        margin-left: -20px;
    }

    .game-glossary-wrap>* {
        padding: 0 20px;
    }
}

/* 
* Pagination custom
*/
.pagination {
    justify-content: center;
}

.pagination:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.pagination>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}

.page-link {
    display: inline-block;
    min-width: 42px;
    padding: 9px 9px;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.33333;
    transition: all 0.3s ease-in-out;
    border: 0 solid #686A6D;
    background-color: #4E565E;
    color: #FBFBFB;
}

.page-link:hover,
.page-link:focus,
.page-link:active {
    color: #fff;
    background-color: #f05c5c;
    border-color: #f05c5c;
}

span.page-link:hover,
span.page-link:focus,
span.page-link:active {
    color: #151515;
    background-color: #fff;
    border-color: #d7d7d7;
}

.page-item.active>.page-link,
.page-item.active>.page-link:hover,
.page-item.active>.page-link:focus,
.page-item.active>.page-link:active {
    color: #fff;
    background-color: #f05c5c;
    border-color: #f05c5c;
}

.page-item.disabled>.page-link,
.page-item.disabled>.page-link:hover,
.page-item.disabled>.page-link:focus,
.page-item.disabled>.page-link:active {
    color: #fff;
    background-color: #15b095;
    border-color: #15b095;
    opacity: .8;
}

.page-item-control .icon::before {
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 24px;
}

.page-item-control:first-child .icon::before,
[dir='rtl'] .page-item-control:last-child .icon::before {
    content: '\f053';
    margin-right: -1px;
}

.page-item-control:last-child .icon::before,
[dir='rtl'] .page-item-control:first-child .icon::before {
    content: '\f054';
    margin-left: -1px;
}

.page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

*+.pagination-wrap {
    margin-top: 25px;
}

@media (min-width: 1200px) {
    *+.pagination-wrap {
        margin-top: 40px;
    }
}

/* 
* Comments
*/
.comment-classic {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.comment-classic svg {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 36px;
    height: 24px;
    z-index: 0;
}

.comment-classic svg path {
    fill: #edeff4;
}

.comment-classic>* {
    position: relative;
    z-index: 1;
}

.comment-classic-header+* {
    margin-top: 10px;
}

.comment-classic-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comment-classic-header-aside img {
    max-width: inherit;
    border-radius: 50%;
}

.comment-classic-header-aside+.comment-classic-header-main {
    margin-right: 10px;
}

.comment-classic-header-main {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-classic-title {
    color: #151515;
    line-height: 18px;
}

.comment-classic-title+* {
    margin-top: 1px;
}

.comment-classic-time {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

.comment-classic-text+* {
    margin-top: 12px;
}

.comment-classic-post-title {
    position: relative;
    padding-right: 40px;
}

.comment-classic-post-title:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    content: '';
    pointer-events: none;
}

.comment-classic-post-title:after {
    position: absolute;
    top: 7px;
    right: 17px;
    display: inline-block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #d7d7d7;
    content: '\f238';
    pointer-events: none;
}

.list-comments-classic .comment-classic+.comment-classic {
    border-top: none;
}

.list-comments-classic .comment-classic-post-title {
    margin-right: 15px;
}

@media (min-width: 992px) {
    .comment-classic {
        padding: 20px 20px 20px 40px;
    }

    .comment-classic:before {
        font-size: 120px;
    }
}

.comment-modern {
    position: relative;
    padding: 30px 65px 30px 30px;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.comment-modern svg {
    position: absolute;
    top: 33px;
    right: 20px;
    width: 31px;
    height: 19px;
    z-index: 0;
}

.comment-modern svg path {
    fill: #d4d5db;
}

.comment-modern-title {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
}

.comment-modern-title a {
    color: #151515;
}

.comment-modern-title a:hover {
    color: #15b095;
}

.comment-modern-title+* {
    margin-top: 5px;
}

.comment-modern-time {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #9b9b9b;
}

.comment-modern-time .icon {
    margin-left: 8px;
    font-size: 17px;
    vertical-align: middle;
}

.comment-modern+.comment-modern {
    margin-top: 14px;
}

.blog-post-comments {
    color: #151515;
}

.bg-gray-100 .blog-post-comments {
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.post-comment {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.post-comment-footer {
    margin-bottom: -7px;
    margin-right: -30px;
}

.post-comment-footer:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.post-comment-footer>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 30px;
}

.post-comment-footer .icon {
    margin-left: 7px;
    color: #15b095;
}

.post-comment-footer a {
    color: #151515;
}

.post-comment-footer a:hover {
    color: #15b095;
}

.post-comment-main {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.post-comment-time {
    color: #9b9b9b;
}

*+.post-comment-main,
*+.post-comment-text,
*+.post-comment-footer {
    margin-top: 15px;
}

.post-comment+.post-comment {
    margin-top: 35px;
}

.post-comment-parent .post-comment-main {
    padding-bottom: 5px;
    border-bottom: none;
}

.post-comment-child {
    margin-right: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.post-comment-child .post-comment-main {
    border-bottom: none;
}

@media (min-width: 576px) {
    *+.post-comment-main {
        margin-top: 0;
    }

    .post-comment-main {
        flex-basis: calc(100% - 89px);
        margin-right: 20px;
    }

    .post-comment-header {
        display: flex;
        align-items: flex-end;
    }

    .author-name {
        padding-left: 20px;
    }

    .post-comment-time {
        padding-right: 20px;
        border-right: 1px solid #e1e1e1;
    }

    .post-comment-child {
        margin-right: 85px;
    }

    .post-comment-child::before {
        position: absolute;
        top: 44px;
        right: -50px;
        width: 40px;
        border-top: 1px solid #e1e1e1;
        content: '';
    }

    .post-comment-parent::before {
        position: absolute;
        top: 80px;
        right: 35px;
        height: 100%;
        border-right: 1px solid #e1e1e1;
        content: '';
    }
}

@media (min-width: 1200px) {
    .post-comment-child {
        padding-right: 25px;
    }

    .post-comment-child::before {
        position: absolute;
        top: 44px;
        right: -50px;
        width: 60px;
        border-top: 1px solid #e1e1e1;
        content: '';
    }
}

.bg-gray-100 .form-input {
    background: #fff;
}

.comment-box-form .form-label {
    color: #9b9b9b;
}

.comment-box-form .form-input {
    border: 1px solid #edeff4;
    background: #edeff4;
}

.comment-box-form *+.form-button {
    margin-top: 20px;
}

.comment-box-form .button {
    min-height: inherit;
    padding: 14px 40px;
}

*+.comment-box {
    margin-top: 50px;
}

*+.comment-box-form {
    margin-top: 15px;
}

*+.comment-box-main {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .comment-box {
        display: flex;
        flex-wrap: wrap;
    }

    *+.comment-box-main {
        margin-top: 0;
    }

    .comment-box-main {
        flex-basis: calc(100% - 89px);
        margin-right: 20px;
    }
}

/* 
* Badges
*/
.badge {
    display: inline-block;
    padding: 3px 8px;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border-radius: 4px;
    text-wrap: balance;
}

.badge>.icon {
    margin-right: 5px;
    font-size: 12px;
}

.badge-primary {
    background: var(--e-global-color-primary);
}

.badge-secondary {
    font-weight: 500;
    color: var(--e-global-color-text);
    background: var(--e-global-color-secondary);
}

.badge-red {
    background: #AD0000;
}

.badge-orange {
    background: #ffa04c;
}

.badge-blue {
    background: #28c0e1;
}

.badge-green {
    background: #28a745;
}

.badge-shop {
    background: #4b88dc;
}

.badge-light-yellow {
    color: #151515;
    background: #eeec49;
}

.badge-light-green {
    background: #96c251;
}

.badge-east-bay {
    font-weight: 500;
    background: #444c80;
}

/** 
* Card
*/
.card-form {
    padding: 30px 15px;
    background: #fff;
    transition: all 200ms ease;
}

.card-form .form-wrap+* {
    margin-top: 20px;
}

.card-form .form-wrap+.form-wrap {
    margin-top: 15px;
}

.card-form *+.button {
    margin-top: 26px;
}

.card-login-register {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
}

.card-top-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #35363c;
}

.card-form-login {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.card-form-register {
    position: relative;
    display: none;
    z-index: 1;
}

.card-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 17px;
    background: #5e616e;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.card-toggle-circle {
    position: absolute;
    top: 50%;
    right: -4px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    will-change: transform;
    transition: all .1s linear;
}

.card-toggle-circle::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #15b095;
    transform: translate(50%, -50%);
    transition: all .2s ease-in-out;
}

.card-subtitle,
.card-top-panel-left {
    position: relative;
}

.card-title {
    color: #fff;
    margin-bottom: 0;
    transition: all 300ms ease;
}

.card-subtitle {
    top: 2px;
    text-align: left;
    margin-left: 10px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #6b6b6e;
    text-transform: uppercase;
    transition: all 300ms ease;
}

.card-subtitle>* {
    display: inline-block;
}

.card-subtitle-login,
.card-title-login {
    opacity: 1;
    visibility: visible;
}

.card-subtitle-register,
.card-title-register {
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    will-change: transform;
}

.card-title-register {
    right: 0;
}

.card-subtitle-register {
    left: 0;
}

.card-toggle-circle:hover::before {
    width: 16px;
    height: 16px;
}

.card-toggle.active .card-toggle-circle {
    transform: translate(-112%, -50%);
}

.card-login-register.active .card-form-login {
    display: none;
}

.card-login-register.active .card-form-register {
    display: block;
}

.card-login-register.active .card-subtitle-login,
.card-login-register.active .card-title-login {
    opacity: 0;
    visibility: hidden;
}

.card-login-register.active .card-subtitle-register,
.card-login-register.active .card-title-register {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .card-login-register .button-lg {
        padding-right: 20px;
        padding-left: 20px;
    }

    .card-top-panel-right {
        width: 200px;
        margin-top: 4px;
    }

    .card-title-register {
        right: 50%;
        transform: translate(50%, -50%);
    }
}

@media (min-width: 576px) {
    .card-form {
        padding: 40px 25px;
    }

    .card-top-panel {
        flex-direction: row;
    }

    .card-login-register {
        max-width: 100%;
    }
}

/* 
* Nav Custom
*/
.nav-minimal-list {
    margin-bottom: -10px;
    margin-right: -20px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    color: #707279;
}

.nav-minimal-list:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.nav-minimal-list>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 20px;
}

.nav-minimal-list li {
    display: inline-block;
}

.nav-minimal-list li.active {
    color: #15b095;
}

.nav-minimal-list a {
    color: inherit;
}

.nav-minimal-list a:hover {
    color: #15b095;
}

.nav-light-list {
    margin-bottom: -10px;
    margin-right: -20px;
}

.nav-light-list:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.nav-light-list>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 20px;
}

.nav-light-list li {
    display: inline-block;
}

.nav-light-list a {
    color: inherit;
}

.nav-light-list li.active,
.nav-light-list a:hover {
    color: #15b095;
}

@media (min-width: 992px) {
    .nav-minimal-list {
        margin-right: -40px;
    }

    .nav-minimal-list>* {
        margin-right: 40px;
    }
}

/* 
* Modal Custom
*/
.modal-video .modal-dialog {
    top: 50%;
    max-width: 300px;
    margin: 10px auto;
    transform: translateY(-50%);
}

.modal-video .modal-content {
    border: none;
    background: transparent;
}

.modal-video .modal-body {
    padding: 0;
}

.modal-video .modal-header {
    border: none;
}

.modal-video .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
    transition: all .3s;
}

.modal-video .close:hover {
    color: #15b095;
}

.modal-video.show .modal-dialog {
    transform: translate(0, -50%);
}

@media (min-width: 576px) {
    .modal-video .modal-dialog {
        max-width: 450px;
    }
}

@media (min-width: 992px) {
    .modal-video .modal-dialog {
        max-width: 600px;
    }
}

/* 
* Page layout
*/
.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0;
}

.page.fadeIn {
    animation-timing-function: ease-out;
}

.page.fadeOut {
    animation-timing-function: ease-in;
}

[data-x-mode] .page {
    opacity: 1;
}

html.boxed body {
    background: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
    html.boxed .page {
        max-width: 1600px;
        margin-right: auto;
        margin-left: auto;
        box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
    }

    html.boxed .rd-navbar-static {
        max-width: 1600px;
        margin-right: auto;
        margin-left: auto;
    }

    html.boxed .rd-navbar-static.rd-navbar--is-stuck {
        max-width: 1600px;
        width: 100%;
        right: calc(50% - 1600px);
        left: calc(50% - 1600px);
    }
}

/* 
* Text styling
*/
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.font-weight-thin {
    font-weight: 100;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-sbold {
    font-weight: 600;
}

.font-weight-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-gray-100 {
    color: #edeff4;
}

.text-gray-200 {
    color: #d7d7d7;
}

.text-gray-300 {
    color: #ccc;
}

.text-gray-400 {
    color: #b7b7b7;
}

.text-gray-500 {
    color: #9b9b9b;
}

.text-gray-600 {
    color: #868e96;
}

.text-gray-700 {
    color: #2c343b;
}

.text-gray-800 {
    color: #151515;
}

.text-gray-900 {
    color: #111;
}

.text-red {
    color: #fd6565;
}

html .page .text-primary {
    color: #15b095 !important;
}

html .page .text-secondary {
    color: #f05c5c !important;
}

/* 
* Offsets
*/
*+p {
    margin-top: 10px;
}

*+h4,
*+.heading-4 {
    margin-top: 10px;
}

h2+p,
.heading-2+p {
    margin-top: 12px;
}

p+h2,
p+.heading-2 {
    margin-top: 15px;
}

p+p {
    margin-top: 12px;
}

img+p {
    margin-top: 15px;
}

h3+img {
    margin-top: 42px;
}

h2+.big {
    margin-top: 3px;
}

*+.row {
    margin-top: 30px;
}

*+.big {
    margin-top: 20px;
}

*+.text-style-1 {
    margin-top: 6px;
}

*+.text-block {
    margin-top: 30px;
}


.icon-xl+h2 {
    margin-top: 20px;
}

.row+h3,
.row+.heading-3 {
    margin-top: 80px;
}

.container+.container {
    margin-top: 35px;
}

.row+.row {
    margin-top: 35px;
}

.row+.button {
    margin-top: 40px;
}

.heading-7+.text-style-1 {
    margin-top: 0;
}

@media (min-width: 768px) {

    *+h4,
    *+.heading-4 {
        margin-top: 22px;
    }
}

@media (min-width: 1200px) {
    *+.rd-form {
        margin-top: 30px;
    }

    *+.contact-list {
        margin-top: 30px;
    }

    .container+.container {
        margin-top: 60px;
    }

    .row+.row {
        margin-top: 60px;
    }
}

.row-0 {
    margin-bottom: 0px;
}

.row-0:empty {
    margin-bottom: 0;
}

.row-0>* {
    margin-bottom: 0px;
}

.row-10 {
    margin-bottom: -10px;
}

.row-10:empty {
    margin-bottom: 0;
}

.row-10>* {
    margin-bottom: 10px;
}

.row-15 {
    margin-bottom: -15px;
}

.row-15:empty {
    margin-bottom: 0;
}

.row-15>* {
    margin-bottom: 15px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-20:empty {
    margin-bottom: 0;
}

.row-20>* {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30>* {
    margin-bottom: 30px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-50:empty {
    margin-bottom: 0;
}

.row-50>* {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .row-md-30 {
        margin-bottom: -30px;
    }

    .row-md-30:empty {
        margin-bottom: 0;
    }

    .row-md-30>* {
        margin-bottom: 30px;
    }
}

/* 
* Element groups
*/
html .group {
    margin-bottom: -20px;
    margin-right: -15px;
}

html .group:empty {
    margin-bottom: 0;
    margin-right: 0;
}

html .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 15px;
}

html .group-xs {
    margin-bottom: -10px;
    margin-right: -10px;
}

html .group-xs:empty {
    margin-bottom: 0;
    margin-right: 0;
}

html .group-xs>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

html .group-sm {
    margin-bottom: -12px;
    margin-right: -12px;
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-right: 0;
}

html .group-sm>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 12px;
}

html .group-md {
    margin-bottom: -20px;
    margin-right: -20px;
}

html .group-md:empty {
    margin-bottom: 0;
    margin-right: 0;
}

html .group-md>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

html .group-xl {
    margin-bottom: -20px;
    margin-right: -30px;
}

html .group-xl:empty {
    margin-bottom: 0;
    margin-right: 0;
}

html .group-xl>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 30px;
}

@media (min-width: 992px) {
    html .group-xl {
        margin-bottom: -20px;
        margin-right: -45px;
    }

    html .group-xl>* {
        margin-bottom: 20px;
        margin-right: 45px;
    }
}

html .group-sm-justify .button {
    padding-right: 20px;
    padding-left: 20px;
}

html .group-sm-justify .button+.button {
    margin-top: 0;
}

@media (max-width: 575px) {
    html .group-sm-justify {
        text-align: center;
    }

    html .group-sm-justify .button {
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
        min-width: 59px;
    }

    html .group-sm-justify .button .icon {
        padding-left: 0;
    }

    html .group-sm-justify .button>span:not(.icon) {
        display: none;
    }
}

@media (min-width: 576px) {
    html .group-sm-justify {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    html .group-sm-justify>* {
        flex-grow: 1;
        flex-shrink: 0;
    }

    html .group-sm-justify .buttons {
        min-width: 130px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.group-flex {
    display: flex;
    flex-wrap: wrap;
}

.group-flex-xs {
    margin-bottom: -10px;
    margin-right: -10px;
}

.group-flex-xs>* {
    margin-bottom: 10px;
    margin-right: 10px;
}

.group-middle {
    display: inline-table;
}

.group-middle>* {
    vertical-align: middle;
}

*+.group-xs {
    margin-top: 30px;
}

*+.group-sm {
    margin-top: 30px;
}

*+.group-md {
    margin-top: 30px;
}

*+.group-xl {
    margin-top: 20px;
}

.rd-form+.group-sm {
    margin-top: 12px;
}

@media (min-width: 768px) {
    *+.group-md {
        margin-top: 40px;
    }
}

/* 
* Sections 
*/
.section-xs {
    padding: 25px 0;
}

.section-minimal {
    padding: 35px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 50px 0;
}

.section-collapse+.section-collapse {
    padding-top: 0;
}

.section-collapse:last-child {
    padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

.section-variant-1 {
    padding: 50px 0;
}

@media (max-width: 991px) {

    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 25px 0;
    }

    .section-md {
        padding: 60px 0;
    }

    .section-lg {
        padding: 85px 0;
    }

    .section-variant-1 {
        padding: 60px 0 80px;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 40px 0 40px;
    }

    .section-lg {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .section-lg {
        padding: 115px 0;
    }

    .section-variant-1 {
        padding-bottom: 100px;
    }
}

.section-single {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.section-single::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(43, 51, 65, 0.4);
    z-index: 0;
}

.section-single p {
    margin-right: auto;
    margin-left: auto;
}

.section-single *+.rights {
    margin-top: 35px;
}

.section-single *+.countdown-wrap {
    margin-top: 35px;
}

.section-single .countdown-wrap+* {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .section-single *+.rights {
        margin-top: 60px;
    }

    .section-single .countdown-wrap+* {
        margin-top: 35px;
    }
}

.section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-single *+.rd-mailform-wrap {
    margin-top: 20px;
}

.section-single-header {
    padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
    padding: calc(1em + 4vh) 0;
}

.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
}

.section-single-inner>* {
    width: 100%;
}

@supports (display: grid) {
    .section-single-inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr;
    }
}

/* 
* Grid modules
*/
.row-narrow {
    margin-right: -5px;
    margin-left: -5px;
}

.row-narrow>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.container-wide {
    max-width: 100%;
}

@media (min-width: 1920px) {
    .container-wide {
        max-width: 1920px;
    }
}

/* 
* Backgrounds
*/
.context-dark,
.rd-navbar-dark,
.rd-navbar-darker,
.bg-gray-700,
.bg-gray-2,
.bg-gray-4,
.bg-primary,
.bg-image-dark,
.context-dark h1,
.rd-navbar-dark h1,
.rd-navbar-darker h1,
.bg-gray-700 h1,
.bg-gray-2 h1,
.bg-gray-4 h1,
.bg-primary h1,
.bg-image-dark h1,
.context-dark h2,
.rd-navbar-dark h2,
.rd-navbar-darker h2,
.bg-gray-700 h2,
.bg-gray-2 h2,
.bg-gray-4 h2,
.bg-primary h2,
.bg-image-dark h2,
.context-dark h3,
.rd-navbar-dark h3,
.rd-navbar-darker h3,
.bg-gray-700 h3,
.bg-gray-2 h3,
.bg-gray-4 h3,
.bg-primary h3,
.bg-image-dark h3,
.context-dark h4,
.rd-navbar-dark h4,
.rd-navbar-darker h4,
.bg-gray-700 h4,
.bg-gray-2 h4,
.bg-gray-4 h4,
.bg-primary h4,
.bg-image-dark h4,
.context-dark h5,
.rd-navbar-dark h5,
.rd-navbar-darker h5,
.bg-gray-700 h5,
.bg-gray-2 h5,
.bg-gray-4 h5,
.bg-primary h5,
.bg-image-dark h5,
.context-dark h6,
.rd-navbar-dark h6,
.rd-navbar-darker h6,
.bg-gray-700 h6,
.bg-gray-2 h6,
.bg-gray-4 h6,
.bg-primary h6,
.bg-image-dark h6,
.context-dark [class*='heading-'],
.rd-navbar-dark [class*='heading-'],
.rd-navbar-darker [class*='heading-'],
.bg-gray-700 [class*='heading-'],
.bg-gray-2 [class*='heading-'],
.bg-gray-4 [class*='heading-'],
.bg-primary [class*='heading-'],
.bg-image-dark [class*='heading-'] {
    color: #fff;
}

.context-dark hr,
.rd-navbar-dark hr,
.rd-navbar-darker hr,
.bg-gray-700 hr,
.bg-gray-2 hr,
.bg-gray-4 hr,
.bg-primary hr,
.bg-image-dark hr {
    border-color: rgba(255, 255, 255, 0.14);
}

.context-dark .big,
.rd-navbar-dark .big,
.rd-navbar-darker .big,
.bg-gray-700 .big,
.bg-gray-2 .big,
.bg-gray-4 .big,
.bg-primary .big,
.bg-image-dark .big {
    color: #fff;
}

.context-dark .brand .brand-logo-dark,
.rd-navbar-dark .brand .brand-logo-dark,
.rd-navbar-darker .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-gray-2 .brand .brand-logo-dark,
.bg-gray-4 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark,
.bg-image-dark .brand .brand-logo-dark {
    display: none;
}

.context-dark .brand .brand-logo-light,
.rd-navbar-dark .brand .brand-logo-light,
.rd-navbar-darker .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-gray-2 .brand .brand-logo-light,
.bg-gray-4 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light,
.bg-image-dark .brand .brand-logo-light {
    display: block;
}

.context-light {
    color: #151515;
}

.context-light h1,
.context-light h2,
.context-light h3,
.context-light h4,
.context-light h5,
.context-light h6,
.context-light [class*='heading-'] {
    color: #151515;
}

.context-light .form-label,
.context-light .form-input {
    color: #9b9b9b;
}


.context-light .form-input {
    background-color: #fff;
    border-color: #e1e1e1;
}

.context-light .stepper input {
    color: #151515;
}

.context-light .post-classic-title {
    color: #151515;
}

.context-light .brand .brand-logo-dark {
    display: block;
}

.context-light .brand .brand-logo-light {
    display: none;
}

/**
* Light Backgrounds
*/
.bg-default {
    background-color: #fff;
}

.bg-default+.bg-default {
    padding-top: 0;
}

.bg-gray-100 {
    background-color: #edeff4;
}

.bg-gray-100+.bg-gray-100 {
    padding-top: 0;
}

.bg-gray-200 {
    background-color: #d7d7d7;
}

.bg-gray-200+.bg-gray-200 {
    padding-top: 0;
}

/**
* Dark Backgrounds
*/
.bg-gray-700 {
    background-color: #2c343b;
}

.bg-gray-700+.bg-gray-700 {
    padding-top: 0;
}

.bg-gray-2 {
    background-color: #35363c;
    color: #707279;
}

.bg-gray-2+.bg-gray-2 {
    padding-top: 0;
}

.bg-gray-2 h6,
.bg-gray-2 .heading-6 {
    color: #707279;
}

.bg-gray-2 .link {
    color: #fff;
}

.bg-gray-2 .link:hover {
    color: #15b095;
}

.bg-gray-2 .rights {
    color: #707279;
}

.bg-gray-4 {
    background-color: #2c2d31;
}

.bg-gray-4+.bg-gray-4 {
    padding-top: 0;
}

/**
* Accent Backgrounds
*/
.bg-primary+.bg-primary {
    padding-top: 0;
}

/**
* Background Image
*/
.bg-image-dark .form-label,
.bg-image-dark .form-input {
    color: #9b9b9b;
}

.bg-image-dark .form-input {
    background-color: #fff;
    border-color: #e1e1e1;
}

[class^='bg-'] {
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed;
    }
}

/* 
* Utilities custom 
*/
.height-fill {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.height-fill>* {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.object-inline {
    white-space: nowrap;
}

.object-inline>* {
    display: inline-block;
    min-width: 20px;
    vertical-align: top;
    white-space: normal;
}

.object-inline>*+* {
    margin-right: 5px;
}

.oh {
    position: relative;
    overflow: hidden;
}

.text-decoration-lines {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.text-decoration-lines-content {
    position: relative;
    display: inline-block;
    min-width: 170px;
    font-size: 13px;
    text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #d7d7d7;
    top: 50%;
    width: 100vw;
}

.text-decoration-lines-content::before {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.text-decoration-lines-content::after {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

*+.text-decoration-lines {
    margin-top: 30px;
}

p.rights {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

p.rights a {
    color: inherit;
    text-decoration: underline;
}

p.rights a:hover {
    color: #15b095;
}

[style*='z-index: 1000;'] {
    z-index: 1092 !important;
}

.text-block>* {
    margin-right: .125em;
    margin-left: .125em;
}

.svg-color-primary {
    fill: #15b095;
}

.svg-color-secondary {
    fill: #f05c5c;
}

.svg-color-abbey {
    fill: #555c5f;
}

.svg-color-shuttle-gray {
    fill: #5a666d;
}

.svg-sizing-35,
.svg-sizing-35 * {
    width: 35px;
    height: 35px;
}

/* 
* Layouts
*/
.layout-justify {
    margin-bottom: -20px;
    margin-right: -20px;
    text-align: center;
}

.layout-justify:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.layout-justify>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .layout-justify {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* 
* Animate.css
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

/* 
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideInUpSmall {
    animation-name: slideInUpSmall;
    transform-origin: 50% 100%;
}

@keyframes slideInUpSmall {
    0% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }
}

/**
* SliceInLeft Keyframes Animation
*/
@-webkit-keyframes sliceInLeft {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes sliceInLeft {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.sliceInLeft {
    animation-name: sliceInLeft;
}

/* 
* Preloaders
*/
#preloader {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1092;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease;
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

#preloader .preloader-body {
    text-align: center;
}

.preloader-body {
    position: relative;
    width: 40px;
    height: 40px;
}

.preloader-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid #15b095;
    transform: translateZ(0);
    border-radius: 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: preloader-loading;
}

@keyframes preloader-loading {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-1turn);
    }
}

/* 
* Select 2 v3.5.4
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    box-sizing: border-box;
}

.select2-drop * {
    box-sizing: border-box;
}

.select2-container .select2-choice {
    display: block;
    position: relative;
    padding: 9px 19px;
    border-radius: 3px;
    text-decoration: none;
    background-image: none;
    border: 0;
}

.select2-container .select2-choice>.select2-chosen {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.select2-dropdown-open .select2-choice {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-arrow {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-arrow b::before {
    display: inline-block;
    font-weight: 400;
    content: "";
    font-family: "Material Design Icons";
    font-size: 22px;
    transform: rotate(0deg);
}

.select2-dropdown-open .select2-arrow b:before {
    transform: rotate(-180deg);
}

.select2-container .select2-choice abbr {
    display: none;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #131313;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -3px;
    position: absolute;
    z-index: 100;
    top: 100%;
    background: #4E565E;
    color: #F0F0F0;
    border: 0;
    border-radius: 0 0 3px 3px;
}

.select2-drop-active {
    border-top: 0;
}

.select2-drop.select2-drop-above {
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}


.select2-search {
    display: inline-block;
    width: 100%;
    padding: 4px 4px 0;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search:before {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(calc(-50% + 4px));
    display: inline-block;
    content: '\f43b';
    font-family: "Material Design Icons";
    font-size: 20px;
    line-height: 1;
}

.select2-search input {
    width: 100%;
    padding: 5px 5px 5px 35px;
    margin: 0;
    outline: 0;
    font-size: 1em;
    background-color: #fff;
    color: #9b9b9b;
    border: 1px solid #e1e1e1;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #e1e1e1;
    border-top-color: transparent;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-result {
    border-radius: 3px;
    transition: .1s;
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results li em {
    background: #fff;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #fff;
    background: #15b095;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #b7b7b7;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-right: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */
.select2-container-multi {
    display: flex;
    align-items: stretch;
    height: auto;
    min-height: 60px;
}

.select2-container-multi .select2-choices {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 0;
    cursor: text;
    overflow: hidden;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100% !important;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 20px 4px 5px;
    margin: 3px 5px 3px 0;
    position: relative;
    line-height: 13px;
    cursor: default;
    border: 1px solid #404040;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3B3B3B;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    left: 3px;
    top: 7px;
    color: #E0E0E0;
}

.select2-search-choice-close:before {
    display: inline-block;
    content: '\f24c';
    font-family: "Material Design Icons";
    font-size: 12px;
    line-height: 1;
}

.select2-container-multi .select2-search-choice-close {
    right: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    right: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
    white-space: nowrap;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    right: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.select-inline,
.select-inline-dropdown {
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
}

.select-inline .select2-choice {
    display: inline-block;
    padding: 4px 5px 2px 18px;
    background: #15b095;
    color: #fff;
}

.select-inline .select2-arrow {
    left: 1px;
}

.select-inline b::before {
    font-size: 16px;
}

.select-inline-dropdown {
    z-index: 1776;
    background: #15b095;
}



.select-inline-dropdown .select2-highlighted {
    background: #F05C5C;
}

.select-inline-dropdown .select2-highlighted .select2-result-label {
    color: #fff;
}

.select-inline-dropdown .select2-results>li {
    border-radius: 0;
    text-align: center;
}

.select-inline-dropdown .select2-result-label {
    color: rgba(255, 255, 255, 0.7);
}

.select-minimal,
.select-minimal-dropdown {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.select-minimal .select2-choice {
    display: block;
    padding: 8px 13px 3px 23px;
    border-radius: 3px;
}

.select-minimal .select2-choice,
.select-minimal .select2-choice:focus,
.select-minimal .select2-choice:active,
.select-minimal .select2-choice:hover {
    color: #FFF;
    background: #15b095;
}

.select-minimal .select2-arrow {
    left: 6px;
    top: 50%;
}


.select-minimal.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
}

.ie-10 .select-minimal .select2-choice,
.ie-11 .select-minimal .select2-choice {
    padding-left: 35px;
}

.select-minimal-dropdown {
    z-index: 1080;
    background: #edeff4;
}

.select-minimal-dropdown .select2-results {
    display: block;
}

.select-minimal-dropdown .select2-highlighted {
    background: #12bc9e;
}

.select-minimal-dropdown .select2-highlighted .select2-result-label {
    color: #fff;
}

.select-minimal-dropdown .select2-results>li {
    border-radius: 0;
    text-align: right;
}

.select-minimal-dropdown .select2-result-label {
    padding-right: 13px;
    padding-left: 13px;
    color: #151515;
}

.select-minimal-dropdown .select2-match {
    display: block;
    text-decoration: none;
}

.select-minimal-dropdown.select2-drop-active {
    white-space: normal;
    border-color: #d1d1d1;
}

/* 
* ToTop
*/
.ui-to-top {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    background: #15b095;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:focus {
    color: #fff;
}

.ui-to-top:hover {
    color: #fff;
    background: #111;
    text-decoration: none;
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/* 
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-main,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar {
    position: relative;
    z-index: 1090;
    background: #fff;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    color: #b7b7b7;
    background-color: transparent;
    border: none;
    display: none;
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    transition: .3s all ease;
}

.rd-navbar-toggle span::after {
    top: 10px;
}

.rd-navbar-toggle span,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
    width: 30px;
    height: 4px;
    background-color: #b7b7b7;
    backface-visibility: hidden;
    border-radius: 3px;
}

.rd-navbar-toggle.active span {
    background: transparent;
}

.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
    transform-origin: 50% 50%;
    top: 0;
}

.rd-navbar-toggle.active span::before {
    transform: rotate(-45deg);
}

.rd-navbar-toggle.active span::after {
    transform: rotate(45deg);
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    color: #b7b7b7;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -2.875px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
    position: absolute;
    width: 5.75px;
    height: 5.75px;
    line-height: 5.75px;
    text-align: center;
    background: #b7b7b7;
    right: 50%;
    margin-right: -2.875px;
    border-radius: 50%;
    transition: .3s all ease;
}

.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
    content: '';
}

.rd-navbar-collapse-toggle span::before {
    bottom: 100%;
    margin-bottom: 2.875px;
}

.rd-navbar-collapse-toggle span::after {
    top: 100%;
    margin-top: 2.875px;
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span::before {
    transform: translateY(17.25px);
}

.rd-navbar-collapse-toggle.active span::after {
    transform: translateY(-17.25px);
}

.rd-navbar-brand a {
    display: block;
}

.rd-navbar-search {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rd-navbar-search .form-input {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 50px;
    padding-left: 50px;
}



.rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 20px;
    color: #ccc;
    transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #15b095;
}

.rd-navbar-search-toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    display: none;
    align-items: center;
    justify-content: center;
}

.rd-navbar-search-toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

.rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    transition: .3s ease-in-out;
}

.rd-navbar-search-toggle span::before,
.rd-navbar-search-toggle span::after {
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.rd-navbar-search-toggle span::before,
.rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "fl-budicons-launch";
}

.rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(90deg) scale(0.4);
    opacity: 0;
    visibility: hidden;
    font-family: "Material Design Icons";
}

.rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg) scale(0.4);
}

.rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-nav-link {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2c343b;
    line-height: normal;
}

.rd-dropdown-link,
.rd-megamenu-list-link {
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.rd-navbar-dropdown {
    display: none;
}

.rd-navbar-dark {
    background: #2a343d;
}

.rd-navbar-darker {
    background: #1d252d;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #15b095;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #15b095;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #15b095;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #15b095;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
    transform: rotate(-180deg);
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    margin-right: 4px;
    font-family: "Material Design Icons";
    font-size: 16px;
    cursor: pointer;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f236';
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
    color: #15b095;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
    margin-top: 20px;
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-right: 47px;
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
    color: #15b095;
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    text-align: right;
    border: 1px solid #d7d7d7;
    transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    right: 0;
    width: 215px;
    background: #fff;
    border: 1px solid #e1e1e1;
    z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    right: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #15b095;
}

.rd-navbar-static .rd-dropdown-item+.rd-dropdown-item {
    border-top: 1px solid #e1e1e1;
}

.rd-navbar-static .rd-dropdown-link {
    color: #151515;
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #15b095;
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-megamenu-list li>a {
    position: relative;
    right: -3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1px 0 1px 14px;
    text-align: right;
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a::before {
    transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a::before {
    position: relative;
    top: 6px;
    right: -6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #15b095 transparent transparent;
    font-size: inherit;
    line-height: inherit;
    color: #15b095;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus>a,
.rd-navbar-static .rd-navbar-dropdown li.opened>a,
.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li.focus>a,
.rd-navbar-static .rd-megamenu-list li.opened>a,
.rd-navbar-static .rd-megamenu-list li>a:hover {
    right: 0;
    padding-right: 14px;
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-static .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus>a::before,
.rd-navbar-static .rd-megamenu-list li.opened>a::before,
.rd-navbar-static .rd-megamenu-list li>a:hover::before {
    right: -7px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-link:focus,
.rd-navbar-static .rd-dropdown-link:active,
.rd-navbar-static .rd-megamenu-list-link,
.rd-navbar-static .rd-megamenu-list-link:focus,
.rd-navbar-static .rd-megamenu-list-link:active {
    color: #151515;
}

.rd-navbar-static .rd-dropdown-link:hover,
.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #15b095;
}

.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-link {
    padding: 12px 25px 12px 39px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-link:hover {
    padding-left: 25px;
    padding-right: 39px;
}

.rd-dropdown-item.active .rd-dropdown-link {
    color: #15b095  ;
    padding-left: 25px !important;
    padding-right: 39px !important;
}

.rd-dropdown-item.active>a::before {
    right: -7px !important;
    opacity: 1 !important;
    visibility: visible !important;
}



.rd-navbar-static .rd-navbar-megamenu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    right: 0;
    width: calc(100% - 30px);
    max-width: 1170px;
    padding: 30px 50px;
    background: #fff;
}

.rd-navbar-static .rd-megamenu-2-columns {
    display: block;
    padding: 0;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-main {
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-nav {
    -webkit-flex-basis: 37%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    max-width: 37%;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-content {
    -webkit-flex-basis: 63%;
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%;
    max-width: 63%;
}

.rd-navbar-static .rd-megamenu-2-columns *+.row {
    margin-top: 17px;
}

.rd-navbar-static .rd-megamenu-2-columns .post-classic-main {
    padding-left: 0;
}

@media (max-width: 1199px) {
    .rd-navbar-static .rd-megamenu-2-columns .countdown-section:last-child {
        display: none;
    }

    .rd-navbar-static .rd-megamenu-2-columns .post-classic-figure {
        max-width: 82px;
    }

    .rd-navbar-static .rd-megamenu-2-columns .post-classic-title {
        font-size: 13px;
    }

    .rd-navbar-static .rd-megamenu-2-columns *+.post-classic-title {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-main {
        padding: 45px 50px;
    }

    .rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item+.rd-megamenu-item {
        padding-right: 70px;
    }

    .rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-nav {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        max-width: 32%;
    }

    .rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-content {
        -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
        max-width: 68%;
    }

    .rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-list-item+.rd-megamenu-list-item {
        margin-top: 14px;
    }
}

.rd-navbar-static .rd-megamenu-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
    padding-right: 20px;
}

.rd-navbar-static .rd-megamenu-list-outer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.rd-navbar-static .rd-megamenu-list-outer .rd-megamenu-list {
    margin-top: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.rd-navbar-static .rd-megamenu-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
    margin-top: 11px;
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #000;
    background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #15b095;
    background: transparent;
}

.rd-navbar-static *+.rd-megamenu-list {
    margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1090;
    background: #fff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

/* 
* RD Navbar Fixed Layout
*/
.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-right: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    font-size: 22px;
    line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 58px;
    width: auto;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1090;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 5px;
}

.rd-navbar-fixed .rd-navbar-panel-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    padding-left: 5px;
}

.rd-navbar-fixed .rd-navbar-panel-inner>*+* {
    margin-right: 14px;
}

.rd-navbar-fixed .rd-navbar-panel-item-right {
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-brand {
    text-align: center;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 300px;
    max-height: 90px;
}

.rd-navbar-fixed .brand {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-main {
    position: fixed;
    right: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1089;
    width: 300px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(110%);
}

.rd-navbar-fixed .rd-navbar-main::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-fixed .rd-navbar-main::-webkit-scrollbar-thumb {
    background: #42e9cc;
    border: none;
    border-radius: 0;
    opacity: .2;
}

.rd-navbar-fixed .rd-navbar-main::-webkit-scrollbar-track {
    background: #15b095;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-main.active {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-search,
.rd-navbar-fixed .rd-navbar-main .rd-search {
    width: 100%;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-search-toggle {
    display: none;
}

.rd-navbar-fixed .rd-navbar-main .cart-inline-toggled-outer {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-main .cart-inline-toggled-outer button {
    pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-main .cart-inline-toggled {
    display: none;
}

.rd-navbar-fixed .rd-navbar-main .link-cart-hidden-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.rd-navbar-fixed .rd-navbar-main .link-cart-hidden-link:hover~.link-cart .link-cart-icon {
    color: #15b095;
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    height: auto;
    text-align: right;
}

.rd-navbar-fixed *+.rd-navbar-nav {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-nav-item {
    text-align: right;
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 9px 18px 9px 56px;
}

.rd-navbar-fixed .heading-component-inner {
    padding-right: 15px;
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-fixed li.opened>.rd-menu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(-180deg);
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
    padding-right: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-right: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    display: block;
    padding: 9px 16px 9px 56px;
    font-size: 12px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
    margin-top: 3px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-list-link {
    padding-right: 20px;
}

.rd-navbar-fixed *+.rd-megamenu-list {
    margin-top: 2px;
}

.rd-navbar-fixed .rd-megamenu-item-content {
    margin: 15px;
}

.rd-navbar-fixed .rd-megamenu-item-content .heading-component {
    margin: 0 -10px 0 0;
}

.rd-navbar-fixed .rd-megamenu-item+.rd-megamenu-item {
    margin-top: 28px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 52px;
    font: 400 14px "FontAwesome";
    line-height: 52px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    max-width: 50px;
    z-index: 1091;
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1089;
    width: 100vw;
    max-width: 100%;
    padding: 15px 20px;
    transform-origin: 50% 0;
    transform: scale3d(1, 0.5, 1);
    border-radius: 0;
    text-align: right;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .owl-carousel .owl-item.active+.owl-item {
    opacity: 0;
}

.rd-navbar-fixed .select2-container {
    position: relative;
    top: -1px;
}

.rd-navbar-fixed .rd-search-results-live {
    display: none;
}

.rd-navbar-fixed .rd-navbar-main-element {
    margin: 10px 18px;
}

.rd-navbar-fixed .rd-navbar-main-top .rd-navbar-main-element {
    margin-right: 0;
    margin-left: 0;
}

.rd-navbar-fixed *+.rd-navbar-main-element {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    transition: .3s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(90deg) scale(0.4);
    opacity: 0;
    visibility: hidden;
    font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .container {
    padding: 0;
}

.rd-navbar-fixed *+.row {
    margin-top: 12px;
}

.rd-navbar-fixed [class^='col'] {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.rd-navbar-fixed .post-classic-title {
    font-size: 12px;
}

.rd-navbar-fixed .post-classic-figure img {
    max-width: 86px;
}

.rd-navbar-fixed *+.post-classic-title {
    margin-top: 0;
}

.rd-navbar-fixed .list-inline-bordered {
    transform: none;
    margin-top: -4px;
    margin-bottom: 0;
}

.rd-navbar-fixed .heading-component {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 10px;
    border-bottom-color: #5e616e;
}

.rd-navbar-fixed .heading-component-title {
    font-size: 13px;
    color: #e7e8ef;
}

.rd-navbar-fixed .cart-inline-toggled-outer {
    position: static;
}

.rd-navbar-fixed .cart-inline-toggle::after {
    bottom: -19px;
}

.rd-navbar-fixed .cart-inline-toggled {
    position: fixed;
    top: 56px;
    margin: 0 auto;
}

.rd-navbar-fixed .svg-sizing-35,
.rd-navbar-fixed .svg-sizing-35 * {
    height: 30px;
    width: 30px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed *+.rd-navbar-list {
    margin-top: 20px;
}

.rd-navbar-fixed *+.rd-navbar-search {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-panel {
    background: #1d252d;
}

.rd-navbar-fixed .rd-navbar-main {
    background: #2a343d;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #fff;
    background: #15b095;
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-nav-link {
    color: #ccc;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    color: #b7b7b7;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #fff;
    background: #15b095;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #ccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: rgba(255, 255, 255, 0.15);
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #15b095;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #ccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    color: #ccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
    color: #15b095;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    color: #2c343b;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
    color: #15b095;
}

.rd-navbar-fixed .rd-navbar-collapse {
    background: #2a343d;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
    color: #ccc;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

.context-dark .rd-navbar-fixed .event-teaser,
.rd-navbar-dark .rd-navbar-fixed .event-teaser,
.rd-navbar-darker .rd-navbar-fixed .event-teaser,
.bg-gray-700 .rd-navbar-fixed .event-teaser,
.bg-gray-2 .rd-navbar-fixed .event-teaser,
.bg-gray-4 .rd-navbar-fixed .event-teaser,
.bg-primary .rd-navbar-fixed .event-teaser,
.bg-image-dark .rd-navbar-fixed .event-teaser {
    color: #fff;
    background: #1d252d;
}

.context-dark .rd-navbar-fixed .event-teaser h1,
.rd-navbar-dark .rd-navbar-fixed .event-teaser h1,
.rd-navbar-darker .rd-navbar-fixed .event-teaser h1,
.bg-gray-700 .rd-navbar-fixed .event-teaser h1,
.bg-gray-2 .rd-navbar-fixed .event-teaser h1,
.bg-gray-4 .rd-navbar-fixed .event-teaser h1,
.bg-primary .rd-navbar-fixed .event-teaser h1,
.bg-image-dark .rd-navbar-fixed .event-teaser h1,
.context-dark .rd-navbar-fixed .event-teaser h2,
.rd-navbar-dark .rd-navbar-fixed .event-teaser h2,
.rd-navbar-darker .rd-navbar-fixed .event-teaser h2,
.bg-gray-700 .rd-navbar-fixed .event-teaser h2,
.bg-gray-2 .rd-navbar-fixed .event-teaser h2,
.bg-gray-4 .rd-navbar-fixed .event-teaser h2,
.bg-primary .rd-navbar-fixed .event-teaser h2,
.bg-image-dark .rd-navbar-fixed .event-teaser h2,
.context-dark .rd-navbar-fixed .event-teaser h3,
.rd-navbar-dark .rd-navbar-fixed .event-teaser h3,
.rd-navbar-darker .rd-navbar-fixed .event-teaser h3,
.bg-gray-700 .rd-navbar-fixed .event-teaser h3,
.bg-gray-2 .rd-navbar-fixed .event-teaser h3,
.bg-gray-4 .rd-navbar-fixed .event-teaser h3,
.bg-primary .rd-navbar-fixed .event-teaser h3,
.bg-image-dark .rd-navbar-fixed .event-teaser h3,
.context-dark .rd-navbar-fixed .event-teaser h4,
.rd-navbar-dark .rd-navbar-fixed .event-teaser h4,
.rd-navbar-darker .rd-navbar-fixed .event-teaser h4,
.bg-gray-700 .rd-navbar-fixed .event-teaser h4,
.bg-gray-2 .rd-navbar-fixed .event-teaser h4,
.bg-gray-4 .rd-navbar-fixed .event-teaser h4,
.bg-primary .rd-navbar-fixed .event-teaser h4,
.bg-image-dark .rd-navbar-fixed .event-teaser h4,
.context-dark .rd-navbar-fixed .event-teaser h5,
.rd-navbar-dark .rd-navbar-fixed .event-teaser h5,
.rd-navbar-darker .rd-navbar-fixed .event-teaser h5,
.bg-gray-700 .rd-navbar-fixed .event-teaser h5,
.bg-gray-2 .rd-navbar-fixed .event-teaser h5,
.bg-gray-4 .rd-navbar-fixed .event-teaser h5,
.bg-primary .rd-navbar-fixed .event-teaser h5,
.bg-image-dark .rd-navbar-fixed .event-teaser h5,
.context-dark .rd-navbar-fixed .event-teaser h6,
.rd-navbar-dark .rd-navbar-fixed .event-teaser h6,
.rd-navbar-darker .rd-navbar-fixed .event-teaser h6,
.bg-gray-700 .rd-navbar-fixed .event-teaser h6,
.bg-gray-2 .rd-navbar-fixed .event-teaser h6,
.bg-gray-4 .rd-navbar-fixed .event-teaser h6,
.bg-primary .rd-navbar-fixed .event-teaser h6,
.bg-image-dark .rd-navbar-fixed .event-teaser h6,
.context-dark .rd-navbar-fixed .event-teaser [class*='heading-'],
.rd-navbar-dark .rd-navbar-fixed .event-teaser [class*='heading-'],
.rd-navbar-darker .rd-navbar-fixed .event-teaser [class*='heading-'],
.bg-gray-700 .rd-navbar-fixed .event-teaser [class*='heading-'],
.bg-gray-2 .rd-navbar-fixed .event-teaser [class*='heading-'],
.bg-gray-4 .rd-navbar-fixed .event-teaser [class*='heading-'],
.bg-primary .rd-navbar-fixed .event-teaser [class*='heading-'],
.bg-image-dark .rd-navbar-fixed .event-teaser [class*='heading-'] {
    color: #fff;
}

.context-dark .rd-navbar-fixed .event-teaser-highlighted,
.rd-navbar-dark .rd-navbar-fixed .event-teaser-highlighted,
.rd-navbar-darker .rd-navbar-fixed .event-teaser-highlighted,
.bg-gray-700 .rd-navbar-fixed .event-teaser-highlighted,
.bg-gray-2 .rd-navbar-fixed .event-teaser-highlighted,
.bg-gray-4 .rd-navbar-fixed .event-teaser-highlighted,
.bg-primary .rd-navbar-fixed .event-teaser-highlighted,
.bg-image-dark .rd-navbar-fixed .event-teaser-highlighted {
    background: #27323d;
}

.context-dark .rd-navbar-fixed .link-icon .icon,
.rd-navbar-dark .rd-navbar-fixed .link-icon .icon,
.rd-navbar-darker .rd-navbar-fixed .link-icon .icon,
.bg-gray-700 .rd-navbar-fixed .link-icon .icon,
.bg-gray-2 .rd-navbar-fixed .link-icon .icon,
.bg-gray-4 .rd-navbar-fixed .link-icon .icon,
.bg-primary .rd-navbar-fixed .link-icon .icon,
.bg-image-dark .rd-navbar-fixed .link-icon .icon {
    margin: 0;
}

.context-dark .rd-navbar-fixed .link-icon-text,
.rd-navbar-dark .rd-navbar-fixed .link-icon-text,
.rd-navbar-darker .rd-navbar-fixed .link-icon-text,
.bg-gray-700 .rd-navbar-fixed .link-icon-text,
.bg-gray-2 .rd-navbar-fixed .link-icon-text,
.bg-gray-4 .rd-navbar-fixed .link-icon-text,
.bg-primary .rd-navbar-fixed .link-icon-text,
.bg-image-dark .rd-navbar-fixed .link-icon-text {
    font-size: 0;
}

.context-dark .rd-navbar-fixed .button-gray-outline,
.rd-navbar-dark .rd-navbar-fixed .button-gray-outline,
.rd-navbar-darker .rd-navbar-fixed .button-gray-outline,
.bg-gray-700 .rd-navbar-fixed .button-gray-outline,
.bg-gray-2 .rd-navbar-fixed .button-gray-outline,
.bg-gray-4 .rd-navbar-fixed .button-gray-outline,
.bg-primary .rd-navbar-fixed .button-gray-outline,
.bg-image-dark .rd-navbar-fixed .button-gray-outline,
.context-dark .rd-navbar-fixed .button-gray-outline:focus,
.rd-navbar-dark .rd-navbar-fixed .button-gray-outline:focus,
.rd-navbar-darker .rd-navbar-fixed .button-gray-outline:focus,
.bg-gray-700 .rd-navbar-fixed .button-gray-outline:focus,
.bg-gray-2 .rd-navbar-fixed .button-gray-outline:focus,
.bg-gray-4 .rd-navbar-fixed .button-gray-outline:focus,
.bg-primary .rd-navbar-fixed .button-gray-outline:focus,
.bg-image-dark .rd-navbar-fixed .button-gray-outline:focus {
    color: #d7d7d7;
    background-color: transparent;
    border-color: #d7d7d7;
}

.context-dark .rd-navbar-fixed .button-gray-outline:hover,
.rd-navbar-dark .rd-navbar-fixed .button-gray-outline:hover,
.rd-navbar-darker .rd-navbar-fixed .button-gray-outline:hover,
.bg-gray-700 .rd-navbar-fixed .button-gray-outline:hover,
.bg-gray-2 .rd-navbar-fixed .button-gray-outline:hover,
.bg-gray-4 .rd-navbar-fixed .button-gray-outline:hover,
.bg-primary .rd-navbar-fixed .button-gray-outline:hover,
.bg-image-dark .rd-navbar-fixed .button-gray-outline:hover,
.context-dark .rd-navbar-fixed .button-gray-outline:active,
.rd-navbar-dark .rd-navbar-fixed .button-gray-outline:active,
.rd-navbar-darker .rd-navbar-fixed .button-gray-outline:active,
.bg-gray-700 .rd-navbar-fixed .button-gray-outline:active,
.bg-gray-2 .rd-navbar-fixed .button-gray-outline:active,
.bg-gray-4 .rd-navbar-fixed .button-gray-outline:active,
.bg-primary .rd-navbar-fixed .button-gray-outline:active,
.bg-image-dark .rd-navbar-fixed .button-gray-outline:active {
    color: #151515;
    background-color: #fff;
    border-color: #fff;
}

.context-dark .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.rd-navbar-dark .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.rd-navbar-darker .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.bg-gray-700 .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.bg-gray-2 .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.bg-gray-4 .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.bg-primary .rd-navbar-fixed .button-gray-outline.button-ujarak::before,
.bg-image-dark .rd-navbar-fixed .button-gray-outline.button-ujarak::before {
    background: #fff;
}

.context-dark .rd-navbar-fixed .post-classic,
.rd-navbar-dark .rd-navbar-fixed .post-classic,
.rd-navbar-darker .rd-navbar-fixed .post-classic,
.bg-gray-700 .rd-navbar-fixed .post-classic,
.bg-gray-2 .rd-navbar-fixed .post-classic,
.bg-gray-4 .rd-navbar-fixed .post-classic,
.bg-primary .rd-navbar-fixed .post-classic,
.bg-image-dark .rd-navbar-fixed .post-classic {
    background-color: transparent;
}

.context-dark .rd-navbar-fixed .post-classic-title,
.rd-navbar-dark .rd-navbar-fixed .post-classic-title,
.rd-navbar-darker .rd-navbar-fixed .post-classic-title,
.bg-gray-700 .rd-navbar-fixed .post-classic-title,
.bg-gray-2 .rd-navbar-fixed .post-classic-title,
.bg-gray-4 .rd-navbar-fixed .post-classic-title,
.bg-primary .rd-navbar-fixed .post-classic-title,
.bg-image-dark .rd-navbar-fixed .post-classic-title {
    color: #edeff4;
}

.context-dark .rd-navbar-fixed .post-classic-title a:hover,
.rd-navbar-dark .rd-navbar-fixed .post-classic-title a:hover,
.rd-navbar-darker .rd-navbar-fixed .post-classic-title a:hover,
.bg-gray-700 .rd-navbar-fixed .post-classic-title a:hover,
.bg-gray-2 .rd-navbar-fixed .post-classic-title a:hover,
.bg-gray-4 .rd-navbar-fixed .post-classic-title a:hover,
.bg-primary .rd-navbar-fixed .post-classic-title a:hover,
.bg-image-dark .rd-navbar-fixed .post-classic-title a:hover {
    color: #f05c5c;
}

@-moz-document url-prefix() {
    .rd-navbar-fixed .rd-navbar-main>*:last-child {
        margin-bottom: 80px;
    }
}

/*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
    display: block;
    background: #fff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
    padding-right: 15px;
    padding-left: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 0 22px 60px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
    margin-right: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1093;
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1092;
    width: 450px;
    padding: 94px 0 0 0;
    background: #fff;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-100%);
    box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: .1s;
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item {
    position: relative;
    display: block;
    padding: 19px 40px 19px 30px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
    color: #15b095;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle {
    font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
    border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
    max-width: calc(100% - 30px);
    word-break: break-all;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #ccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
    color: #15b095;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(-180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
    transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
    transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
    transform: translateX(20px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-left: inherit;
    padding-right: 10px;
    margin-bottom: inherit;
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    color: #2c343b;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
    color: #15b095;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    font-size: 14px;
    color: #ccc;
    margin-right: 7px;
}

.rd-navbar-sidebar .rd-menu {
    margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
    font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a {
    position: relative;
    right: -3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1px 0 1px 14px;
    text-align: right;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
    transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
    position: relative;
    top: 6px;
    right: -6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #15b095 transparent transparent;
    font-size: inherit;
    line-height: inherit;
    color: #15b095;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
    right: 0;
    padding-right: 14px;
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover::before {
    right: -7px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
    max-width: 450px;
    margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
    display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
    margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
    display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
    color: #15b095;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
    top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown {
    margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: 10px;
    padding-right: 15px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu {
        margin-bottom: -30px;
    }

    .rd-navbar-sidebar .rd-navbar-megamenu>* {
        margin-bottom: 30px;
    }

    .rd-navbar-sidebar .rd-navbar-dropdown>li+li,
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        width: auto;
        right: calc(50% + 600px - 80px);
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px;
}

/**
* RD Navbar Classic
*/
.rd-navbar-classic {
    background: #2a343d;
}

.rd-navbar-classic .rd-navbar-list {
    display: flex;
    flex-wrap: wrap;
}

.rd-navbar-classic .rd-navbar-list-item {
    display: flex;
    align-items: center;
}

.rd-navbar-classic .rd-navbar-list-link {
    display: block;
    max-width: 80px;
    opacity: .15;
}

.rd-navbar-classic .rd-navbar-list-link:hover {
    opacity: .8;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
    padding-right: 15px;
    padding-left: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-inner,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-container {
    display: flex;
    justify-content: space-between;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-inner {
    position: relative;
    z-index: 2;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 15px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right {
    position: relative;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left>*,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right>* {
    position: relative;
    z-index: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left::before,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100vw;
    background: #1d252d;
    transform-origin: 100% 0;
    pointer-events: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left {
    display: block;
    flex-direction: column;
    padding-left: 20px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left::before {
    left: 0;
    transform: skew(30deg);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right {
    justify-content: flex-end;
    padding-right: 20px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right::before {
    right: 0;
    transform: skew(-30deg);
}

.rd-navbar-classic.rd-navbar-static .owl-carousel-inline-outer {
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    flex-shrink: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
    position: relative;
    top: -8px;
    margin-top: -43px;
    text-align: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-top {
    padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-list {
    order: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
    order: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-search {
    order: 2;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-list,
.rd-navbar-classic.rd-navbar-static .rd-navbar-search {
    width: calc(50% - 200px / 2);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-bottom {
    padding: 20px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-container {
    position: relative;
    align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-list-item+.rd-navbar-list-item {
    margin-right: 44px;
}

.rd-navbar-classic.rd-navbar-static .rd-search {
    max-width: 315px;
    margin-right: auto;
    width: 100%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    position: relative;
    top: 1px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
    right: 15px;
    left: auto;
}

.rd-navbar-classic.rd-navbar-static .post-classic-title {
    color: #151515;
}

@media (min-width: 1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-top {
        padding: 20px 0;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-list-item+.rd-navbar-list-item {
        margin-right: 65px;
    }
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    background: #2a343d;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-top,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-top {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-list {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-list-item {
    padding: 0 12px;
    flex-grow: 1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    padding-left: 5px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel-inner>*+* {
    margin-right: 14px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-top {
    padding: 20px 10px 15px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-bottom {
    background-color: transparent;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-element {
    margin: 10px 20px;
}

.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-link {
    color: #fff;
}

.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link {
    color: #15b095;
}

.context-dark .rd-navbar-classic .rd-navbar-search .form-label,
.rd-navbar-dark .rd-navbar-classic .rd-navbar-search .form-label,
.rd-navbar-darker .rd-navbar-classic .rd-navbar-search .form-label,
.bg-gray-700 .rd-navbar-classic .rd-navbar-search .form-label,
.bg-gray-2 .rd-navbar-classic .rd-navbar-search .form-label,
.bg-gray-4 .rd-navbar-classic .rd-navbar-search .form-label,
.bg-primary .rd-navbar-classic .rd-navbar-search .form-label,
.bg-image-dark .rd-navbar-classic .rd-navbar-search .form-label,
.context-dark .rd-navbar-classic .rd-navbar-search .form-input,
.rd-navbar-dark .rd-navbar-classic .rd-navbar-search .form-input,
.rd-navbar-darker .rd-navbar-classic .rd-navbar-search .form-input,
.bg-gray-700 .rd-navbar-classic .rd-navbar-search .form-input,
.bg-gray-2 .rd-navbar-classic .rd-navbar-search .form-input,
.bg-gray-4 .rd-navbar-classic .rd-navbar-search .form-input,
.bg-primary .rd-navbar-classic .rd-navbar-search .form-input,
.bg-image-dark .rd-navbar-classic .rd-navbar-search .form-input {
    color: #62707e;
}

.context-dark .rd-navbar-classic .rd-navbar-search input,
.rd-navbar-dark .rd-navbar-classic .rd-navbar-search input,
.rd-navbar-darker .rd-navbar-classic .rd-navbar-search input,
.bg-gray-700 .rd-navbar-classic .rd-navbar-search input,
.bg-gray-2 .rd-navbar-classic .rd-navbar-search input,
.bg-gray-4 .rd-navbar-classic .rd-navbar-search input,
.bg-primary .rd-navbar-classic .rd-navbar-search input,
.bg-image-dark .rd-navbar-classic .rd-navbar-search input {
    background: #3c4752;
    border-color: #3c4752;
}

.context-dark .rd-navbar-classic .nav-light-list a,
.rd-navbar-dark .rd-navbar-classic .nav-light-list a,
.rd-navbar-darker .rd-navbar-classic .nav-light-list a,
.bg-gray-700 .rd-navbar-classic .nav-light-list a,
.bg-gray-2 .rd-navbar-classic .nav-light-list a,
.bg-gray-4 .rd-navbar-classic .nav-light-list a,
.bg-primary .rd-navbar-classic .nav-light-list a,
.bg-image-dark .rd-navbar-classic .nav-light-list a {
    color: #707279;
}

.context-dark .rd-navbar-classic .nav-light-list li.active,
.rd-navbar-dark .rd-navbar-classic .nav-light-list li.active,
.rd-navbar-darker .rd-navbar-classic .nav-light-list li.active,
.bg-gray-700 .rd-navbar-classic .nav-light-list li.active,
.bg-gray-2 .rd-navbar-classic .nav-light-list li.active,
.bg-gray-4 .rd-navbar-classic .nav-light-list li.active,
.bg-primary .rd-navbar-classic .nav-light-list li.active,
.bg-image-dark .rd-navbar-classic .nav-light-list li.active,
.context-dark .rd-navbar-classic .nav-light-list a:hover,
.rd-navbar-dark .rd-navbar-classic .nav-light-list a:hover,
.rd-navbar-darker .rd-navbar-classic .nav-light-list a:hover,
.bg-gray-700 .rd-navbar-classic .nav-light-list a:hover,
.bg-gray-2 .rd-navbar-classic .nav-light-list a:hover,
.bg-gray-4 .rd-navbar-classic .nav-light-list a:hover,
.bg-primary .rd-navbar-classic .nav-light-list a:hover,
.bg-image-dark .rd-navbar-classic .nav-light-list a:hover {
    color: #f05c5c;
}

.context-dark .rd-navbar-classic .link,
.rd-navbar-dark .rd-navbar-classic .link,
.rd-navbar-darker .rd-navbar-classic .link,
.bg-gray-700 .rd-navbar-classic .link,
.bg-gray-2 .rd-navbar-classic .link,
.bg-gray-4 .rd-navbar-classic .link,
.bg-primary .rd-navbar-classic .link,
.bg-image-dark .rd-navbar-classic .link {
    color: #fff;
}

.context-dark .rd-navbar-classic .link:hover,
.rd-navbar-dark .rd-navbar-classic .link:hover,
.rd-navbar-darker .rd-navbar-classic .link:hover,
.bg-gray-700 .rd-navbar-classic .link:hover,
.bg-gray-2 .rd-navbar-classic .link:hover,
.bg-gray-4 .rd-navbar-classic .link:hover,
.bg-primary .rd-navbar-classic .link:hover,
.bg-image-dark .rd-navbar-classic .link:hover {
    color: #15b095;
}

/**
* RD Navbar Corporate
*/
.rd-navbar-corporate {
    background: #2a343d;
}

.rd-navbar-corporate .rd-navbar-list>li {
    display: inline-block;
    text-align: right;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel {
    padding-right: 15px;
    padding-left: 15px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-inner,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-container {
    display: flex;
    justify-content: space-between;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-inner {
    position: relative;
    z-index: 2;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-item-left {
    display: block;
    flex-direction: column;
    padding-left: 20px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-item-right {
    justify-content: flex-end;
    padding-right: 20px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand {
    position: relative;
    text-align: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-element>*+* {
    margin-right: 50px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-top {
    padding: 20px 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-bottom {
    padding: 17px 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-top+.rd-navbar-main-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-container {
    position: relative;
    align-items: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list-item+.rd-navbar-list-item {
    margin-right: 44px;
}

.rd-navbar-corporate.rd-navbar-static .nav-light-list {
    margin-right: -40px;
}

.rd-navbar-corporate.rd-navbar-static .nav-light-list>* {
    margin-right: 40px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-right: -35px;
    margin-left: -35px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list>* {
    margin-top: 5px;
    padding-right: 35px;
    padding-left: 35px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list>li {
    position: relative;
    vertical-align: middle;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list>li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #151515;
    pointer-events: none;
}

.rd-navbar-corporate.rd-navbar-static .rd-search {
    min-width: 350px;
    margin-right: auto;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
.rd-navbar-corporate.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #fff;
    background: #15b095;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.rd-navbar-corporate.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    position: relative;
    top: 1px;
    right: -7px;
    margin-right: -14px;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link {
    padding: 9px 5px 5px;
    border-radius: 3px;
    color: #fff;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link:hover {
    color: #fff;
    background: #15b095;
}

.rd-navbar-corporate.rd-navbar-static .rd-menu {
    margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-submenu .rd-nav-link {
    padding-left: 24px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-megamenu {
    right: 15px;
    left: auto;
}

.rd-navbar-corporate.rd-navbar-static .post-classic-title {
    color: #151515;
}

@media (min-width: 1200px) {
    .rd-navbar-corporate.rd-navbar-static .rd-navbar-list-item+.rd-navbar-list-item {
        margin-right: 65px;
    }
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone {
    background: #2a343d;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-top,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-top {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-top+.rd-navbar-main-bottom,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-top+.rd-navbar-main-bottom {
    border-top-width: 0;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-main-top {
    padding: 20px 13px 15px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-main-bottom {
    background-color: transparent;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-panel-inner {
    max-width: 100%;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-collapse {
    background: #2a343d;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-list {
    text-align: center;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-list>li+li {
    margin-top: 10px;
}

.context-dark .rd-navbar-corporate .unit h6,
.rd-navbar-dark .rd-navbar-corporate .unit h6,
.rd-navbar-darker .rd-navbar-corporate .unit h6,
.bg-gray-700 .rd-navbar-corporate .unit h6,
.bg-gray-2 .rd-navbar-corporate .unit h6,
.bg-gray-4 .rd-navbar-corporate .unit h6,
.bg-primary .rd-navbar-corporate .unit h6,
.bg-image-dark .rd-navbar-corporate .unit h6,
.context-dark .rd-navbar-corporate .unit .heading-6,
.rd-navbar-dark .rd-navbar-corporate .unit .heading-6,
.rd-navbar-darker .rd-navbar-corporate .unit .heading-6,
.bg-gray-700 .rd-navbar-corporate .unit .heading-6,
.bg-gray-2 .rd-navbar-corporate .unit .heading-6,
.bg-gray-4 .rd-navbar-corporate .unit .heading-6,
.bg-primary .rd-navbar-corporate .unit .heading-6,
.bg-image-dark .rd-navbar-corporate .unit .heading-6 {
    color: #707279;
}

.context-dark .rd-navbar-corporate .unit a:hover,
.rd-navbar-dark .rd-navbar-corporate .unit a:hover,
.rd-navbar-darker .rd-navbar-corporate .unit a:hover,
.bg-gray-700 .rd-navbar-corporate .unit a:hover,
.bg-gray-2 .rd-navbar-corporate .unit a:hover,
.bg-gray-4 .rd-navbar-corporate .unit a:hover,
.bg-primary .rd-navbar-corporate .unit a:hover,
.bg-image-dark .rd-navbar-corporate .unit a:hover {
    color: #f05c5c;
}

.context-dark .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.rd-navbar-dark .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.rd-navbar-darker .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.bg-gray-700 .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.bg-gray-2 .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.bg-gray-4 .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.bg-primary .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after,
.bg-image-dark .rd-navbar-corporate .rd-navbar-list>li:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.15);
}

.context-dark .rd-navbar-corporate .rd-navbar-search .form-label,
.rd-navbar-dark .rd-navbar-corporate .rd-navbar-search .form-label,
.rd-navbar-darker .rd-navbar-corporate .rd-navbar-search .form-label,
.bg-gray-700 .rd-navbar-corporate .rd-navbar-search .form-label,
.bg-gray-2 .rd-navbar-corporate .rd-navbar-search .form-label,
.bg-gray-4 .rd-navbar-corporate .rd-navbar-search .form-label,
.bg-primary .rd-navbar-corporate .rd-navbar-search .form-label,
.bg-image-dark .rd-navbar-corporate .rd-navbar-search .form-label,
.context-dark .rd-navbar-corporate .rd-navbar-search .form-input,
.rd-navbar-dark .rd-navbar-corporate .rd-navbar-search .form-input,
.rd-navbar-darker .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-gray-700 .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-gray-2 .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-gray-4 .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-primary .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-image-dark .rd-navbar-corporate .rd-navbar-search .form-input {
    color: #FFF;
}

.context-dark .rd-navbar-corporate .rd-navbar-search input,
.rd-navbar-dark .rd-navbar-corporate .rd-navbar-search input,
.rd-navbar-darker .rd-navbar-corporate .rd-navbar-search input,
.bg-gray-700 .rd-navbar-corporate .rd-navbar-search input,
.bg-gray-2 .rd-navbar-corporate .rd-navbar-search input,
.bg-gray-4 .rd-navbar-corporate .rd-navbar-search input,
.bg-primary .rd-navbar-corporate .rd-navbar-search input,
.bg-image-dark .rd-navbar-corporate .rd-navbar-search input {
    background: #3c4752;
    border-color: #3c4752;
}

.context-dark .rd-navbar-corporate .nav-light-list a,
.rd-navbar-dark .rd-navbar-corporate .nav-light-list a,
.rd-navbar-darker .rd-navbar-corporate .nav-light-list a,
.bg-gray-700 .rd-navbar-corporate .nav-light-list a,
.bg-gray-2 .rd-navbar-corporate .nav-light-list a,
.bg-gray-4 .rd-navbar-corporate .nav-light-list a,
.bg-primary .rd-navbar-corporate .nav-light-list a,
.bg-image-dark .rd-navbar-corporate .nav-light-list a {
    color: #D5DEEB;
}

.context-dark .rd-navbar-corporate .nav-light-list li.active,
.rd-navbar-dark .rd-navbar-corporate .nav-light-list li.active,
.rd-navbar-darker .rd-navbar-corporate .nav-light-list li.active,
.bg-gray-700 .rd-navbar-corporate .nav-light-list li.active,
.bg-gray-2 .rd-navbar-corporate .nav-light-list li.active,
.bg-gray-4 .rd-navbar-corporate .nav-light-list li.active,
.bg-primary .rd-navbar-corporate .nav-light-list li.active,
.bg-image-dark .rd-navbar-corporate .nav-light-list li.active,
.context-dark .rd-navbar-corporate .nav-light-list a:hover,
.rd-navbar-dark .rd-navbar-corporate .nav-light-list a:hover,
.rd-navbar-darker .rd-navbar-corporate .nav-light-list a:hover,
.bg-gray-700 .rd-navbar-corporate .nav-light-list a:hover,
.bg-gray-2 .rd-navbar-corporate .nav-light-list a:hover,
.bg-gray-4 .rd-navbar-corporate .nav-light-list a:hover,
.bg-primary .rd-navbar-corporate .nav-light-list a:hover,
.bg-image-dark .rd-navbar-corporate .nav-light-list a:hover {
    color: #f05c5c;
}

.context-dark .rd-navbar-corporate .link,
.rd-navbar-dark .rd-navbar-corporate .link,
.rd-navbar-darker .rd-navbar-corporate .link,
.bg-gray-700 .rd-navbar-corporate .link,
.bg-gray-2 .rd-navbar-corporate .link,
.bg-gray-4 .rd-navbar-corporate .link,
.bg-primary .rd-navbar-corporate .link,
.bg-image-dark .rd-navbar-corporate .link {
    color: #fff;
}

.context-dark .rd-navbar-corporate .link:hover,
.rd-navbar-dark .rd-navbar-corporate .link:hover,
.rd-navbar-darker .rd-navbar-corporate .link:hover,
.bg-gray-700 .rd-navbar-corporate .link:hover,
.bg-gray-2 .rd-navbar-corporate .link:hover,
.bg-gray-4 .rd-navbar-corporate .link:hover,
.bg-primary .rd-navbar-corporate .link:hover,
.bg-image-dark .rd-navbar-corporate .link:hover {
    color: #15b095;
}

/**
* RD Navbar Modern
*/
.rd-navbar-modern {
    background: #1d252d;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
    padding-right: 15px;
    padding-left: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner>*+*,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container>*+* {
    margin-right: 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner {
    position: relative;
    z-index: 2;
    padding: 13px 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-item {
    max-width: 50%;
}

.rd-navbar-modern.rd-navbar-static .owl-carousel-inline-outer-1 {
    width: 100%;
    max-width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 129px;
    max-height: 129px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
    padding: 27px 0;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container {
    position: relative;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container .rd-navbar-brand,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container .rd-navbar-main-element {
    flex-shrink: 0;
}

.rd-navbar-modern.rd-navbar-static .rd-search {
    max-width: 315px;
    margin-right: auto;
    width: 100%;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-search .rd-search {
    position: absolute;
    left: 45px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 300px;
    transition: .33s;
    transform-origin: 0% 50%;
    transform: scale3d(0.8, 1, 1);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle {
    position: relative;
    top: -1px;
    display: flex;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
    flex-grow: 1;
    text-align: left;
    padding: 0 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    position: relative;
    top: 1px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
    right: 15px;
    left: auto;
}

.rd-navbar-modern.rd-navbar-static .post-classic-title {
    color: #151515;
}

.rd-navbar-modern.rd-navbar-static .post-classic-title a:hover {
    color: #15b095;
}

.rd-navbar-modern.rd-navbar-static .owl-carousel-inline-outer-1 {
    max-width: 450px;
}

@media (min-width: 1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-list-item+.rd-navbar-list-item {
        margin-right: 65px;
    }
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
    background: #2a343d;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 10px 0;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
    max-width: 200px;
    max-height: 55px;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    padding-left: 5px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel-inner>*+* {
    margin-right: 14px;
}

.rd-navbar-modern.rd-navbar-fixed .list-inline .list-inline {
    position: relative;
    top: 2px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-main-container {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-main-element {
    margin: 10px 20px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-brand {
    order: 0;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-nav {
    order: 2;
}

.rd-navbar-modern.rd-navbar-fixed .list-inline-bordered {
    text-align: center;
}

.rd-navbar-modern.rd-navbar-fixed .list-inline-bordered li+li {
    margin-top: 10px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-search-wrap {
    display: block;
    padding: 0;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-search-wrap::after {
    display: none;
}

@media (max-width: 575px) {
    .swiper-slide-caption h1 {
        font-size: 20px;
        text-align: center;
    }

    .rd-navbar-modern.rd-navbar-fixed .owl-carousel {
        margin-right: 0;
        margin-top: 5px;
    }

    .rd-navbar-modern.rd-navbar-fixed .rd-mail-link {
        position: relative;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: rgba(237, 239, 244, 0.1);
        border-radius: 3px;
        transition: .22s;
        margin-left: 10px;
    }

    .rd-navbar-modern.rd-navbar-fixed .rd-mail-link .unit {
        display: block;
    }

    .rd-navbar-modern.rd-navbar-fixed .rd-mail-link a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 0;
    }

    .rd-navbar-modern.rd-navbar-fixed .rd-mail-link:hover {
        background: #f05c5c;
    }

    .rd-navbar-modern.rd-navbar-fixed .rd-mail-link:hover .icon {
        color: #252b2f;
    }
}

@media (min-width: 576px) {
    .rd-navbar-modern.rd-navbar-fixed .owl-carousel-inline-outer-1 {
        display: flex;
        align-items: center;
    }
}

.rd-navbar-search-wrap {
    font-size: 0;
    line-height: 0;
}

.context-dark .rd-navbar-modern .rd-navbar-search .form-label,
.rd-navbar-dark .rd-navbar-modern .rd-navbar-search .form-label,
.rd-navbar-darker .rd-navbar-modern .rd-navbar-search .form-label,
.bg-gray-700 .rd-navbar-modern .rd-navbar-search .form-label,
.bg-gray-2 .rd-navbar-modern .rd-navbar-search .form-label,
.bg-gray-4 .rd-navbar-modern .rd-navbar-search .form-label,
.bg-primary .rd-navbar-modern .rd-navbar-search .form-label,
.bg-image-dark .rd-navbar-modern .rd-navbar-search .form-label,
.context-dark .rd-navbar-modern .rd-navbar-search .form-input,
.rd-navbar-dark .rd-navbar-modern .rd-navbar-search .form-input,
.rd-navbar-darker .rd-navbar-modern .rd-navbar-search .form-input,
.bg-gray-700 .rd-navbar-modern .rd-navbar-search .form-input,
.bg-gray-2 .rd-navbar-modern .rd-navbar-search .form-input,
.bg-gray-4 .rd-navbar-modern .rd-navbar-search .form-input,
.bg-primary .rd-navbar-modern .rd-navbar-search .form-input,
.bg-image-dark .rd-navbar-modern .rd-navbar-search .form-input {
    color: #62707e;
}

.context-dark .rd-navbar-modern .rd-navbar-search input,
.rd-navbar-dark .rd-navbar-modern .rd-navbar-search input,
.rd-navbar-darker .rd-navbar-modern .rd-navbar-search input,
.bg-gray-700 .rd-navbar-modern .rd-navbar-search input,
.bg-gray-2 .rd-navbar-modern .rd-navbar-search input,
.bg-gray-4 .rd-navbar-modern .rd-navbar-search input,
.bg-primary .rd-navbar-modern .rd-navbar-search input,
.bg-image-dark .rd-navbar-modern .rd-navbar-search input {
    background: #3c4752;
    border-color: #3c4752;
}

.context-dark .rd-navbar-modern .rd-navbar-search #search-results::before,
.rd-navbar-dark .rd-navbar-modern .rd-navbar-search #search-results::before,
.rd-navbar-darker .rd-navbar-modern .rd-navbar-search #search-results::before,
.bg-gray-700 .rd-navbar-modern .rd-navbar-search #search-results::before,
.bg-gray-2 .rd-navbar-modern .rd-navbar-search #search-results::before,
.bg-gray-4 .rd-navbar-modern .rd-navbar-search #search-results::before,
.bg-primary .rd-navbar-modern .rd-navbar-search #search-results::before,
.bg-image-dark .rd-navbar-modern .rd-navbar-search #search-results::before {
    border-color: #3c4752;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link,
.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link,
.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link {
    color: #f05c5c;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened>.rd-navbar-submenu-toggle,
.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #f05c5c;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link {
    color: #fff;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover {
    color: #f05c5c;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle {
    color: #fff;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.bg-primary .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover,
.bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover {
    color: #f05c5c;
}

.ie-10 .rd-navbar-static.rd-navbar-modern .rd-navbar-panel-list,
.ie-11 .rd-navbar-static.rd-navbar-modern .rd-navbar-panel-list {
    width: 100%;
    text-align: left;
}

.rd-range {
    height: 18px;
    margin-top: 16px;
    display: flex;
    -webkit-align-items: center;

}

.rd-range__wrap {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    transition: background 100ms cubic-bezier(0.32, 1, 0.23, 1);
    height: 6px;
}

.rd-range__pointer {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 6%;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 100% 15%;
    transition: transform 0.2s cubic-bezier(0.25, 0, 0.35, 1);
    overflow: visible;
    background-color: #fff;
    border: 5px solid #15b095;
    background-clip: padding-box;
}

@media (min-width: 768px) {
    .rd-range__pointer {
        width: 18px;
        height: 18px;
    }

    .rd-range__pointer:before {
        content: '';
        position: absolute;
        top: -7px;
        left: -7px;
        width: 26px;
        height: 26px;
        pointer-events: none;
        background: rgba(21, 176, 149, 0.16);
        border-radius: 50%;
        transform: scale(0);
        transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
        pointer-events: none;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }

    .rd-range__pointer.active {
        transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
    }

    .rd-range__pointer.active:before {
        animation: none;
        transform: scale(0);
        opacity: 0;
    }
}

.rd-range__line {
    background-color: #15b095;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    transition: none;
}

.rd-range .rd-range__pointer-tooltip {
    display: none !important;
}

.rd-range-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rd-range-form-wrap {
    position: relative;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

.rd-range-form-wrap span {
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.rd-range-divider {
    flex-grow: 1;
    height: 1px;
    margin-right: 6px;
    margin-left: 6px;
    border-top: 1px solid #686868;
}

.rd-range-input {
    width: 100%;
    height: 38px;
    padding: 7px 5px;
    background-color: transparent;
    outline: none;
    border-radius: 3px;
    border: 1px solid #686868;
    color: #fff;
    text-align: center;
}

/*
* Swiper
*/
.swiper-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: right;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Coverflow */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(-360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #15b095;
}

@media (min-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    right: 30px;
}

.swiper-button-prev:before {
    font-family: "FontAwesome";
    content: "\f060";
}

.swiper-button-next {
    left: 30px;
}

.swiper-button-next:before {
    font-family: "FontAwesome";
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
    content: "\f060";
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: .2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: white;
}

.swiper-container-vertical>.swiper-pagination {
    left: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 20px;
    right: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-slide {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
}

.swiper-slider-1 {
    min-height: 40.10417vw;
}

.post-slider .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 2px solid #15b095;
    background: transparent;
}

.post-slider .swiper-pagination-bullet::before {
    position: absolute;
    display: block;
    top: 50%;
    right: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    background: #15b095;
    content: '';
    transform: translate(50%, -50%);
    transition: all .5s;
}

.post-slider .swiper-pagination-bullet:hover,
.post-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}

.post-slider .swiper-pagination-bullet:hover::before,
.post-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 50px;
    height: 50px;
}

.post-slider .swiper-button-next,
.post-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    font-size: 30px;
    border: 2px solid #fff;
    opacity: .5;
}

.post-slider .swiper-button-next::before,
.post-slider .swiper-button-prev::before {
    font-family: 'Material Icons';
}

.post-slider .swiper-button-next:hover,
.post-slider .swiper-button-prev:hover {
    color: #fff;
    opacity: 1;
}

.post-slider .swiper-button-prev::before {
    content: '\e5cb';
}

.post-slider .swiper-button-next::before {
    content: '\e5cc';
}

.heading-component+.post-slider {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .post-slider .swiper-pagination {
        display: none;
    }
}

.swiper-classic {
    min-height: 34.94792vw;
}

.swiper-classic h4,
.swiper-classic .heading-4 {
    font-weight: 400;
}

.swiper-classic .swiper-slide {
    flex-direction: column;
    background-position: 76% 0;
}

.swiper-classic .swiper-slide-caption {
    max-width: 330px;
    padding: 30px 0 75px;
}

.swiper-classic .swiper-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 66px;
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.swiper-classic .swiper-button::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    font-family: 'Material Icons';
}

.swiper-classic .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #313539;
    pointer-events: none;
    transition: .33s;
    outline: 1px solid transparent;
}

.swiper-classic .swiper-button:hover {
    color: #fff;
}

.swiper-classic .swiper-button:hover::after {
    background: #15b095;
}

.swiper-classic .swiper-button-prev {
    right: 0;
}

.swiper-classic .swiper-button-prev::before {
    content: '\e5cb';
    margin-right: -3px;
}

.swiper-classic .swiper-button-prev::after {
    transform-origin: 0% 100%;
    transform: skew(-10deg);
}

.swiper-classic .swiper-button-next {
    left: 0;
}

.swiper-classic .swiper-button-next::before {
    content: '\e5cc';
    margin-left: -3px;
}

.swiper-classic .swiper-button-next::after {
    transform-origin: 0% 100%;
    transform: skew(10deg);
}

.swiper-classic .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.swiper-classic .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
}

.swiper-classic .swiper-pagination-bullet-active,
.swiper-classic .swiper-pagination-bullet:hover {
    background: #15b095;
}

.swiper-classic .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

.swiper-classic .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .swiper-classic .swiper-slide {
        background-position: 34% 0;
    }

    .swiper-classic .swiper-slide-caption {
        padding: 60px 30px 100px 80px;
        margin-right: auto;
    }

    .swiper-classic .swiper-pagination {
        display: none;
    }

    .swiper-classic *+.button {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .swiper-classic .swiper-slide-caption {
        padding: 40px 30px 130px;
        max-width: 340px;
    }
}

.swiper-modern {
    min-height: 33.95833vw;
}

.swiper-modern h4,
.swiper-modern .heading-4 {
    font-weight: 400;
}

.swiper-modern .swiper-slide {
    flex-direction: column;
    min-width: 100%;
    background-position: 45% 0;
}

.swiper-modern .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: rgba(29, 37, 45, 0.29);
}

.swiper-modern .swiper-slide>* {
    position: relative;
    z-index: 1;
}

.swiper-modern .swiper-slide-caption {
    padding: 30px 0 75px;
}

.swiper-modern .swiper-slide-caption h1,
.swiper-modern .swiper-slide-caption h2,
.swiper-modern .swiper-slide-caption h3,
.swiper-modern .swiper-slide-caption h4,
.swiper-modern .swiper-slide-caption h5,
.swiper-modern .swiper-slide-caption h6,
.swiper-modern .swiper-slide-caption [class*='heading-'] {
    font-style: italic;
}

.swiper-modern .swiper-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 66px;
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.swiper-modern .swiper-button::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    font-family: 'Material Icons';
}

.swiper-modern .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #313539;
    pointer-events: none;
    transition: .33s;
    outline: 1px solid transparent;
}

.swiper-modern .swiper-button:hover {
    color: #fff;
}

.swiper-modern .swiper-button:hover::after {
    background: #15b095;
}

.swiper-modern .swiper-button-prev {
    right: 0;
}

.swiper-modern .swiper-button-prev::before {
    content: '\e5cb';
    margin-right: -3px;
}

.swiper-modern .swiper-button-prev::after {
    transform-origin: 0% 100%;
    transform: skew(-10deg);
}

.swiper-modern .swiper-button-next {
    left: 0;
}

.swiper-modern .swiper-button-next::before {
    content: '\e5cc';
    margin-left: -3px;
}

.swiper-modern .swiper-button-next::after {
    transform-origin: 0% 100%;
    transform: skew(10deg);
}

.swiper-modern .swiper-pagination {
    bottom: 32px;
}

.swiper-modern .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
}

.swiper-modern .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
}

.swiper-modern .swiper-pagination-bullet-active,
.swiper-modern .swiper-pagination-bullet:hover {
    background: #f05c5c;
}

.swiper-modern .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

.swiper-modern .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .swiper-modern .swiper-pagination[data-index-bullet='true'] {
        font-size: 0;
    }
}

@media (min-width: 768px) {
    .swiper-modern .swiper-slide-caption {
        padding-left: 100px;
    }

    .swiper-modern .swiper-pagination-vertical {
        position: absolute;
        top: 57%;
        left: 150px;
        bottom: auto;
        right: auto;
        transform: translate3d(0, -57%, 0);
        width: auto;
    }

    .swiper-modern .swiper-pagination-vertical .swiper-pagination-bullet {
        display: block;
        margin-right: 0;
    }

    .swiper-modern .swiper-pagination-vertical .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 0;
        margin-top: 20px;
    }

    .swiper-modern .swiper-pagination[data-index-bullet='true'] {
        font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 40px;
    }

    .swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet {
        position: relative;
    }

    .swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span {
        position: absolute;
        top: 50px;
        right: 50%;
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        transition: .22s;
        pointer-events: none;
        vertical-align: middle;
        white-space: nowrap;
        transform-origin: 100% 50%;
    }

    .swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        border-left: 2px solid;
        top: 25px;
    }

    .swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span,
    .swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span::before {
        opacity: 1;
    }

    .swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 35px;
    }

    .swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span {
        right: 30px;
        top: 50%;
        transform: translate3d(-10%, -50%, 0) scale(0.1, 1);
    }

    .swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span::before {
        margin-left: 10px;
        height: 0;
        width: 25px;
        border-left: 0;
        border-bottom: 2px solid;
    }

    .swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet-active span {
        transform: translate3d(0, -50%, 0) scale(1, 1);
    }

    .swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 0;
        margin-top: 20px;
    }

    .swiper-modern .button {
        min-width: 170px;
    }
}

@media (min-width: 1200px) {
    .swiper-modern .swiper-slide::after {
        display: none;
    }

    .swiper-modern .swiper-slide-caption {
        padding: 80px 0 80px 100px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .swiper-modern {
        min-height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .swiper-modern {
        min-height: 38.54167vw;
    }
}

@media (min-width: 2050px) {
    .swiper-modern .swiper-pagination-vertical {
        right: calc(50% + 1920px / 2 + 200px);
    }
}

.swiper-creative {
    min-height: 37.03125vw;
}

.swiper-creative .swiper-slide {
    flex-direction: column;
    background-position: 76% 0;
}

.swiper-creative .swiper-slide-caption {
    position: relative;
    overflow: hidden;
    max-width: 310px;
    padding: 20px 0 65px;
}

.swiper-creative .swiper-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 66px;
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.swiper-creative .swiper-button::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    font-family: 'Material Icons';
}

.swiper-creative .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.19);
    pointer-events: none;
    transition: .33s;
    outline: 1px solid transparent;
}

.swiper-creative .swiper-button:hover {
    color: #fff;
}

.swiper-creative .swiper-button:hover::after {
    background: #15b095;
}

.swiper-creative .swiper-button-prev {
    right: 0;
}

.swiper-creative .swiper-button-prev::before {
    content: '\e5cb';
    margin-right: -3px;
}

.swiper-creative .swiper-button-prev::after {
    transform-origin: 0% 100%;
    transform: skew(-10deg);
}

.swiper-creative .swiper-button-next {
    left: 0;
}

.swiper-creative .swiper-button-next::before {
    content: '\e5cc';
    margin-left: -3px;
}

.swiper-creative .swiper-button-next::after {
    transform-origin: 0% 100%;
    transform: skew(10deg);
}

.swiper-creative .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.swiper-creative .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
}

.swiper-creative .swiper-pagination-bullet-active,
.swiper-creative .swiper-pagination-bullet:hover {
    background: #15b095;
}

.swiper-creative .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

.swiper-creative .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .swiper-creative .swiper-slide {
        background-position: 34% 0;
    }

    .swiper-creative .swiper-slide-caption {
        padding: 60px 30px 60px 60px;
        max-width: 350px;
        margin-right: auto;
    }

    .swiper-creative .swiper-pagination {
        display: none;
    }

    .swiper-creative *+.button {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .swiper-creative .swiper-slide-caption {
        max-width: 370px;
    }
}

@media (min-width: 1200px) {
    .swiper-creative .swiper-slide-caption {
        padding: 50px 30px;
        max-width: 360px;
    }
}

@media (min-width: 1600px) {
    .swiper-creative .swiper-slide-caption {
        max-width: 390px;
    }
}

.swiper-corporate {
    min-height: 33.95833vw;
}

.swiper-corporate h4,
.swiper-corporate .heading-4 {
    font-weight: 400;
}

.swiper-corporate .swiper-slide {
    flex-direction: column;
    background-position: 45% 0;
}

.swiper-corporate .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: rgba(29, 37, 45, 0.29);
}

.swiper-corporate .swiper-slide>* {
    position: relative;
    z-index: 1;
}

.swiper-corporate .swiper-slide-caption {
    padding: 60px 0 70px;
    max-width: 500px;
}

.swiper-corporate .heading-decoration-1 {
    padding-left: 20px;
}

.swiper-corporate .swiper-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 66px;
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.swiper-corporate .swiper-button::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    font-family: 'Material Icons';
}

.swiper-corporate .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #313539;
    pointer-events: none;
    transition: .33s;
    outline: 1px solid transparent;
}

.swiper-corporate .swiper-button:hover {
    color: #fff;
}

.swiper-corporate .swiper-button:hover::after {
    background: #15b095;
}

.swiper-corporate .swiper-button-prev {
    right: 0;
}

.swiper-corporate .swiper-button-prev::before {
    content: '\e5cb';
    margin-right: -3px;
}

.swiper-corporate .swiper-button-prev::after {
    transform-origin: 0% 100%;
    transform: skew(-10deg);
}

.swiper-corporate .swiper-button-next {
    left: 0;
}

.swiper-corporate .swiper-button-next::before {
    content: '\e5cc';
    margin-left: -3px;
}

.swiper-corporate .swiper-button-next::after {
    transform-origin: 0% 100%;
    transform: skew(10deg);
}

.swiper-corporate .swiper-pagination {
    bottom: 32px;
}

.swiper-corporate .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
}

.swiper-corporate .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
}

.swiper-corporate .swiper-pagination-bullet-active,
.swiper-corporate .swiper-pagination-bullet:hover {
    background: #f05c5c;
}

.swiper-corporate .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

.swiper-corporate .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .swiper-corporate .swiper-pagination[data-index-bullet='true'] {
        font-size: 0;
    }
}

@media (min-width: 768px) {
    .swiper-corporate .swiper-slide-caption {
        margin-left: auto;
        max-width: 640px;
        padding-left: 160px;
    }

    .swiper-corporate .swiper-pagination-vertical {
        position: absolute;
        top: 57%;
        left: 150px;
        bottom: auto;
        right: auto;
        transform: translate3d(0, -57%, 0);
        width: auto;
    }

    .swiper-corporate .swiper-pagination-vertical .swiper-pagination-bullet {
        display: block;
        margin-right: 0;
    }

    .swiper-corporate .swiper-pagination-vertical .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 0;
        margin-top: 20px;
    }

    .swiper-corporate .swiper-pagination[data-index-bullet='true'] {
        font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 40px;
    }

    .swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet {
        position: relative;
    }

    .swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span {
        position: absolute;
        top: 50px;
        right: 50%;
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        transition: .22s;
        pointer-events: none;
        vertical-align: middle;
        white-space: nowrap;
        transform-origin: 100% 50%;
    }

    .swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        border-left: 2px solid;
        top: 25px;
    }

    .swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span,
    .swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span::before {
        opacity: 1;
    }

    .swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 35px;
    }

    .swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span {
        right: 30px;
        top: 50%;
        transform: translate3d(-10%, -50%, 0) scale(0.1, 1);
    }

    .swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span::before {
        margin-left: 10px;
        height: 0;
        width: 25px;
        border-left: 0;
        border-bottom: 2px solid;
    }

    .swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet-active span {
        transform: translate3d(0, -50%, 0) scale(1, 1);
    }

    .swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 0;
        margin-top: 20px;
    }

    .swiper-corporate .button {
        min-width: 170px;
    }
}

@media (min-width: 1200px) {
    .swiper-corporate .swiper-slide::after {
        display: none;
    }

    .swiper-corporate .swiper-slide-caption {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .swiper-corporate {
        min-height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .swiper-corporate {
        min-height: 38.54167vw;
    }
}

@media (min-width: 1400px) {
    .swiper-corporate .swiper-slide-caption {
        /* max-width: 500px; */
        max-width: 700px;
        padding-left: 0;
    }
}

@media (min-width: 2050px) {
    .swiper-corporate .swiper-pagination-vertical {
        right: calc(50% + 1920px / 2 + 200px);
    }
}

.swiper-lily {
    min-height: 37.03125vw;
}

.swiper-lily h4,
.swiper-lily .heading-4 {
    font-weight: 400;
}

.swiper-lily .swiper-slide {
    flex-direction: column;
    background-position: center center;
}

.swiper-lily .swiper-slide-caption {
    padding: 60px 0 70px;
}

.swiper-lily .swiper-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 66px;
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.swiper-lily .swiper-button::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    font-family: 'Material Icons';
}

.swiper-lily .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #313539;
    pointer-events: none;
    transition: .33s;
    outline: 1px solid transparent;
}

.swiper-lily .swiper-button:hover {
    color: #fff;
}

.swiper-lily .swiper-button:hover::after {
    background: #15b095;
}

.swiper-lily .swiper-button-prev {
    right: 0;
}

.swiper-lily .swiper-button-prev::before {
    content: '\e5cb';
    margin-right: -3px;
}

.swiper-lily .swiper-button-prev::after {
    transform-origin: 0% 100%;
    transform: skew(-10deg);
}

.swiper-lily .swiper-button-next {
    left: 0;
}

.swiper-lily .swiper-button-next::before {
    content: '\e5cc';
    margin-left: -3px;
}

.swiper-lily .swiper-button-next::after {
    transform-origin: 0% 100%;
    transform: skew(10deg);
}

.swiper-lily .swiper-pagination {
    bottom: 32px;
}

.swiper-lily .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
}

.swiper-lily .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
}

.swiper-lily .swiper-pagination-bullet-active,
.swiper-lily .swiper-pagination-bullet:hover {
    background: #f05c5c;
}

.swiper-lily .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

.swiper-lily .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .swiper-lily .swiper-pagination[data-index-bullet='true'] {
        font-size: 0;
    }
}

@media (min-width: 992px) {
    .swiper-lily .swiper-slide-caption {
        padding-right: 120px;
        padding-left: 120px;
    }

    .swiper-lily .swiper-pagination-vertical {
        position: absolute;
        top: 52%;
        left: 130px;
        bottom: auto;
        right: auto;
        transform: translate3d(0, -57%, 0);
        width: auto;
    }

    .swiper-lily .swiper-pagination-vertical .swiper-pagination-bullet {
        display: block;
        margin-right: 0;
    }

    .swiper-lily .swiper-pagination-vertical .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 0;
        margin-top: 20px;
    }

    .swiper-lily .swiper-pagination[data-index-bullet='true'] {
        font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 40px;
    }

    .swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet {
        position: relative;
    }

    .swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span {
        position: absolute;
        top: 50px;
        right: 50%;
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        transition: .22s;
        pointer-events: none;
        vertical-align: middle;
        white-space: nowrap;
        transform-origin: 100% 50%;
    }

    .swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        border-left: 2px solid;
        top: 25px;
    }

    .swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span,
    .swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span::before {
        opacity: 1;
    }

    .swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 35px;
    }

    .swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] {
        padding-bottom: 0;
    }

    .swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span {
        right: 30px;
        top: 50%;
        transform: translate3d(-10%, -50%, 0) scale(0.1, 1);
    }

    .swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span::before {
        margin-left: 10px;
        height: 0;
        width: 25px;
        border-left: 0;
        border-bottom: 2px solid;
    }

    .swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet-active span {
        transform: translate3d(0, -50%, 0) scale(1, 1);
    }

    .swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-right: 0;
        margin-top: 20px;
    }

    .swiper-lily .button {
        min-width: 170px;
    }
}

@media (min-width: 1200px) {
    .swiper-lily .swiper-slide::after {
        display: none;
    }

    .swiper-lily .swiper-slide-caption {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .swiper-lily {
        min-height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .swiper-lily {
        min-height: 39.0625vw;
    }
}

@media (min-width: 2050px) {
    .swiper-lily .swiper-pagination-vertical {
        right: calc(50% + 1920px / 2 + 230px);
    }
}

/* 
* Search Results
*/
.rd-search-results-live {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    max-height: 600px;
    overflow-y: auto;
    margin: -3px 0 0;
    text-align: right;
    z-index: 998;
    background: #5a666d;
}

.rd-search-results-live #search-results {
    position: relative;
    overflow: hidden;
    padding: 16px 0 0;
    color: #9b9b9b;
    background: #fff;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 0;
    transform: scale(1, 0.9);
    transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border: 1px solid #5a666d;
    border-top: 0;
    pointer-events: none;
}

.rd-search-results-live #search-results.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
    padding: 0 15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #151515;
}

.rd-search-results-live .search-list {
    margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
    padding: 0 15px 15px;
}

.rd-search-results-live .search-error {
    font-size: 14px;
    line-height: 1.6;
}

.rd-search-results-live .search-title {
    font-size: 12px;
}

.rd-search-results-live p {
    line-height: 1.4;
}

.rd-search-results-live .search-link:hover {
    color: #15b095;
}

.rd-search-results-live .search-list-item-all {
    margin-top: 18px;
    width: 100%;
}

.rd-search-results-live .search-submit {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    padding: 8px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #15b095;
}

.rd-search-results-live .search-submit:hover {
    color: #151515;
    background: #f05c5c;
}

.rd-search-results-live .match {
    display: none;
}

.not-empty~.rd-search-results-live {
    visibility: visible;
    opacity: 1;
}

.rd-search-results-live p {
    font-size: 11px;
}

.rd-search-results-live p * {
    margin: 0;
}

.rd-search-results-live .search-list-item {
    padding: 0 15px;
}

.rd-search-results-live *+p {
    margin-top: 5px;
}

.rd-search-results-live .search-list-item+.search-list-item {
    margin-top: 15px;
}

.context-dark #search-results,
.rd-navbar-dark #search-results,
.rd-navbar-darker #search-results,
.bg-gray-700 #search-results,
.bg-gray-2 #search-results,
.bg-gray-4 #search-results,
.bg-primary #search-results,
.bg-image-dark #search-results {
    background: #3c4752;
}

.context-dark #search-results .search-quick-result,
.rd-navbar-dark #search-results .search-quick-result,
.rd-navbar-darker #search-results .search-quick-result,
.bg-gray-700 #search-results .search-quick-result,
.bg-gray-2 #search-results .search-quick-result,
.bg-gray-4 #search-results .search-quick-result,
.bg-primary #search-results .search-quick-result,
.bg-image-dark #search-results .search-quick-result {
    color: #fff;
}

.context-dark #search-results .search-link,
.rd-navbar-dark #search-results .search-link,
.rd-navbar-darker #search-results .search-link,
.bg-gray-700 #search-results .search-link,
.bg-gray-2 #search-results .search-link,
.bg-gray-4 #search-results .search-link,
.bg-primary #search-results .search-link,
.bg-image-dark #search-results .search-link {
    color: #d7d7d7;
}

.context-dark #search-results .search-link:hover,
.rd-navbar-dark #search-results .search-link:hover,
.rd-navbar-darker #search-results .search-link:hover,
.bg-gray-700 #search-results .search-link:hover,
.bg-gray-2 #search-results .search-link:hover,
.bg-gray-4 #search-results .search-link:hover,
.bg-primary #search-results .search-link:hover,
.bg-image-dark #search-results .search-link:hover {
    color: #f05c5c;
}

.rd-search-results .search-list {
    counter-reset: li;
    text-align: right;
    padding-right: 0;
    font-size: 18px;
    list-style-type: none;
    overflow: hidden;
}

.rd-search-results .search-list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.rd-search-results .search-list li:only-child {
    padding-right: 0;
}

.rd-search-results .search-list li:only-child::before {
    display: none;
}

.rd-search-results .search-list-item {
    position: relative;
    padding-right: 40px;
    font-size: 14px;
    color: #9b9b9b;
}

.rd-search-results .search-list-item::before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: inherit;
    font-weight: 500;
}

.rd-search-results .search-list-item+.search-list-item {
    margin-top: 40px;
}

.rd-search-results .search-title {
    font-size: 16px;
}

.rd-search-results .search-title a {
    color: inherit;
}

.rd-search-results .search-title a:hover {
    color: #15b095;
}

.rd-search-results .search {
    color: #fff;
    padding: 0 .25em;
    background: #15b095;
}

.rd-search-results .match {
    padding: 5px;
    font-size: 12px;
    line-height: 1.7;
    text-transform: uppercase;
}

.rd-search-results .match em {
    margin: 0;
    font-style: normal;
}

.rd-search-results p * {
    margin: 0;
}

.rd-search-results *+.match {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .rd-search-results .search-title {
        font-size: 18px;
    }

    .rd-search-results .search-list-item::before {
        top: -1px;
        font-size: 16px;
    }

    .rd-search-results *+p {
        margin-top: 12px;
    }
}

@media (min-width: 992px) {
    .rd-search-results .search-list-item {
        padding-right: 40px;
    }
}

*+.rd-search-results {
    margin-top: 40px;
}

@media (min-width: 768px) {
    *+.rd-search-results {
        margin-top: 55px;
    }
}

.rd-search.rd-search-inline {
    position: relative;
}

.rd-search.rd-search-inline .form-input {
    padding-left: 60px;
}

.rd-search.rd-search-inline .button-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    left: 0;
    margin: 0;
    font-size: 21px;
    color: #ccc;
    transition: .33s;
}

.rd-search.rd-search-inline .button-link::before {
    display: block;
    margin: auto;
}

.rd-search.rd-search-inline .button-link:hover {
    color: #15b095;
}

.rd-search.rd-search-inline.form-sm .form-input {
    padding-left: 50px;
}

.rd-search.rd-search-inline.form-sm .button-link {
    width: 50px;
    font-size: 18px;
}

.rd-search.rd-search-inline.form-lg .form-input {
    padding-left: 70px;
}

.rd-search.rd-search-inline.form-lg .button-link {
    width: 70px;
}

.context-dark .rd-search.rd-search-inline .button-link:hover,
.rd-navbar-dark .rd-search.rd-search-inline .button-link:hover,
.rd-navbar-darker .rd-search.rd-search-inline .button-link:hover,
.bg-gray-700 .rd-search.rd-search-inline .button-link:hover,
.bg-gray-2 .rd-search.rd-search-inline .button-link:hover,
.bg-gray-4 .rd-search.rd-search-inline .button-link:hover,
.bg-primary .rd-search.rd-search-inline .button-link:hover,
.bg-image-dark .rd-search.rd-search-inline .button-link:hover {
    color: #15b095;
}

.rd-search-modern {
    position: relative;
}

.rd-search-modern .form-input {
    padding-left: 60px;
}

.rd-search-modern .rd-search-form-submit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    font-size: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .3s;
}

.rd-search-modern .rd-search-form-submit:hover {
    color: #15b095;
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tabs-custom {
    text-align: right;
}

.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}

.tabs-custom .nav-tabs::before,
.tabs-custom .nav-tabs::after {
    display: none;
}

.tabs-custom .nav-item {
    float: none;
    cursor: pointer;
    transition: .33s all ease;
}

.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
}

.tabs-custom .nav-link.active {
    cursor: default;
}

*+.tabs-horizontal.tabs-corporate {
    margin-top: 25px;
}

*+.tabs-vertical.tabs-corporate {
    margin-top: 40px;
}

@media (min-width: 768px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 80px;
    }
}

.tabs-line .nav-tabs {
    position: relative;
}

.tabs-line .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.tabs-line *+.tab-content {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .tabs-line .nav-tabs {
        max-width: 100%;
        border: 1px solid #e1e1e1;
    }

    .tabs-line .nav-item {
        margin: -1px;
    }

    .tabs-line .nav-link {
        padding: 7px 10px;
        color: #151515;
        background: transparent;
        border-bottom: 1px solid #e1e1e1;
    }

    .tabs-line .nav-link:first-child {
        border-top: 1px solid #e1e1e1;
    }

    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #fff;
        background: #15b095;
        border-color: #15b095;
    }
}

.tabs-corporate {
    border: 1px solid #414448;
    background: #1A1E22;
}

.tabs-corporate .nav-tabs {
    position: relative;
    display: block;
}

.tabs-corporate .nav-item {
    transform: translate3d(0, 0, 0);
}

.tabs-corporate .nav-link {
    display: block;
    padding: 10px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #151515;
    background: transparent;
    text-align: center;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
    color: #fff;
    background: #15b095;
    border-color: #15b095;
}

.tabs-corporate .tab-content {
    padding: 20px;
}



@media (max-width: 767px) {
    .tabs-corporate .nav-item {
        margin: -1px;
    }
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-corporate .nav-tabs {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 -1px;
        border-bottom: 1px solid #414448;
        text-align: center;
        will-change: transform;
    }

    .tabs-horizontal.tabs-corporate .nav-item {
        margin-top: -1px;
        will-change: transform;
    }

    .tabs-horizontal.tabs-corporate .nav-link {
        display: block;
        position: relative;
        z-index: 1;
        min-width: 100px;
        padding: 13px 20px;
        border-right: 1px solid #686A6D;
    }

    .tabs-horizontal.tabs-corporate .nav-link,
    .tabs-horizontal.tabs-corporate .nav-link::before {
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .tabs-horizontal.tabs-corporate .nav-link::before {
        content: '';
        position: absolute;
        top: -1px;
        right: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -1;
        opacity: 0;
        transform: scale3d(0.7, 1, 1);
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        background: #15b095;
    }

    .tabs-horizontal.tabs-corporate .nav-link.active,
    .tabs-horizontal.tabs-corporate .nav-link:hover {
        color: #fff;
        border-color: #15b095;
        background-color: transparent;
    }

    .tabs-horizontal.tabs-corporate .nav-link.active::before,
    .tabs-horizontal.tabs-corporate .nav-link:hover::before {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    .tabs-horizontal.tabs-line .nav-tabs {
        border: 0;
        border-bottom: 4px solid #d7d7d7;
    }

    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block;
    }

    .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
        margin-left: 52px;
    }

    .tabs-horizontal.tabs-line .nav-item .nav-link {
        position: relative;
        padding: 0 0 15px 0;
        background-color: transparent;
        color: #9b9b9b;
        border: 0;
    }

    .tabs-horizontal.tabs-line .nav-item .nav-link::after {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        height: 4px;
        width: 0;
        background: #15b095;
        transition: .22s ease;
    }

    .tabs-horizontal.tabs-line .nav-item .nav-link.active,
    .tabs-horizontal.tabs-line .nav-item .nav-link:hover {
        color: #ccc;
    }

    .tabs-horizontal.tabs-line .nav-item .nav-link.active::after {
        width: 100%;
    }

    .tabs-horizontal.tabs-line *+.tab-content {
        margin-top: 30px;
    }

    .tabs-vertical {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tabs-vertical .nav-tabs {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        max-width: 50%;
    }

    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: right;
    }

    .tabs-vertical .nav-item .nav-link.active,
    .tabs-vertical .nav-link:hover {
        box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
    }

    .tabs-vertical .tab-content {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .tabs-vertical.tabs-corporate .nav-tabs {
        width: auto;
        min-width: 260px;
        border: 0;
    }

    .tabs-vertical.tabs-corporate .nav-item {
        margin: 0;
    }

    .tabs-vertical.tabs-corporate .nav-item .nav-link {
        position: relative;
        padding: 17px 30px;
        border: 0;
        overflow: hidden;
        text-align: right;
    }

    .tabs-vertical.tabs-corporate .nav-item+.nav-item {
        margin-top: 2px;
    }

    .tabs-vertical.tabs-corporate .tab-content {
        padding: 0 30px 0 0;
    }
}

.tabs-modern .nav-tabs+.tab-content {
    margin-top: 20px;
}

.tabs-modern .nav-tabs {
    background-color: #4E565E;
    border: 1px solid #686A6D;

}

.tabs-modern .nav-item {
    flex: auto;
    margin: -1px;
    text-align: center;
}

.tabs-modern .nav-link {
    position: relative;
    display: block;
    padding: 15px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFF;
    text-transform: uppercase;
    transition: all .3s;
}

.tabs-modern .nav-link::before {
    position: absolute;
    bottom: 2px;
    right: 50%;
    display: block;
    width: 7px;
    height: 7px;
    background: #15b095;
    content: '';
    opacity: 0;
    transform: rotate(-45deg) translateX(50%);
    transition: all .3s;
    pointer-events: none;
}

.tabs-modern .nav-link:hover,
.tabs-modern .nav-link.active {
    color: #fff;
    background: #15b095;
}

.tabs-modern .nav-link.active:before {
    bottom: -6px;
    opacity: 1;
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-corporate .nav-link {
        padding: 15px 20px;
        min-width: 150px;
    }

    .tabs-horizontal.tabs-corporate .tab-content {
        padding: 20px 25px;
    }
}

@media (min-width: 992px) {
    .tabs-horizontal.tabs-corporate .nav-link {
        min-width: 210px;
    }

    .tabs-horizontal.tabs-corporate .tab-content {
        padding: 30px 35px;
    }

    .tabs-horizontal.tabs-corporate .tab-content-creative {
        padding: 0;
    }

    .tabs-horizontal.tabs-corporate-boxed .tab-content {
        padding: 0;
    }
}

.tabs-corporate-boxed .nav-wrap {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.tabs-corporate-boxed .nav-tabs {
    display: none;
    border-bottom: none;
}

.tabs-corporate-boxed .nav-link {
    height: 64px;
    text-align: center;
}

.tabs-corporate-boxed .nav-link {
    min-width: inherit;
    border-bottom: none;
    color: #9b9b9b;
    overflow: hidden;
}

.tabs-corporate-boxed .button-nav {
    position: relative;
    margin: 0;
    flex-basis: 50%;
    height: 64px;
    background: #edeff4;
    border-radius: 0;
    border: none;
}

.tabs-corporate-boxed .button-nav .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 30px;
    line-height: 1;
    color: #9b9b9b;
    transform: translate(50%, -50%);
}

.tabs-corporate-boxed .button-nav:hover {
    background: #15b095;
}

.tabs-corporate-boxed .button-nav:hover .icon {
    color: #fff;
}

.tabs-corporate-boxed .button-nav.button-prev {
    border-left: 1px solid #e1e1e1;
}

.tabs-corporate-boxed .tab-content {
    padding: 0;
}

.tabs-corporate-boxed .tab-content .block-thumbnail-minimal {
    padding: 30px;
    border-top: 1px solid #e1e1e1;
}

.tabs-corporate-boxed .tab-content-main {
    padding: 30px 25px;
    color: #151515;
}

.tabs-corporate-boxed .tab-content-main *+h4 {
    margin-top: 15px;
}

.tabs-corporate-boxed .tab-content-main *+p {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-corporate-boxed .tab-content {
        padding: 0;
    }

    .tabs-horizontal.tabs-corporate-boxed .button-nav {
        flex-basis: 50px;
    }

    .tabs-horizontal.tabs-corporate-boxed .button-prev {
        border-left: none;
    }

    .tabs-horizontal.tabs-corporate-boxed .nav-tabs {
        border-bottom: none;
    }

    .tabs-horizontal.tabs-corporate-boxed .nav-item {
        flex-basis: calc(100% / 6);
        margin-top: 0;
    }

    .tabs-horizontal.tabs-corporate-boxed .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: inherit;
        padding: 15px 10px;
        border: none;
        border-right: 1px solid #e1e1e1;
    }

    .tabs-horizontal.tabs-corporate-boxed .nav-item:last-child .nav-link {
        border-left: 1px solid #e1e1e1;
    }
}

@media (min-width: 992px) {
    .tabs-corporate-boxed .tab-content-main {
        padding: 40px;
    }
}

.card-group-custom {
    margin-bottom: 0;
}

.card-group-custom .card-header+.collapse>.card-body,
.card-group-custom .card-header+.collapse>.list-group {
    border-top: 0;
}

.card-group-custom .card+.card {
    margin-top: 0;
    border-top: 1px solid #e1e1e1;
}

.card-group-custom.card-group-corporate .card+.card {
    margin-top: 30px;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-radius: 0;

}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

.card-corporate {
    text-align: right;
    box-shadow: 1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title {
    margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
    background: #fff;
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 21px 32px 21px 82px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #2c343b;
    transition: 1.3s all ease;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-corporate .card-title a.collapsed {
    border-radius: 6px;
    border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
    border-radius: 6px 0 0 6px;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    width: 70px;
    background: #15b095;
    border-radius: 6px 0 0 0;
    transition: .33s all ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    background: #fff;
}

.card-corporate .card-arrow::before {
    width: 14px;
    height: 2px;
    left: 28px;
}

.card-corporate .card-arrow::after {
    width: 2px;
    height: 14px;
    left: 34px;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
    color: #151515;
    border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
    padding: 25px 32px 25px 44px;
}

@media (max-width: 991px) {

    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-right: 25px;
    }
}

@media (min-width: 768px) {
    .card-corporate .card-title a {
        font-size: 18px;
    }
}

.card-standing {
    text-align: center;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

.card-standing .card-body>div:first-child {
    padding-top: 0;
}

.card-standing .card-header {
    background: transparent;
}

.card-standing-inline {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.card-standing-aside-right {
    width: 100%;
}

.card-custom {
    padding-right: 30px;
    background: #fff;
    transition: all 200ms ease-in-out;
}

.card-custom.active {
    background: #f5f7f9;
}

.card-standing-caption {
    position: relative;
    padding-right: 30px;
    color: #fff;
    background: #15b095;
}

.card-standing-caption .card-standing-position {
    top: 50%;
    padding-right: 3px;
    transform: translateY(-50%);
}

.card-standing-caption-aside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 0 13px 5px;
}


.card-standing-team-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 15px 5px;
}


.card-standing-team-item .card-standing-diff {
    color: #15b095;
}

.card-standing-team-item .card-standing-points,
.card-standing-team-item .card-standing-number {
    font-weight: 400;
}

.card-standing-team-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 0 18px 3px;
}

.card-standing-team-details>* {
    padding: 0 5px;
}

.card-standing-divider {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    border-top: 1px solid #d7d7d7;
}

.card-standing-position {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 30px;
    padding: 0 5px;
}

.card-standing-team,
.card-standing-game-status {
    width: 27%;
}


.card-standing-number {
    width: 11%;
}

.card-standing-points {
    width: 14%;
}

.card-standing-diff {
    width: 12%;
}

.card-standing-team {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 3px;
}

.card-standing-team-figure {
    text-align: center;
    min-width: 45px;
}

.card-standing-team-figure img {
    height: auto;
    max-width: 45px;
}

.card-standing-team-title {
    margin-top: 5px;
}

.card-standing-game-status,
.card-standing-team-country {
    font-size: 0.86em;
    color: #9b9b9b;
}

.card-standing-toogle {
    height: 26px;
    width: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    background: #FFA62B;
    border-radius: 4px;
    transition-duration: 200ms;
}

.card-standing-toogle:focus {
    color: #FFF !important;
}

.card-standing-toogle:hover {
    color: #151515 !important;
}

.card-standing-toogle.collapsed {
    background: #3E4346;
}

.card-standing-toogle.collapsed::before {
    content: '\e145';
}

.card-standing-index {
    counter-reset: article;
}

.card-standing-index article .card-standing-counter:before {
    content: counter(article, decimal-leading-zero);
    counter-increment: article;
}

.card-standing-counter {
    font-size: 1.1em;
    line-height: 1;
    color: #d4d5db;
    padding: 20px 3px 20px;
}

@media (max-width: 575px) {
    .card-standing-team-name {
        font-size: .86em;
    }

    .table-counter-auto {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 38px;
        height: 29px;
        line-height: normal;
        z-index: 1;
        transition: all 200ms ease-in-out;
        padding: 2px 5px;
        font-size: 6pt;
    }

    .card-standing-caption {
        position: relative;
        padding-right: 30px;
        color: #fff;
        background: #15b095;
        font-size: 7pt;
    }

    .card-standing-number {
        width: 20%;
    }

    .card-standing-diff {
        width: 27%;
    }

    .card-standing-team-details {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 0 15px 0px;
    }

    .fs-6 {
        font-size: .75rem !important;
    }
}

@media (min-width: 576px) {

    .card-custom,
    .card-standing-caption {
        padding-right: 40px;
    }

    .card-standing-caption .card-standing-position {
        padding-right: 20px;
    }

    .card-standing-caption-aside {
        padding-left: 10px;
    }

    .card-standing-team-item {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
    }

    .card-standing-number {
        width: 9%;
    }

    .card-standing-points {
        width: 11%;
    }

    .card-standing-toogle {
        height: 32px;
        width: 32px;
        font-size: 20px;
        line-height: 32px;
    }

    .card-standing-team-details {
        padding-left: 10px;
    }


    .card-standing-comment-status {
        font-size: 0.86em;
        color: #9b9b9b;
        padding-right: 27px;
        text-align: right;
    }

    .card-standing-position {
        min-width: 40px;
    }


    .card-standing-team {
        flex-direction: row;
        padding-right: 15px;
    }

    .card-standing-team-title {
        margin-right: 8px;
        margin-top: 0;
    }

    .card-standing-team,
    .card-standing-game-status {
        text-align: right;
    }

    .card-standing-counter {
        padding-right: 10px;
        line-height: 36px;
    }

    .card-standing-team-figure {
        min-height: 60px;
        line-height: 60px;
    }
}

@media (min-width: 768px) {

    .card-custom,
    .card-standing-caption {
        padding-right: 55px;
    }

    .card-standing-team-item {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .card-standing-team-details {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .card-standing-position {
        min-width: 55px;
    }

    .card-standing-game-status {
        padding-right: 27px;
    }

    .card-standing-counter {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {

    .card-custom,
    .card-standing-caption {
        padding-right: 74px;
    }

    .card-standing-caption .card-standing-position {
        padding-right: 20px;
    }

    .card-standing-position {
        min-width: 74px;
    }

    .card-standing-team,
    .card-standing-game-status {
        width: 62%;
    }

    .card-standing-counter {
        font-size: 1.71em;
    }
}

/* 
* Tooltop Custom
*/
.tooltip {
    font-size: 14px;
    line-height: 1.2;
}

p [data-toggle='tooltip'] {
    color: #d7d7d7;
}

/* 
* Counter
*/
.progress-bar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.progress-bar-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 48%;
    width: 100%;
}

.progress-bar-wrap {
    max-width: 100%;
    width: 100%;
}

.progress-bar-divider {
    display: none;
    width: 64px;
    height: 1px;
    background: #d7d7d7;
}

.progress-bar-title {
    font-size: .86em;
    line-height: 1.2;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.progress-bar-js {
    position: relative;
    width: 82px;
    height: 82px;
    margin-right: auto;
    margin-left: auto;
}

.progress-bar-js .progress-bar__body {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.progress-bar-js .progress-bar__body:after {
    content: '%';
    font-size: 14px;
    font-weight: 500;
}

.progress-bar-js .progress-bar__stroke,
.progress-bar-js .progress-bar__trail {
    stroke-linejoin: round;
}

.progress-bar-horizontal {
    text-align: right;
}

.progress-bar-horizontal>svg {
    margin-top: 7px;
}

.progress-bar-horizontal .progress-bar__body {
    width: auto !important;
    top: -5px;
    left: 0;
}

.progress-bar-rotate-90 svg {
    transform: rotate(-90deg);
}

.progress-bar-radial {
    position: relative;
}

.progress-bar-radial::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 50%;
    width: 66px;
    height: 66px;
    background: #9b9b9b;
    border-radius: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
}

.progress-bar-radial>svg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
    stroke-location: outside;
}

.progress-bar-radial .progress-bar__body {
    transform: translate(-50%, -50%);
}

.progress-bar__stroke {
    stroke: #9b9b9b;
}

.progress-bar__trail {
    stroke: rgba(155, 155, 155, 0);
}

.progress-bar-primary .progress-bar__stroke {
    stroke: #15b095;
}

.progress-bar-primary .progress-bar__trail {
    stroke: rgba(155, 155, 155, 0);
}

.progress-bar-primary .progress-bar-radial::before {
    background: #15b095;
}

.progress-bar-secondary-2 .progress-bar__stroke {
    stroke: #b7b7b7;
}

.progress-bar-secondary-2 .progress-bar__trail {
    stroke: rgba(155, 155, 155, 0);
}

.progress-bar-secondary-1 .progress-bar__stroke {
    stroke: #b7b7b7;
}

.progress-bar-secondary-1 .progress-bar__trail {
    stroke: rgba(155, 155, 155, 0);
}

.team2-blue .progress-bar__stroke {
    stroke: #3B7CC0;
}

.team2-blue .progress-bar__trail {
    stroke: rgba(155, 155, 155, 0);
}

.team2-blue .progress-bar-radial::before {
    background: #3B7CC0;
}

.progress-bar-js+p {
    margin-top: 8px;
}

*+.progress-bar-main {
    margin-top: 25px;
}

@media (max-width: 575px) {
    .progress-bar-team-second {
        flex-direction: column-reverse;
    }

    .progress-bar-main div:nth-child(even) {
        flex-direction: column-reverse;
    }

    .progress-bar-team {
        margin-bottom: -15px;
    }

    .progress-bar-team>* {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) {
    .progress-bar-team {
        flex-direction: row;
    }

    .progress-bar-wrap {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .progress-bar-team {
        max-width: 250px;
    }

    .progress-bar-wrap {
        max-width: 115px;
    }

    .progress-bar-divider {
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .progress-bar-team {
        max-width: 48%;
    }

    .progress-bar-wrap {
        max-width: 50%;
    }

    .progress-bar-divider {
        display: none;
    }
}

.progress-bar-modern {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}

.progress-bar-modern .progress-bar-linear-wrap {
    flex-basis: 60%;
    height: 4px;
    background: #ececec;
}

.progress-bar-modern .progress-bar-linear {
    position: relative;
    width: 0;
    height: 4px;
    background-color: #15b095;
    transition: .5s all ease-in-out;
}

.progress-bar-modern .progress-bar-linear::before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 4px;
    height: 10px;
    content: '';
    background: #15b095;
    pointer-events: none;
}

.progress-bar-modern .progress-value {
    margin-right: 15px;
    color: #15b095;
}

.progress-bar-modern .progress-value:after {
    content: "%";
}

.progress-bar-modern-secondary .progress-bar-linear {
    background-color: #f05c5c;
}

.progress-bar-modern-secondary .progress-bar-linear::before {
    background: #f05c5c;
}

.progress-bar-modern-secondary .progress-value {
    color: #f05c5c;
}

.progress-bar-modern+.progress-bar-modern {
    margin-top: 10px;
}

/* 
* Circle Progress Bars
*/
.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.progress-bar-circle canvas {
    vertical-align: middle;
}

.progress-bar-circle span {
    position: absolute;
    top: 50%;
    right: 51%;
    font-size: 36px;
    line-height: 36px;
    transform: translate(50%, -50%);
    color: #9b9b9b;
}

.progress-bar-circle span::after {
    content: "%";
}

.progress-bar-circle-title {
    font-size: 14px;
    text-transform: uppercase;
}

*+.progress-bar-circle-title {
    margin-top: 12px;
}


/** 
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
}

/** 
 * in time circles
 **/
.time_circles>div {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
    text-align: center;
}

@media (min-width: 1200px) {
    #DateCountdown {
        width: 100%;
    }
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles>div>h4 {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    left: 0;
    transform: translateY(-100%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 1.2 !important;
    color: #868e96;
    text-transform: uppercase;
}

.time_circles>div>h4+* {
    margin-top: 0;
}

@media (min-width: 576px) {
    .time_circles>div>h4 {
        top: calc(64% + 10px);
    }
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles>div>span {
    display: block;
    text-align: center;
    letter-spacing: 0;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1 !important;
    color: #111;
}

@media (min-width: 576px) {
    .time_circles>div>span {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .time_circles>div>span {
        font-size: 34px !important;
    }
}

@media (min-width: 992px) {
    .time_circles>div>span {
        font-size: 48px !important;
    }
}

.context-dark .time_circles>div>span,
.rd-navbar-dark .time_circles>div>span,
.rd-navbar-darker .time_circles>div>span,
.bg-gray-700 .time_circles>div>span,
.bg-gray-2 .time_circles>div>span,
.bg-gray-4 .time_circles>div>span,
.bg-primary .time_circles>div>span,
.bg-image-dark .time_circles>div>span {
    color: #fff;
}

.context-dark .time_circles>div>h4,
.rd-navbar-dark .time_circles>div>h4,
.rd-navbar-darker .time_circles>div>h4,
.bg-gray-700 .time_circles>div>h4,
.bg-gray-2 .time_circles>div>h4,
.bg-gray-4 .time_circles>div>h4,
.bg-primary .time_circles>div>h4,
.bg-image-dark .time_circles>div>h4 {
    color: #fff;
}

.countdown-wrap {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}

*+.countdown-wrap {
    margin-top: 35px;
}

.countdown-wrap+.button {
    margin-top: 40px;
}

.countdown-classic {
    white-space: nowrap;
}

.countdown-classic .countdown-section {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    min-width: 65px;
    text-align: center;
}

.countdown-classic .countdown-section:not(:first-child)::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 48%;
    right: -3px;
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 21px;
    width: 7px;
    transform: translate3d(0, -45%, 0);
    color: #d4d5db;
}

.countdown-classic .countdown-amount,
.countdown-classic .countdown-period {
    display: block;
    font-family: "dana-medium", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
}

.countdown-classic .countdown-amount {
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
    color: #15b095;
}

.countdown-classic .countdown-period {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.countdown-classic-sm .countdown-section {
    padding: 0 5px;
    min-width: 60px;
}

.countdown-classic-sm .countdown-section:not(:first-child)::before {
    background-size: 6px 15px;
}

.countdown-classic-sm .countdown-amount {
    font-size: 20px;
}

.countdown-classic-sm .countdown-period {
    font-size: 9px;
}

@media (min-width: 576px) {
    .countdown-classic .countdown-section {
        padding: 0 15px;
    }

    .countdown-classic-sm .countdown-section {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .countdown-classic .countdown-section {
        min-width: 78px;
    }

    .countdown-classic .countdown-amount {
        font-size: 33px;
    }

    .countdown-classic-sm .countdown-section {
        min-width: 60px;
    }

    .countdown-classic-sm .countdown-amount {
        font-size: 24px;
    }
}

.countdown-bordered {
    display: inline-block;
    white-space: nowrap;
    margin-right: -14px;
    margin-left: -16px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.countdown-bordered .countdown-section {
    display: inline-block;
    padding: 0 10px 0 16px;
    text-align: center;
}

.countdown-bordered .countdown-section:not(:first-child) {
    border-right: 1px solid #c6c6c6;
}

.countdown-bordered .countdown-amount,
.countdown-bordered .countdown-period {
    display: block;
}

.countdown-bordered .countdown-amount {
    color: #15B095;
    min-width: 30px;
    padding-left: 8px;
}

@media (max-width: 575px) {
    .countdown-bordered .countdown-period {
        font-size: 14px;
        margin-top: 3px;
    }
}

@media (min-width: 576px) {

    .countdown-bordered .countdown-amount,
    .countdown-bordered .countdown-period {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .countdown-bordered {
        margin-right: -20px;
        margin-left: -22px;
        font-size: 18px;
    }

    .countdown-bordered .countdown-section {
        padding: 0 16px 0 22px;
    }

    .countdown-bordered .countdown-amount {
        min-width: 34px;
    }
}

.stepper {
    position: relative;
    display: inline-block;
    max-width: 76px;
    width: 76px;
}

.stepper input[type="number"] {
    width: 100%;
    padding: 5px 28px;
    min-height: 30px;
    text-align: center;
    -moz-appearance: textfield;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
}

.stepper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stepper-arrow {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Material Icons";
    cursor: pointer;
    color: #151515;
    transition: .3s all ease;
}

.stepper-arrow:hover {
    color: #15b095;
}

.stepper-arrow.up {
    left: 4px;
    text-align: right;
}

.stepper-arrow.up:before {
    content: '\e145';
}

.stepper-arrow.down {
    right: 4px;
    text-align: left;
}

.stepper-arrow.down:before {
    content: '\e15b';
}

.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: .5;
}

.stepper-modern .stepper {
    width: 120px;
    max-width: 120px;
    text-align: center;
}

.stepper-modern .stepper input[type="number"] {
    width: 40px;
    max-width: 40px;
    min-height: 40px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
    text-align: center;
    -moz-appearance: textfield;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    border: 0;
}

.input-group-text {

    font-size: 9pt;

}

.stepper-modern .stepper .stepper-arrow {
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #414448;
    transform: translateY(0);
}

.stepper-modern .stepper .stepper-arrow:hover {
    color: #15B095;
}

.stepper-modern .stepper .stepper-arrow.down {
    right: 0;
}

.stepper-modern .stepper .stepper-arrow.up {
    left: 0;
}

/* 
* Doughnut Chart
*/
.doughnut-chart-wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 115px;
}

.doughnut-chart-wrap *+p {
    margin-top: 6px;
}

.doughnut-chart {
    position: relative;
    height: 80px;
    width: 80px;
}

.doughnut-chart svg {
    height: 80px;
    width: 80px;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 290px;
    padding: 5px 15px;
    text-align: center;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #151515;
    pointer-events: none;
    z-index: 1;
}

.doughnutTip::before {
    position: absolute;
    content: '';
    right: 50%;
    bottom: -5px;
    line-height: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    transform: rotate(-45deg) translate(50%, 50%);
    z-index: 0;
}

.doughnutSummary {
    position: absolute;
    top: 50%;
    right: 50%;
    color: #15b095;
    text-align: center;
    cursor: default;
    display: none !important;
}

.doughnut-chart-list {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

[data-order='0'] {
    fill: #9b9b9b;
}

[data-order='1'] {
    fill: #15b095;
}

.doughnut-chart path:hover {
    opacity: 0.65;
}

.team2-orange .doughnut-chart [data-order='0'] {
    fill: #ffa04c;
}

.team2-pink .doughnut-chart [data-order='0'] {
    fill: #e05151;
}

@media (min-width: 420px) {
    .doughnut-chart {
        height: 92px;
        width: 92px;
    }

    .doughnut-chart svg {
        height: 92px;
        width: 92px;
    }
}

/* 
* Slick Carousel
*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 0;
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-slider-classic .slick-slider {
    margin-bottom: 0;
}

.slick-slider-classic .carousel-parent .slick-track {
    display: flex;
}

.slick-slider-classic .carousel-parent .item {
    display: flex;
    height: auto;
    background-size: cover;
    background-position: 30% center;
    padding: 40px 0 60px;
}

@media (max-width: 575px) {
    .slick-slider-classic .carousel-parent .item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.1);
    }

    .slick-slider-classic .carousel-parent .item>* {
        position: relative;
        z-index: 1;
    }
}

.slick-slider-classic .carousel-parent .slick-dots {
    z-index: 1;
    bottom: 20px;
    margin-bottom: -10px;
    margin-right: -32px;
    margin-right: 0;
    padding-left: 32px;
}

.slick-slider-classic .carousel-parent .slick-dots:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.slick-slider-classic .carousel-parent .slick-dots>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 32px;
}

.slick-slider-classic .carousel-parent .slick-dots>li {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.slick-slider-classic .carousel-parent .slick-dots>li::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
}

.slick-slider-classic .carousel-parent .slick-dots>li.slick-active,
.slick-slider-classic .carousel-parent .slick-dots>li:hover {
    background: #15b095;
}

.slick-slider-classic .carousel-parent .slick-dots>li.slick-active::after {
    opacity: 1;
    visibility: visible;
}

.slick-slider-classic .carousel-child {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slick-slider-classic .post-light-title {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .slick-slider-classic .carousel-parent .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        min-height: 34.94792vw;
    }

    .slick-slider-classic .carousel-parent .slick-dots {
        display: none !important;
    }

    .slick-slider-classic .carousel-child {
        display: block;
        max-width: 1920px;
        margin-right: auto;
        margin-left: auto;
    }

    .slick-slider-classic .carousel-child .slick-track {
        display: flex;
        align-items: stretch;
        padding-top: 12px;
    }

    .slick-slider-classic .carousel-child .slick-slide {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: none;
        background: #fff;
        transition: .33s;
        cursor: pointer;
        height: auto;
        padding: 20px 0;
    }

    .slick-slider-classic .carousel-child .slick-slide::after {
        content: '';
        position: absolute;
        top: -12px;
        right: 50%;
        transform: translate3d(50%, 0, 0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 13px 13px;
        border-color: transparent transparent #fff transparent;
        pointer-events: none;
        opacity: 1;
        visibility: visible;
        transition: .22s linear;
    }

    .slick-slider-classic .carousel-child .slick-active+.slick-active::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        height: 60%;
        border-left: 1px solid #e1e1e1;
        right: 0;
    }

    .slick-slider-classic .carousel-child .slick-slide:not(.slick-current)>* {
        pointer-events: none;
    }

    .slick-slider-classic .carousel-child .slick-slide:not(.slick-current)::after {
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .slick-slider-classic .carousel-child .slick-slide:not(.slick-current) .post-light {
        opacity: .4;
    }

    .slick-slider-classic .carousel-child .slick-slide:not(.slick-current) .post-light-time {
        color: #000;
    }

    .slick-slider-classic .carousel-child .slick-slide:not(.slick-current):hover .post-light {
        opacity: .6;
    }

    .slick-slider-classic .carousel-child .post-light {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .slick-slider-classic .carousel-child .post-light *,
    .slick-slider-classic .carousel-child .post-light>* {
        transition: .33s;
    }

    .slick-slider-classic .carousel-child .slick-arrow {
        position: absolute;
        top: 12px;
        bottom: 0;
        width: 40px;
        height: auto;
        transform: none;
        z-index: 12;
        background-color: transparent;
    }

    .slick-slider-classic .carousel-child .slick-arrow::before {
        z-index: 1;
        color: #151515;
    }

    .slick-slider-classic .carousel-child .slick-arrow::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        pointer-events: none;
    }

    .slick-slider-classic .carousel-child .slick-prev {
        right: 0;
        padding-left: 7px;
    }

    .slick-slider-classic .carousel-child .slick-prev::after {
        background: linear-gradient(to left, rgba(0, 0, 0, 0.08) 0%, transparent);
    }

    .slick-slider-classic .carousel-child .slick-next {
        padding-right: 7px;
        left: 0;
    }

    .slick-slider-classic .carousel-child .slick-next::after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, transparent);
    }

    .slick-slider-classic .carousel-parent+.carousel-child {
        margin-top: -12px;
    }
}

.google-map-markers {
    display: none;
}

.google-map-container {
    width: 100%;
}

.google-map {
    height: 250px;
    width: 100%;
    height: 250px;
    height: 570px;
}

/*owl moved from here*/
@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #cacaca;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    display: flex;
    flex-direction: row-reverse;
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #cacaca;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #cacaca;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
    margin-right: auto;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 0px solid #FFF;
    margin-bottom: 5px;
    transform: scale(0.9);
    border-radius: 2px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    transform: scale(1);
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #cacaca;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #15b095;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s;
}

@media (max-width: 767px) {
    #lg-zoom-in {
        display: none;
    }
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 767px) {
    #lg-zoom-out {
        display: none;
    }
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
}



.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity;
}

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    transform: scale3d(1.2, 1.2, 1.2);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    transform: scale3d(0.8, 0.8, 0.8);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    transform: skew(60deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    transform: skew(60deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    transform: skew(-60deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    transform: skew(-60deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    transform: skew(0deg, 60deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    transform: skew(0deg, 60deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    transform: skew(0deg, -60deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    transform: skew(0deg, -60deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
    opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
    transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
    opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
    transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
    transform: rotate(0deg);
    opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
    transform: rotate(0deg);
    opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
    opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-item iframe {
    background-color: #fff;
}

.lightgallery-album li:not(:first-child) {
    display: none;
}

[data-lightgallery='item'] {
    cursor: pointer;
}

.lg-skin-light.lg-backdrop {
    background-color: #f1f1f1;
}

.lg-skin-light.lg-outer .lg-sub-html {
    background-color: rgba(224, 223, 223, 0.95);
    color: #2b2b2b;
}

.lg-skin-light.lg-outer .lg-progress-bar .lg-progress {
    background-color: #fff;
}

.lg-skin-light.lg-outer .lg-img-wrap {
    padding-bottom: 110px;
    padding-top: 58px;
}

.lg-skin-light.lg-outer .lg-actions .lg-next,
.lg-skin-light.lg-outer .lg-actions .lg-prev {
    background-color: rgba(43, 43, 43, 0.55);
    border-radius: 2px;
    color: #e0e0e0;
}

.lg-skin-light.lg-outer .lg-actions .lg-next:hover,
.lg-skin-light.lg-outer .lg-actions .lg-prev:hover {
    background-color: rgba(43, 43, 43, 0.75);
}

.lg-skin-light.lg-outer #lg-counter,
.lg-skin-light.lg-outer .lg-toolbar .lg-icon,
.lg-skin-light.lg-outer.lg-dropdown-active #lg-share {
    color: #353535;
}

.lg-skin-light.lg-outer .lg-outer .lg-thumb-outer {
    background-color: rgba(247, 247, 247, 0.9);
}

.lg-skin-light.lg-outer .lg-toolbar .lg-icon:hover,
.lg-skin-light.lg-outer .lg-toogle-thumb:hover {
    color: #555;
}

.lg-skin-light.lg-outer .lg-toogle-thumb {
    color: #353535;
}

.lg-skin-light.lg-outer .lg-thumb-outer,
.lg-skin-light.lg-outer .lg-toogle-thumb {
    background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-light.lg-outer .lg-toolbar {
    background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-1.lg-outer .lg-toogle-thumb,
.lg-skin-1.lg-outer #lg-actual-size,
.lg-skin-1.lg-outer #lg-download,
.lg-skin-1.lg-outer #lg-counter,
.lg-skin-1.lg-outer .lg-autoplay-button {
    display: none;
}

.lg-skin-1.lg-outer .lg-thumb-outer {
    transform: translate3d(0, 75%, 0);
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-skin-1.lg-outer .lg-thumb-outer:hover {
    transform: translate3d(0, 0, 0);
}

.lg-skin-1.lg-outer .lg-thumb-item {
    border-radius: 0;
    opacity: .5;
    transform: none;
}

.lg-skin-1.lg-outer .lg-thumb-item.active,
.lg-skin-1.lg-outer .lg-thumb-item:hover {
    transform: none;
    opacity: .9;
}

.lg-skin-1.lg-outer .lg-thumb-outer {
    background-color: transparent;
}

.lg-skin-1.lg-outer .lg-object.lg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}

.lightGallery-in-carousel .lg-thumb-outer,
.lightGallery-in-carousel #lg-counter {
    display: none;
}

/* 
* Material Parallax
*/
.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
}

.ipad .parallax-container,
.iphone .parallax-container {
    background-attachment: scroll !important;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    transform: translate3d(-50%, 0, 0);
}

.parallax-content {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, .35);


}

/* 
* Layout panel
*/
.layout-panel-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1091;
    transform: translate3d(-170px, 0, 0);
    transition: .55s all ease;
}

.layout-panel-wrap.active {
    transform: translate3d(0, 0, 0);
}

.layout-panel-wrap .layout-panel-toggle,
.layout-panel-wrap .layout-panel-content>* {
    pointer-events: auto;
}

.layout-panel {
    position: absolute;
    top: 30%;
    left: 0;
    box-shadow: 3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}

.layout-panel-toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    left: 169px;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 0 3px 3px 0;
    color: #000;
    text-align: center;
    box-shadow: 5px 1px 10px 0 rgba(0, 0, 0, 0.05);
    border-left: 0;
    transition: .55s all ease;
}

.layout-panel-toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

.layout-panel-toggle::before,
.layout-panel-toggle::after {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Design Icons';
    font-size: 16px;
    transition: .33s;
}

.layout-panel-toggle::before {
    content: '\f582';
    opacity: 1;
}

.layout-panel-toggle::after {
    content: '\f24c';
    opacity: 0;
}

.layout-panel-toggle.active::before {
    opacity: 0;
}

.layout-panel-toggle.active::after {
    opacity: 1;
}

.layout-panel-content {
    position: relative;
    height: auto;
    width: 100vw;
    max-width: 170px;
    padding: 20px;
    border-radius: 0 0 3px 0;
    color: #151515;
    background: #fff;
    margin-right: auto;
    text-align: center;
}

.layout-panel-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 3px 0px 50px -2px rgba(0, 0, 0, 0);
    z-index: -10;
    transition: .33s all ease;
}

@media (min-width: 768px) {
    .layout-panel-toggle {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }

    .layout-panel-toggle::before,
    .layout-panel-toggle::after {
        font-size: 22px;
    }
}

.theme-switcher-list {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    max-width: 130px;
    margin-bottom: -5px;
    margin-right: -5px;
    line-height: 0;
    font-size: 0;
}

.theme-switcher-list:empty {
    margin-bottom: 0;
    margin-right: 0;
}

.theme-switcher-list>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

*+.theme-switcher-list {
    margin-top: 15px;
}

.theme-switcher-list-item {
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
    background: #15b095;
}

.theme-switcher-list-item::-moz-focus-inner {
    border: none;
    padding: 0;
}

.theme-switcher-list-item::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(50%, -50%, 0);
    content: '\f222';
    font-family: "Material Design Icons";
    font-size: 26px;
    transition: .22s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.theme-switcher-list-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    width: 150%;
    background: #f05c5c;
    transform: rotate(45deg);
    transform-origin: 100% 0;
}

.theme-switcher-list-item.active-theme::before {
    opacity: 1;
    visibility: visible;
}

.theme-switcher-list-item[data-theme-name='billiards'] {
    background: #15b095;
}

.theme-switcher-list-item[data-theme-name='billiards']::after {
    background: #f05c5c;
}

.badge-secondary {
    color: #fff;
}

.breadcrumbs-custom a {
    color: #15b095;
}

html .button-primary:hover {
    color: #fff;
}

html .button-secondary {
    color: #fff;
}

html .promo-button,
html .promo-share-item,
html .promo-share-item .icon {
    color: #fff;
}

html .product-list-share-btn,
html .product-list-share-btn:focus,
html .product-list-share-btn:active {
    color: #fff;
}

html .game-info-share .icon:hover {
    color: #fff;
}


.select-inline-dropdown .select2-highlighted {

    background: #F05C5C;
}

.rd-navbar-dark .link-cart-icon {
    color: #15b095;
}

.rd-navbar-dark .link-cart-counter {
    background: #f05c5c;
}

.rd-navbar-dark .link-cart:hover .link-cart-counter {
    color: #fff;
}

.rd-navbar-dark .link-icon .icon {
    color: #15b095;
}

.rd-navbar-dark .link-icon:hover {
    color: #15b095;
}

.rd-navbar-dark .post-inline-time {
    color: #15b095;
}

.rd-navbar-dark .post-inline-title::before {
    color: rgba(255, 255, 255, 0.2);
}

footer.footer-creative {
    color: #F3F4F4;
}

.footer-creative .unit h2,
.footer-creative .unit .heading-2,
.footer-creative .unit h6,
.footer-creative .unit .heading-6 {
    color: #5a666d;
}

.footer-creative .rd-inline-form-creative .form-label,
.footer-creative .rd-inline-form-creative .form-input {
    color: #DFE0E2;
}

.footer-creative .post-classic-time {
    color: #DFE0E2;
}

.footer-creative .nav-minimal-list {
    color: #DFE0E2;
}

.footer-creative .icon-corporate:not(:hover) {
    background: #47525b;
}


body {
    background: #0E1317;
}


.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

.elementor-section .elementor-container {

    position: relative;
}



@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

.elementor-o .elementor-section {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: var(--e-global-color-e3a597f);
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}


.elementor-section {
    position: relative;
}

.elementor-o .elementor-section>.elementor-background-overlay {
    border-radius: 3px 3px 3px 3px;
}

.elementor-o .elementor-section>.elementor-background-overlay {
    background-image: url("../images/moroccan_pattern_2.png");
    background-size: 100px auto;
    opacity: 0.05;
}

.elementor-section .container {

    position: relative;
}



.product-content {
    background-color: var(--e-global-color-bg);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-border);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="heading-"] {
    color: var(--e-global-color-b8c86ba);
}



html .button-gray-outline,
html .button-gray-outline:focus {
    color: #9b9b9b;
    background-color: transparent;
    border-color: #c6c6c6;
}

.post-minimal {
    padding: 25px 25px 20px 35px;
    font-family: "dana-regular", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    background: #1A1E22;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.post-classic-title {
    color: #E9EAEA;
}

.post-classic-title:hover,
.post-minimal:hover,
.post-minimal:hover p {
    color: #15b095;
}

.post-corporate {
    transition: all .3s;
    background-color: var(--e-global-color-24282C);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
}

.promo-creative-details {
    background-color: var(--e-global-color-24282C);

}



.promo-creative-details {
    border: 1px solid var(--e-global-color-secondary);
}

@media (min-width: 768px) {

    .promo-creative-details::before,
    .promo-creative-details::after {
        border-top-color: var(--e-global-color-24282C);
    }

    .promo-creative-details::before {
        top: -1px;
        right: -1px;
        border-top-color: var(--e-global-color-secondary);
        border-width: 23px 14px 0 14px;
    }
}


.game-result-score {
    color: #fff;
}

.game-result {
    color: #fff;
}

.game-result {
    border: 1px solid #414448;
    background: #1A1E22;
    color: #fff;
}

.game-result-title,
.game-result-team-name {
    color: #FFF;
}

.game-result-footer {
    border-top: 1px solid var(--e-global-color-secondary);
}

.post-minimal {
    border-color: var(--e-global-color-secondary);
}

.post-creative {
    background: var(--e-global-color-e3a597f);
}

.post-creative-content {
    border: 1px solid var(--e-global-color-secondary);
}

.post-creative-compact .post-creative-footer {
    border-top: 1px solid var(--e-global-color-secondary);
}

.post-creative-footer {
    border: 1px solid var(--e-global-color-secondary);
}

.post-creative-share .inline-toggle-parent {
    background: none;
}

.form-input {
    color: var(--e-global-color-1d45643);
    background-color: var(--e-global-color-03e90a5);
    background-image: none;
    border: 1px solid var(--e-global-color-secondary);
}

.form-control {
    color: var(--e-global-color-1d45643);
    background-color: var(--e-global-color-0E3336);

    background-image: none;
    border: 1px solid var(--e-global-color-secondary);
}

input::placeholder {
    color: #919fa6 !important;
}

.table-custom {
    border: 1px solid var(--e-global-color-secondary);
    background: var(--e-global-color-e3a597f);
}

.table-standings td {
    color: var(--e-global-color-text);
}

.table-standings tr+tr {
    border-top: 1px solid var(--e-global-color-secondary);
}

.card-custom {
    background: var(--e-global-color-e3a597f);
    transition: all 200ms ease-in-out;
}

.player-info-main {
    background: var(--e-global-color-e3a597f);
    border: 1px solid var(--e-global-color-secondary);
}

.comment-modern {
    background: var(--e-global-color-e3a597f);
    border: 1px solid var(--e-global-color-secondary);
}

.comment-modern-title a {
    color: var(--e-global-color-text);
}

.card-standing {
    color: var(--e-global-color-text);
}

.card-custom.active {
    background: var(--e-global-color-03e90a5);
}

.card-standing {
    border-color: var(--e-global-color-secondary);
}

.card-group-custom .card+.card {
    border-top: 1px solid var(--e-global-color-secondary);
}

.card-standing-divider {
    border-top: 1px solid var(--e-global-color-secondary);
}

.heading-component {
    border-bottom: 1px solid var(--e-global-color-secondary);
}

.player-info-timeline-item::after {
    border-right: 1px solid var(--e-global-color-secondary);
}

.player-info-timeline-item::before {
    border-right: 1px solid var(--e-global-color-secondary);
}

.timeline-counter::before {
    border: 1px solid var(--e-global-color-secondary);
}

.timeline-counter {
    color: var(--e-global-color-text);
    border-right: 1px solid var(--e-global-color-secondary);
}

.block-player-info-content {
    color: var(--e-global-color-text);
}

.elementor-section .block-player-info {
    background: #1A1E22;
    border: 1px solid var(--e-global-color-secondary);
}

.elementor-section .block-player-info {
    padding: 45px 35px;
}


.contact-list {
    background: var(--e-global-color-03e90a5);
    border: 1px solid var(--e-global-color-secondary);
}

.contact-list .link,
.contact-list .link:focus,
.contact-list .link:active {
    color: var(--e-global-color-b8c86ba);
}

.contact-list dl+dl {
    border-top: 1px solid var(--e-global-color-secondary);
}

i {
    font-style: normal;
}

.modal {
    --bs-modal-zindex: 99999999 !important;
}

.btn-close {
    --bs-btn-close-color: #FFF !important;

}

.card-header {
    color: #EAEAEA !important;
}

.card-body {
    color: #6c757d !important;
}

.blockquote-footer {
    color: #DFDFDF;
}

.img-thumbnail {

    background-color: var(--bs-border-color);
    border: var(--bs-border-width) solid var(--e-global-color-border);
    border-radius: var(--bs-border-radius);

}

:root {
    --bs-border-color: #414448;
    --bs-card-cap-color: #62E3DF !important;
    --e-global-color-24282C: #24282C;
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #414448;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #F7BB26;
    --e-global-color-b8c86ba: #FFFFFF;
    --e-global-color-bg: #1A1E22;
    --e-global-color-border: #414448;
    --e-global-color-white: #FFFFFF;
    --e-global-color-0E3336: #0E3336;
    --e-global-color-e3a597f: #131313;
    --e-global-color-0b050ae: #000000;
    --e-global-color-e824a17: #F7BB26;
    --e-global-color-73a168c: #000000;
    --e-global-color-1d45643: #B0B0B0;
    --e-global-color-8017961: #0E3336;
    --e-global-color-03e90a5: #262626;
    --e-global-typography-primary-font-family: "Krub";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Krub";
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-text-font-family: "Krub";
    --e-global-typography-text-font-size: 1em;
    --e-global-typography-text-font-weight: 500;
    --e-global-typography-text-line-height: 2.1em;
    --e-global-typography-accent-font-family: "Krub";
    --e-global-typography-accent-font-weight: 400;
    --e-global-typography-5a28e8c-font-family: "Krub";
    --e-global-typography-5a28e8c-font-size: 1em;
    --e-global-typography-5a28e8c-font-weight: 600;
    --e-global-typography-7f7f68d-font-family: "Krona One";
    --e-global-typography-7f7f68d-font-size: 4em;
    --e-global-typography-7f7f68d-font-weight: 400;
    --e-global-typography-7f7f68d-text-transform: capitalize;
    --e-global-typography-7f7f68d-line-height: 1em;
    --e-global-typography-75b955e-font-family: "Libre Caslon Display";
    --e-global-typography-75b955e-font-size: 3.6rem;
    --e-global-typography-75b955e-font-weight: 600;
    --e-global-typography-75b955e-text-transform: capitalize;
    --e-global-typography-75b955e-line-height: 1.4em;
    --e-global-typography-1e91c49-font-family: "Krub";
    --e-global-typography-1e91c49-font-size: 0.9em;
    --e-global-typography-1e91c49-font-weight: 600;
    --e-global-typography-1e91c49-line-height: 1.5em;
    --e-global-typography-034fbae-font-family: "Krona One";
    --e-global-typography-034fbae-font-size: 0.9em;
    --e-global-typography-034fbae-font-weight: 500;
    --e-global-typography-ab37f92-font-family: "Krona One";
    --e-global-typography-ab37f92-font-size: 1em;
    --e-global-typography-ab37f92-font-weight: 600;
    --e-global-typography-ab37f92-text-transform: capitalize;
    --e-global-typography-ab37f92-line-height: 1.4em;
    --e-global-typography-ec324ea-font-family: "Krub";
    --e-global-typography-ec324ea-font-size: 0.8rem;
    --e-global-typography-ec324ea-font-weight: 600;
    --e-global-typography-ec324ea-text-transform: uppercase;
    --e-global-typography-ec324ea-line-height: 1em;
    --e-global-typography-476c424-font-family: "Krub";
    --e-global-typography-476c424-font-size: 0.8rem;
    --e-global-typography-476c424-font-weight: 600;
    --e-global-typography-476c424-line-height: 1em;
    --e-global-typography-441f081-font-family: "Krub";
    --e-global-typography-441f081-font-size: 1.2rem;
    --e-global-typography-441f081-font-weight: 400;
    --e-global-typography-441f081-font-style: italic;
    --e-global-typography-441f081-line-height: 2em;
    --e-global-typography-020f6a7-font-family: "Krub";
    --e-global-typography-020f6a7-font-size: 1.7em;
    --e-global-typography-020f6a7-font-weight: 200;
    --e-global-typography-020f6a7-line-height: 1.7em;
    --e-global-typography-bf08447-font-family: "Libre Caslon Display";
    --e-global-typography-bf08447-font-size: 11rem;
    --e-global-typography-bf08447-font-weight: 600;
    --e-global-typography-bf08447-text-transform: capitalize;
    --e-global-typography-bf08447-line-height: 0.8em;
    --e-global-typography-214f3ad-font-family: "Krub";
    --e-global-typography-214f3ad-font-size: 2.5rem;
    --e-global-typography-214f3ad-font-weight: 600;
    --e-global-typography-257b3a9-font-family: "Krub";
    --e-global-typography-257b3a9-font-size: 2.1rem;
    --e-global-typography-257b3a9-font-weight: 600;
    --e-global-typography-d05e302-font-family: "Krub";
    --e-global-typography-d05e302-font-size: 1.8em;
    --e-global-typography-d05e302-font-weight: 600;
    --e-global-typography-066fa27-font-family: "Krub";
    --e-global-typography-066fa27-font-size: 1.5em;
    --e-global-typography-066fa27-font-weight: 600;
    --e-global-typography-b16a97b-font-family: "Krub";
    --e-global-typography-b16a97b-font-size: 1.3em;
    --e-global-typography-b16a97b-font-weight: 600;
    --e-global-typography-478ac34-font-family: "Krub";
    --e-global-typography-478ac34-font-size: 1em;
    --e-global-typography-478ac34-font-weight: 600;
    color: var(--e-global-color-1d45643);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.border-secondary {

    border-color: #414448 !important;
}

.bg-secondary {

    background-color: #1A1E22 !important;
}

.text-success {
    color: #19917F !important;
}



.icon-media-circle.icon-media-linkedin {
    background: #6a99d9;
}

.icon-media-circle.icon-media-linkedin:after {
    background: #3e74bd;
}


.icon-media-circle.icon-media-rss {
    background: #F7B51B;
}

.icon-media-circle.icon-media-rss:after {
    background: #FACE68;
}


.icon-media-circle.icon-media-youtube {
    background: #F70F1B;
}

.icon-media-circle.icon-media-youtube:after {
    background: #FA6168;
}


/* logo footer */
@media (min-width: 1024px) {
    .lg\:justify-end {
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .lg\:mt-0 {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .lg\:p-4 {
        padding: 16px;
    }
}

.border-complete-200 {
    border: 1px solid #d9d9d9;
}

.rounded {
    border-radius: var(--global-radius);
}

.w-full {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

*+.breadcrumbs-custom-path {
    margin-top: 6px;
    padding: 5px;
    border-radius: 25px;
}

h6,
.h6 {
    font-size: 11pt;
}


/*
* Tables Moda
*/
.table-custom-moda {
    width: 100%;
    text-align: center;
    font-family: "dana-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    border-collapse: collapse;
    border: 1px solid #303030;
    background: #131313;
}



.table-modern-2 tr:hover .table-counter {
    color: #fff;
}

.table-modern-2 tr:hover .table-counter::before {
    background: #15b095;
}

.table-modern-2 tr:hover .table-counter::after {
    border-top-color: #15b095;
}

.table-moda .table-modern-2 tbody td:first-child {
    width: auto;
}

.table-moda {
    font-size: 14px;
}

.table-moda tr+tr {
    border-top: 1px solid #303030;
}

.table-moda tr {
    transition: all 200ms ease-in-out;
}

.table-moda th {
    padding: 12px 10px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #15b095;
}


@media (max-width: 991px) {
    .table-moda th {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.table-moda td {
    padding: 3px;
    height: 35px;
    font-weight: 400;
    color: #151515;
}


.img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.btn {
    line-height: normal !important;
}

.error_message p {
    color: #fd6565;
}


/* new */
.product-properties {
    margin: 12px 0;
    width: 100%;
    padding-left: 24px
}

.product-properties td.name::before {
    content: "";
    width: 6px;
    height: 6px;
    background: orange;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px
}

.product-properties td.name {
    padding-left: 12px;
    font-weight: bold;
    width: 45%
}

.product-properties td {
    font-size: 16px;
    line-height: 30px;
    margin: 4px 0;
    text-align: right;
    width: 55%
}


.modal-header {
    padding: 6px 13px;
}


.fa {
    vertical-align: middle;
}

.fa-1x {
    font-size: 1.5em;
}


/* datepicker */

.datepicker__item {
    position: relative;
}

.datepicker__item i {
    position: absolute;
    top: 20px;
    right: 10px;
}

.consultation__form form .datepicker__item {
    position: relative;
}

.consultation__form form .datepicker__item i {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 15px;
    color: #666666;
}

.form-control:disabled {
    background-color: var(--e-global-color-secondary);
    opacity: 1;
}


.col-md-7 {
    padding-right: 35px;
    padding-left: 35px;
}


.btn-sm {
    padding: 2px 9px;
    font-size: 9pt;
}

#box_video_headline_container {
    overflow: hidden;
}

.fs-7 {
    font-size: 8pt;
}


.swiper-slide-caption h1 {
    font-size: 40px;
    ;
}