﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700|Roboto:300,400&display=swap");

*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
    -o-transition: background-color 0.2s linear, border-color 0.1s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
    transition: background-color 0.2s linear, border-color 0.1s linear
}

[lang="zh-Hans-TW"] body,
[lang="zh-Hans-TW"] * {
    font-family: Arial, sans-serif;
    font-weight: 400
}

@media (min-width: 1200px) {
    .border-xl {
        border: 1px solid #dee2e6 !important
    }

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

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

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

    .border-xl-0 {
        border: none !important
    }
}

@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border: none !important
    }

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

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

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

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

@media (max-width: 992px) {
    .border-md {
        border: 1px solid #dee2e6 !important
    }

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

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

    .border-md-0 {
        border: none !important
    }
}

@media (max-width: 575px) {
    .border-sm {
        border: 1px solid #dee2e6 !important
    }

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

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

    .border-sm-0 {
        border: none !important
    }
}

.rounded-xxl {
    border-radius: 1.8rem !important
}

.border-dashed-t {
    border-top-width: 1px;
    border-top-style: dashed
}

.border-dashed-r {
    border-right-width: 1px;
    border-right-style: dashed
}

.border-color-g {
    border-color: #dee2e6
}

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

.rounded-20 {
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.rounded-10 {
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.line-hight-fit {
    line-height: 1 !important
}

.lh-h1 {
    line-height: 38px
}

.lh-h2 {
    line-height: 34px
}

.lh-h3 {
    line-height: 32px
}

.lh-h4 {
    line-height: 30px
}

.lh-h5 {
    line-height: 24px
}

.lh-h6 {
    line-height: 24px
}

.lh-p {
    line-height: 21px
}

.lh-p-sm {
    line-height: 21px
}

.lh-note {
    line-height: 20px
}

.lh-base {
    line-height: 1.1
}

.shadow-0 {
    box-shadow: none !important
}

.shadow-1 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-2 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-3 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-4 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-6 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-8 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-9 {
    box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-12 {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2) !important
}

.shadow-16 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important
}

.shadow-24 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2) !important
}

.shadow-hover-effect-1 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

.shadow-hover-effect-2 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-2:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

@media (min-width: 991px) {
    .shadow-lg-0 {
        box-shadow: none !important
    }

    .shadow-lg-block {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }
}

.basic-control .control {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.basic-control .control * {
    pointer-events: auto;
    color: #fff
}

.control--theme {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.control--theme * {
    pointer-events: auto;
    color: #fff
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-contain {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-user-word {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    line-height: 1
}

img.lazy-image {
    opacity: 0.1;
    will-change: opacity;
    transition: all 0.3s;
    background-color: #333
}

img.lazy-image.loaded {
    opacity: 1
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-4-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-2-3 {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.img-6-5.bg-contain,
.img-4-3.bg-contain,
.img-3-2.bg-contain,
.img-3-1.bg-contain,
.img-4-1.bg-contain,
.img-1-1.bg-contain,
.img-1-2.bg-contain,
.img-2-1.bg-contain,
.img-2-3.bg-contain {
    background-size: contain
}

.img-6-5:before,
.img-4-3:before,
.img-3-2:before,
.img-3-1:before,
.img-4-1:before,
.img-1-1:before,
.img-1-2:before,
.img-2-1:before,
.img-2-3:before {
    display: block;
    pointer-events: none;
    content: ""
}

.img-6-5:before {
    padding-top: 80%
}

.img-4-3:before {
    padding-top: 70%
}

.img-3-2:before {
    padding-top: 66.6666667%
}

.img-3-1:before {
    padding-top: 33.3333333%
}

.img-4-1:before {
    padding-top: 25%
}

.img-1-2:before {
    padding-top: 120%
}

.img-1-1:before {
    padding-top: 100%
}

.img-2-1:before {
    padding-top: 50%
}

.img-2-3:before {
    padding-top: 150%
}

#preview {
    position: absolute;
    border: 1px solid #979797;
    background: #979797;
    padding: 1px;
    display: none;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px
}

#preview img {
    width: 100%
}

.--img-card .img-wrap {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.--img-card .img-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.--img-card .img-wrap:after,
.--img-card .img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.--img-card .img-wrap:after {
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    opacity: .5
}

.--img-card .img-wrap:before {
    background: -moz-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: -webkit-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: linear-gradient(to bottom, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    opacity: 0
}

.--img-card:hover {
    text-decoration: none
}

.--img-card:hover .img-wrap {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4)
}

.--img-card:hover .img-wrap:after {
    opacity: 0
}

.--img-card:hover .img-wrap:before {
    opacity: 1
}

.--img-card:hover .img-wrap img {
    width: 120%;
    height: 120%;
    transition-delay: .2s
}

.--type .type {
    list-style: none;
    padding: .5rem 0;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: .6
}

.--type .type li {
    text-transform: uppercase;
    color: #666;
    font-size: 1.4rem;
    padding: 0 1rem
}

.--type .type li+li {
    border-left: 1px solid #666
}

@media (min-width: 768px) {
    .bg-md-white {
        background-color: #fff !important
    }
}

@media (min-width: 992px) {
    .bg-lg-light {
        background-color: #f7f7f7 !important
    }

    .bg-lg-white {
        background-color: #fff !important
    }

    .bg-lg-transparent {
        background-color: transparent !important
    }

    .bg-lg-misty-grey {
        background-color: #ebebeb !important
    }
}

@media (min-width: 1200px) {
    .bg-xl-light {
        background-color: #f7f7f7 !important
    }

    .bg-xl-transparent {
        background-color: transparent !important
    }
}

@media (max-width: 992px) {
    .alert-xs-transparent {
        background-color: transparent !important
    }
}

.bg-none {
    background: none
}

.bg-misty-grey {
    background-color: #ebebeb
}

.bg-FB {
    background-color: #3b5998
}

.bg-line {
    background-color: #00c200
}

.bg-twitter {
    background-color: #76a9ea
}

.bg-gray {
    background-color: #9b9b9b
}

.bg-sea {
    background-color: #DBECFF
}

.bg-black {
    background-color: #000
}

.bg-shadow-black {
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-lt-gray {
    background-color: #e0e0e0
}

.point-gradient-bg {
    background: -webkit-linear-gradient(#ffb116, #fa8900);
    background: -moz-linear-gradient(#ffb116, #fa8900);
    background: -ms-linear-gradient(#ffb116, #fa8900);
    background: -o-linear-gradient(#ffb116, #fa8900);
    background: linear-gradient(#ffb116, #fa8900);
    -pie-background: linear-gradient(#ffb116, #fa8900)
}

.bg-gradient-success {
    background-image: linear-gradient(to bottom, #83d888, #2db032)
}

.bg-gradient-primary {
    background-image: linear-gradient(to bottom, #a6c8ff, #5392f9)
}

.bg-gradient-notice {
    background-image: linear-gradient(to bottom, #ffdca2, #f5a623)
}

.bg-gradient-danger {
    background-image: linear-gradient(to bottom, #ffc6c4, #db5c58)
}

.scrollBar-theme {
    overflow-y: auto
}

.scrollBar-theme::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0)
}

.scrollBar-theme::-webkit-scrollbar-track {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.scrollBar-theme::-webkit-scrollbar-thumb {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(85, 85, 85, 0.6)
}

.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(85, 85, 85, 0.6)
}

.event-card-scroll_mobile {
    position: relative;
    padding: 0 0 1rem
}

@media (min-width: 768px) {

    .event-card-scroll_mobile .card,
    .event-card-scroll_mobile .card .card-body {
        height: 100%
    }
}

@media (max-width: 767px) {
    .event-card-scroll_mobile {
        height: 250px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets,
    .event-card-scroll_mobile .swiper-pagination-custom,
    .event-card-scroll_mobile .swiper-pagination-fraction {
        top: 210px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }

    .event-card-scroll_mobile .swiper-slide {
        width: auto
    }

    .event-card-scroll_mobile .card {
        width: 300px
    }

    .event-card-scroll_mobile .card h5 {
        font-size: 1.6rem !important
    }

    .event-card-scroll_mobile .card p {
        display: none
    }

    .event-card-scroll_mobile .row {
        flex-wrap: nowrap
    }
}

html {
    font-size: 10px
}

body {
    color: #000
}

.h1-large {
    font-size: 3.6rem
}

h1,
.h1 {
    font-size: 3.2rem;
    line-height: 38px;
    letter-spacing: 3.5px
}

h2,
.h2 {
    font-size: 2.8rem;
    line-height: 34px;
    letter-spacing: 3px
}

h3,
.h3 {
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 2.6px
}

h4,
.h4 {
    font-size: 2.2rem;
    line-height: 30px;
    letter-spacing: 2.4px
}

h5,
.h5 {
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0
}

h6,
.h6 {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0
}

p,
.p,
.p-sm {
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 1px
}

.note {
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: .25px
}

.note2 {
    font-size: 1rem;
    line-height: 1.1
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

#map-SVG path {
    fill: #CCCCCC;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

#map-SVG .area {
    cursor: pointer
}

#map-SVG .area:hover path,
#map-SVG .area.active path {
    fill: #0970E6
}

#header .navbar h1 {
    position: relative;
    width: 130px;
    margin: 0;
    flex: 0 0 auto
}

#header .navbar h1 .navbar-brand {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transform: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#header .navbar h1 .navbar-brand img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: auto
}

#header .navbar-top .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#header .navbar-top .navbar-nav * {
    -ms-flex: 0 1 auto
}

#header .set-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

#header .set-up>*+* {
    margin-left: 2rem
}

#header .set-up .weather {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #0970E6;
    font-size: 1.4rem
}

#header .set-up .weather .iconBox {
    font-size: 1.5rem;
    margin-right: .5rem
}

#header .set-up .app-download {
    color: #666;
    font-size: 1.4rem
}

#header .set-up .app-download:hover {
    text-decoration: none;
    color: #0E3368
}

#header .set-up .dropdown-lang {
    position: relative
}

#header .set-up .dropdown-lang .lang-active {
    color: #666;
    font-size: 1.4rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

#header .set-up .dropdown-lang .lang-active .iconBox {
    font-size: 1.5rem;
    margin-right: .5rem
}

#header .set-up .dropdown-lang .lang-active:hover {
    text-decoration: none;
    color: #0E3368
}

#header .set-up .dropdown-lang .dropdown-list {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

#header #navbarNav .loginButton,
#header #navbarNav .searchBar {
    padding: 0 2rem;
    position: relative;
    flex: 0 0 auto
}

#header #navbarNav .searchBar {
    position: relative;
    max-width: 220px
}

#header #navbarNav .searchBar .input-group>.form-control:not(:last-child),
#header #navbarNav .searchBar .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#header #navbarNav .searchBar .input-group>.input-group-append>.btn,
#header #navbarNav .searchBar .input-group>.input-group-append>.input-group-text,
#header #navbarNav .searchBar .input-group>.input-group-prepend:not(:first-child)>.btn,
#header #navbarNav .searchBar .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
#header #navbarNav .searchBar .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
#header #navbarNav .searchBar .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#header #navbarNav .searchBar .form-control {
    padding: 0.375rem 2rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    background-color: #fff;
    border: 1px solid #0970E6;
    border-right: none
}

