/* region Boostrap */
*,
*::before,
*::after { box-sizing: border-box; }
*:focus { outline: none !important; box-shadow: none !important;}
@media (prefers-reduced-motion: no-preference) {
    :root { scroll-behavior: smooth; }
}

:root {
    --bs-white: #fff;
    --bs-gray: #919294;
    --bs-gray2: #5a7184;
    --bs-light-gray: #dee2e6;
    --bs-primary: #2d287f;
    --bs-link: #2d287f;
    --bs-success: #37e39f;
    --bs-warning: #ff7101;
    --bs-gold: #E0BB79;
    --bs-danger: #ee1c23;
    --bs-dark: #000000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

[v-cloak] { opacity: 0; visibility: hidden; transition: visibility 0s 5s, opacity 5s linear; }
[v-cloak] > * { opacity: 0; visibility: hidden; transition: visibility 0s 5s, opacity 5s linear;  }

body { margin: 0; font-family: 'Nunito Sans', var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: var(--bs-dark); background-color: var(--bs-white); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body.active { overflow: hidden; }

button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[type=button], [type=reset], [type=submit], button { -webkit-appearance: button; }
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) { cursor: pointer; }

a {text-decoration: none;  transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }

ul { list-style: none; padding: 0; margin: 0; }
b,
strong {
    font-weight: 600;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.fade { transition: opacity .15s linear; }
.fade:not(.show) { opacity: 0; }

.heading { width: 100%; margin-bottom: 30px; }
.heading .h-title { font-size: 2.25rem; font-weight: 800; line-height: 1.3; margin: 0 0 10px; color: var(--bs-dark)}
.heading .h-desc { font-size: 1.25rem; font-weight: 300; margin: 0; color: var(--bs-gray)}

.sticky-top { position: -webkit-sticky; position: sticky; top: 100px; z-index: 1; }

.w-100 { width: 100%; }
.mb-3 { margin-bottom: 30px; }
.d-none { display: flex; }
.d-block { display: flex; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.align-items-start { align-items: start; }
.align-items-end { align-items: end; }
.justify-content-center { justify-content: center; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-between { justify-content: space-between; }
.flex-column { flex-direction: column; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.text-center { text-align: center; }
.text-white { color: var(--bs-white); }
.bg-primary { background-color: var(--bs-primary); }
.bg-success { background-color: var(--bs-success); }
.bg-dark { background-color: var(--bs-dark); }
.mb-2 { margin-bottom: 20px; }
sub, sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline; }

.form-check { display: flex; align-items: flex-start; justify-content: flex-start; margin: 7px 0; min-height: auto; line-height: 1; }
.form-check span { font-size: 14px; line-height: 1.3; margin-left: 5px;}
.form-check-input { flex: 0 0 22px; width: 22px; height: 22px; margin: 0; background-color: #fff;  background-repeat: no-repeat; background-position: center; background-size: contain; border: 2px solid #c1c1c1; appearance: none; color-adjust: exact; transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-check-input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.form-check-input[type=checkbox] { border-radius: 4px; }
.form-check-input[type=radio] { border-radius: 50%; }
.form-check-input:checked { background-color: var(--bs-primary); border-color: var(--bs-primary); }
.form-check:not(.form-switch) .form-check-input[type=checkbox] { background-size: 60% 60%; }

.form-switch { display: flex; align-items: center; justify-content: flex-start; margin: 3px 0; }
.form-switch .form-check-input { margin-right: 5px; height: 20px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); background-position: left center; transition: background-position .15s ease-in-out; border-radius: 3.25rem; width: 40px; }
.form-switch .form-check-input:checked{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); background-position: right center; }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group-text { display: flex; align-items: center; padding: 3px 10px; height: 46px; font-size: 16px; font-weight: 600; line-height: 1; color: #555555; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 2px solid #dbddde; border-radius: .25rem; }
.input-group>.form-control,
.input-group>.form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-top: 0; margin-right: -15px; margin-left: -15px; }
.row>* { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: 15px; padding-left: 15px; margin-top: 0; }

.col { flex: 1 0 0; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 { flex: 0 0 auto; width: 16.66666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.33333333%; }
.col-5 { flex: 0 0 auto; width: 41.66666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; width: 66.66666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.33333333%; }
.col-11 { flex: 0 0 auto; width: 91.66666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 576px){
    .container, .container-sm { max-width: 540px; }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm { max-width: 720px; }
    .col-md-auto { flex: 0 0 auto; width: auto; }
    .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm { max-width: 960px; }
    .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-lg-12 { flex: 0 0 auto; width: 100%; }

    .order-lg-first { order: -1 !important; }
    .order-lg-0 { order: 0 !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-last { order: 6 !important; }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px; }
    .col-xl-auto { flex: 0 0 auto; width: auto; }
    .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xl-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1320px; }
    .col-xxl-auto { flex: 0 0 auto; width: auto; }
    .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xxl-12 { flex: 0 0 auto; width: 100%; }
}

/* alert */
.alert { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #e9ecef; border-left-width: .25rem; border-radius: .25rem; }
.alert-success { border-left-color: var(--bs-success); }
.alert-warning { border-left-color: var(--bs-warning); }
.alert-danger { border-left-color: var(--bs-danger); }
/* badge */
.badge { display: inline-block; padding: .35em .65em; font-size: .75em; font-weight: 700; line-height: 1; color: var(--bs-white); text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem; }
.badge-success { background-color: var(--bs-success); }
.badge-warning { background-color: var(--bs-warning); }
.badge-danger { background-color: var(--bs-danger); }
.badge-secondary { background-color: var(--bs-gray); color: var(--bs-dark);}
/* form */
.form-control { display: block; width: 100%; padding: 10px; margin: 2px 0; min-height: 46px; font-size: 16px; font-weight: 600; line-height: 1; color:  #555555; background-color: var(--bs-white); background-clip: padding-box; border: 2px solid #dbddde; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 6px; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-select { display: block; width: 100%; padding: 13px 10px; margin: 2px 0; min-height: 46px; -moz-padding-start: calc(0.75rem - 3px); font-size: 16px; font-weight: 600; line-height: 1; color: #555555; background-color: var(--bs-white); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px 12px; border: 2px solid #dbddde; border-radius: 6px; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea.form-control { padding: 10px; min-height: 100px; line-height: 1.5; margin: 2px 0; }
.form-control:focus { border-color: var(--bs-primary);}
.form-select:focus { border-color: var(--bs-primary);}

.btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; font-weight: 600; line-height: 1; color: var(--bs-dark); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0 15px; font-size: 1rem; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.btn:before { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.btn-outline-white { color: var(--bs-white); border-color: var(--bs-white); }
.btn-outline-white:hover { background-color: var(--bs-white); color: var(--bs-dark); border-color: var(--bs-white); }
.btn-outline-warning { color: var(--bs-warning); border-color: var(--bs-warning); }
.btn-outline-warning:hover { background-color: var(--bs-warning); color: var(--bs-dark); border-color: var(--bs-warning); }
.btn-outline-primary { color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-outline-primary:hover { background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary); }
.btn-outline-success { color: var(--bs-success); border-color: var(--bs-success); }
.btn-outline-success:hover { background-color: var(--bs-success); color: var(--bs-white); border-color: var(--bs-success); }
.btn-warning { color: var(--bs-white); background-color: var(--bs-warning); border-color: var(--bs-warning); }
.btn-primary { color: var(--bs-white); background-color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-success { color: var(--bs-white); background-color: var(--bs-success); border-color: var(--bs-success); }
.btn-danger { color: var(--bs-white); background-color: var(--bs-danger); border-color: var(--bs-danger); }
.btn-light { color: var(--bs-dark); background-color: #f8f9fa; border-color: #dee2e6; }
.btn-dark { color: var(--bs-white); background-color: var(--bs-dark); border-color: var(--bs-dark); }
.btn-gold { color: var(--bs-dark); background-color: var(--bs-gold); border-color: var(--bs-gold); }
.btn-secondary { color: var(--bs-dark); background-color: var(--bs-gray); border-color: var(--bs-gray); }
.btn:focus { box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%); }
.btn.disabled, .btn:disabled { pointer-events: none; opacity: .65; }


/* tooltip */
.tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }
.tooltip.show { opacity: 0.9; }
.tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
.tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { padding: 0.4rem 0; }
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { bottom: 0; }
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { padding: 0 0.4rem; }
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { padding: 0.4rem 0; }
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { top: 0; }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { padding: 0 0.4rem; }
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }
.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: var(--bs-white); text-align: center; background-color: #000; border-radius: 0.25rem; }

/* tab */
.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-tabs { border-bottom: 1px solid #dee2e6; }
.nav-link { display: block; padding: .5rem 1rem; color: #0d6efd; text-decoration: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }
.nav-tabs .nav-link { margin-bottom: -1px; background: 0 0; border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: var(--bs-white); border-color: #dee2e6 #dee2e6 var(--bs-white); }
.tab-content>.tab-pane { display: none; }
.tab-content>.active { display: block; }

.tabs3 .nav-tabs { display: flex; align-items: center; justify-content: center; flex: auto; border: 0; }
.tabs3 .nav-tabs .nav-item { margin: 0 1.5rem 3rem; }
.tabs3 .nav-tabs .nav-link { width: 240px; border: 2px solid #E5EAF5; padding: 18px; font-size: 16px; border-radius: 10px; background-color: #F5F5F5; color: var(--bs-dark) }
.tabs3 .nav-tabs .nav-item.show .nav-link,
.tabs3 .nav-tabs .nav-link.active { border-color: var(--bs-danger); color: var(--bs-danger); background-color: #fff; box-shadow: 0 0.8rem 2.5rem rgb(238 1 8 / 13%);}


/* modal */
.modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; }
.modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; }
.modal-dialog { max-width: 500px; margin: 1.75rem auto; }
.modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0,-50px); }
.modal.show .modal-dialog { transform: none; }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: var(--bs-white); background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0; }
.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(.3rem - 1px); border-top-right-radius: calc(.3rem - 1px); }
.modal-header .modal-title { margin: 0; line-height: 1.5; font-size: 18px; font-weight: 500; }
.modal-header .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: .25em .25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
.modal-header.bg-primary .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: .25em .25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
.modal-header .btn-close { padding: .5rem .5rem; margin: -.5rem -.5rem -.5rem auto; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: .75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(.3rem - 1px); border-bottom-left-radius: calc(.3rem - 1px); }
.modal-footer>* { margin: .25rem; }
.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: .5; }
.modal.modal-static .modal-dialog { transform: scale(1.02); }

/* dropdown */
.dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; margin: 0; padding: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: var(--bs-white);    border: 1px solid rgba(0,0,0,.15); background-clip: padding-box;  }
.dropdown .dropdown-menu.show { display: block; }
.dropdown .dropdown-menu .dropdown-item { display: block; width: 100%; padding: .25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; }
.dropdown .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: .125rem; }
.dropdown .dropdown-menu-end {  }
.dropdown .dropdown-toggle { white-space: nowrap; }
.dropdown .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown .dropdown-toggle.show::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-bottom: .3em solid; border-right: .3em solid transparent; border-top: 0; border-left: .3em solid transparent; }

.accordion-item { background-color: var(--bs-white); border: 1px solid rgba(0,0,0,.125); }
.accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; }
.accordion-flush .accordion-item:first-child { border-top: 0; }
.accordion-item:first-of-type { border-bottom: 0;}
.accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: var(--bs-white); border: 0; border-radius: 0; overflow-anchor: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }
.accordion-button:not(.collapsed) { color: var(--bs-primary); background-color: #e7f1ff; box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); }
.accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform .2s ease-in-out; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); }

.collapsing { height: 0; overflow: hidden; transition: height .35s ease; }
.collapse:not(.show) { display: none; }

.list-group { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.list-group:before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background-color: #e6e6e6; }
.list-group .list-group-item { position: relative; display: block; padding-left: 18px; margin: 8px 0; line-height: 20px; font-size: 16px; color: var(--bs-gray); box-sizing: border-box; }
.list-group .list-group-item.active { color: var(--bs-primary); }
.list-group .list-group-item.active:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; display: block; width: 2px; background: var(--bs-primary); }
.list-group .list-group-item:hover { color: var(--bs-primary); }

.sticky-top { position: -webkit-sticky !important; position: sticky !important; top: 100px; z-index: 2; }

/* endregion */

/* region Mobile */
.mobile-top { position: relative; z-index: 3; background: var(--bs-primary);color: #fff; display: -ms-flexbox; display: flex;justify-content: flex-end;list-style: none;padding: 10px;margin: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08);}
.mobile-top ul.toplink1 {font-size: 13px;font-weight: 600; display: flex;justify-content: center; align-items: center; margin-left: -10px;}
.mobile-top ul.toplink1 li { padding-right: 20px; }
.mobile-top ul.toplink1 li:last-child { padding-right: 0; }
.mobile-top ul.toplink1 li a { position: relative; color: #fff;}

.mobile-top ul.toplink2 {font-size: 14px;font-weight: 600; display: flex;justify-content: center; align-items: center; margin-right: -10px;}
.mobile-top ul.toplink2 li { padding-left: 15px; }
.mobile-top ul.toplink2 li a { display: flex; align-items: center; justify-content: center; position: relative; color: #fff;}
.mobile-top ul.toplink2 li a svg { fill: var(--bs-white); height: 15px; width: 15px; margin-right: 4px; }

.mobile-top ul.toplink1 li a:hover,
.mobile-top ul.toplink2 li a:hover{ color: var(--bs-danger); }

.mobile-header { position: relative; top: 0; left: 0; background: #fff; width: 100%; height: 101px; text-align: center; z-index: 3;  display: none;}
.mobile-header .mobile-logo { height: 60px; }
.mobile-header .mobile-logo>img { height: 40px; }
.mobile-header a { display: flex; align-items: center; justify-content: center; width: 100%; }
.mobile-header a { display: flex; align-items: center; justify-content: center; width: 100%; }
.mobile-header .mobile-push { position: relative; color:var(--bs-dark); font-size:30px; width: 82px; height: 60px;  }
.mobile-header .mobile-push span { position: absolute; top:16px; right: 38px; font-size:11px; line-height: 1; border-radius: 6px; zoom: 70%; }
.mobile-header svg { fill: var(--bs-dark); width: 28px; height: 28px; }
.mobile-header .mblMenu { position: absolute; left: 0; top: 0; z-index: 2; width:68px; height: 60px;  font-size: 30px; fill: #ffffff; padding: 8px 24px; }

.menuTopFix.sticky { position: fixed; width: 100%; top: 0; left: 0; box-shadow: 0 2px 4px rgba(3,27,78,.1);}

#sidebar { background: #f8f8f8; border-top: 1px solid #e6e6e6; position: fixed; width: 100%; left: 0; top: 101px; height: calc(100% - 100px); z-index: 9999; display: none; }
#sidebar.active { display: block; }

.gw-login { display: flex; padding: 15px 10px 5px; }
.gw-login a { width: 100%; }
.gw-login a:last-child{border-right:0}
.gw-login a i{margin-right:4px}
.gw-sidebar{padding:10px}
.gw-sidebar .nano-pane{background:rgba(255,255,255,0);font-size:15px}
.nano-content{list-style:none;margin:0; border-radius: 10px; background-color:#fff;padding:0 12px;font-size:16px;color:#666;border:1px solid #e6e6e6;line-height:1.2;font-weight:500;overflow-x:hidden;overflow-y:scroll;height: calc(100vh - 230px)}
.gw-sidebar .gw-nav-list li a{padding-left:20px}
.gw-nav-list{margin:0;padding:0;list-style:none}
.gw-nav-list>li:first-child{border-top:0}
.gw-nav-list>li{display:block;padding:0;margin:0;border:0;border-top:1px solid #fcfcfc;border-bottom:1px solid #e5e5e5;position:relative;text-decoration:none}
.gw-nav-list>li:last-child{border-bottom:none}
@-webkit-keyframes arrow-slide{100%{-webkit-transform:rotate(225deg);z-index:3}}
@-webkit-keyframes arrow-slide1{100%{-webkit-transform:rotate(225deg);z-index:3}}
.gw-nav-list>li.arrow-down:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-top:1px solid #bababa;border-left:1px solid #bababa;-webkit-transform:rotate(45deg);-webkit-animation:arrow-slide .5s 0s ease both}
.gw-nav-list>li.init-arrow-down:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-right:1px solid #bababa;border-bottom:1px solid #bababa;-webkit-transform:rotate(45deg)}
.gw-nav-list>li.arrow-up:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-right:1px solid #bababa;border-bottom:1px solid #bababa;-webkit-transform:rotate(45deg);-webkit-animation:arrow-slide1 .5s 0s ease both}
.gw-nav-list>li.init-arrow-up:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-top:1px solid #bababa;border-left:1px solid #bababa;-webkit-transform:rotate(45deg)}
.gw-nav-list>li.active{background-color:#fff}
.gw-nav-list>li>a{display:block;height:42px;line-height:42px;padding:0 16px 0 7px;color:#666;text-shadow:none!important;font-size:16px;font-weight:500;text-decoration:none}
.gw-open>a{outline:0}
.gw-nav-list>li.gw-open{border-bottom-color:#e5e5e5}
.gw-nav-list>li.gw-open>a{background-color:#fafafa;color:var(--bs-danger)}
.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:focus,
.gw-nav-list .gw-open>a:hover{background-color:#fafafa}
.gw-nav .gw-open>a,
.gw-nav .gw-open>a:focus,
.gw-nav .gw-open>a:hover{background-color:#eee;border-color:var(--bs-danger)}
.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:active,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:hover{background-color:#fff;color:var(--bs-danger);font-weight:800;font-size:16px}
.gw-nav-list .gw-nav-header,
.gw-nav-list>li>a{margin:0}
.gw-nav-list>li.active>a>[class*=icon-]{font-weight:400}
.gw-nav-list>li.active>a:hover:before{display:none}
.gw-nav-list>li.active:before{display:inline-block;content:"";position:absolute;right:-13px;top:-1px;bottom:0;z-index:1;border-right:1px solid #dd4814}
.gw-nav-list li.gw-open>a:after{display:none}
.gw-nav-list>li a>.gw-arrow{display:inline-block;width:14px!important;height:14px;line-height:14px;text-shadow:none;font-size:18px;position:absolute;right:11px;top:11px;padding:0;color:#666}
.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow{color:#1963aa}
.gw-nav-list>li>a>[class*=icon-]:first-child{display:inline-block;vertical-align:middle;min-width:30px;text-align:center;font-size:18px;font-weight:400;margin-right:2px}
.gw-nav-list>li .gw-submenu{font-size:13px;display:none;list-style:none;margin:0;padding:0;position:relative;background-color:#fff;border-top:1px solid #e5e5e5}
.gw-nav-list>li .gw-submenu>li{margin-left:0;position:relative}
.gw-nav-list>li .gw-submenu>li>a{display:block;position:relative;color:#616161;padding:11px 0 9px 35px;margin:0;border-top:1px dotted #e4e4e4;font-size:14px;font-weight:400;text-decoration:none}
.gw-nav-list>li .gw-submenu>li>a:focus{text-decoration:none}
.gw-nav-list>li .gw-submenu>li>a:hover{text-decoration:none;color:#dd4814;background-color:rgba(25,25,50,.1)}
.gw-nav-list>li .gw-submenu>li.active:after{display:inline-block;content:"";position:absolute;right:-1px;top:-1px;bottom:0;z-index:1;border:2px solid #dd4814}
.gw-nav-list>li .gw-submenu>li.active>a{color:#dd4814}
.gw-nav-list>li .gw-submenu>li a>[class*=icon-]:first-child{display:none;font-size:12px;font-weight:400;width:18px;height:auto;line-height:12px;text-align:center;position:absolute;left:10px;top:11px;z-index:1;background-color:#fff}
.gw-nav-list>li .gw-submenu>li.active>a>[class*=icon-]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*=icon-]:first-child{display:inline-block}
.gw-nav-list>li .gw-submenu>li.active>a>[class*=icon-]:first-child{color:#c86139}
.gw-nav-list>li>.gw-submenu>li:first-child>a{border-top:0}
.gw-nav-list li .gw-submenu{overflow:hidden}
.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after{display:none}
.gw-nav-list li.active>.gw-submenu>li.active>a:after{display:none}
.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after{display:block}
.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^=icon-]{width:1.25em;display:inline-block;text-align:center}
/* endregion */

/* region Header */
.header { background: var(--bs-white); }
.header .top-bar { background: #2e3191; padding: 5px 0;  }
.header .top-bar .top-desc { height: 32px; display: flex; align-items: center; justify-content: flex-start; font-size: 15px; line-height: 1; color: var(--bs-white); }
.header .top-bar .top-link { height: 32px; display: flex; align-items: center; justify-content: flex-end; }
.header .top-bar .top-link>ul { display: flex; align-items: center; justify-content: flex-end; }
.header .top-bar .top-link>ul>li>a { display: flex; align-items: center; justify-content: flex-start; color: var(--bs-white); padding: 0 10px; font-size: 15px; line-height: 1;}
.header .top-bar .top-link>ul>li>a>svg { fill: var(--bs-white); height: 15px; width: 15px; margin-right: 4px; }
.header .top-bar .language {  }
.header .top-bar .language>a>img{ width: 15px; height: 15px; margin-right: 4px;}
.header .top-bar .language .dropdown-menu { top: 7px !important; }
.header .top-bar .language .dropdown-menu>ul { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; width: 400px; padding: 15px 0 15px 15px;  }
.header .top-bar .language .dropdown-menu>ul + ul { border-top: 1px solid var(--bs-border-gray); }
.header .top-bar .language .dropdown-menu>ul>li{ flex: 0 0 20%; }
.header .top-bar .language .dropdown-menu>ul>li:first-child{ flex: 0 0 100%; text-align: center; }
.header .top-bar .language .dropdown-menu>ul>li>a{ display: flex; align-items: center; justify-content: flex-start; font-weight: 600; padding: 10px 5px; color: var(--bs-dark); }
.header .top-bar .language .dropdown-menu>ul>li>a>img{ width: 25px; height: 25px; margin-right: 5px; }
.header .top-bar .language .dropdown-menu>ul>li>a:hover { color: var(--bs-warning)}

.header .nav-bar { padding: 10px 0; }
.header .nav-bar .logo { display: flex; align-items: center; justify-content: flex-start; padding: 10px 0; }
.header .nav-bar .logo a { display: flex; align-items: center; justify-content: flex-start; }
.header .nav-bar .logo img { height: 52px; }
.header .nav-bar .menu-wrapper { display: flex; align-items: center; justify-content: flex-end; }

.header .nav-bar .mega-menu { display: flex; align-items: center; justify-content: flex-end; width: 100%; }
.header .nav-bar .mega-menu>li { position: relative; }
.header .nav-bar .mega-menu>li>a { position: relative; display: flex; align-items: center; justify-content: center; font-size: 17px; line-height: 1; font-weight: 600; padding: 10px 15px;  color: var(--bs-dark); }
.header .nav-bar .mega-menu>li:hover>a { color: var(--bs-danger); }
.header .nav-bar .mega-menu>li:hover > a:before { position: absolute; content: ''; left: 0; bottom: -1px; z-index: 3; height: 1px; width: 100%; background: var(--bs-danger); }
.header .nav-bar .mega-menu>li.offer-link > a { background-color: var(--bs-primary); color: #fff; box-shadow: 0 15px 25px rgb(0 0 0 / 20%); border-radius: 30px; transition: all .1s linear;}
.header .nav-bar .mega-menu>li.offer-link > a>img { margin-left: 5px; height: 22px; width: 22px; }
.header .nav-bar .mega-menu>li.offer-link:hover > a:before { display: none }
.header .nav-bar .mega-menu>li.offer-link:hover > a { background-color: var(--bs-danger); color: #fff;}

.header .nav-bar .mega-menu>li.sub:hover>a:after { content: ""; width: 0; height: 0; position: absolute; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; left: 50%; transform: translateX(-50%); top: 49px; z-index: 9; }

.header .nav-bar .mega-menu>li>.sub-menu { display: none; position: absolute; top: 100%; left: 120px; transform: translateX(-50%); z-index: 3; min-width: 300px; }
.header .nav-bar .mega-menu>li>.sub-menu .sub-menu-main { margin-top: 27px; width: 100%; background-color: #fff; border-radius: 0 0 10px 10px;  -webkit-box-shadow: 0 32px 104px 0 rgb(0 0 0 / 41%); }
.header .nav-bar .mega-menu>li>.sub-menu .sub-menu-main ul { list-style: none; margin: 0; padding: 30px 30px 10px 30px; }
.header .nav-bar .mega-menu>li>.sub-menu .sub-menu-main ul li { text-align: left; font-size: 14px; line-height: 16px; color: #333; border-bottom: 1px solid rgba(221, 221, 221, 0.4196078431372549); padding-bottom: 15px; margin-bottom: 15px; width: 100%; }
.header .nav-bar .mega-menu>li>.sub-menu .sub-menu-main ul li a { font-size: 16px; color: #666; cursor: pointer; text-decoration: none; }
.header .nav-bar .mega-menu>li>.sub-menu .sub-menu-main ul li a:hover { color: var(--bs-danger); }
.header .nav-bar .mega-menu>li>.sub-menu .sub-menu-main ul li:last-child { border: none; margin-bottom: 0; }
.header .nav-bar .mega-menu>li.sub:hover>.sub-menu { display: block; }

.header .nav-bar.on-scroll { position: fixed; z-index: 3; background-color: var(--bs-white); padding: 5px 0;  border-bottom:0; top: 0; left: 0; width: 100%; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);}
.header .nav-bar.on-scroll .logo img { height: 40px; width: auto; }

@media only screen and (max-width: 1200px){
    .top-bar { display: none }
    .header { display: none }
    .mobile-header { display: block }
}
@media only screen and (max-width: 767px){
    .top-bar { display: none }
    .header { display: none }
    .mobile-header { display: block }
}
/* endregion */

/* region Section Home */
.home-banner { height: 500px; }
#home-banner .item { position: relative; overflow: hidden; height: 500px; border-radius: 10px 10px 10px 10px; }
/*#home-banner .item:before { position: absolute; content:''; left: 0; top: 0; height: 100%; width: 70%; z-index: 1;  background-image: linear-gradient(270deg,rgba(255,255,255,0),rgba(255,255,255,.9)); }*/
#home-banner .item .slide-text { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; overflow: hidden; height: 100%; width: 600px; padding: 40px 10px; border-radius: 10px; }
#home-banner .item .slide-text b { font-size: 32px; line-height: 1.3; font-weight: 800; }
#home-banner .item .slide-text strong { font-size: 32px; line-height: 1.3; font-weight: 800; }
#home-banner .item .slide-text .desc-price { font-size: 24px; line-height: 1.3; }
#home-banner .item .slide-text .desc-price>strong { font-weight: 800; }
#home-banner .item .slide-text .desc-km { font-size: 16px; font-weight: 500; margin-top: 15px; }
#home-banner .item .slide-text .btn { margin-top: 15px; border-radius: 30px; }
#home-banner .item .slide-text .btn>img { width: 25px; height: 25px; margin-left: 5px; }
#home-banner .item .slide-img { position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: left; }

#home-banner .owl-dots { position: absolute; bottom: 20px; right: 0; left: 0; display: flex; align-items: center; justify-content: center; }
#home-banner .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
#home-banner .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span { background: #869791; }
#home-banner .owl-nav { position: absolute; bottom: 20px; right: 40px; z-index: 1; display: flex; align-items: center; justify-content: center; }
#home-banner .owl-nav button { background: var(--bs-white); color: black; border-radius: 50%; width: 42px; height: 42px; line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 2rem; overflow: hidden; margin: 0 2px; }
#home-banner .owl-nav button span { line-height: 1; height: 39px;}
#home-banner .owl-nav button:hover { background: var(--bs-danger); color: var(--bs-white); }

.section-branch .branch-main { border-radius: 0 0 20px 20px; padding: 20px 30px 30px; background-color: var(--bs-primary) }
.section-branch .branch-main h2 { font-size: 28px; line-height: 1; margin: 0 0 15px; color: #fff; text-align: center; }
.section-branch ul { display: flex; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto; }
.section-branch ul li { margin: 0 15px 0 0; width: calc(100% / 6);}
.section-branch ul li a { display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: #fff; padding: 10px; font-size: 14px; font-weight: 600; color: #2d3191; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%); border-radius: 7px; transition: all .2s ease-in-out;}
.section-branch ul li a img { margin-bottom: 4px; height: 68px; }
.section-branch ul li a svg { margin-bottom: 10px; height: 47px; }
.section-branch ul li a small { font-size: 13px; font-weight: 400; }
.section-branch ul li a:hover { color: #f5633a; transform: scale(1.06); }

.section-services { position: relative; padding: 40px 0 60px; line-height: 1.1; text-align: center; }
.section-services b { position: relative; z-index: 1; display: block; font-size: 54px; line-height: 1; font-weight: 700; color: var(--bs-primary); margin-bottom: 10px; background-image: linear-gradient(0deg, rgb(0 148 243 / 20%),rgb(0 148 243 / 20%)); background-size: 5px 9px; background-repeat: repeat-x; background-position: bottom; }
.section-services span { display: block; font-size: 22px; font-weight: 600; }

.box1 { padding: 15px 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center;}
.box1 .thumb { display: flex; align-items: center; justify-content: center; background-repeat: no-repeat; margin-bottom: 15px; }
.box1 .thumb svg { height: 54px; width: 54px; fill: var(--bs-primary); }
.box1 .thumb img { height: 78px; width: 78px; }
.box1 h3 { font-size: 20px; margin: 0 0 8px; font-weight: 800; }
.box1 p { font-size: 16px; line-height: 1.4; font-weight: 400; margin: 0; color: #666; }
/* endregion */

/* region Section Breadcrumb */
.main-breadcrumb { display: flex; text-align: left; margin: 0; padding: 0; }
.main-breadcrumb li { position: relative; display: inline-block; font-size: 12px; font-weight: 600; padding: 0 10px; color: #919191;}
.main-breadcrumb li:first-child { padding-left: 0; }
.main-breadcrumb li:before { content: ''; position: absolute; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 3px solid var(--bs-light-gray); right: 0; z-index: 1; top: 50%; margin-top: -3px; }
.main-breadcrumb li:after { content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #919191; right: -2px; top: 50%; margin-top: -5px; }
.main-breadcrumb li:last-child:before{display:none}
.main-breadcrumb li:last-child:after{display:none}
.main-breadcrumb li a { color: #919191; }
.main-breadcrumb li.active { color: #919191; }
.main-breadcrumb li a:hover { text-decoration: underline; }
/* endregion */

/* region Section Blog */
.section-blog { padding: 60px 0 60px;}
.blog-item { position: relative; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column;height: 360px; width: 100%; margin: 8px 0; overflow: hidden; color: #fff; border-radius: 16px; /*background-image: linear-gradient(180deg, hsla(0,0%,100%,0) 0,rgba(3,27,74,0) 40%,#12181F 97%);*/}
.blog-item:before { content: ""; position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; height: 160px; background: linear-gradient(0deg, #000 0, rgba(84, 84, 84, 0)); }
.blog-item:hover:before {transition: all 200ms linear; background: var(--bs-primary); width: 100%; height: 100%;}
.blog-item>img { width: 100%; height: 100%; object-fit: cover;}
.blog-item:hover>img { filter: grayscale(50%) blur(2px); -webkit-filter: grayscale(50%) blur(2px); -webkit-animation: zoomin 4s ease-in infinite; animation: zoomin 4s ease-in infinite; transition: all .4s ease-in-out;}
.blog-item .blog-cat { position: absolute; left: 20px; top: 20px; z-index: 1; background-color: var(--bs-danger); color: #fff; border-radius: 4px; font-size: 13px; padding: 3px 6px; }
.blog-item .blog-info { position: absolute; left: 20px; bottom:20px; width: calc(100% - 40px); height: 90px; overflow: hidden; z-index: 1; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; transition: all .4s ease-in-out;}
.blog-item .blog-info .date { font-size: 12px; opacity: .5; margin-bottom: 5px; font-weight: 300;}
.blog-item .blog-info .name { font-size: 20px; line-height: 1.5; font-weight: 700;}
.blog-item .blog-info .more { display: none; align-items: center; justify-content: center; transition: all .1s ease-in-out; line-height: 1; margin-top: 15px; }
.blog-item .blog-info .more>span { font-size: 16px; font-weight: 500; color: var(--bs-white); }
.blog-item .blog-info .more>svg { position: relative; top: 1px; height: 24px; width: 24px; fill: var(--bs-white); margin-left: 5px; transition: all .1s ease-in-out;}
.blog-item:hover .blog-info { bottom:80px; height: auto; }
.blog-item:hover .blog-info .more { display: flex; }
.blog-more { display: flex; align-items: center; justify-content: center; margin-top: 30px; }
.blog-more a { font-size: 18px; font-weight: 600; border-radius: 30px;}
.blog-more a svg { width: 20px; height: 20px; margin-left: 5px; fill: var(--bs-primary);}
.blog-more a:hover svg {  fill: #ffffff; }
/* endregion */

/* region Section Promo */
.section-promo { position: relative; z-index: 1; }
.section-promo:after { position: absolute; content: ""; top: 0; right: 0; width: 100%; height: 100%; background: #2e3191; z-index: -1; }
.promo-box-left { position: relative; z-index: 1; padding: 40px 0 20px; text-align: center }
.promo-box-left:after,
.promo-box-left:before { position: absolute; content: ""; top: 0; height: 100%; transform: skewX(45deg); z-index: -1; }
.promo-box-left:before { background: #fff none repeat scroll 0 0; right: 44%; width: 70px; }
.promo-box-left:after { background: #ee1c23 none repeat scroll 0 0; right: 55%; width: 2030px; }
.promo-box-left img { height: 260px; }
.promo-box-right { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; color: #fff; }
.promo-box-right h2 { font-size: 32px; font-weight: 800; margin: 0 0 4px; }
.promo-box-right p { font-size: 18px; margin: 0 0 15px; }
.promo-box-right .btn { border-radius: 30px; }
.promo-box-right .btn img { width: 24px; height: 24px; margin-left: 5px; }
/* endregion */

/* region Section Interview Videos */
.section-promo-video { position: relative; z-index: 1; background-color: #2d287f; }
.section-promo-video .container .swiper { height: min-content; padding: 24px 60px 48px 60px; }
.section-promo-video .promo-bg-decoration { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 0; pointer-events: none; overflow: hidden; }
.section-promo-video .promo-bg-decoration::before { content: ""; position: absolute; top: 0; right: 55%; width: 2030px; height: 100%; background-color: #ee1c23; transform: skewX(45deg); }
.section-promo-video .promo-bg-decoration::after { content: ""; position: absolute; top: 0; right: 52%; width: 70px; height: 100%; background-color: #fff; transform: skewX(45deg); z-index: -1; }
.section-promo-video:after { position: absolute; content: ""; top: 0; right: 0; width: 100%; height: 100%; z-index: -1; }
.promo-box-video-left { position: relative; z-index: 1; padding: 40px 0 20px; text-align: center; }
.promo-box-video-left:after, .promo-box-video-left:before { position: absolute; content: ""; top: 0; height: 100%; transform: skewX(45deg); z-index: -1; }
.promo-box-video-left:before { background: #fff none repeat scroll 0 0; right: 51%; width: 70px; }
.promo-box-video-left:after { background: #ee1c23 none repeat scroll 0 0; right: 55%; width: 2030px; }
.promo-box-video-right { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; background-color: #2d287f; }
/* endregion */

/* region Section Cars */
.section-cars { position: relative; padding: 60px 0; background-color: #f4f7f9; }
.brand-list { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; padding: 0; margin: 0; }
.brand-list li { flex: 0 0 20%; padding: 10px; }
.brand-list li .item { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 10px 10px 20px; min-height: 123px; background-color: #fff; border-radius: 10px;-webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.brand-list li .item>img { display: block; max-height: 64px; -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.brand-list li .item>span { position: absolute; bottom: 10px; font-size: 14px; color: #717a8f; }
.brand-list li .item:hover>img { -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.brand-list li.last { display: block; }
.brand-list li.first { display: none; }
/* endregion */

/* region Section Tabs */
.section-tabs { padding: 60px 0; }
.section-tabs .text-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.section-tabs .tab-pane .h-title { font-size: 30px; font-weight: 700; line-height: 1.4; margin: 0 0 10px; color: var(--bs-dark)}
.section-tabs p { font-size: 18px; font-weight: 300; margin: 0 0 20px; color: var(--bs-gray)}
.section-tabs p:last-child { margin-bottom: 0; }
.section-tabs .h-desc { font-size: 20px; font-weight: 300; margin: 0; color: var(--bs-gray)}
.section-tabs .btn { font-size: 16px; min-width: 200px; }
.section-tabs .btn-link { font-size: 20px; margin-top: 15px; }
/* endregion */

/* region Section Call Us */
.section-call { padding: 30px 0; background-color: var(--bs-danger) !important; }
.section-call .call-main { display: flex; align-items: center; justify-content: flex-start; /*background-color: var(--bs-danger); padding: 30px 60px; border-radius: 30px; box-shadow: 0 1rem 1.75rem rgb(9 42 93 / 9%);*/ }
.section-call .call-main .call-avatar { position: relative; flex: 0 0 135px; width: 135px; height: 135px;  /*  border-radius: 50%; padding: 10px 0 0; margin-top:20px; background-color: #fff;*/ }
.section-call .call-main .call-avatar img { position: absolute; top:0;left: 0;  width: 100%;height:auto; }
.section-call .call-main .call-text { flex: 0 0 37%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; line-height: 1.3; margin-left: 30px; }
.section-call .call-main .call-text b { font-size: 33px; color: #fff; }
.section-call .call-main .call-text p { display: flex; align-items: center; justify-content: flex-start; font-size: 22px; margin: 3px 0 0; color: #fff; }
.section-call .call-main .call-text p svg { width: 20px; height: 20px; margin-right: 6px; fill: #fff;}
.section-call .call-main .call-text p a {font-weight: 600; color: #fff; margin-left: 6px; }
.section-call .call-main .call-or { position: relative; flex: 0 0 28%; display: flex; align-items: center; justify-content: center; }
.section-call .call-main .call-or:before { position: absolute; content: ''; top: 16px; background-color: #fff; width: 160px; height: 1px; }
.section-call .call-main .call-or span { position: relative; z-index: 0; font-size: 20px; padding: 0 10px; color: #fff; background-color:var(--bs-danger); }
.section-call .call-main .call-action { flex: 0 0 200px; padding-left: 10px; }
.section-call .call-main .call-action .btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 52px; border-radius: 30px; }
.section-call .call-main .call-action .btn img { width: 24px; height: 24px; margin-left: 5px; }
/* endregion */

/* region Section Campaign */
.section-campaign { padding: 70px 0 10px; overflow: hidden; background-color: #f4f7f9; }
#home-campaign .owl-stage { padding: 15px 0; }
#home-campaign .item { border-radius: 16px; overflow: hidden; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%); }
#home-campaign .item .item-meta { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 10px; min-height: 110px; background-color: #fff; }
#home-campaign .item .item-meta p { font-weight: 800; margin: 0 0 5px; height: 48px; overflow: hidden; text-align: center; }
#home-campaign .item .item-meta .btn { border-radius: 30px; min-width: 120px; height: 32px; }
#home-campaign .owl-nav {  display: flex; align-items: center; justify-content: center; }
#home-campaign .owl-nav button { position: absolute; top: 43%;  z-index: 2; background: #fff !important; color: black; border-radius: 50%; width: 42px; height: 42px; line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 2rem !important; overflow: hidden; margin: 0 2px; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%); }
#home-campaign .owl-nav button span { line-height: 1; height: 39px;}
#home-campaign .owl-nav button:hover { background: var(--bs-danger) !important; color: var(--bs-white); }
#home-campaign .owl-nav .owl-prev { left: -25px; }
#home-campaign .owl-nav .owl-next { right: -25px; }

.section-campaign-detail { background-color: #f4f7f9; padding: 60px 0; border-top: 1px solid #e8e8e8;}
.section-campaign-detail .campaign-title { margin-bottom: 10px; }
.section-campaign-detail .campaign-title h1 { font-size: 32px; margin: 0; line-height: 1.3; }
.section-campaign-detail .campaign-title .main-breadcrumb { margin-bottom: 10px; }
.section-campaign-detail .campaign-banner { background-color: #fff; border-radius: 20px; overflow: hidden; }
.section-campaign-detail .campaign-content { background-color: #fff; padding: 30px; border-radius: 20px; }
.section-campaign-detail .campaign-content h2 { font-size: 20px; margin: 0 0 5px; }
.section-campaign-detail .campaign-content ul { list-style: square; padding-left: 20px;  }
.section-campaign-detail .campaign-content ul li { line-height: 1.3; padding: 5px 0; }

/* endregion */

/* region Section Text */
.section-banner { position: relative; padding: 90px 0; overflow: hidden; background-color: var(--bs-primary); color: #fff; }
.section-banner:after { position: absolute; content: ""; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background: linear-gradient(90deg, var(--bs-primary) 40%,rgba(8,15,44,0)); }
.section-banner .section-banner-bg { position: absolute; right: 0; top: 0; width: 70%; height: 100%; object-fit: cover; }
.section-banner .container { position: relative; z-index: 1; }
.section-banner h1 { font-size: 32px; margin: 0; line-height: 1.3; }
.section-banner .main-breadcrumb { margin-bottom: 10px; }
.section-banner .main-breadcrumb li { color: #fff; }
.section-banner .main-breadcrumb li a { color: #fff; }
.section-banner .main-breadcrumb li:after {border-left-color: #fff;}
.section-banner .main-breadcrumb li:before { border-left: 3px solid var(--bs-primary) }

.section-text { background-color: #fff; padding: 30px 0; }
.section-text .campaign-content ul { list-style: square; padding-left: 20px;  }
.section-text .campaign-content ul li { line-height: 1.3; padding: 5px 0; }

.agr-text { font-size: 18px; line-height: 1.5; }
.agr-text p { margin: 0 0 20px; }
.agr-text ol { list-style: none; padding-left: 30px; margin: 20px 0; }
.agr-text ul { list-style: square; padding-left: 30px; margin: 20px 0; }
.agr-text ul li { font-size: 18px; line-height: 1.5; padding: 7px 0; }
.agr-text a { color: var(--bs-link) }
.agr-text b { font-weight: 800; }
.agr-text strong { font-weight: 800; }
/* endregion */

/* region Section Form */
.section-form { background-color: #fff; padding: 70px 0; }
.section-form .card { background-color: #fff; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 1rem 1.75rem rgb(9 42 93 / 9%);}
.section-form .card-header { padding: 20px 30px 17px; border-bottom: 1px solid #e8e8e8; }
.section-form h2 { font-size: 20px; line-height: 1; margin: 30px 0 15px; color: var(--bs-primary) }
.section-form h2:first-child { margin-top: 0; }
.section-form .card-header>h2 { font-size: 20px; line-height: 1; margin: 0;  }
.section-form .card-body { padding: 15px 30px 15px;  }
.section-form .form-group { margin-bottom: 15px; }
.section-form .form-group label { font-size: 14px; }
.section-form .check-group { margin: 10px 0 20px; }
.section-form .check-group a { color: var(--bs-danger) }
.section-form .btn { min-width: 200px; border-radius: 30px; }

.list-sidebar { position: relative; }
.list-sidebar .sidebar-title { font-size: 20px;  }
/* endregion */

/* region Section Contact */
.section-contact { padding: 60px 0; background-color: #f4f7f9;border-top: 1px solid #e8e8e8; }

.contact-sidebar { display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: var(--bs-primary); padding: 10px 30px 40px; border-radius: 20px; box-shadow: 0 1rem 1.75rem rgb(9 42 93 / 9%);}
.contact-sidebar a { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: #fff; padding: 20px 0; font-size: 26px; font-weight: 600; }
.contact-sidebar a img { height: 64px; width: 64px; }
.contact-sidebar .address { font-size: 16px; }
.contact-sidebar .btn { width: 100%; border-radius: 30px;  font-size: 1rem;}

.contact-map { display: flex; width: 100%; padding: 10px; border-radius: 20px; background-color: #fff; filter: grayscale(1);}
.contact-map iframe { border-radius: 15px; }

.contact-form { width: 100%; padding: 30px 50px; border-radius: 20px; background-color: #fff; box-shadow: 0 1rem 1.75rem rgb(9 42 93 / 9%); }
.contact-form h2 { font-size: 28px; line-height: 1.2; margin: 0 0 20px; }
.contact-form form { width: 100%; }
.contact-form .form-group { margin-bottom: 10px; }
.contact-form label a { color: var(--bs-dark); font-weight: 700; }
.contact-form .btn { min-width: 200px; margin-top: 15px; border-radius: 30px; }

.contact-info { width: 100%; padding: 30px 50px 10px; margin-top: 30px; border-radius: 20px; background-color: #fff; box-shadow: 0 1rem 1.75rem rgb(9 42 93 / 9%);}
.contact-info h2 { font-size: 28px; line-height: 1.2; margin: 0 0 20px; }
.contact-info b { font-size: 16px; display: block; font-weight: 800; }
.contact-info p { font-size: 16px; display: block; margin: 0 0 20px; color: var(--bs-gray) }
/* endregion */

/* region Noty */
#noty_layout__bottom,#noty_layout__bottomCenter,
#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}
#noty_layout__top{top:0;left:5%;width:90%}
#noty_layout__topLeft{top:20px;left:20px;width:325px}
#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}
.noty_progressbar{display:none}
.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2}
.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}
.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}
.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}
.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{z-index:998!important}

#noty_layout__topRight{top:143px}
.noty_modal{z-index:998!important}
.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}
.noty_theme__mint.noty_bar .noty_body{ display: flex; align-items: center; justify-content: flex-start; padding:20px; }
.noty_theme__mint.noty_bar .noty_body i { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; margin-right: 10px; font-size: 20px; color: #fff; }
.noty_theme__mint.noty_bar .noty_buttons{padding:10px}
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__is-alert,
.noty_theme__mint.noty_type__notification{background-color:#fff;border:4px solid #e5e3e3;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information,
.noty_theme__mint.noty_type__is-info{background-color:#fff;border-left:4px solid #1D72F3;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__info .noty_body i { background-color: #1D72F3 !important; }

.noty_theme__mint.noty_type__is-success,
.noty_theme__mint.noty_type__success{background-color:#fff;border-left:4px solid #2BDE3F;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__success .noty_body i { background-color: #2BDE3F !important;}

.noty_theme__mint.noty_type__is-warning,
.noty_theme__mint.noty_type__warning{background-color:#fff;border-left:4px solid #FFC007;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__warning .noty_body i { background-color: #FFC007 !important; }

.noty_theme__mint.noty_type__error,
.noty_theme__mint.noty_type__is-error{background-color:#fff;border-left:4px solid #f1406c;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__error .noty_body i { background-color: #f1406c !important; }

.noty_theme__mint.noty_type__danger,
.noty_theme__mint.noty_type__is-danger{background-color:#fff;border-left:4px solid #f1406c;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__danger .noty_body i { background-color: #f1406c !important; }

#noty_layout__topRight {z-index: 99999 !important;}

/* endregion */

/* region Wait Me */
.waitMe_container:not(body),body.waitMe_container .waitMe{transform:translateZ(0);backface-visibility:hidden}body.waitMe_container .waitMe{position:fixed;height:100vh}body.waitMe_container .waitMe .waitMe_content{top:50%!important;transform:none!important}.waitMe_container .waitMe{position:absolute;top:0;left:0;right:0;bottom:0;z-index:9989;text-align:center;overflow:hidden;cursor:wait}.waitMe_container .waitMe *{font-family:inherit;font-size:inherit;font-weight:initial;font-style:initial;line-height:initial;color:initial;text-decoration:initial;text-transform:initial;padding:initial;margin:initial}.waitMe_container .waitMe .waitMe_content{position:absolute;left:0;right:0;top:50%;backface-visibility:hidden}.waitMe_container .waitMe .waitMe_content.horizontal>.waitMe_progress{display:inline-block;vertical-align:middle}.waitMe_container .waitMe .waitMe_content.horizontal>.waitMe_text{display:inline-block;margin:0 0 0 20px;vertical-align:middle}.waitMe_container .waitMe .waitMe_progress{position:relative;font-size:0;line-height:0}.waitMe_container .waitMe .waitMe_progress>div{animation-fill-mode:both;display:inline-block;transform:translateZ(0);backface-visibility:hidden}.waitMe_container .waitMe .waitMe_text{position:relative;margin:20px 0 0}body.waitMe_body{overflow:hidden;height:100%}body.waitMe_body.hideMe{transition:opacity .2s ease-in-out;opacity:0}body.waitMe_body .waitMe_container:not([data-waitme_id]){position:fixed;z-index:9989;top:0;bottom:0;left:0;right:0;background:#fff}body.waitMe_body .waitMe_container:not([data-waitme_id])>div{animation-fill-mode:both;position:absolute}body.waitMe_body .waitMe_container.progress>div{width:0;height:3px;top:0;left:0;background:#000;box-shadow:-5px 0 5px 2px rgba(0,0,0,.2);animation:progress_body 7s infinite ease-out}body.waitMe_body .waitMe_container.working>div{width:10%;height:3px;top:0;left:-10%;background:#000;box-shadow:-5px 0 5px 2px rgba(0,0,0,.2);animation:working_body 2s infinite linear}body.waitMe_body .waitMe_container.progress>div:after{content:'';position:absolute;top:0;bottom:60%;right:0;width:60px;border-radius:50%;opacity:.5;transform:rotate(3deg);box-shadow:#000 1px 0 6px 1px}body.waitMe_body .waitMe_container.img>div{width:100%;height:100%;text-align:center;background-position:center!important;background-repeat:no-repeat!important}body.waitMe_body .waitMe_container.text>div{width:100%;top:45%;text-align:center}@keyframes progress_body{0%{width:0}100%{width:100%}}@keyframes working_body{0%{left:-10%}100%{left:100%}}.waitMe_container .waitMe_progress.bounce>div{width:20px;height:20px;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1{animation-delay:-.32s}.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2{animation-delay:-.16s}@keyframes bounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.waitMe_container .waitMe_progress.rotateplane>div{width:30px;height:30px;animation:rotateplane 1.2s infinite ease-in-out;backface-visibility:visible}@keyframes rotateplane{0%{transform:perspective(120px)}50%{transform:perspective(120px) rotateY(180deg)}100%{transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}.waitMe_container .waitMe_progress.stretch{height:60px}.waitMe_container .waitMe_progress.stretch>div{width:1px;height:100%;margin:0 4px;animation:stretch 1.2s infinite ease-in-out}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2{animation-delay:-1.1s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3{animation-delay:-1s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4{animation-delay:-.9s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5{animation-delay:-.8s}@keyframes stretch{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.waitMe_container .waitMe_progress.orbit{width:40px;height:40px;margin:auto;position:relative}.waitMe_container .waitMe_progress.orbit>div{width:100%;height:100%;margin:auto;top:0;left:0;position:absolute;animation:orbit_rotate 2s infinite linear}.waitMe_container .waitMe_progress.orbit>div>div{width:50%;height:50%;border-radius:50%;top:10%;left:10%;position:absolute;animation:orbit 2s infinite ease-in-out}.waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2>div{top:auto;bottom:10%;left:auto;right:10%;animation-delay:-1s}@keyframes orbit_rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes orbit{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.waitMe_container .waitMe_progress.roundBounce{width:60px;height:60px;margin:auto}.waitMe_container .waitMe_progress.roundBounce>div{width:24%;height:24%;border-radius:50%;position:absolute;animation:roundBounce 1.2s infinite ease-in-out}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1{top:0;left:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2{top:0;right:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3{bottom:0;right:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4{bottom:0;left:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5{top:-3%;left:50%;margin-top:-12%;margin-left:-12%;animation-delay:-1.1s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6{top:50%;right:-3%;margin-top:-12%;margin-right:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7{bottom:-3%;left:50%;margin-bottom:-12%;margin-left:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8{top:50%;left:-3%;margin-top:-12%;margin-left:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9{top:0;right:0;animation-delay:-1s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2{animation-delay:-.9s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6{animation-delay:-.8s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10{bottom:0;right:0;animation-delay:-.7s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3{animation-delay:-.6s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7{animation-delay:-.5s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11{bottom:0;left:0;animation-delay:-.4s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4{animation-delay:-.3s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8{animation-delay:-.2s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12{top:0;left:0;animation-delay:-.1s}@keyframes roundBounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.waitMe_container .waitMe_progress.win8{width:40px;height:40px;margin:auto}.waitMe_container .waitMe_progress.win8>div{width:100%;height:100%;opacity:0;position:absolute;margin:auto;left:0;right:0;transform:rotate(225deg);animation:win8 5.5s infinite}.waitMe_container .waitMe_progress.win8>div>div{width:15%;height:15%;border-radius:50%;position:absolute}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2{animation-delay:.24s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3{animation-delay:.48s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4{animation-delay:.72s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5{animation-delay:.96s}@keyframes win8{0%{transform:rotate(225deg);animation-timing-function:ease-out}7%{opacity:1;transform:rotate(345deg);animation-timing-function:linear}30%{transform:rotate(455deg);animation-timing-function:ease-in-out}39%{transform:rotate(690deg);animation-timing-function:linear}70%{opacity:1;transform:rotate(815deg);animation-timing-function:ease-out}75%{transform:rotate(945deg);animation-timing-function:ease-out}100%,76%{opacity:0;transform:rotate(945deg)}}.waitMe_container .waitMe_progress.win8_linear{margin:auto;width:150px;height:6px}.waitMe_container .waitMe_progress.win8_linear>div{width:100%;height:100%;left:0;opacity:0;position:absolute;animation:win8_linear 3s infinite}.waitMe_container .waitMe_progress.win8_linear>div>div{width:4%;height:100%;border-radius:50%}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2{animation-delay:.3s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3{animation-delay:.6s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4{animation-delay:.9s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5{animation-delay:1.2s}@keyframes win8_linear{0%,100%{transform:translateX(0);animation-timing-function:ease-out}10%{opacity:1;transform:translateX(33.333%);animation-timing-function:linear}50%{opacity:1;transform:translateX(53.333%);animation-timing-function:ease-in-out}60%{opacity:0;transform:translateX(86.666%)}}.waitMe_container .waitMe_progress.ios{margin:auto;width:40px;height:40px}.waitMe_container .waitMe_progress.ios>div{width:10%;height:26%;position:absolute;left:44.5%;top:37%;opacity:0;border-radius:50px;box-shadow:0 0 3px rgba(0,0,0,.2);animation:ios 1s infinite linear}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem1{transform:rotate(0) translate(0,-142%);animation-delay:0s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem2{transform:rotate(30deg) translate(0,-142%);animation-delay:-.9167s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem3{transform:rotate(60deg) translate(0,-142%);animation-delay:-.833s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem4{transform:rotate(90deg) translate(0,-142%);animation-delay:-.75s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem5{transform:rotate(120deg) translate(0,-142%);animation-delay:-.667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem6{transform:rotate(150deg) translate(0,-142%);animation-delay:-.5833s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem7{transform:rotate(180deg) translate(0,-142%);animation-delay:-.5s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem8{transform:rotate(210deg) translate(0,-142%);animation-delay:-.41667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem9{transform:rotate(240deg) translate(0,-142%);animation-delay:-.333s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem10{transform:rotate(270deg) translate(0,-142%);animation-delay:-.25s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem11{transform:rotate(300deg) translate(0,-142%);animation-delay:-.1667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem12{transform:rotate(330deg) translate(0,-142%);animation-delay:-.0833s}@keyframes ios{0%{opacity:1}100%{opacity:.25}}.waitMe_container .waitMe_progress.facebook{margin:auto}.waitMe_container .waitMe_progress.facebook>div{width:6px;height:25px;margin-left:3px;border-radius:20px;transform:scaleY(.7);opacity:.1;animation:facebook 1.3s infinite ease-in-out}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem1{animation-delay:.2s;transform:scaleY(.7)}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem2{animation-delay:.4s;transform:scaleY(.85)}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem3{animation-delay:.6s;transform:scaleY(1)}@keyframes facebook{0%,100%{transform:scaleY(.7);opacity:.1}50%{transform:scaleY(1);opacity:1}}.waitMe_container .waitMe_progress.rotation>div{width:60px;height:60px;margin:auto;border-radius:100%;border-width:6px;border-style:solid;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;animation:rotation 1s infinite linear}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.waitMe_container .waitMe_progress.timer{width:40px;height:40px;margin:auto;border-width:2px;border-style:solid;border-radius:50%;box-sizing:border-box;position:relative;text-indent:-9999px}.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem1,.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem2{border-radius:3px;position:absolute;width:2px;height:48%;left:50%;top:50%;margin-left:-1px;margin-top:-1px;animation:timer 1.25s infinite linear;transform-origin:1px 1px}.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem2{height:40%;animation:timer 15s infinite linear}@keyframes timer{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.waitMe_container .waitMe_progress.pulse{width:30px;height:30px;margin:auto;position:relative}.waitMe_container .waitMe_progress.pulse>div{margin:auto;top:0;left:0;right:0;bottom:0;border-width:3px;border-style:solid;border-radius:50%;position:absolute;opacity:0;animation:pulsate 1s infinite ease-out}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}.waitMe_container .waitMe_progress.progressBar{width:200px;height:20px;margin:auto;background:rgba(0,0,0,.1);padding:5px;border-radius:20px;line-height:0;max-width:100%}.waitMe_container .waitMe_progress.progressBar>div{width:100%;height:100%;overflow:hidden;border-radius:20px;background-size:50px 50px;box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);background-image:linear-gradient(-45deg,rgba(240,240,240,.4) 26%,transparent 25%,transparent 51%,rgba(240,240,240,.4) 50%,rgba(240,240,240,.4) 76%,transparent 75%,transparent);animation:progressBar 2s linear infinite}@keyframes progressBar{0%{background-position:0 0}100%{background-position:50px 50px}}.waitMe_container .waitMe_progress.bouncePulse>div{width:20px;height:20px;margin-right:1px;display:inline-block;border-radius:50%;transform:scale(.5);animation:bouncePulse 1.4s infinite ease-in-out}.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem1,.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem3{animation-delay:.1s}.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem2{animation-delay:.4s}@keyframes bouncePulse{0%,100%,80%{transform:scale(.5)}40%{transform:scale(1)}}
/* endregion */

/* region Bootstrap Select */
@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}

.bootstrap-select .dropdown-menu.inner { padding: 10px !important;}
.bootstrap-select .btn { border: 2px solid #dbddde; background-color: transparent !important;height: 100%;min-height: 46px; border-radius: 6px; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 #0000000d!important; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner { line-height: 38px; font-weight: normal;}
.bootstrap-select .form-control { height: 36px; font-size: 14px; }
.bootstrap-select .dropdown-menu li a { line-height: 22px; font-size: 14px;}
.bootstrap-select .dropdown-menu li a:hover { color: #fff; }
.bootstrap-select .dropdown-menu li a.active { color: #fff; font-weight: 600;}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    transition: color .2s ease,background-color .2s ease;
    background-color: var(--bs-primary);
}
.bootstrap-select .dropdown-menu li.selected a { color: #0059cd !important;background: transparent;}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle { outline: none !important; }
.bootstrap-select .btn-group, .bootstrap-select .btn-group-vertical { width: 100%; margin-bottom: 15px;}
.bootstrap-select .btn-group .btn { min-height: 34px !important; }
.bootstrap-select .btn.show {border-color: var(--bs-primary)}
.bs-actionsbox .btn-group { margin-bottom: 0 !important;}


/* endregion */

/* region Animate */
@-webkit-keyframes zoomin {0% {transform: scale(1);}50% {transform: scale(1.1);}100% {transform: scale(1.1);}}
@keyframes zoomin {0% {transform: scale(1);}50% {transform: scale(1.1);}100% {transform: scale(1.1);}}
@-webkit-keyframes bounce {from {-webkit-transform: translateY(0px);}to {-webkit-transform: translateY(10px);}}
@-moz-keyframes bounce {from {-moz-transform: translateY(0px);}to {-moz-transform: translateY(10px);}}
@keyframes bounce {from {-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}to {-webkit-transform: translateY(10px);-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);} }
@keyframes banner-title {from {transform: translateX(500px);opacity: .1;}to {transform: translateX(0);opacity: 1;}}
@keyframes banner-desc {from {transform: translateY(100px);opacity: .1;}to {transform: translateX(0);opacity: 1;}}
@keyframes banner-button {from {opacity: 0;}to {opacity: 1;}}
@-webkit-keyframes tso-rainbow{from{background-position:0 0}to{background-position:100vw 0}}@keyframes tso-rainbow{from{background-position:0 0}to{background-position:100vw 0}}
/* endregion */

/* region Footer */
.section-newsletter { position: relative; padding: 50px 0 0; }
.section-newsletter:after { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 50%; background-color: #0b0a26; }
.newsletter { position: relative; z-index: 1; background-color: var(--bs-danger); background-image: -webkit-linear-gradient(137deg, rgb(255, 26, 47) 0%, rgb(219, 5, 25) 100%); background-image: -ms-linear-gradient(137deg, rgb(255, 26, 47) 0%, rgb(219, 5, 25) 100%); box-shadow: 7.071px 7.071px 6px 0px rgb(0 0 0 / 14%); padding: 30px 150px 50px; border-radius: 30px; }
.newsletter .title { color: #fff; text-align: center; }
.newsletter .title h3 { font-size: 42px; margin: 0 0 5px; font-weight: 800; }
.newsletter .title p { font-size: 18px; margin: 0 0 30px; font-weight: 500; color: white;}
.newsletter .form .input-group { margin-bottom: 20px; }
.newsletter .form .form-control { height: 60px; padding: 15px 30px; margin: 0; border: 0; font-size: 18px; font-weight: 500; }
.newsletter .form .btn { height: 60px; border: 0; width: 200px; }
.newsletter .form label { color: #fff; font-size: 15px; }
.newsletter .form label a { color: #fff; font-weight: 800; }

.footer { position: relative; padding: 60px 0 0; background-color: #0b0a26; background-size: cover; background-repeat: no-repeat;}
.footer .footer-top-right { position: relative; }
.footer .footer-top-right:before { position: absolute; content: ''; right:20px; top:0; height: 100%; width: 1px; background: #ffffff14;}
.footer .footer-top-right img { height: 40px; object-fit: cover; }
.footer .footer-top-right p { margin-top: 20px;margin-bottom: 0; font-weight: 400;opacity: .6; font-size:14px; margin-right: 50px;  color: var(--bs-light-gray);}
.footer .footer-top-right ul { margin: 20px 0 0 0; padding: 0; }
.footer .footer-top-right ul li { list-style: none; line-height: 40px; color: var(--bs-white); font-weight: 600; font-size: 18px;}
.footer .footer-top-right ul li a { color: var(--bs-white); }
.footer .footer-top-right .footer-social-link { margin-top: 20px; }
.footer .footer-top-right .footer-social-link ul { margin: 0; padding: 0; }
.footer .footer-top-right .footer-social-link ul li { display: inline-block; list-style: none; margin-right: 4px;}
.footer .footer-top-right .footer-social-link ul li a { display: inline-flex; align-items: center; justify-content: center; font-size: 24px; height: 48px; width: 48px; border-radius: 10px; text-align: center; background-color: var(--bs-primary); color: var(--bs-white);}
.footer .footer-top-right .footer-social-link ul li a svg { fill:var(--bs-white); width: 20px; height: 20px; }
.footer .footer-top-right .footer-social-link ul li a:hover { background: var(--bs-danger);}

.footer .footer-top-left .single-link h3 { font-size: 18px; margin: 0 0 5px; font-weight: 800; color: var(--bs-white); text-transform: capitalize; }
.footer .footer-top-left .single-link ul { margin: 5px 0 30px; padding: 0; }
.footer .footer-top-left .single-link ul li { list-style: none; line-height: 1.7; font-weight: 400; }
.footer .footer-top-left .single-link ul li a { color: #fff; font-size:16px; opacity: .6; font-weight: 400; }
.footer .footer-top-left .single-link ul li a:hover { color: var(--bs-danger); opacity: 1; text-decoration: none; }
.footer .footer-top-left .footer-subscriber { margin-top: 40px; }
.footer .footer-top-left .footer-subscriber input.form-control { height: 60px; padding: 25px; background: #f5f7fa; border: 1px solid #ffffff14; border-bottom-left-radius: 3px; border-top-left-radius: 3px; z-index: 0; }
.footer .footer-bottom { padding: 18px 0;margin-top: 20px; border-top: 1px solid #ffffff14;}
.footer .footer-bottom p { color: var(--bs-white); opacity: .5; font-weight: 300; margin: 0; font-size: 14px;}
.footer .footer-bottom p a { color: var(--bs-white); }
.footer .footer-bottom ul { float: right; margin: 0; padding: 0; }
.footer .footer-bottom ul li { list-style: none; display: inline-block; margin-left: 30px; }
.footer .footer-bottom ul li a { color: var(--bs-white); font-weight: 300; font-size: 14px; opacity: .6;}
.footer .app-link h3 { font-size: 18px; margin: 0 0 5px; font-weight: 800; color: var(--bs-white); text-transform: capitalize; }
.footer .app-link ul li { margin: 0 0 10px; }
.footer .app-link ul li a { display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: .6; text-align: center; }
.footer .app-link ul li a img { width: 100%; }
.footer .app-link ul li a span { font-size: 12px; line-height: 1.3; color: #fff; margin-top: 10px; }
.footer .app-link ul li a:hover { opacity: 1;}
.footer .app-link ul li.pay { margin-top: 50px; }
.footer .app-link ul li.pay a { opacity: 1;}

.termly { position: fixed; left: 0; bottom: 0; z-index: 9998; width: calc(100% - 100px); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; box-shadow: 0 32px 56px -10px rgb(0 0 0 / 32%); -moz-box-shadow: 0 32px 56px -10px rgba(0, 0, 0, 0.32); -webkit-box-shadow: 0 32px 56px -10px rgb(0 0 0 / 32%); padding: 24px; margin: 20px 50px; background-color: #fff; color: var(--bs-dark); display: none; }
.termly a { font-weight: 800; color: var(--bs-dark);}
.termly .btn { width: 100%; }
/* endregion */

.hide { display: none !important; }

.phone-bar { position: fixed; right: 0; bottom: 170px; z-index: 3; width: 60px; overflow: hidden; border-radius: 10px 0 0 10px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%); }
.phone-bar a { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; font-size: 12px; line-height: 1; width: 60px; height: 70px; padding: 5px; background-color: var(--bs-primary); color: #fff; }
.phone-bar a:last-child { background-color: var(--bs-danger); }
.phone-bar a img { width: 20px; height: 20px; margin-bottom: 4px; }
.phone-bar a svg { width: 20px; height: 20px; fill: #ffffff; margin-bottom: 4px; }

#modal-call .form-group { margin-bottom: 10px; }
#modal-call .check-group { font-size: 13px; line-height: 1.5; margin-bottom: 20px; }
#modal-call .check-group .form-check { align-items:flex-start }
#modal-call .check-group .form-check span { line-height: 1.3; }

.cart-complete { text-align: center; font-size: 18px;}
.cart-complete svg { height: 62px; width: 62px; fill: var(--bs-success); }
.cart-complete h1 { font-size: 32px; font-weight: 700; text-align: center; color: var(--bs-success); margin: 0 0 15px; }
.cart-complete .btn { color: #fff; }

@media (min-width: 1200px){
    .header .nav-bar .mega-menu>li>a { padding: 10px; }

    .section-call .call-main { /*padding: 30px;*/ }
    .section-call .call-main .call-text { flex: 0 0 44%; }
    .section-call .call-main .call-or { flex: 0 0 20%; }
}
@media (min-width: 1400px){
    .header .nav-bar .mega-menu>li>a { padding: 10px 15px; }

    .section-call .call-main { /*padding: 30px 60px;*/ }
    .section-call .call-main .call-text { flex: 0 0 37%; }
    .section-call .call-main .call-or { flex: 0 0 30%; }
}

@media only screen and (max-width: 1200px){
    body { font-size: .8rem; }
    .header .nav-bar .mega-menu>li>a { font-size: 14px; }

    .section-branch .branch-main h2 { font-size: 24px; }
    .section-branch .branch-main { padding: 20px 20px 20px; }
    .section-branch ul li {  zoom: 73%; }

    .section-promo { overflow: hidden; }
    .section-promo .promo-box-left:after { right: 44px; }
    .section-promo .promo-box-left:before { right: 30px; }
    .section-promo .promo-box-right h2 { font-size: 24px; font-weight: 800;  }
    .section-promo .promo-box-right { padding: 30px 0; align-items:center; text-align: center; }

    .tabs3 .nav-tabs .nav-item { margin: 0 10px 3rem; }
    .tabs3 .nav-tabs .nav-link { width: auto; font-size: 14px; }

    .section-call .call-main { flex-direction: column; padding: 20px; }
    .section-call .call-main .call-text { align-items:center; text-align: center; margin-left:0; }
    .section-call .call-main .call-text b { font-size: 24px; font-weight: 800; }
    .section-call .call-main .call-text p { flex-direction: column; }
    .section-call .call-main .call-text p svg { display: none; }
    .section-call .call-main .call-or { margin: 15px 0; }
    .section-call .call-main .call-action { flex: 0 0 auto; }

    .newsletter { padding: 30px 50px; }

    .footer { text-align: center; }
    .footer .footer-top-right { margin-bottom: 30px; }
    .footer .footer-top-right p { margin-right: 0; }
    .footer .footer-bottom .justify-content-end { justify-content: center; }
    .footer .footer-bottom p { margin-bottom: 20px; }
    .footer .footer-bottom ul li { margin: 5px; }
    .footer .footer-bottom ul li a { padding: 10px; }
}
@media only screen and (max-width: 767px){
    body { font-size: .8rem; }

    .phone-bar { display: flex; align-items: center; justify-content: center; border-radius: 0; width: 100%; height: 60px; bottom: 0;}
    .phone-bar a { flex-direction: row; width: 50%; height: 60px; font-size: 15px; }
    .phone-bar a img { margin-right: 5px; margin-bottom: 0; }
    .phone-bar a svg { margin-right: 5px; margin-bottom: 0; }

    #home-banner .item:before { width: 100%; background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.9)); }
    #home-banner .owl-dots { display: none; }
    #home-banner .owl-nav { right: 10px; bottom: 10px; }
    #home-banner .item img { object-fit: cover; }
    #home-banner .item .slide-text { padding: 20px; width: 100%;  }
    #home-banner .item .slide-text b { font-size: 24px; }
    #home-banner .item .slide-text .desc-price { font-size: 16px; }
    #home-banner .item .slide-text .desc-km { font-size: 14px; }

    .heading .h-title { font-size: 24px; margin-bottom: 5px; }
    .heading .h-desc { font-size: 17px; margin-bottom: 0; }

    .section-services { padding: 30px 0; }

    .section-tabs { padding-bottom: 30px; }
    .tabs3 .nav-tabs .nav-item { margin: 10px;}

    .section-campaign { padding: 20px 0 30px; }
    #home-campaign img { height: auto; width: 100%; }
    .section-campaign-detail { padding: 30px 0; }
    .section-campaign-detail .campaign-banner { margin-bottom: 30px; }
    .section-campaign-detail .campaign-title { margin-bottom: 30px; }
    .section-campaign-detail .campaign-title h1 { font-size: 24px; }

    .section-branch ul { flex-wrap: wrap; margin-left: -15px; }
    .section-branch ul li { width: calc(100% / 2); flex: 0 0 45%; margin: 5px; }

    .section-promo { overflow: hidden; }
    .section-promo .promo-box-left:after { right: 44px; }
    .section-promo .promo-box-left:before { right: 30px; }
    .section-promo .promo-box-right h2 { font-size: 24px; font-weight: 800;  }
    .section-promo .promo-box-right { padding: 30px 0; align-items:center; text-align: center; }
    
    .section-promo-video .promo-bg-decoration::before { right: 300px; }
    .section-promo-video .promo-bg-decoration::after { right: 285px; }

    .section-cars { padding: 0 0 30px; }
    .brand-list li { flex: 0 0 33%; padding: 5px; }
    .brand-list li .item { padding: 5px; min-height:110px; }
    .brand-list li .item>img { height: 50px; max-width: 100%; object-fit: contain; }
    .brand-list li .item>span { text-align: center; line-height: 1.3; }
    .brand-list li.last { display: none; }
    .brand-list li.first { display: block; }

    .section-call .call-main { flex-direction: column; padding: 20px; }
    .section-call .call-main .call-text { align-items:center; text-align: center; margin-left:0; }
    .section-call .call-main .call-text b { font-size: 24px; font-weight: 800; }
    .section-call .call-main .call-text p { flex-direction: column; }
    .section-call .call-main .call-text p svg { display: none; }
    .section-call .call-main .call-or { margin: 15px 0; }
    .section-call .call-main .call-action { flex: 0 0 auto; }
    .section-call .call-main .call-avatar img { bottom: -50px; }

    .promo-box-left img { height: auto; width: 100%; }

    .section-banner { padding: 20px 0; }
    .section-banner h1 { font-size: 24px; }

    .section-form { padding: 30px 0; }
    .list-sidebar { margin-bottom: 30px; padding: 15px; border-radius: 10px; border: 2px solid #dbddde; }
    .list-sidebar .sidebar-title { margin: 0; cursor: pointer; }
    .list-sidebar .list-group { display: none; }
    .list-sidebar.open .list-group { display: block; margin-top: 20px; }

    .list-sidebar .sidebar-title:after { position: absolute; right: 20px; top: 18px; transition: all 0.1s ease-in-out; content: ""; display: inline-block; height: 16px; width: 16px; background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M5.6 27.1L15.9 16 5.6 4.9 12.2 0 27 16 12.2 32l-6.6-4.9z' fill='%230073EC'/></svg>"); transform: rotate(90deg); }
    .list-sidebar .sidebar-title:after { background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.6875 6.5625H8.4375V0.3125C8.4375 0.15625 8.28125 0 8.125 0H6.875C6.67969 0 6.5625 0.15625 6.5625 0.3125V6.5625H0.3125C0.117188 6.5625 0 6.71875 0 6.875V8.125C0 8.32031 0.117188 8.4375 0.3125 8.4375H6.5625V14.6875C6.5625 14.8828 6.67969 15 6.875 15H8.125C8.28125 15 8.4375 14.8828 8.4375 14.6875V8.4375H14.6875C14.8438 8.4375 15 8.32031 15 8.125V6.875C15 6.71875 14.8438 6.5625 14.6875 6.5625Z' fill='%23131313' /></svg>"); }
    .list-sidebar.open .sidebar-title:after { transform: rotate(0deg); background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='15' height='20' viewBox='0 0 15 3' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.6875 0.5625H0.3125C0.117188 0.5625 0 0.71875 0 0.875V2.125C0 2.32031 0.117188 2.4375 0.3125 2.4375H14.6875C14.8438 2.4375 15 2.32031 15 2.125V0.875C15 0.71875 14.8438 0.5625 14.6875 0.5625Z' fill='%23131313'/></svg>"); }


    .section-contact { padding: 30px 0; }
    .contact-sidebar { margin-bottom: 30px; }
    .contact-form { padding: 30px 20px; }
    .contact-form h2 { font-size: 20px; }
    .contact-info { padding: 20px 30px 10px; }
    .contact-info h2 { font-size: 20px; }

    .section-newsletter { padding: 0; }
    .newsletter { padding: 20px; }
    .newsletter .title h3 { font-size: 24px; }
    .newsletter .title p { font-size: 16px; }
    .newsletter .form .btn { width: auto; }
    .newsletter .form .form-control { padding: 15px; }
    .newsletter .form .form-check { align-items:flex-start; font-size: 13px; margin: 12px 0; }
    .newsletter .form .form-check-input { flex: 0 0 22px; }
    .newsletter .form .flex-wrap { display: unset }

    .footer { text-align: center; }
    .footer .footer-top-right { margin-bottom: 30px; }
    .footer .footer-top-right p { margin-right: 0; }
    .footer .footer-bottom p { margin-bottom: 20px; }
    .footer .footer-bottom ul li { margin: 5px; }
    .footer .footer-bottom ul li a { padding: 10px; }
    .footer .app-link ul li a img { width: auto; height: 40px; }

}


/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc9yAs5jU1ECVZl_86Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc9yAs5tU1ECVZl_.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc8WAc5jU1ECVZl_86Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc8WAc5tU1ECVZl_.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pe0qMImSLYBIv1o4X1M8ccezI9tAcVwob5A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc9iB85jU1ECVZl_86Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc9iB85tU1ECVZl_.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc8GBs5jU1ECVZl_86Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc8GBs5tU1ECVZl_.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc8aBc5jU1ECVZl_86Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/pe03MImSLYBIv1o4X1M8cc8aBc5tU1ECVZl_.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container-fluid {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.branch-main {
    text-align: center;
}

.branch-main h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.branch-main ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.branch-main ul li {
    flex: 1 1 200px;
    max-width: 200px;
    margin: 10px;
}

.branch-main ul li a {
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    transition: transform 0.2s;
}

.branch-main ul li a:hover {
    transform: scale(1.05);
}

.branch-main ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .branch-main ul {
        flex-direction: column;
        align-items: center;
    }

    .branch-main ul li {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media (max-width: 480px) {
    .branch-main h2 {
        font-size: 20px;
    }

    .branch-main ul li a {
        padding: 15px;
    }

    .branch-main ul li img {
        width: 40px;
        height: 40px;
    }
}