#header #navbarNav .searchBar .btn {
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    padding: 0.375rem 1.5rem 0.375rem 1rem
}

#header #navbarNav .searchBar .btn:not(.advanced-search .btn) {
    font-size: 1.5rem
}

#header #navbarNav .searchBar #button-search {
    border-left: none;
    font-size: 1.6rem
}

#header #navbarNav .searchBar #button-search:hover {
    color: #0970E6;
    background-color: transparent
}

#header #navbarNav .searchBar .advanced-search {
    position: absolute;
    top: 60px;
    right: 2rem;
    z-index: 95;
    width: 360px;
    -webkit-box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none
}

#header #navbarNav .searchBar .advanced-search.show {
    opacity: 1;
    top: 50px;
    pointer-events: auto
}

#header #navbarNav .searchBar .advanced-search h5 {
    color: #0970E6;
    font-size: 1.6rem;
    border-left: 4px solid #0970E6;
    padding-left: 1.5rem;
    line-height: 1;
    margin-bottom: 2rem
}

#header #navbarNav .loginButton {
    padding-right: 0
}

#header #navbarNav .loginButton .btn {
    white-space: nowrap;
    line-height: 40px;
    padding: 0 1.5rem
}

#header #navbarNav .loginButton:before {
    content: "";
    width: 1px;
    height: 110%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 992px) {
    #header {
        -webkit-box-shadow: 0 0 60px 0 rgba(0, 30, 71, 0.15);
        -ms-box-shadow: 0 0 60px 0 rgba(0, 30, 71, 0.15);
        box-shadow: 0 0 60px 0 rgba(0, 30, 71, 0.15);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff
    }

    #header .navbar-top,
    #header .navbar {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .navbar-top {
        background-color: #eee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 1rem 0;
        position: relative;
        z-index: 30
    }

    .navbar-top .navbar-nav .nav-item+.nav-item {
        margin-left: 2rem
    }

    .navbar-top .navbar-nav .nav-item .nav-link {
        font-size: 1.4rem;
        color: #0970E6;
        padding: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    .navbar-top .navbar-nav .nav-item .nav-link .iconBox {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        width: 20px;
        height: 20px;
        margin-right: .5rem
    }

    .navbar-top .navbar-nav .nav-item .nav-link .iconBox img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .navbar-top .navbar-nav .nav-item .nav-link:hover {
        text-decoration: none;
        color: #0E3368
    }

    .navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar * {
        -ms-flex: 0 1 auto
    }

    #navbarNav {
        flex: 1 1 auto;
        -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transform: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -o-flex-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    #navbarNav * {
        -ms-flex: 0 1 auto
    }

    #navbarNav .navbar-inner .set-up {
        display: none
    }

    #navbarNav .unit-item {
        display: none
    }

    #navbarNav .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 70px
    }

    #navbarNav .navbar-nav * {
        -ms-flex: 0 1 auto
    }

    #navbarNav .navbar-nav .nav-item {
        width: 100%;
        height: 100%
    }

    #navbarNav .navbar-nav .nav-link {
        color: #0970E6;
        font-size: 1.6rem;
        line-height: 24px;
        display: block;
        text-align: center;
        padding: 0 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        position: relative;
        height: 100%;
        white-space: nowrap
    }

    #navbarNav .navbar-nav .nav-link .icon-chevron-down {
        font-size: 1rem;
        margin-left: .5rem
    }

    #navbarNav .navbar-nav .nav-link:after {
        content: "";
        position: absolute;
        left: 1rem;
        bottom: 2rem;
        width: 0;
        height: 1px;
        background-color: #0970E6;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    #navbarNav .navbar-nav .nav-link:before {
        content: "";
        width: 1px;
        height: 1rem;
        background-color: #ccc;
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #navbarNav .navbar-nav .nav-link:hover,
    #navbarNav .navbar-nav .nav-link.is-active {
        color: #0970E6
    }

    #navbarNav .navbar-nav .nav-link:hover:after,
    #navbarNav .navbar-nav .nav-link.is-active:after {
        width: calc(100% - 2rem)
    }

    #navbarNav .navbar-nav .sub-menu {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        background-color: #fff;
        z-index: 20;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transform: all 0.4s;
        transition: all 0.4s;
        pointer-events: none;
        opacity: 0;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 30, 71, 0.05);
        -ms-box-shadow: 0 5px 10px 0 rgba(0, 30, 71, 0.05);
        box-shadow: 0 5px 10px 0 rgba(0, 30, 71, 0.05)
    }

    #navbarNav .navbar-nav .sub-menu.show-sub-menu {
        pointer-events: auto;
        opacity: 1
    }

    #navbarNav .navbar-nav .sub-menu:after {
        pointer-events: none;
        content: "";
        position: absolute;
        width: 100%;
        height: 70px;
        top: -70px;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.1);
        -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.1);
        opacity: 1
    }

    #navbarNav .navbar-nav .sub-menu ol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1rem 1.5rem;
        padding-top: 1rem;
        list-style: none;
        margin: 0 auto;
        width: 100%;
        max-width: 1000px
    }

    #navbarNav .navbar-nav .sub-menu ol li {
        display: inline-block;
        width: 20%;
        height: 40px;
        padding: .5rem 1rem
    }

    #navbarNav .navbar-nav .sub-menu ol li a {
        color: #0970E6;
        font-size: 1.4rem;
        line-height: 21px;
        font-weight: 300;
        position: relative;
        padding: .5rem 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        height: 100%
    }

    #navbarNav .navbar-nav .sub-menu ol li a:hover {
        color: #0E3368;
        text-decoration: none
    }

    #navbarNav .navbar-nav .sub-menu ol li a:hover:before {
        width: 100%
    }

    #navbarNav .navbar-nav .sub-menu ol li a:after,
    #navbarNav .navbar-nav .sub-menu ol li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    #navbarNav .navbar-nav .sub-menu ol li a:after {
        z-index: 0;
        width: 100%;
        background-color: #0970E6;
        display: none
    }

    #navbarNav .navbar-nav .sub-menu ol li a:before {
        z-index: 1;
        width: 0;
        background-color: #0E3368
    }

    #navbarNav .set-up .weather {
        display: none
    }
}

@media (min-width: 1480px) {
    #navbarNav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    #navbarNav .navbar-nav {
        width: 750px;
        margin-left: calc((100vw - 750px) / 2 - 4rem - 130px);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    #navbarNav .navbar-nav .nav-item:last-child .nav-link:before {
        display: none
    }

    .searchBar {
        width: 220px;
        margin-left: auto
    }

    .loginButton {
        width: 125px
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #header #navbarNav .searchBar {
        width: 180px
    }

    #navbarNav .navbar-nav .nav-link {
        font-size: 1.4rem
    }

    #header .navbar-top,
    #header .navbar {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width: 992px) {
    .navbar-top {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        right: 0
    }

    #header:after,
    #header:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        height: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    #header:after {
        width: 0;
        background-color: #de002c;
        z-index: 96
    }

    #header:before {
        width: 0;
        background-color: #0970E6;
        z-index: 95
    }

    #header .navbar {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding-left: calc(25px + 1.5rem + 2.5rem);
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-shadow: 0 10px 35px 0 rgba(0, 30, 71, 0.15);
        -ms-box-shadow: 0 10px 35px 0 rgba(0, 30, 71, 0.15);
        box-shadow: 0 10px 35px 0 rgba(0, 30, 71, 0.15);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        z-index: 50
    }

    #header .navbar * {
        -ms-flex: 0 1 auto
    }

    #header .navbar h1 {
        width: 100px
    }

    #header .navbar h1 .navbar-brand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    #header .navbar h1 .navbar-brand img {
        height: 50px
    }

    #header #navbarNav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    #header #navbarNav a {
        pointer-events: auto
    }

    #header #navbarNav .navbar-inner {
        pointer-events: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 95;
        background-color: #fff;
        -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transform: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        will-change: transform;
        opacity: 0;
        padding-top: 54px;
        width: 100%;
        height: calc((var(--vh, 1vh) * 100))
    }

    #header #navbarNav .navbar-inner:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 54px;
        left: 0;
        right: 0;
        background-color: #eee
    }

    #header #navbarNav .navbar-inner .set-up {
        padding: 1rem 2rem;
        height: 100px
    }

    #header #navbarNav .navbar-inner .set-up>*+* {
        margin: 1rem 0 0
    }

    #header #navbarNav .navbar-inner .set-up .app-download,
    #header #navbarNav .navbar-inner .set-up .dropdown-lang .lang-active {
        font-size: 1.6rem
    }

    #header #navbarNav .unit-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header #navbarNav .unit-item .nav-item {
        position: relative;
        width: 100%
    }

    #header #navbarNav .unit-item .nav-item.is-active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #de002c
    }

    #header #navbarNav .unit-item .nav-item a {
        color: #0970E6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 1rem 2rem;
        font-size: 1.6rem;
        font-weight: 300;
        height: 50px
    }

    #header #navbarNav .navbar-nav {
        background-color: #EBEAE8;
        overflow-y: auto;
        height: calc((var(--vh, 1vh) * 100) - 100px - 100px);
        padding: 1rem 0 2rem
    }

    #header #navbarNav .navbar-nav .nav-link {
        color: #666;
        padding: 1rem 2rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-size: 1.6rem
    }

    #header #navbarNav .navbar-nav .nav-link:before {
        content: "";
        font-family: cec;
        font-size: 1.4rem;
        color: #0970E6;
        margin-right: .5rem;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    #header #navbarNav .navbar-nav .nav-link i {
        display: none
    }

    #header #navbarNav .navbar-nav .sub-menu {
        background-color: #dfdeda;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -ms-transform: all 0.35s ease;
        transition: all 0.35s ease;
        position: relative;
        height: 0;
        overflow: hidden;
        opacity: 0
    }

    #header #navbarNav .navbar-nav .sub-menu.show-sub-menu {
        height: auto;
        opacity: 1
    }

    #header #navbarNav .navbar-nav .sub-menu>ol {
        list-style: none;
        padding: 1.5rem 0;
        margin: 0
    }

    #header #navbarNav .navbar-nav .sub-menu>ol>li {
        margin-left: 2rem
    }

    #header #navbarNav .navbar-nav .sub-menu>ol>li+li {
        margin-top: .5rem
    }

    #header #navbarNav .navbar-nav .sub-menu>ol>li>a {
        display: block;
        padding: .5rem 2rem;
        font-size: 1.8rem
    }

    #header #navbarNav .searchBar {
        width: 130px;
        padding: 0 1rem;
        position: static
    }

    #header #navbarNav .searchBar .form-control {
        height: 25px;
        line-height: 25px;
        padding: 0.375rem 1rem
    }

    #header #navbarNav .searchBar #button-search {
        height: 25px;
        padding: 0 1rem
    }

    #header #navbarNav .searchBar #button-search i {
        font-size: 1rem
    }

    #header #navbarNav .searchBar .advanced-search {
        width: 100%;
        right: inherit;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #header #navbarNav .searchBar .advanced-search .card {
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    #header #navbarNav .loginButton {
        position: absolute;
        top: 50%;
        left: -50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 96;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        opacity: 0
    }

    #header #navbarNav .loginButton .btn {
        font-size: 1.6rem;
        columns: #0907e0;
        ;
        padding: 0;
        border: none
    }

    #header #navbarNav .loginButton:before {
        display: none
    }

    #header #navbarNav .set-up {
        display: block
    }

    #header .set-up {
        display: none
    }

    .navbar-top .navbar-nav {
        display: none !important
    }

    .navbar-top .navbar-nav .nav-item .nav-link .iconBox {
        display: none
    }

    .menu_on #header:after,
    .menu_on #header:before {
        transition-delay: .4s
    }

    .menu_on #header:after {
        width: 100px
    }

    .menu_on #header:before {
        width: 100%
    }

    .menu_on #header .navbar {
        top: 4px
    }

    .menu_on #header #navbarNav .navbar-inner {
        pointer-events: auto;
        opacity: 1;
        left: 0;
        -webkit-transition: all 1s cubic-bezier(0.9, 0, 0.2, 1);
        -moz-transition: all 1s cubic-bezier(0.9, 0, 0.2, 1);
        -o-transition: all 1s cubic-bezier(0.9, 0, 0.2, 1);
        -ms-transform: all 1s cubic-bezier(0.9, 0, 0.2, 1);
        transition: all 1s cubic-bezier(0.9, 0, 0.2, 1);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .menu_on #header #navbarNav .navbar-inner .set-up {
        opacity: 1
    }

    .menu_on #header #navbarNav .loginButton {
        left: 0;
        transition-delay: .6s;
        pointer-events: auto;
        opacity: 1
    }

    .menu_on #header #navbarNav .searchBar,
    .menu_on #header #navbarNav .set-up {
        opacity: 0
    }

    .menu_on .hamburger-box {
        left: calc(100vw - 25px - 3rem)
    }

    .menu_on .hamburger-inner,
    .menu_on .hamburger-inner::before,
    .menu_on .hamburger-inner::after {
        background-color: #878787
    }
}

@media (max-width: 320px) {
    #header .navbar {
        padding-left: calc(15px + 1.5rem + 2.5rem)
    }

    #header .navbar h1 {
        width: 75px
    }
}

.social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.social-media .social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.social-media .social-icon+.social-icon {
    margin-left: 2rem
}

.social-media .social-icon i {
    color: #fff;
    font-size: 2.5rem
}

.social-media .social-icon:hover {
    text-decoration: none;
    opacity: .85
}

footer {
    position: relative;
    overflow: hidden;
    z-index: 0
}

footer:after,
footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px
}

footer:after {
    width: calc(100vw / 7);
    background-color: #de002c;
    z-index: 2
}

footer:before {
    width: 100%;
    background-color: #0970E6;
    z-index: 1
}

footer .top-footer {
    background-color: #4CCD8A;
    padding: 1.5rem 0;
    color: #fff
}

footer .site-footer {
    background-color: #0970E6;
    color: #fff;
    padding: 3.5rem 0
}

footer .site-footer h5 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

footer .site-footer ul,
footer .site-footer ol {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .site-footer ul a,
footer .site-footer ol a {
    color: #fff
}

footer .site-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    border-bottom: 1px solid #fff;
    padding-bottom: 3rem;
    margin-bottom: 3rem
}

footer .site-footer ul>li {
    min-width: calc(120px + 6rem);
    padding: .5rem 3rem
}

footer .site-footer ul>li:first-child {
    padding-left: 0
}

footer .site-footer ol>li>a {
    font-size: 1.4rem;
    font-weight: 300
}

footer .site-footer ol>li+li {
    margin-top: 1rem
}

footer .site-footer .friend-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

footer .site-footer .friend-link a {
    display: inline-block;
    width: 100%;
    margin: .5rem 2rem
}

footer .site-footer .friend-link a:first-child {
    margin-left: 0
}

footer .site-footer .friend-link a img {
    width: 180px
}

footer .copr-right {
    background-color: #eee;
    padding: 1rem 0;
    border-bottom: 4px solid #fff
}

footer .copr-right p {
    color: #0E3368;
    font-size: 1rem;
    margin-bottom: 0
}

@media (max-width: 768px) {
    footer .site-footer ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 0
    }

    footer .site-footer ul * {
        -ms-flex: 0 1 auto
    }

    footer .site-footer ul>li {
        padding: 2rem 0
    }

    footer .site-footer ul>li:first-child {
        padding-top: 0
    }

    footer .site-footer ul>li+li {
        border-left: none;
        border-top: 1px solid #fff
    }

    footer .site-footer ol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%
    }

    footer .site-footer ol>li {
        width: 50%
    }

    footer .site-footer ol>li+li {
        margin-top: 0
    }

    footer .site-footer ol>li>a {
        line-height: 30px
    }

    footer .site-footer .friend-link {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .site-footer .friend-link a {
        width: calc(100% / 3);
        min-width: inherit;
        padding-right: 0;
        margin: 0 0 3rem 0;
        text-align: center
    }

    footer .site-footer .friend-link p {
        margin-top: 2rem;
        flex: 0 0 auto
    }

    footer .info-footer .social-media .social-icon {
        width: 30px;
        height: 30px
    }
}

@media (max-width: 640px) {
    footer .site-footer ol {
        width: 90%
    }

    footer .site-footer .friend-link a {
        width: calc(50% - 4rem);
        margin: 0 2rem 3rem 2rem !important
    }
}

.line-hight-fit {
    line-height: 1 !important
}

@media (min-width: 992px) {
    .limit-line-lg-1 {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

.limit-line,
.limit-line-1,
.limit-line-2,
.limit-line-3,
.limit-line-4,
.limit-line-5 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.limit-line-1 {
    -webkit-line-clamp: 1
}

.limit-line-2 {
    -webkit-line-clamp: 2
}

.limit-line-3 {
    -webkit-line-clamp: 3
}

.limit-line-4 {
    -webkit-line-clamp: 4
}

.limit-line-5 {
    -webkit-line-clamp: 5
}

.text-green {
    color: #4CCD8D
}

.text-highlight {
    background: linear-gradient(180deg, transparent 50%, #C4EFFF 50%)
}

.add-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.add-favorite>*:not(.social-icon) {
    display: inline-block;
    font-size: 1.6rem;
    color: #0E3368;
    cursor: pointer
}

.add-favorite>*:not(.social-icon):hover {
    text-decoration: none;
    color: #0970E6
}

.add-favorite>*:not(.social-icon)>i {
    margin-left: .5rem;
    line-height: 26px;
    color: #de002c
}

.heading-title {
    position: relative;
    font-size: 2.6rem;
    color: #0E3368;
    padding: 2.5rem 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.heading-title.align-items-start {
    padding: 2.5rem 0
}

.heading-title .add-favorite {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.heading-title .searchBar {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 220px
}

.heading-title .searchBar .input-group>.form-control:not(:last-child),
.heading-title .searchBar .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.heading-title .searchBar .input-group>.input-group-append>.btn,
.heading-title .searchBar .input-group>.input-group-append>.input-group-text,
.heading-title .searchBar .input-group>.input-group-prepend:not(:first-child)>.btn,
.heading-title .searchBar .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.heading-title .searchBar .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.heading-title .searchBar .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.heading-title .searchBar .form-control {
    padding: 0.375rem 2rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: none
}

.heading-title .searchBar .form-control:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.heading-title .searchBar .btn {
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    padding: 0.375rem 1.5rem 0.375rem 1rem
}

.heading-title .searchBar .btn:not(.advanced-search .btn) {
    font-size: 1.5rem
}

.heading-title .searchBar #button-search {
    border-left: none;
    font-size: 1.6rem;
    border: 1px solid #fff;
    background: #fff
}

.heading-title .searchBar #button-search:hover {
    color: #0970E6;
    background: #fff
}

.heading-title .searchBar #button-search:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767px) {
    .heading-title .searchBar {
        position: relative;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 1.5rem
    }
}

.heading-subTitle {
    position: relative;
    font-size: 2.2rem;
    color: #666;
    padding: 2.5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .add-favorite a {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .heading-title {
        padding: 2.5rem 1rem 1rem
    }

    .heading-title .add-favorite {
        position: static;
        flex: 0 0 auto;
        margin-top: 1rem;
        width: 100%;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }
}

.title-theme-1 {
    border: 1px solid #0970E6;
    padding: 1rem 1.5rem;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: relative
}

.title-theme-1:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: absolute;
    top: 5px;
    left: -5px;
    background-color: #DBECFF
}

.nav-default {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.nav-default .nav-link {
    position: relative;
    font-size: 2.2rem;
    color: #666;
    display: inline-block
}

.nav-default .nav-link:hover {
    color: #404040
}

.nav-default .nav-link:hover:after {
    width: 100%
}

.nav-default .nav-link.active {
    color: #007A87
}

.nav-default .nav-link.active:after {
    width: 100%;
    background-color: #007A87
}

.nav-default .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ddd;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1)
}

@media (min-width: 992px) {
    .nav-default .nav-link+.nav-link {
        margin-top: 2rem
    }
}

@media (max-width: 992px) {
    .nav-default {
        width: 100%;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        margin-bottom: 4rem
    }

    .nav-default * {
        -ms-flex: 0 1 auto
    }

    .nav-default:after {
        content: '';
        width: calc(100% + 30px);
        height: 2px;
        background-color: #eee;
        position: absolute;
        left: 50%;
        bottom: 0;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1
    }

    .nav-default .nav-link {
        width: 100%;
        font-size: 1.4rem;
        text-align: center
    }
}

.column-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 992px) {
    .column-lg-5 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.store-map-rounded {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block
}

.store-map-rounded:before {
    display: block;
    pointer-events: none;
    content: "";
    padding-top: 100%
}

.store-map-rounded span {
    display: block
}

.store-map-rounded .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.store-map-rounded .inner * {
    -ms-flex: 0 1 auto
}

.store-map-rounded .inner .title {
    white-space: nowrap;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #e86812
}

.store-map-rounded .inner img {
    width: 40px;
    object-fit: contain
}

.btn-info {
    color: #0970E6
}

.btn-info:hover {
    color: #0E3368 !important
}

.btn-success {
    color: #fff
}

.btn-success:hover {
    color: #fff !important
}

.btn-outline-primary.btn-CF {
    padding: 1rem 2rem
}

.btn-long-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    line-height: 1;
    padding: .25rem 1.5rem;
    font-size: 1.6rem
}

.service-badge {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.service-badge .close {
    display: none;
    color: #fff
}

.service-badge.is-active .close {
    display: inline-block
}

.wrapper {
    width: 100%;
    overflow: hidden
}

@media (min-width: 992px) {
    .wrapper {
        padding-top: 114px
    }
}

section {
    padding: 6rem 0;
    position: relative;
    z-index: 1
}

@media (max-width: 992px) {
    section {
        padding: 3rem 0
    }
}

.tooltip {
    font-size: 1.4rem
}

.tooltip-inner {
    padding: .8rem
}

[role="button"] {
    cursor: pointer
}

main {
    padding-bottom: 3rem;
    min-height: calc((var(--vh, 1vh) * 100) - 405px - 115px)
}

.fb-wrapper .fb-post,
.fb-wrapper .fb-page,
.fb-wrapper .instagram-media {
    margin-bottom: 1.5rem !important
}

.fb-wrapper .fb-post>*,
.fb-wrapper .fb-page>* {
    width: 100% !important
}

.fb-wrapper .fb-post>*>*,
.fb-wrapper .fb-page>*>* {
    width: 100% !important
}

.fb-wrapper .instagram-media {
    width: 100% !important;
    min-width: 100% !important
}

@media (min-width: 992px) {
    .fb-wrapper {
        width: 350px
    }
}

@media (max-width: 992px) {
    .fb-wrapper {
        width: 100%
    }
}

.pointer-events-none {
    pointer-events: none
}

.breadcrumb-wrap {
    display: block;
    margin-bottom: 1rem
}

.breadcrumb-wrap .breadcrumb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding: 0
}

.breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item * {
    color: #808080;
    font-size: 1.2rem;
    font-weight: 300
}

@media (max-width: 992px) {

    .breadcrumb-wrap .breadcrumb-item,
    .breadcrumb-wrap .breadcrumb-item * {
        font-size: 1.2rem
    }
}

.breadcrumb-wrap .breadcrumb-item {
    opacity: 1
}

.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    font-family: cec;
    opacity: 1;
    color: #666
}

.breadcrumb-wrap .breadcrumb-item a {
    color: #666;
    font-size: 1.2rem
}

@media (max-width: 992px) {
    .breadcrumb-wrap {
        margin-top: 50px !important
    }
}

.page-link {
    border: 1px solid transparent !important;
    color: #0970E6;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: transparent
}

.page-item.disabled .page-link {
    background: transparent;
    opacity: .5
}

.page-item.active .page-link {
    background-color: #0970E6;
    color: #fff !important
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: auto
}

.page-link:hover {
    color: #0970E6
}

.page-item {
    color: #0970E6;
    margin: 0 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    line-height: 1;
    height: 40px
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border: none !important
}

@media (max-width: 767px) {
    .page-link {
        width: 25px;
        height: 25px;
        font-size: 1.4rem
    }
}

.jumbotron {
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: calc(100vw * .4444444);
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #eee
}

@media (min-width: 1440px) {
    .jumbotron {
        height: 540px
    }
}

.jumbotron .swiper-slide {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transform: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out
}

.jumbotron .KV-banner {
    width: 100%;
    height: 100%
}

.jumbotron .KV-banner .kv-title {
    position: absolute;
    top: 35%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 4.2rem;
    letter-spacing: 5px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center
}

.jumbotron .KV-banner .kv-title * {
    -ms-flex: 0 1 auto
}

.jumbotron .KV-banner .kv-title .kv-sub-title {
    font-size: 2.2rem;
    text-align: center
}

@media (max-width: 768px) {
    .jumbotron .KV-banner .kv-title {
        width: 75%;
        top: 40%
    }

    .jumbotron .KV-banner .kv-title .kv-sub-title {
        font-size: 1.4rem
    }
}

.jumbotron .KV-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jumbotron .control {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.jumbotron .control * {
    pointer-events: auto;
    color: #fff
}

.jumbotron .control .KV-swiper-button {
    width: 5vw;
    max-width: 20%;
    height: 100%;
    font-size: 4rem;
    padding: 2rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.jumbotron .control .KV-swiper-button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.jumbotron .control .KV-swiper-button:focus,
.jumbotron .control .KV-swiper-button:active {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.jumbotron .control .KV-swiper-button i {
    position: relative;
    z-index: 25
}

.jumbotron .control .KV-swiper-button-prev {
    left: -5vw
}

.jumbotron .control .KV-swiper-button-prev:after {
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, transparent 100%)
}

.jumbotron .control .KV-swiper-button-next {
    right: -5vw
}

.jumbotron .control .KV-swiper-button-next:after {
    right: 0;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.7) 100%)
}

.jumbotron:hover .control .KV-swiper-button:after {
    opacity: .4;
    transition-delay: .2s
}

.jumbotron:hover .KV-swiper-button-prev {
    left: 0
}

.jumbotron:hover .KV-swiper-button-next {
    right: 0
}

.mall-link-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 30, 71, 0.15);
    -ms-box-shadow: 0 0 45px 0 rgba(0, 30, 71, 0.15);
    box-shadow: 0 0 45px 0 rgba(0, 30, 71, 0.15);
    position: relative;
    z-index: 10
}

.mall-link-bar .page-list {
    padding: 1.5rem 1rem;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.mall-link-bar .page-list .nav-item {
    display: inline-block
}

.mall-link-bar .page-list .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0 2rem;
    border: 1px solid #ccc;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #0E3368;
    font-weight: 700;
    letter-spacing: 2px
}

.mall-link-bar .page-list .nav-link:hover {
    border: 1px solid #0970E6;
    background-color: #0970E6;
    color: #fff
}

.mall-link-bar .page-list .nav-link:hover .svg-logo .st0,
.mall-link-bar .page-list .nav-link:hover .svg-logo .st1 {
    fill: #fff
}

.mall-link-bar .page-list .nav-link .svg-logo {
    width: 20px;
    height: 20px;
    margin-right: 1rem
}

.mall-link-bar .page-list .nav-link .svg-logo .st0 {
    fill: #FD0202
}

.mall-link-bar .page-list .nav-link .svg-logo .st1 {
    fill: #1E5BC6
}

@media (max-width: 767px) {
    .mall-link-bar .page-list {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .mall-link-bar .page-list * {
        -ms-flex: 0 1 auto
    }

    .mall-link-bar .page-list .nav-item {
        width: 300px
    }

    .mall-link-bar .page-list .nav-item+.nav-item {
        margin-top: 1rem
    }
}

.icon-link-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 30, 71, 0.15);
    -ms-box-shadow: 0 0 45px 0 rgba(0, 30, 71, 0.15);
    box-shadow: 0 0 45px 0 rgba(0, 30, 71, 0.15);
    position: relative;
    z-index: 10
}

.icon-link-bar .page-list {
    padding: 1.5rem 1rem;
    list-style: none;
    margin: 0
}

.icon-link-bar .page-list .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 2rem
}

.icon-link-bar .page-list .nav-link * {
    -ms-flex: 0 1 auto
}

.icon-link-bar .page-list .nav-link .iconBox {
    width: 6rem;
    height: 6rem;
    flex: 0 0 auto;
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    border: 2px solid rgba(204, 204, 204, 0.1)
}

.icon-link-bar .page-list .nav-link .iconBox img {
    width: 3rem;
    height: 3rem;
    object-fit: contain
}

.icon-link-bar .page-list .nav-link strong {
    display: block;
    color: #0970E6;
    font-size: 1.4rem;
    line-height: 21px;
    margin-top: 1rem
}

.icon-link-bar .page-list .nav-link:hover .iconBox {
    border: 2px solid #0e3368
}

.icon-link-bar .page-list .nav-link:hover strong {
    color: #0E3368
}

@media (max-width: 1024px) {

    .jumbotron .control .KV-swiper-button-next:after,
    .jumbotron .control .KV-swiper-button-prev:after {
        opacity: .4
    }

    .jumbotron .control .KV-swiper-button-prev {
        left: 0
    }

    .jumbotron .control .KV-swiper-button-next {
        right: 0
    }
}

@media (max-width: 992px) {
    .jumbotron .swiper-slide {
        padding-top: 50px
    }

    .jumbotron .swiper-slide .KV-banner {
        position: relative
    }
}

@media (max-width: 767px) {
    .jumbotron {
        padding-top: 0 !important;
        margin-top: 50px;
        position: relative
    }

    .jumbotron .swiper-slide {
        padding-top: 0
    }

    .jumbotron .KV-banner .kv-title {
        font-size: 3rem
    }

    .jumbotron .KV-banner img {
        object-fit: cover
    }

    .icon-link-bar .page-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .icon-link-bar .page-list .nav-item {
        width: 25%;
        margin: 0
    }

    .icon-link-bar .page-list .nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin: 0
    }

    .icon-link-bar .page-list .nav-link .iconBox {
        width: 5rem;
        height: 5rem
    }

    .icon-link-bar .page-list .nav-link .iconBox img {
        width: 2.5rem;
        height: 2.5rem
    }
}

@media (max-width: 640px) {
    .jumbotron .control .KV-swiper-button {
        font-size: 2rem
    }

    .jumbotron .KV-banner .kv-title {
        font-size: 1.8rem
    }
}

@media (max-width: 480px) {
    .icon-link-bar .page-list .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .icon-link-bar .page-list .nav-link strong {
        word-break: keep-all
    }
}

@keyframes char-slidein-wrap {
    0% {
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateX(-90px) skewX(10deg)
    }

    to {
        transform: translateX(0) skewX(0)
    }
}

@keyframes char-slidein-inner {
    0% {
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateX(50px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes char-slideout-wrap {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(0) skewX(0)
    }

    to {
        transform: translateX(90px) skewX(10deg)
    }
}

@keyframes char-slideout-inner {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(0)
    }

    to {
        transform: translateX(-50px)
    }
}

@keyframes bar-slidein {
    0% {
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes text-slidein-wrap {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate(-100%, 20px)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes text-slidein-inner {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

.banner-location {
    position: relative;
    width: 100%;
    background-color: rgba(9, 112, 230, 0.1)
}

.banner-location #map {
    width: 100%;
    height: 400px
}

@media (max-width: 767px) {
    .banner-location #map {
        height: calc((var(--vh, 1vh) * 50))
    }
}

.map-filter-bar {
    position: absolute;
    width: 100%;
    bottom: 3.5rem;
    left: 0;
    right: 0;
    z-index: 10
}

.map-filter-bar.outer {
    position: static;
    padding: 0 1.5rem
}

.map-filter-bar .btn-search {
    height: 50px;
    padding: 1rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.map-filter-bar .btn-search .icon-search {
    font-size: 1.6rem
}

@media (max-width: 767px) {
    .map-filter-bar {
        position: static;
        padding: 1.5rem
    }
}

.banner-image {
    position: relative;
    width: 100%;
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.banner-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.banner-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1
}

.banner-image .title {
    color: #fff;
    font-size: 2.8rem;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem
}

.banner {
    position: relative;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.1)
}

.banner-md .banner-image {
    height: 200px
}

.banner-brand {
    position: relative;
    width: 100%;
    background-color: #fff
}

.banner-brand .banner-image {
    height: 200px;
    overflow: hidden;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.banner-brand .banner-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.banner-brand .banner-image:before {
    display: none
}

.banner-news {
    background-color: #ccc
}

.banner-news .banner-image {
    height: 200px;
    overflow: hidden;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.banner-news .banner-image>img {
    width: auto;
    height: 100%;
    object-fit: contain;
    top: initial;
    bottom: -20px;
    left: initial;
    right: 0
}

.banner-news .banner-image:before {
    display: none
}

.banner-news .banner-image .title {
    color: #0970E6;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .banner-news .banner-image {
        height: 150px
    }

    .banner-news .banner-image>img {
        height: 70%;
        bottom: -10px
    }

    .banner-image {
        height: 250px
    }

    [class*="banner"]+main,
    [class^="banner"]+main {
        padding-top: 0
    }
}

.back_to_top {
    position: fixed;
    z-index: 9999;
    right: 2rem;
    bottom: 2rem;
    opacity: 0;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.back_to_top.show_arrow {
    opacity: 1 !important
}

.back_to_top a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 40px;
    height: 100%;
    background: #0E3368;
    padding: .5rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4)
}

.back_to_top a .icon-arrow-up {
    color: #fff
}

.back_to_top a:hover {
    text-decoration: none;
    background: #0970E6
}

.back_to_top a:hover .icon-arrow-up {
    color: #fff
}

.hamburger {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: none;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 0.7
}

.hamburger-box {
    width: 25px;
    height: 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.9, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.9, 0, 0.2, 1);
    -ms-transform: all 0.3s cubic-bezier(0.9, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.9, 0, 0.2, 1)
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #0970E6;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.wrapper:before {
    content: "";
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 50
}

.menu_on {
    overflow: hidden
}

.menu_on .wrapper {
    position: relative
}

.menu_on .wrapper:before {
    opacity: 1
}

.char-slide-in .char {
    overflow: hidden;
    color: transparent
}

.char-slide-in .char:before,
.char-slide-in .char:after {
    visibility: visible;
    color: transparent;
    animation-delay: calc(0.2s + (0.02s * (var(--char-index))))
}

.char-slide-in .char:before {
    color: #de002c;
    animation-delay: calc(0.02s * (var(--char-index)))
}

.char-slide-in .char:before {
    animation-delay: calc(0.2s + (0.02s * (var(--char-index))))
}

.char-slide-in .char:after {
    animation-delay: calc(0.02s * (var(--char-index)))
}

@keyframes text-slide-in {
    0% {
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateX(-90px) skewX(40deg)
    }

    to {
        transform: translateX(0) skewX(0)
    }
}

@keyframes will-change {
    0% {
        will-change: transform
    }

    100% {
        will-change: auto
    }
}

.char-slide-in.animated .char:before {
    animation: text-slide-in 1s cubic-bezier(0.9, 0, 0.2, 1) 0s both, will-change 2s linear
}

.text-slide-in .char {
    animation-delay: calc(0.5s * var(--char-percent));
    opacity: 0.99
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-150%) scaleX(0.5)
    }
}

@keyframes will-change {
    0% {
        will-change: transform
    }

    100% {
        will-change: auto
    }
}

.text-slide-in.animated .char {
    animation: slide-in 1.75s cubic-bezier(0, 0.75, 0, 1) 0s both, will-change 2s linear
}

.flex-table[data-theme="primary"]>.thead {
    background-color: #0970E6;
    color: #fff
}

.flex-table[data-theme="primary"]>.thead .table-row>li+li {
    border-left: 1px solid #fff
}

.flex-table[data-theme="success"]>.thead {
    background-color: #4CCD8A;
    color: #fff
}

.flex-table[data-theme="success"]>.thead .table-row>li+li {
    border-left: 1px solid #fff
}

.flex-table[data-theme="light"]>.thead {
    background-color: #fff;
    color: #0E3368
}

.flex-table[data-theme="light"]>.thead .table-row>li+li {
    border-left: 1px solid #ccc
}

.flex-table ul {
    list-style: none;
    margin: 0
}

.flex-table .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 1rem
}

.flex-table .table-row>li {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1rem
}

.flex-table .tbody .table-row {
    border-top: 1px solid #707070
}

.flex-table .tbody .table-row>li {
    color: #0E3368
}

@media (max-width: 992px) {
    .flex-table .thead {
        display: none
    }

    .flex-table .thead li {
        border: none !important
    }

    .flex-table .thead.tbody {
        display: block
    }

    .flex-table .tbody .table-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-top: none;
        padding-left: 0;
        padding-right: 0
    }

    .flex-table .tbody .table-row * {
        -ms-flex: 0 1 auto
    }

    .flex-table .tbody .table-row+.table-row {
        border-top: 1px solid #eee
    }

    .flex-table .tbody .table-row>li {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start
    }

    .flex-table .tbody .table-row>li:before {
        content: attr(data-title);
        font-weight: 700;
        width: 40%;
        color: #4CCD8A;
        flex: 0 0 auto;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .border-xl {
        border: 1px solid #dee2e6 !important
    }

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

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

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

    .border-xl-0 {
        border: none !important
    }
}

@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border: none !important
    }

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

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

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

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

@media (max-width: 992px) {
    .border-md {
        border: 1px solid #dee2e6 !important
    }

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

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

    .border-md-0 {
        border: none !important
    }
}

@media (max-width: 575px) {
    .border-sm {
        border: 1px solid #dee2e6 !important
    }

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

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

    .border-sm-0 {
        border: none !important
    }
}

.rounded-xxl {
    border-radius: 1.8rem !important
}

.border-dashed-t {
    border-top-width: 1px;
    border-top-style: dashed
}

.border-dashed-r {
    border-right-width: 1px;
    border-right-style: dashed
}

.border-color-g {
    border-color: #dee2e6
}

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

.rounded-20 {
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.rounded-10 {
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.line-hight-fit {
    line-height: 1 !important
}

.lh-h1 {
    line-height: 38px
}

.lh-h2 {
    line-height: 34px
}

.lh-h3 {
    line-height: 32px
}

.lh-h4 {
    line-height: 30px
}

.lh-h5 {
    line-height: 24px
}

.lh-h6 {
    line-height: 24px
}

.lh-p {
    line-height: 21px
}

.lh-p-sm {
    line-height: 21px
}

.lh-note {
    line-height: 20px
}

.lh-base {
    line-height: 1.1
}

.shadow-0 {
    box-shadow: none !important
}

.shadow-1 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-2 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-3 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-4 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-6 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-8 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-9 {
    box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-12 {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2) !important
}

.shadow-16 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important
}

.shadow-24 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2) !important
}

.shadow-hover-effect-1 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

.shadow-hover-effect-2 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-2:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

@media (min-width: 991px) {
    .shadow-lg-0 {
        box-shadow: none !important
    }

    .shadow-lg-block {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }
}

.basic-control .control {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.basic-control .control * {
    pointer-events: auto;
    color: #fff
}

.control--theme {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.control--theme * {
    pointer-events: auto;
    color: #fff
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-contain {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-user-word {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    line-height: 1
}

img.lazy-image {
    opacity: 0.1;
    will-change: opacity;
    transition: all 0.3s;
    background-color: #333
}

img.lazy-image.loaded {
    opacity: 1
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-4-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-2-3 {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.img-6-5.bg-contain,
.img-4-3.bg-contain,
.img-3-2.bg-contain,
.img-3-1.bg-contain,
.img-4-1.bg-contain,
.img-1-1.bg-contain,
.img-1-2.bg-contain,
.img-2-1.bg-contain,
.img-2-3.bg-contain {
    background-size: contain
}

.img-6-5:before,
.img-4-3:before,
.img-3-2:before,
.img-3-1:before,
.img-4-1:before,
.img-1-1:before,
.img-1-2:before,
.img-2-1:before,
.img-2-3:before {
    display: block;
    pointer-events: none;
    content: ""
}

.img-6-5:before {
    padding-top: 80%
}

.img-4-3:before {
    padding-top: 70%
}

.img-3-2:before {
    padding-top: 66.6666667%
}

.img-3-1:before {
    padding-top: 33.3333333%
}

.img-4-1:before {
    padding-top: 25%
}

.img-1-2:before {
    padding-top: 120%
}

.img-1-1:before {
    padding-top: 100%
}

.img-2-1:before {
    padding-top: 50%
}

.img-2-3:before {
    padding-top: 150%
}

#preview {
    position: absolute;
    border: 1px solid #979797;
    background: #979797;
    padding: 1px;
    display: none;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px
}

#preview img {
    width: 100%
}

.--img-card .img-wrap {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.--img-card .img-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.--img-card .img-wrap:after,
.--img-card .img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.--img-card .img-wrap:after {
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    opacity: .5
}

.--img-card .img-wrap:before {
    background: -moz-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: -webkit-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: linear-gradient(to bottom, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    opacity: 0
}

.--img-card:hover {
    text-decoration: none
}

.--img-card:hover .img-wrap {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4)
}

.--img-card:hover .img-wrap:after {
    opacity: 0
}

.--img-card:hover .img-wrap:before {
    opacity: 1
}

.--img-card:hover .img-wrap img {
    width: 120%;
    height: 120%;
    transition-delay: .2s
}

.--type .type {
    list-style: none;
    padding: .5rem 0;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: .6
}

.--type .type li {
    text-transform: uppercase;
    color: #666;
    font-size: 1.4rem;
    padding: 0 1rem
}

.--type .type li+li {
    border-left: 1px solid #666
}

@media (min-width: 768px) {
    .bg-md-white {
        background-color: #fff !important
    }
}

@media (min-width: 992px) {
    .bg-lg-light {
        background-color: #f7f7f7 !important
    }

    .bg-lg-white {
        background-color: #fff !important
    }

    .bg-lg-transparent {
        background-color: transparent !important
    }

    .bg-lg-misty-grey {
        background-color: #ebebeb !important
    }
}

@media (min-width: 1200px) {
    .bg-xl-light {
        background-color: #f7f7f7 !important
    }

    .bg-xl-transparent {
        background-color: transparent !important
    }
}

@media (max-width: 992px) {
    .alert-xs-transparent {
        background-color: transparent !important
    }
}

.bg-none {
    background: none
}

.bg-misty-grey {
    background-color: #ebebeb
}

.bg-FB {
    background-color: #3b5998
}

.bg-line {
    background-color: #00c200
}

.bg-twitter {
    background-color: #76a9ea
}

.bg-gray {
    background-color: #9b9b9b
}

.bg-sea {
    background-color: #DBECFF
}

.bg-black {
    background-color: #000
}

.bg-shadow-black {
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-lt-gray {
    background-color: #e0e0e0
}

.point-gradient-bg {
    background: -webkit-linear-gradient(#ffb116, #fa8900);
    background: -moz-linear-gradient(#ffb116, #fa8900);
    background: -ms-linear-gradient(#ffb116, #fa8900);
    background: -o-linear-gradient(#ffb116, #fa8900);
    background: linear-gradient(#ffb116, #fa8900);
    -pie-background: linear-gradient(#ffb116, #fa8900)
}

.bg-gradient-success {
    background-image: linear-gradient(to bottom, #83d888, #2db032)
}

.bg-gradient-primary {
    background-image: linear-gradient(to bottom, #a6c8ff, #5392f9)
}

.bg-gradient-notice {
    background-image: linear-gradient(to bottom, #ffdca2, #f5a623)
}

.bg-gradient-danger {
    background-image: linear-gradient(to bottom, #ffc6c4, #db5c58)
}

.scrollBar-theme {
    overflow-y: auto
}

.scrollBar-theme::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0)
}

.scrollBar-theme::-webkit-scrollbar-track {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.scrollBar-theme::-webkit-scrollbar-thumb {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(85, 85, 85, 0.6)
}

.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(85, 85, 85, 0.6)
}

.event-card-scroll_mobile {
    position: relative;
    padding: 0 0 1rem
}

@media (min-width: 768px) {

    .event-card-scroll_mobile .card,
    .event-card-scroll_mobile .card .card-body {
        height: 100%
    }
}

@media (max-width: 767px) {
    .event-card-scroll_mobile {
        height: 250px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets,
    .event-card-scroll_mobile .swiper-pagination-custom,
    .event-card-scroll_mobile .swiper-pagination-fraction {
        top: 210px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }

    .event-card-scroll_mobile .swiper-slide {
        width: auto
    }

    .event-card-scroll_mobile .card {
        width: 300px
    }

    .event-card-scroll_mobile .card h5 {
        font-size: 1.6rem !important
    }

    .event-card-scroll_mobile .card p {
        display: none
    }

    .event-card-scroll_mobile .row {
        flex-wrap: nowrap
    }
}

a.card:hover {
    opacity: .8;
    text-decoration: none
}

.card-img-top {
    border-bottom: 1px solid #f2f2f2
}

.card {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 30, 71, 0.15);
    -ms-box-shadow: 0 0 35px 0 rgba(0, 30, 71, 0.15);
    box-shadow: 0 0 35px 0 rgba(0, 30, 71, 0.15);
    border: 2px solid #eee
}

.card .card-header,
.card .card-body {
    padding: 1.5rem 2rem
}

.card.card-border-width-1 {
    border-width: 1px;
    border-color: #ccc
}

.card-primary {
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.card-primary .card-header {
    background-color: #0970E6;
    color: #fff
}

.card-primary .card-header:first-child {
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0
}

.card-primary .card-body {
    padding: 1rem 2rem
}

.card-border-primary {
    border: none
}

.card-border-primary .card-header {
    background-color: #fff;
    color: #0970E6;
    border-bottom: 2px solid #0970E6;
    font-weight: 500
}

.card-blueborder-1 {
    border: 1px solid #0970E6;
    padding: 1rem 1.5rem;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: relative
}

.card-blueborder-1:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: absolute;
    top: 5px;
    left: -5px;
    background-color: #DBECFF
}

.card-orangeborder-1 {
    border: 1px solid #EE7203;
    padding: 1rem 1.5rem;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: relative
}

.card-orangeborder-1:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: absolute;
    top: 5px;
    left: -5px;
    background-color: #FEF1E5
}

.whiteSky-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
    padding: 4rem 2rem;
    -ms-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    border-radius: 4rem
}

.whiteSky-block * {
    -ms-flex: 0 1 auto
}

.whiteSky-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1rem;
    left: 0;
    background-color: #DBECFF;
    -ms-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    border-radius: 4rem;
    z-index: -1
}

.whiteOrange-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
    padding: 4rem 2rem;
    -ms-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    border-radius: 4rem
}

.whiteOrange-block * {
    -ms-flex: 0 1 auto
}

.whiteOrange-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1rem;
    left: 0;
    background-color: #FEF1E5;
    -ms-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    border-radius: 4rem;
    z-index: -1
}

.card-break {
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem
}

.card-break:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: -6px;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    z-index: -1
}

.card-break .card-body {
    background-color: transparent;
    padding: 5rem
}

.card-sky-break {
    border: 2px solid #0970E6;
    background-color: transparent
}

.card-sky-break:after {
    background-color: #DBECFF
}

.card-white-break {
    border: 2px solid #0970E6;
    background-color: transparent
}

.card-white-break:after {
    background-color: #fff
}

.card-orange-break {
    border: 2px solid #e86812;
    background-color: transparent
}

.card-orange-break:after {
    background-color: #fff
}

.card-teal-break {
    border: 2px solid #007A87;
    background-color: transparent
}

.card-teal-break:after {
    background-color: #fff
}

@media (max-width: 992px) {
    .card-break .card-body {
        padding: 2rem
    }
}

@media (max-width: 767px) {

    .card .card-header,
    .card .card-body {
        padding: 1.5rem
    }
}

.alert {
    padding: 2rem
}

.alert-border-dash {
    background-color: #fff;
    border: 1px dashed #A7A8AA
}

.icon-circle-block {
    width: 80px;
    height: 80px;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border: 1px solid #666;
    padding: 1.5rem
}

.icon-circle-block img {
    width: 100%;
    object-fit: cover
}

.icon-circle-block .icon-facebook,
.icon-circle-block .fa-google-plus-g,
.icon-circle-block .icon-line {
    font-size: 3rem
}

.icon-facebook {
    color: #3B5998
}

.fa-google-plus-g {
    color: #D34836
}

.icon-line {
    color: #00C300
}

.icon-sm {
    font-size: 3.6rem
}

.icon-md {
    font-size: 4.5rem
}

.icon-lg {
    font-size: 6rem
}

.list-item {
    margin-bottom: 0
}

.list-item li a {
    display: block;
    padding: 2rem 0
}

.list-item li a:hover {
    text-decoration: none;
    opacity: .85
}

.list-item li+li {
    border-top: 1px solid #eee
}

@media (max-width: 992px) {
    .flex-list [data-title] {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .flex-list [data-title]:before {
        content: attr(data-title) "：";
        flex: 0 0 auto;
        font-weight: 600;
        margin-right: 1rem
    }
}

.list-border {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-border li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: justify
}

.list-border li:before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    margin-right: 1.5rem;
    margin-top: 4px;
    flex: 0 0 auto;
    background: #f2f2f2
}

.list-border-success li:before {
    background-color: #4CCD8A
}

.list-border-sky li:before {
    background-color: #C4EFFF
}

.list-border-primary li:before {
    background-color: #0970E6
}

ul.traffic-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 .5rem 0
}

ul.traffic-info-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start
}

ul.traffic-info-list li+li {
    margin-top: 1rem
}

ul.traffic-info-list li>i {
    font-size: 1.4rem;
    line-height: 22px;
    color: #de002c;
    margin-right: 1rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

ul.traffic-info-list li>span {
    font-size: 1.4rem;
    color: #0970E6;
    word-break: break-all
}

.gMap-link {
    display: inline-block;
    width: 24px;
    height: 24px
}

.gMap-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.tag-tabs {
    background-color: #fff;
    color: #0970E6;
    font-weight: 500;
    padding: 0 2rem 0 0 !important;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.tabs-wrap #magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #de002c;
    margin: 0
}

.tabs-wrap .tabs-content {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.tabs-wrap .tabs-content li {
    display: inline-block;
    margin: 0 2.5rem
}

.tabs-wrap .tabs-content li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 1.5rem 0;
    text-decoration: none;
    text-transform: uppercase
}

.tabs-wrap .tabs-content li a:hover {
    color: #0E3368
}

.tabs-wrap .tabs-content li.current_page_item a {
    color: #0E3368
}

@media (max-width: 767px) {
    .tag-tabs {
        position: relative
    }

    .tag-tabs:after,
    .tag-tabs>a {
        content: "";
        position: absolute;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .tag-tabs:after {
        right: 0;
        top: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 100%);
        width: 100px;
        height: 100%;
        pointer-events: none;
        z-index: 0
    }

    .tag-tabs>a {
        right: 1.5rem;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1
    }

    .tag-tabs.shadow-left:not(.shadow-right):after,
    .tag-tabs.shadow-left:not(.shadow-right)>a {
        opacity: 0
    }

    .tabs-wrap {
        border: none;
        overflow-y: visible;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .tabs-wrap::-webkit-scrollbar {
        display: none
    }

    .tabs-wrap .tabs-content {
        position: relative
    }

    .tabs-wrap .tabs-content li+li {
        margin-left: 3.5rem
    }

    .tabs-wrap .tabs-content li {
        margin: 0 1.5rem
    }

    .tabs-wrap .tabs-content li a {
        white-space: nowrap
    }

    .tabs-wrap #magic-line {
        bottom: 0;
        z-index: 20
    }
}

.basic-tabs {
    background-color: #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08)
}

.basic-tabs .nav {
    margin-bottom: 0 !important
}

.basic-tabs .nav-pills .nav-link {
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.2rem;
    padding: 1.5rem 5rem;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    text-align: center
}

.basic-tabs .nav-pills .nav-link:hover {
    color: #0970E6
}

.basic-tabs .nav-pills .nav-link:focus {
    color: #fff
}

@media (max-width: 767px) {
    .basic-tabs .nav-item {
        width: 50%
    }
}

.basic-tabs-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-bottom: 2px solid #0970E6;
    background-color: #fff
}

.basic-tabs-label #magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: #0970E6;
    margin: 0
}

.basic-tabs-label .nav {
    margin-bottom: 0 !important;
    position: relative
}

.basic-tabs-label .nav-item+.nav-item .nav-link {
    border-left: none
}

.basic-tabs-label .nav-pills .nav-link {
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 1.5rem 5rem;
    letter-spacing: 1px;
    color: #0970E6;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transform: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.basic-tabs-label .nav-pills .nav-item.current_page_item .nav-link {
    color: #fff
}

.basic-tabs-label .nav-pills .nav-item.current_page_item .nav-link:hover {
    color: #fff
}

.basic-tabs-label .nav-pills .nav-item:hover .nav-link {
    color: #fff
}

@media (max-width: 992px) {
    .basic-tabs-label {
        padding: 0 0 0 1.5rem;
        overflow: auto;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }

    .basic-tabs-label::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background-color: #ccc
    }

    .basic-tabs-label::-webkit-scrollbar-track {
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .basic-tabs-label::-webkit-scrollbar-thumb {
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #0970e6
    }

    .basic-tabs-label::-webkit-scrollbar-thumb:window-inactive {
        background: #0970e6
    }

    .basic-tabs-label .nav {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .basic-tabs-label .nav * {
        -ms-flex: 0 1 auto
    }

    .basic-tabs-label .nav-item {
        width: 100%
    }

    .basic-tabs-label .nav-item:last-child {
        padding-right: 1rem
    }

    .basic-tabs-label .nav-pills .nav-link {
        padding: 1.5rem 1rem;
        white-space: nowrap
    }
}

.basic-tabs-pill .nav-item+.nav-item {
    margin-left: 1rem
}

.basic-tabs-pill .nav-pills .nav-link {
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    font-size: 1.2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.basic-tabs-pill .nav-pills .nav-link.active,
.basic-tabs-pill .nav-pills .show>.nav-link {
    background-color: #0970E6
}

.basic-tabs-border .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.basic-tabs-border .nav * {
    -ms-flex: 0 1 auto
}

.basic-tabs-border .nav-item {
    width: auto;
    border-left: 1px solid #0970E6
}

.basic-tabs-border .nav-item:last-child {
    border-right: 1px solid #0970E6
}

.basic-tabs-border .nav-pills .nav-link {
    color: #666;
    text-align: center;
    font-size: 1.2rem;
    padding: .5rem 2.5rem
}

.basic-tabs-border .nav-pills .nav-link:hover,
.basic-tabs-border .nav-pills .nav-link.active,
.basic-tabs-border .nav-pills .show>.nav-link {
    color: #0970E6;
    background-color: transparent
}

@media (max-width: 992px) {
    .basic-tabs-border {
        display: block
    }

    .basic-tabs-border .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto
    }

    .basic-tabs-border .nav * {
        -ms-flex: 0 1 auto
    }

    .basic-tabs-border .nav-item {
        width: 100%
    }

    .basic-tabs-border .nav-pills .nav-link {
        padding: 1rem;
        white-space: nowrap
    }
}

.basic-tabs+.tab-content .tab-pane {
    min-height: 700px
}

.basic-tabs+.tab-content .catalog-item .cover {
    height: 280px
}

.outline-tab.nav-pills .nav-link.active,
.outline-tab.nav-pills .show>.nav-link {
    background-color: #fff;
    border: 1px solid #0970E6;
    color: #0970E6
}

.outline-tab.nav-pills .nav-link {
    background-color: #fff;
    border: 1px solid #A7A8AA;
    color: #A7A8AA;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 2rem
}

.swiper-pagination-bullet {
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    background-color: #fff;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #0970E6;
    -webkit-box-shadow: 0 0 20px 0 rgba(9, 112, 230, 0.4);
    -ms-box-shadow: 0 0 20px 0 rgba(9, 112, 230, 0.4);
    box-shadow: 0 0 20px 0 rgba(9, 112, 230, 0.4)
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
    background-size: 40%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(9, 112, 230, 0.8)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.bootstrap-select.form-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select.form-select>.dropdown-toggle {
    padding: 1.5rem;
    height: 50px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    color: #0970E6;
    background-color: #fff
}

.bootstrap-select.form-select>.dropdown-toggle:hover {
    background-color: #fff
}

.bootstrap-select.form-select>.dropdown-toggle:focus {
    outline: none !important;
    border: 1px solid transparent !important;
    background-color: #fff;
    color: #0970E6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.5);
    -ms-box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.5)
}

.bootstrap-select.form-select>.dropdown-toggle+.dropdown-menu {
    -webkit-box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
    top: .2rem !important;
    max-height: 280px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch
}

.bootstrap-select.form-select>.dropdown-toggle+.dropdown-menu>.inner {
    overflow: visible !important
}

.bootstrap-select.form-select .dropdown-toggle::after {
    content: "";
    font-family: cec;
    color: #0970E6
}

.bootstrap-select.form-select .dropdown-menu .disabled {
    color: #ccc !important
}

.bootstrap-select.form-select .dropdown-menu .dropdown-item {
    color: #404040;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
    height: 40px
}

.bootstrap-select.form-select .dropdown-menu .dropdown-item.active:not(.disabled),
.bootstrap-select.form-select .dropdown-menu .dropdown-item:active,
.bootstrap-select.form-select .dropdown-menu .dropdown-item:focus {
    outline: none !important;
    border: none !important;
    background-color: rgba(196, 239, 255, 0.3);
    color: #0970E6;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

.form-control {
    padding: 1rem
}

.form-control.bootstrap-select.form-select>.dropdown-toggle {
    height: 40px;
    padding: 1rem;
    border: 1px solid #e9ecef;
    color: #666
}

.form-control.bootstrap-select.form-select .dropdown-toggle::after {
    color: #a7a7a7
}

.form-control.bootstrap-select .dropdown-menu li a span.text {
    display: block;
    height: auto;
    line-height: 1.4
}

.file-upload {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ccc url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    border: 1px solid #ccc
}

.file-upload:hover {
    background-color: #F5F4F2;
    border: 1px solid #0970E6
}

.file-upload img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.file-upload .icon-cloud-upload {
    font-size: 3rem;
    color: #0970E6
}

.file-upload:before {
    display: block;
    pointer-events: none;
    content: "";
    padding-top: 100%
}

.file-upload .upload-image {
    position: absolute;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    cursor: pointer;
    z-index: 5
}

.file-upload+.file-name {
    width: 100%;
    color: #0970E6;
    font-size: 1.4rem;
    padding: 2px 5px
}

.user-img-head {
    position: relative;
    width: calc(8rem + 2px);
    height: calc(8rem + 2px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0 auto 1rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    border: 2px solid #0E3368
}

.user-img-head:hover:after {
    background-color: #0970e6
}

.user-img-head img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.user-img-head .img-user {
    display: block;
    background: url(../../assets/img/member/user.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover
}

.user-img-head:after {
    content: "";
    font-family: cec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    width: 25px;
    height: 25px;
    background-color: #0e3368;
    opacity: 1;
    z-index: 2
}

.user-img-head .upload-image {
    position: absolute;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    cursor: pointer;
    z-index: 5
}

.checkbox-o {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 0;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-o input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-o .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.checkbox-o .checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 49%;
    width: 5px;
    height: 10px;
    transform-origin: center center;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.checkbox-o:hover input~.checkmark {
    background-color: #f2f2f2
}

.checkbox-o input:checked~.checkmark {
    background-color: #0970E6;
    border: 1px solid #0970E6
}

.checkbox-o input:checked~.checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.ant-switch {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-switch-rtl {
    direction: rtl
}

.ant-switch-inner {
    display: block;
    margin-right: 6px;
    margin-left: 24px;
    color: #fff;
    font-size: 12px
}

.ant-switch-rtl .ant-switch-inner {
    margin-right: 24px;
    margin-left: 6px
}

.ant-switch-loading-icon,
.ant-switch::after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    -o-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: ' '
}

.ant-switch-rtl.ant-switch-loading-icon,
.ant-switch-rtl.ant-switch::after {
    left: 100%;
    margin-left: -1px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ant-switch::after {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2)
}

.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
    width: 24px
}

.ant-switch-loading-icon {
    z-index: 1;
    display: none;
    font-size: 12px;
    background: transparent
}

.ant-switch-loading-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.ant-switch-loading .ant-switch-loading-icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.65)
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
    color: #1890ff
}

.ant-switch:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

.ant-switch:focus:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 14px
}

.ant-switch-small .ant-switch-inner {
    margin-right: 3px;
    margin-left: 18px;
    font-size: 12px
}

.ant-switch-rtl.ant-switch-small .ant-switch-inner {
    margin-right: 18px;
    margin-left: 3px
}

.ant-switch-small::after {
    width: 12px;
    height: 12px
}

.ant-switch-small:active::before,
.ant-switch-small:active::after {
    width: 16px
}

.ant-switch-small .ant-switch-loading-icon {
    width: 12px;
    height: 12px
}

.ant-switch-rtl.ant-switch-small .ant-switch-loading-icon {
    margin-left: 12px
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
    margin-right: 18px;
    margin-left: 3px
}

.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-inner {
    margin-right: 3px;
    margin-left: 18px
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -13px
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
    font-weight: bold;
    -webkit-transform: scale(0.66667);
    -ms-transform: scale(0.66667);
    transform: scale(0.66667)
}

.ant-switch-checked {
    background-color: #1890ff
}

.ant-switch-checked .ant-switch-inner {
    margin-right: 24px;
    margin-left: 6px
}

.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
    margin-right: 6px;
    margin-left: 24px
}

.ant-switch-checked::after {
    left: 100%;
    margin-left: -1px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ant-switch-rtl.ant-switch-checked::after {
    left: 1px;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -19px
}

.ant-switch-rtl.ant-switch-checked .ant-switch-loading-icon {
    margin-left: -41px
}

.ant-switch-loading,
.ant-switch-disabled {
    cursor: not-allowed;
    opacity: 0.4
}

.ant-switch-loading *,
.ant-switch-disabled * {
    cursor: not-allowed
}

.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
    cursor: not-allowed
}

@-webkit-keyframes AntSwitchSmallLoadingCircle {
    0% {
        -webkit-transform: rotate(0deg) scale(0.66667);
        transform: rotate(0deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.66667);
        transform: rotate(360deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

@keyframes AntSwitchSmallLoadingCircle {
    0% {
        -webkit-transform: rotate(0deg) scale(0.66667);
        transform: rotate(0deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.66667);
        transform: rotate(360deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.faq-tab-accrodion .card {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.faq-tab-accrodion .accordion>.card {
    border: 2px solid transparent;
    background-color: #fff
}

.faq-tab-accrodion .accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0
}

.faq-tab-accrodion .accordion>.card:hover:not(.active) {
    background-color: #F5F4F2;
    border-color: rgba(0, 0, 0, 0.125)
}

.faq-tab-accrodion .accordion>.card.active {
    border: 2px solid #0970E6 !important
}

.faq-tab-accrodion .accordion>.card.active .card-header h5 {
    background-color: #0970E6;
    color: #fff
}

.faq-tab-accrodion .accordion>.card.active .card-header h5:after {
    content: "";
    font-family: cec;
    color: #fff
}

.faq-tab-accrodion .accordion>.card.active .card-header .btn {
    color: #fff
}

.faq-tab-accrodion .accordion>.card+.card {
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.faq-tab-accrodion .accordion>.card .card-header {
    background-color: transparent;
    padding: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none
}

.faq-tab-accrodion .accordion>.card .card-header h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.faq-tab-accrodion .accordion>.card .card-header h5:after {
    content: "";
    font-family: cec;
    margin-left: auto;
    margin-right: 2rem;
    font-size: 1.6rem;
    color: #666
}

.faq-tab-accrodion .accordion>.card .card-header .btn {
    border: none;
    text-decoration: none !important;
    position: relative;
    padding: 1rem 2rem;
    line-height: 1;
    color: #666;
    font-size: 1.8rem;
    display: block;
    width: 100%;
    text-align: left
}

.faq-tab-accrodion .list-group-item {
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    font-size: 1.8rem;
    color: #0E3368;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 1rem 1.5rem
}

.faq-tab-accrodion .list-group-item.active,
.faq-tab-accrodion .list-group-item:hover {
    background-color: #0970E6;
    border-color: #0970E6;
    color: #fff
}

.faq-tab-accrodion .list-group-item.active:before,
.faq-tab-accrodion .list-group-item:hover:before {
    background: url(../../assets/img/service/questionMark-ovr.svg) no-repeat center center;
    background-size: contain
}

.faq-tab-accrodion .list-group-item:before {
    content: "";
    display: block;
    background: url(../../assets/img/service/questionMark.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 1rem
}

.faq-tab-accrodion .list-group-item:after {
    content: "";
    font-family: cec;
    margin-left: auto;
    font-size: 1.6rem
}

.close:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.modal-theme1 .close {
    font-size: 2.5rem;
    color: #007A87
}

.modal-theme1 .modal-content {
    border: none;
    border-top: 10px solid #007A87;
    border-bottom: 10px solid #007A87
}

.modal-theme1 .modal-header {
    padding: 1rem 1.5rem;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: none
}

.modal-theme1 .modal-header * {
    -ms-flex: 0 1 auto
}

.modal-theme1 .modal-header .modal-title {
    width: 100%;
    color: #007A87;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem
}

.modal-theme1 .modal-body {
    padding: 1rem 1.5rem
}

@media (max-width: 992px) {
    .hamburger {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }
}

.catalog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.catalog-item * {
    -ms-flex: 0 1 auto
}

.catalog-item .cover {
    position: relative;
    width: 100%;
    border: 3px solid transparent;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.catalog-item .cover .more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    background-color: #0E3368;
    color: #fff;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    right: -30px;
    bottom: 0;
    z-index: 2
}

.catalog-item strong {
    font-size: 1.6rem;
    line-height: 24px;
    color: #0970E6;
    margin-top: 1rem
}

.catalog-item:hover {
    text-decoration: none
}

.catalog-item:hover .cover {
    border: 3px solid #0E3368;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.2);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.2)
}

.catalog-item:hover .cover img {
    width: 110%;
    height: 110%;
    opacity: .8
}

.catalog-item:hover .cover .more {
    right: 0
}

.catalog-item:hover strong {
    color: #0E3368
}

.img-catalog {
    background: url() 50% 50% no-repeat;
    background-size: contain;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.img-catalog:before {
    display: block;
    pointer-events: none;
    content: "";
    padding-top: 134%
}

.card-cata_correct {
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%
}

.card-cata_correct .card-title {
    color: #0970E6;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.card-cata_correct .card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.card-cata_correct .card-body * {
    -ms-flex: 0 1 auto
}

.card-cata_correct:hover {
    text-decoration: none;
    opacity: .8
}

#zoom-image .control {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

#zoom-image .control a {
    pointer-events: auto;
    color: #fff;
    position: absolute;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#zoom-image .control a:before {
    content: '';
    width: 25px;
    height: 25px;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    background-color: #0970E6;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

#zoom-image .control a:hover {
    opacity: .8
}

#zoom-image .control a.btn-prev {
    left: 35px
}

@media (max-width: 767px) {
    #zoom-image .control a.btn-prev {
        left: 20px
    }
}

#zoom-image .control a.btn-next {
    right: 35px
}

@media (max-width: 767px) {
    #zoom-image .control a.btn-next {
        right: 20px
    }
}

.catalogs-slide {
    background: #fff;
    padding-bottom: 2rem;
    height: 625px;
    position: relative
}

.catalogs-slide .downloadPDF {
    width: 31px;
    height: 31px;
    z-index: 10;
    color: #fff;
    background-color: #555;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    font-size: 16px
}

.catalogs-slide .zoom {
    width: 31px;
    height: 31px;
    z-index: 10;
    color: #fff;
    background-color: #555;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    font-size: 16px
}

.catalogs-slide .fa-question-circle {
    color: #555
}

.catalogs-slide .fa-question-circle:hover+.card {
    opacity: 1;
    pointer-events: auto
}

.catalogs-slide .question-circle {
    position: absolute;
    right: 2rem;
    bottom: 3.6rem;
    color: #666;
    font-size: 3.2rem;
    cursor: pointer;
    z-index: 10;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.catalogs-slide .question-circle>*+* {
    margin-left: 1rem
}

.catalogs-slide .question-circle .card {
    position: absolute;
    top: 3.6rem;
    left: 3.6rem;
    width: 25vw;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    border: none;
    background: #DBECFF;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.catalogs-slide .question-circle .card .card-body {
    padding: 2rem 4rem
}

.catalogs-slide .swiper-container {
    height: 100%
}

.catalogs-slide .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    margin: 2rem 0 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: transparent
}

.catalogs-slide .swiper-container-horizontal>.swiper-scrollbar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ccc;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px
}

.catalogs-slide .swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    background: #de002c;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.catalogs-slide .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background-color: #CCCCCC;
    color: #fff;
    padding: .4rem 2rem;
    margin-top: 1rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.catalogs-slide .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 90%
}

.catalogs-slide .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.catalogs-slide .swiper-slide .catalogs-page-image {
    width: 100%;
    height: 350px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.catalogs-slide .swiper-slide .catalogs-page-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.catalogs-slide .swiper-slide.swiper-slide-active .catalogs-page-image {
    height: 500px
}

@media (max-width: 767px) {
    .catalogs-slide .swiper-slide.swiper-slide-active .catalogs-page-image {
        height: calc((var(--vh, 1vh) * 40))
    }
}

.catalogs-slide .swiper-slide.swiper-slide-active .catalogs-page-image .zoom {
    opacity: 1
}

@media (max-width: 767px) {
    .catalogs-slide {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 8rem
    }

    .catalogs-slide .downloadPDF,
    .catalogs-slide .question-circle {
        bottom: 2rem
    }

    .catalogs-slide .question-circle .card {
        left: inherit;
        right: 0;
        top: 5.5rem;
        width: 300px
    }

    .catalogs-slide .swiper-slide .catalogs-page-image {
        height: 350px
    }

    .catalogs-slide .swiper-slide .catalogs-page-image .zoom {
        right: 2rem
    }
}

.slide-product-column {
    height: 625px;
    padding: 1rem;
    overflow-y: auto
}

.slide-product-column::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(153, 153, 153, 0)
}

.slide-product-column::-webkit-scrollbar-track {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.slide-product-column::-webkit-scrollbar-thumb {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0970e6
}

.slide-product-column::-webkit-scrollbar-thumb:window-inactive {
    background: #0970e6
}

.slide-product-column .card {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.slide-product-column .card+.card {
    margin-top: 2rem
}

@media (max-width: 767px) {
    .slide-product-column {
        margin-top: 2rem;
        height: auto
    }
}

.map-section {
    width: 100%;
    height: 300px
}

@-moz-document url-prefix() {}

/*# sourceMappingURL=main.css.map */