/* 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; }
}
html{scroll-behavior:smooth}

:root {
    --bs-white      : #ffffff;
    --bs-gray       : #5b616e;
    --bs-gray2      : #5b7088;
    --bs-light-gray : #f7fafb;
    /*--bs-primary    : #0052ff;*/
    --bs-primary    : #1c4fc4;
    --bs-link       : #0667d0;
    --bs-success    : #00cccb;
    --bs-warning    : #f56342;
    --bs-danger     : #d5343e;
    --bs-dark       : #0a0b0d;

    --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: 'Avenir', sans-serif; font-weight: 400; text-decoration: none; font-size: 1rem; 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; }

video {
    background-color: transparent !important;
}
video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

.heading { width: 100%; margin-bottom: 30px; }
.heading .h-title { font-size: 2.25rem; font-weight: 800; line-height: 1.4; margin: 0; 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; }
.d-contents { display: contents; }
.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: center; justify-content: flex-start; margin: 7px 0; min-height: auto; line-height: 1; }
.form-check span { line-height: 1; margin-left: 5px;}
.form-check-input { flex: 0 0 22px; width: 22px; height: 22px; margin: 0; background-color: #e9edf0; background-repeat: no-repeat; background-position: center; background-size: contain; border: 0; 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: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; 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) { margin-left: -1px; 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-size: 15px; 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; 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-warning:hover { color: var(--bs-white); background-color: #d7583c; border-color: #d7583c; }
.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-light:hover { color: var(--bs-dark); background-color: #e0e2e3; border-color: #e0e2e3; }
.btn-dark { color: var(--bs-white); background-color: var(--bs-dark); border-color: var(--bs-dark); }
.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; }
.btn-link { color: var(--bs-primary); height: auto; font-weight: 600; padding: 10px 0;position: static; display: inline-block; padding-right: 29px; background-image:url("../img/icon/arrow-right-blue.svg");background-position: 96% 54%; background-size: auto; background-repeat: no-repeat; background-attachment: scroll; -webkit-transition: background-position .3s; transition: background-position .3s; }
.btn-link:hover { background-position: 100% 54%; opacity: .8; color: #175fff; }

.bg-grey { background-color: #f7f7f7; }

/* 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; margin-bottom: 30px; }
.tabs3 .nav-tabs .nav-item { margin: 10px 0; }
.tabs3 .nav-tabs .nav-link { min-width: 200px; width: 100%; border: 0; border-bottom: 2px solid #ccc; box-shadow: none; padding: 15px; font-size: 17px; font-weight: 600; border-radius: 0; background-color: transparent; color: var(--bs-dark) }
.tabs3 .nav-tabs .nav-item.show .nav-link,
.tabs3 .nav-tabs .nav-link.active { border-color: var(--bs-primary); color: var(--bs-primary); box-shadow: none; background-color: transparent;}

.tabs4 .nav-tabs { display: flex; align-items: center; justify-content: center; flex: auto; border: 0; margin-bottom: 30px; }
.tabs4 .nav-tabs .nav-item { margin: 0; }
.tabs4 .nav-tabs .nav-link {display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;  width: 100%; cursor: pointer; border: 0; border-left: 2px solid #ccc; box-shadow: none; padding: 15px; font-size: 15px; font-weight: 300; border-radius: 0; background-color: transparent; color: var(--bs-dark) }
.tabs4 .nav-tabs .nav-link b { font-size: 18px; font-weight: 700; }
.tabs4 .nav-tabs .nav-link strong { font-size: 18px; font-weight: 700; }
.tabs4 .nav-tabs .nav-link span { font-weight: normal; font-size: 15px; color: var(--bs-gray); }
.tabs4 .nav-tabs .nav-item.show .nav-link,
.tabs4 .nav-tabs .nav-link.active { border-color: var(--bs-primary); color: var(--bs-primary); box-shadow: none; background-color: transparent;}
.tabs4 .tab-content img { width: 100%; border-radius: 10px; }

.tabs5 .nav-tabs { display: flex; align-items: center; justify-content: flex-start; flex-direction: column; border: 0; margin-bottom: 30px; }
.tabs5 .nav-tabs .nav-item { text-align: left; width: 100%; margin-bottom: 5px; }
.tabs5 .nav-tabs .nav-item b { display: block; font-size: 18px; font-weight: 800; }
.tabs5 .nav-tabs .nav-item strong { display: block; font-size: 18px; }
.tabs5 .nav-tabs .nav-link { width: 100%; border: 0; box-shadow: none; padding: 5px 0; text-align: left; font-size: 17px; font-weight: 300; border-radius: 0; background-color: transparent; color: var(--bs-dark) }
.tabs5 .nav-tabs .nav-item.show .nav-link,
.tabs5 .nav-tabs .nav-link.active { color: var(--bs-primary); font-weight: 700; box-shadow: none; background-color: transparent;}



/* 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 .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-header { display: none }
.mobile-top { position: relative; z-index: 3; background: #1c4fc4; 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: -ms-flexbox;display: flex;justify-content: 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.toplink1 li.currency-link {  }
.mobile-top ul.toplink1 li.currency-link a {  }
.mobile-top ul.toplink1 li.currency-link a i { width: 18px; height: 18px; left: 3px; font-size: 16px; line-height: 18px; border-radius: 50%; background: #dfdfdf; color:#333; }
.mobile-top ul.toplink1 li.currency-link a:before { position: absolute; content: ''; right: -13px; top: 5px; display: inline-block; margin-left: .255em; vertical-align: .255em; color:#dfdfdf; border-top: .3em solid; border-right: .3em solid #0000; border-bottom: 0; border-left: .3em solid #0000; }

.mobile-top ul.toplink2 {font-size: 14px;font-weight: 600;display: -ms-flexbox;display: flex;justify-content: flex-end; margin-right: -10px;}
.mobile-top ul.toplink2 li { padding-left: 10px; }
.mobile-top ul.toplink2 li a { position: relative; color: #fff;}
.mobile-top ul.toplink2 li.currency-link a i { width: 18px; height: 18px; font-size: 16px; line-height: 18px; border-radius: 50%; background: #dfdfdf; color:#333; }

.mobile-top ul.toplink1 li a:hover,
.mobile-top ul.toplink2 li a:hover{ color: #f26d1c; }
.mobile-top ul.toplink1 li.currency-link a:hover i { color: #fff; background: #f26d1c; }
.mobile-top ul.toplink1 li.currency-link a:hover:before { color: #f26d1c; }

.mobile-nav { position: relative; top: 0; left: 0; background: var(--bs-white); width: 100%; height: 52px; text-align: center; z-index: 3; border-bottom: 1px solid #eaeaea; }
.mobile-nav a>img { height: 26px; margin-top: 12px; }
.mobile-nav a { display: block; width: 100%;}
.mobile-nav .mobile-cart { position: relative; color:#3c3d3b; font-size:30px;padding: 10px 8px 6px; }
.mobile-nav .mobile-cart svg { fill: var(--bs-dark); width: 32px; height: 32px; }
.mobile-nav .mobile-cart span { position: absolute; top:11px; right: 15px; font-size:11px;}
.mobile-nav .mblMenu { display: flex; align-items: center; justify-content: center; width: 65px; height: 52px; font-size: 30px; fill: var(--bs-dark); }

#sidebar { background: #f8f8f8; border-top: 1px solid #e6e6e6; position: fixed; width: 100%; left: 0; top: 91px; z-index: 9999; overflow-y: scroll; height: 100%; display: none; }
#sidebar.active { display: block; }

.gw-login { display: flex; align-items: center; justify-content: center; padding: 10px 10px 0; }
.gw-login .btn { display: inline-flex; }
.gw-sidebar{padding:10px}
.gw-sidebar .nano-pane{background:rgba(255,255,255,0);font-size:15px}
.nano-content{list-style:none;margin:0;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;}
.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; text-align: left; padding:0 16px 0 7px;color:var(--bs-dark);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:#1963aa}
.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:#428bca}
.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:#1F64FC;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:var(--bs-dark)}
.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>b{display:block;position:relative;color:var(--bs-dark);padding:11px 0 9px 35px;margin:0;font-size:16px;font-weight:800;}
.gw-nav-list>li .gw-submenu>li>a{display:block;position:relative;color:var(--bs-dark); text-align: left; 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}

.mobile-header.on-scroll .mobile-nav { position: fixed; background: #fff; top: 0; left: 0; width: 100%; }
.mobile-header.on-scroll #sidebar { top: 52px; }


/* endregion */

/* region Header */
.event-bar { position: relative; background: #f56342; padding: 5px 0; color: #fff; z-index: 8; }
.event-bar .container { display: flex; align-items: center; justify-content: center; }
.event-bar .container p { margin: 0; }
.event-bar .container a { text-decoration: unset; margin-left: 0; font-weight: 600; color: #000000; }
.event-bar .container .btn { height: 38px; }

.header-top { position: relative; background: #fff; z-index: 8; padding: 7px 0; border-bottom: 1px solid #eaeaea; border-top: 1px solid #eaeaea;}
.header-top ul { display:  flex; align-items: center; width: 100%; }
.header-top ul li { position: relative; margin: 0 10px; }
.header-top ul li:after { position: absolute; content: ''; left: -9px; top: 0; height: 100%; width: 1px; background-color: #d9d9d9 }
.header-top ul li a { display: flex; align-items: center; justify-content: flex-start; color: var(--bs-gray); font-size: 14px; line-height: 1; padding: 5px; font-weight: 600; }
.header-top ul li:first-child:after { display: none; }

.header { position: relative; top: 0; left: 0; padding: 15px 0; width: 100%; z-index: 8; background: #fff; }
.header .top-bar { margin-top: 5px; }
.header .top-bar a { text-decoration: none; padding: 5px 10px; font-size: 14px; color: var(--bs-dark); line-height: 1; }
.header .top-bar a.lang { display: flex; align-items: center; justify-content: flex-start; padding: 5px; line-height: 1; margin-left: 5px; border-radius: 6px; background: rgba(35, 35, 35, 0.7);}
.header .top-bar a.lang img { margin-right: 2px; }
.header .top-bar a.lang svg { height: 14px; width: 14px; margin-right: 4px; fill: var(--bs-dark); }
.header .top-bar .list2 { display: flex; align-items: center; justify-content: flex-end; }
.header .top-bar .list2 li a { display: flex; align-items: center; justify-content: center; line-height: 1; }
.header .top-bar .list2 li.lang a { border-radius: 4px; }
.header .top-bar .list2 li.lang a:hover { background: rgba(35, 35, 35, 0.7); }
.header .top-bar .list2 li.lang a.show { background: #14171a; border-radius: 4px 4px 0 0; }
.header .top-bar .list2 li.lang svg { height: 14px; width: 14px; margin-right: 4px; fill: var(--bs-dark);;}
.header .top-bar .list2 li.lang .dropdown-menu { background: #14171a; border-radius: 0 0 4px 4px; width: 340px; padding: 15px; margin-top: -2px !important; }
.header .top-bar .list2 li.lang .dropdown-menu b { font-size: 14px; padding: 0 7px !important; color: var(--bs-dark);; }
.header .top-bar .list2 li.lang .dropdown-menu .dropdown-item { display: flex; align-items: center; justify-content: flex-start; padding: 7px !important; margin: 3px 0; font-size: 13px; color: #a0a0a0; }
.header .top-bar .list2 li.lang .dropdown-menu .dropdown-item:hover { color: var(--bs-primary)}
.header .top-bar .list2 li.lang .dropdown-menu .col-lg-6 { position: relative; }
.header .top-bar .list2 li.lang .dropdown-menu .col-lg-6 + .col-lg-6:before { position: absolute; content: ''; left: -10px; top: 0; width: 1px; height: 100%; background-color: rgba(255,255,255,0.07);  }

.header .nav-bar{ display: flex; align-items: center; justify-content: space-between; }
.header .nav-bar .logo { flex: 0 0 162px; }
.header .nav-bar .logo a { display: flex; align-items: center; justify-content: flex-start; }
.header .nav-bar .logo img { height: 34px; }
.header .nav-bar .phone { flex: 0 0 135px; position: relative; top: 2px; line-height: 1; padding-left: 20px; border-left: 1px solid #ccc; }
.header .nav-bar .phone a { display: flex; align-items: center; justify-content: flex-start; font-size: 20px; line-height: 1; font-weight: 400; color: var(--bs-dark); }
.header .nav-bar .phone a svg { width: 18px; height: 18px; margin-right: 5px; fill: var(--bs-dark); }

.header .nav-bar .lang { position: relative; top: 2px; flex: 0 0 60px; border-radius: 5px; background-color: #4c4c4c14; margin-left: 20px; }
.header .nav-bar .lang>a { display: flex; align-items: center; justify-content: flex-start; padding: 4px; font-size: 13px; color: var(--bs-dark);  }
.header .nav-bar .lang img { width: 15px; height: 15px; margin-right: 4px; }
.header .nav-bar .lang .dropdown-menu { border-radius: 5px; padding: 5px; }
.header .nav-bar .lang .dropdown-menu .dropdown-item { display: flex; align-items: center; justify-content: flex-start; font-size: 13px; padding: 0 3px; }
.header .nav-bar .lang .dropdown-menu .dropdown-item img { width: 15px; height: 15px; }

.header .nav-bar .menu { flex: 1 1 auto; }
.header .nav-bar .menu>ul { position: relative; display: flex; align-items: center; justify-content: flex-end; }
.header .nav-bar .menu>ul>li { display: block;  }
.header .nav-bar .menu>ul>li:last-child { padding-right: 0; }
.header .nav-bar .menu>ul>li>a { position: relative; display: block; padding: 8px 15px; text-decoration: none; font-size: 16px; font-weight: 600; color:var(--bs-dark);}
.header .nav-bar .menu>ul>li>a:before { content: ''; display: block; right: 0; position: absolute; width: 100%; height: 70px; bottom: -15px;  }
.header .nav-bar .menu>ul>li.active>a { background-color: #0d1554; color:var(--bs-white); }
.header .nav-bar .menu>ul>li:focus>a,
.header .nav-bar .menu>ul>li:hover>a { color:var(--bs-primary); }
.header .nav-bar .menu>ul>li:hover>a:before { border-bottom: 2px solid var(--bs-primary); }
.header .nav-bar .menu>ul>li.mega>a { padding-right: 20px; }
.header .nav-bar .menu>ul>li.mega>a>svg { fill: #ffffff; }
.header .nav-bar .menu>ul>li.mega>a:after { position: absolute; right: 4px; top: 11px; flex-shrink: 0; width: 12px; height: 12px; 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='%234c4d4f'%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: 12px; background-position: 0 3px; fill: #fff;  transition: -webkit-transform 0.15s ease; transition: transform 0.15s ease; transition: transform 0.15s ease,-webkit-transform 0.15s ease; }
.header .nav-bar .menu>ul>li.mega:hover>a:after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b82be'%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: scaleY(-1); background-position: 0 -3px;*/}
.header .nav-bar .menu>ul>li.offer-link { padding-left: 20px; }
.header .nav-bar .menu>ul>li.offer-link > a {  background-color: var(--bs-warning); font-size: 16px; color: #fff; border-radius: 5px; transition: all .1s linear;}
.header .nav-bar .menu>ul>li.offer-link > a>img { margin-left: 5px; height: 22px; width: 22px; }
.header .nav-bar .menu>ul>li.offer-link:hover > a:before { display: none }
.header .nav-bar .menu>ul>li.offer-link:hover > a { background-color: #d7583c; color: #fff;}

.header .nav-bar .menu .dropdown-menu { position: absolute; left: -50px; right: 0; top: 55px; background: #fff; width: 600px; border-radius: 0 0 6px 6px; overflow: hidden; box-shadow: rgb(3 27 78 / 10%) 0px 2px 4px; box-shadow: none; border-top: 1px solid #e5e8ec; border: 0; visibility: hidden; opacity: 0; -webkit-transform: translate(0,20px); -ms-transform: translate(0,20px); transform: translate(0,20px); }
.header .nav-bar .menu>ul>li:nth-child(1).mega { position: relative; }
.header .nav-bar .menu>ul>li:nth-child(1).mega .dropdown-menu { width: 460px }
.header .nav-bar .menu>ul>li:nth-child(2).mega { position: relative; }
.header .nav-bar .menu>ul>li:nth-child(3).mega .dropdown-menu { left: unset; }
.header .nav-bar .menu>ul>li:nth-child(5).mega .dropdown-menu { left: unset; width: 460px }
.header .nav-bar .menu>ul>li:nth-child(6).mega .dropdown-menu { left: unset; width: 460px }
.header .nav-bar .menu>ul>li:nth-child(7).mega .dropdown-menu { left: unset; width: 460px }

.mega-menu-main .col-lg-3 { padding: 0 35px; }
.mega-menu-main .col-lg-4 { padding: 0 35px; }
.mega-menu-main .mm-title { display: block; font-size: 13px; margin-bottom: 10px; text-transform: uppercase; color: rgb(3, 27, 78); }
.mega-menu-main a { display: flex; align-items: center; justify-content: flex-start; padding: 3px 0; font-weight: 400; font-size: 14px; color: rgb(91, 104, 134);}
.mega-menu-main a:hover { color: var(--bs-primary); }
.mega-menu-main .mega-menu-side { background: #f7f8fb; padding: 30px 30px 0; }
.mega-menu-main .mega-menu-side .mm-title  { padding: 0 10px; }
.mega-menu-main .mega-menu-side a { position: relative; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 4px; font-size: 15px; font-weight: 600; padding: 12px 10px 12px 46px;  }
.mega-menu-main .mega-menu-side a>svg { position: absolute; left: 5px; top: 20px; width: 32px; height: 32px; fill: #8c929c; }
.mega-menu-main .mega-menu-side a>span { font-size: 14px; font-weight: 400; color: rgb(91, 104, 134); }
.mega-menu-main .mega-menu-side a>img { position: absolute; right: 6px; top: 24px; display: none; }
.mega-menu-main .mega-menu-side a:hover { background: #f7f8fb; color: var(--bs-primary);}
.mega-menu-main .mega-menu-side a:hover img { display: block; }
.mega-menu-main .mega-menu-side a:hover svg { fill: var(--bs-primary);}
.mega-menu-main .mega-menu-content { padding: 30px 30px 0;will-change: opacity,transform; transition: opacity 300ms cubic-bezier(.1,.25,.3,1) 300ms,transform 600ms cubic-bezier(.16,1,.3,1) 300ms;}
.mega-menu-main .mega-menu-content a { font-size: 15px; padding: 5px 0;}

.mega-menu-main .mega-menu-side2 { position: relative; background: #f7f7f7; padding: 0; }
.mega-menu-main .mega-menu-side2 svg { height: 64px; width: 64px; fill: #8c929c; }
.mega-menu-main .mega-menu-side2 b { display: block; font-size: 24px; color: #8c929c;}
.mega-menu-main .mega-menu-side2 p { font-size: 14px; color: rgb(91, 104, 134);}
.mega-menu-main .mega-menu-side2 img { height: 100%; width: 100%; object-fit: cover; }
/*.mega-menu-main .mega-menu-side2:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background-color: rgb(41 41 41 / 50%); }*/

.mega-menu-main .mega-menu-content2 { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; flex-wrap: wrap; padding: 20px 0; }
.mega-menu-main .mega-menu-content2 b { padding-left: 12px; font-size: 16px; font-weight: 700; }
.mega-menu-main .mega-menu-content2 .row { width: 100%; }
.mega-menu-main .mega-menu-content2 a { flex: 0 0 50%; position: relative; align-items: center; justify-content: flex-start; border-radius: 4px; font-size: 16px; font-weight: 600; padding: 10px; color: #556270; }
.mega-menu-main .mega-menu-content2 a>span { font-size: 13px; font-weight: 300; color: rgb(91, 104, 134); }
.mega-menu-main .mega-menu-content2 a>small { display: flex; align-items: center; justify-content: center; /*width: 32px; height: 32px; border-radius: 4px;*/ }
.mega-menu-main .mega-menu-content2 a img { width: 24px; height: 24px; }
.mega-menu-main .mega-menu-content2 a svg { width: 24px; height: 24px; margin-right: 6px; fill: #556270; }
.mega-menu-main .mega-menu-content2 a:hover { background: #f7f7f7; color: var(--bs-primary);}
.mega-menu-main .mega-menu-content2 a:hover svg { fill: var(--bs-primary);}

.header .nav-bar .menu>ul>li:hover> .dropdown-menu { visibility: visible; opacity: 1; z-index: 13; -webkit-transition: all .6s ease; transition: all .6s ease; -webkit-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }

.header .nav-bar.on-scroll { position: fixed; background-color: var(--bs-white); 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 .navbar-brand img { height: 40px; width: auto; }
.header .nav-bar.on-scroll .menu .dropdown-menu { top: 50px; }
.header .nav-bar.on-scroll .menu>ul>li>a { color: var(--bs-dark); }
.header .nav-bar.on-scroll .menu>ul>li.offer-link > a { color: var(--bs-white); }
.header .nav-bar.on-scroll .logo { padding: 15px 0; top: 0;}
.header .nav-bar.on-scroll .logo img { height: 32px; }
.header .nav-bar.on-scroll .phone { top: 4px; }
.header .nav-bar.on-scroll .menu>ul>li>a:before { bottom: -11px; height: 62px; }

.global-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(75,75,75,.8)}

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

/* endregion */

/* region Home */
.slide-section { position: relative; height: 500px; width: 100%; overflow: hidden; }

.slide-section .caption-title { position: absolute; left: 0; right: 0; top: 0; z-index: 5; color: #fff; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; opacity: 0; }
.slide-section .caption-title .text { padding: 130px 0 0; }
.slide-section .caption-title .text h1 { font-size: 38px; line-height: 1.2; margin: 0; font-weight: 700; }
.slide-section .caption-title .text b { font-size: 38px; line-height: 1.2; font-weight: 700; }
.slide-section .caption-title .text strong { font-size: 38px; line-height: 1.2; font-weight: 600; }
.slide-section .caption-title .text p { font-size: 22px; line-height: 1.4; font-weight: 400; margin: 10px 0 0;text-shadow: 0 0 2px rgba(150, 150, 150, 1); }
.slide-section .caption-title .text .slogan { position: absolute; right: -100px; top: -80px; width: 140px; }
.slide-section .caption-title .btn { margin-top: 30px; min-width: 150px; margin-right: 10px; font-weight: 600; transition: transform 150ms ease-in-out;}
.slide-section .caption-title .btn svg { fill: #ffffff; display: inline-block; width: 20px; height: 20px; margin-left: 5px; transition: transform 150ms ease-in-out;}
.slide-section .caption-title .btn:hover svg {  transform: translateX(5px); }
.slide-section .caption-title .btn-outline-white:hover svg { fill: var(--bs-dark); }
.slide-section .caption-title .btn-light svg { fill: var(--bs-dark); }

#owl-home .owl-item { position: relative; height: 100vh; width: 100%; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px;}
#owl-home .owl-item .item { position: relative; width: 100%; height: 100%; }
#owl-home .owl-item .item:before { position: absolute; content: ''; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); }
#owl-home .owl-lazy1 { position: relative; height: calc(80vh - 76px); width: 100%;  object-fit: cover; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; overflow: hidden;}
#owl-home .owl-lazy2 { position: absolute; right: 0; top: 15px; height: 485px; width: auto; opacity: 0; }
#owl-home .fit-cover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;-o-object-fit: cover; object-fit: cover; }
#owl-home .fit-cover:before { position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}

#owl-home .owl-item.active .owl-lazy1 {  /*-webkit-animation: zoomin 10s ease-in infinite; animation: zoomin 10s ease-in infinite; transition: all 1s ease-in-out;*/ }
#owl-home .owl-item.active .owl-lazy2 { -webkit-animation: banner-title ease-in .3s forwards; -o-animation: banner-title ease-in .3s forwards; animation: banner-title ease-in .3s forwards; animation-delay: .7s; opacity: 0;  }
#owl-home .owl-item.active .caption-title { -webkit-animation: banner-title ease-in .3s forwards; -o-animation: banner-title ease-in .3s forwards; animation: banner-title ease-in .3s forwards; animation-delay: .4s; opacity: 0;  }
#owl-home .owl-item.active .caption-title .btn { -webkit-animation: banner-button ease-in .3s forwards; -o-animation: banner-button ease-in .3s forwards; animation: banner-button ease-in .3s forwards; animation-delay: 1s; opacity: 0; }

#owl-home .owl-dots { position: absolute; left: 58px; top: 25%; display: flex; align-items: center; justify-content: center; flex-direction: column;  counter-reset: slides-num;}
#owl-home .owl-dots .owl-dot { position: relative; width: 15px; height: 15px; margin: 3px 0 15px; cursor: pointer; color: #fff; opacity: .4; counter-increment: slides-num; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; }
#owl-home .owl-dots .owl-dot:before { content: '0' counter(slides-num); width: 30px; margin-left: -15px; position: absolute; margin-top: -2px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}
#owl-home .owl-dots .owl-dot.active { opacity: 1; }
#owl-home .owl-dots .owl-dot.active:before { opacity: 1; }
#owl-home .owl-dots .owl-dot.active:after { content: " "; left: -54px; top: 7px; border-bottom: 2px solid #fff; width: 30px; position: absolute; margin-top: 8px; }

.home-reference { padding-top: 60px; overflow: hidden; }
.home-reference .heading { margin-bottom: 20px; }
.home-reference .btn-link { font-size: 18px; }
.home-reference-img { width: 100%; filter: grayscale(100); height: auto; }
.home-reference-img:hover { filter: grayscale(0); }
.slider-marquee { margin-top: 0; -webkit-animation: logo-slide 120s linear infinite; animation: logo-slide 120s linear infinite; height: 90px; filter: grayscale(100); }
.slider-marquee:hover { filter: grayscale(0); }

.home-event-platform { position: relative; margin: 30px 0; }
.home-event-platform .he-thumb { position: relative; box-shadow: rgb(45 35 66 / 15%) 0px 6px 8px 0px; }
.home-event-platform .he-thumb img { width: 100%; height: auto; }
.home-event-platform .he-icon { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 10px; border-radius: 10px;background-color: #ecf2ff; }
.home-event-platform .he-icon svg { width: 28px; height: 28px; fill: var(--bs-primary) }
.home-event-platform .he-text { margin-top: 20px; }
.home-event-platform .he-text h3 { font-size: 20px; font-weight: 800; margin: 0 0 10px; line-height: 1; }
.home-event-platform .he-text p { margin: 0 0 5px; color: var(--bs-gray); font-size: 16px; }
.home-event-platform .he-text .btn { color: var(--bs-link) }

.list1 li { display: flex; align-items: flex-start; justify-content: flex-start; font-size: 17px; line-height: 1.5; margin: 0 0 10px; color: var(--bs-gray)}
.list1 li svg { width: 24px; height: 24px; fill: var(--bs-primary); margin-right: 10px; }

.list2 li { display: flex; align-items: flex-start; justify-content: flex-start; font-size: 18px; line-height: 1.5; padding: 6px 0; margin: 0 0 10px; color: var(--bs-gray)}
.list2 li svg { width: 32px; height: 32px; fill: var(--bs-primary); margin-right: 10px; }

.list3 li { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; font-size: 16px; line-height: 1.5; padding: 6px 0; margin: 0 0 10px; color: var(--bs-gray)}
.list3 li b { font-weight: 700; font-size: 18px; }

.content-image { margin: 0; }
.content-image .ct-image { padding: 20px 30px }
.content-image .ct-image img { width: 100%; height: auto; }
.content-image .ct-text { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.content-image .ct-text h3 { font-size: 32px; font-weight: 800; margin: 0 0 10px; }
.content-image .ct-text p { font-size: 18px; margin: 0 0 15px; color: var(--bs-gray) }
.content-image .ct-text p:last-child { margin-bottom: 0; }
.content-image .ct-text .btn { margin-top: 15px; font-size: 17px; }
.content-image .ct-text ul { color: var(--bs-gray); font-size: 18px; }
.content-image .ct-text ul li { display: flex; align-items: flex-start; justify-content: flex-start; padding: 5px 0; }
.content-image .ct-text ul li b { color: var(--bs-dark); }
.content-image .ct-text ul li strong { font-size: 18px; font-weight: 700; color: var(--bs-dark); }
.content-image .ct-text ul li svg { height: 25px; width: 18px; margin-right: 5px; }

.dealer-video { background: var(--bs-primary); color: #fff; border-radius: 20px; padding: 25px; }
.dealer-video h3 { font-size: 32px; font-weight: 800; margin: 0 0 10px; }
.dealer-video h3 span { display: block; font-size: 24px; font-weight: 800; }
.dealer-video p { font-size: 18px; line-height: 1.4; margin: 0 0 10px; opacity: .8; }
.dealer-video p small { display: block; font-size: 13px;  }
.dealer-video .btn { margin-top: 10px; }
.dealer-video img { height: 100%; width: 100%; border-radius: 10px; }

.ways-card { border: 1px solid #f1f2f5; min-height: 233px; border-radius: 12px; margin: 15px 0; padding: 15px; background-color: #fff; }
.ways-card .card-thumb { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 10px; border-radius: 10px;background-color: #ecf2ff; }
.ways-card .card-thumb svg { width: 24px; height: 24px; fill: var(--bs-primary) }
.ways-card .card-title { font-size: 18px; font-weight: 700; margin: 0 0 5px; }
.ways-card .card-text { font-size: 16px; color: var(--bs-gray); line-height: 1.4; font-weight: 400; margin:0; }
.ways-card-demo { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.ways-card-demo h3 { font-size: 28px; font-weight: 700; margin: 0 0 5px; }
.ways-card-demo p { font-size: 18px; color: var(--bs-gray); line-height: 1.4; font-weight: 400; margin:0; }
.ways-card-demo .btn { margin-top: 20px; }

.blog-item { background: #fff; overflow: hidden; border: 1px solid #f1f2f5; border-radius: 6px;}
.blog-item .blog-thumb { position: relative; width: 100%; height: 201px; }
.blog-item .blog-thumb a { position: relative; display: flex; align-items: center; justify-content: center; }
.blog-item .blog-thumb img { width: 100%; height: 201px; object-fit: cover; }
.blog-item .blog-thumb a:before { -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; content: ''; border-radius: 6px; border: 3px solid #fff; top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; opacity: 0; }
.blog-item .blog-thumb a:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; visibility: visible; opacity: 1; filter: alpha(opacity=100); margin: 0 auto; }

.blog-item .blog-text { display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; padding: 15px; height: 120px; border-radius: 6px 6px 0 0; }
.blog-item .blog-text .blog-title { font-size: 18px;  font-weight: 600; line-height: 1.4; margin: 0; }
.blog-item .blog-text .blog-title a { color:var(--bs-dark); overflow: hidden; max-height: 50px; display: -webkit-box; -webkit-line-clamp: 2; }
.blog-item .blog-text .blog-desc { height: 58px; font-size: 14px; line-height: 1.4; color: var(--bs-gray); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3;  }
.blog-item .blog-text .btn { font-size: 17px; }

.tabs-big-info img { width: 100%; border-radius: 6px; }
.tabs-big-info h3 { font-size: 20px; font-weight: 800; margin: 15px 0 10px; line-height: 1; }
.tabs-big-info p { margin: 0 0 15px; color: var(--bs-gray); font-size: 16px; }

.tabs-info { border-radius: 6px; margin: 0 0 40px; }
.tabs-info h3 { font-size: 18px; font-weight: 800; margin: 10px 0 5px; color:var(--bs-dark); line-height: 1.3; }
.tabs-info p { margin: 5px 0 15px; color: var(--bs-gray2); line-height: 1.5; font-size: 16px; }

.section-collaboration { padding: 0; background-color: #ffffff }
.section-collaboration .tabs3 .nav-tabs .nav-link { min-width: auto;  }
.section-collaboration .home-event-platform { text-align: center; }
.section-collaboration .home-event-platform .he-icon { margin: 0 auto 10px; }
.section-collaboration .home-event-platform .he-text h3 { font-size: 18px; }
.collaboration-img { display: flex; padding:10px; border-radius: 10px; height: 500px; }
.collaboration-img img { display: block; width: 100%; height: 100%; border-radius: 10px; object-fit: cover; }

.home-comments { padding-bottom: 120px !important; }
.home-comments h3 { font-size: 32px; line-height: 1.5; margin: 0 0 15px; }
.home-comments p { font-size: 20px; line-height: 1.5; margin: 0 0 15px; }
.home-comments .btn { font-size: 18px; }
.home-comments .comments-main { position: relative; }
.home-comments .comments-main .bg-img { width: 100%; height: 400px; object-fit: cover; overflow: hidden; border-radius: 10px; }
.home-comments .comments-item { position: absolute; top: 60%; left: 45px; width: 460px; padding: 20px 30px 30px; background: #f5f4f9; box-shadow: 0 2px 3px rgb(2 31 63 / 3%), 0 30px 60px -25px rgb(2 31 63 / 7%), 0 0 120px rgb(2 31 63 / 5%); border-radius: 6px; }
.home-comments .comments-item svg { width: 32px; height: 32px; }
.home-comments .comments-item .ci-text { font-size: 16px; line-height: 1.5; margin: 0; font-style: italic; }
.home-comments .comments-item .ci-name { font-size: 14px; line-height: 1.4; }
.home-comments .comments-item .ci-name b { font-size: 15px; display: block; font-weight: 600; }
.home-comments .ci-info .col-6 { margin: 20px 0; }
.home-comments .ci-info b,
.home-comments .ci-info strong { display: block; font-size: 32px; font-weight: 800; }
.home-comments .ci-info span { font-size: 18px; font-weight: 500; color: var(--bs-gray); }

.section-help { position: relative; background: var(--bs-primary);  }
.section-help h2 { font-size: 2.4rem; font-weight: 800; margin: 0; line-height: 1.3; color: #fff; }
.section-help p { font-size: 1.25rem; line-height: 1.4; color: #fff; opacity: .9; }
.section-help p a { border-bottom: 1px dashed #ddd; font-weight: 700; color: var(--bs-white) }
.section-help .bg-img { position: absolute; right: 180px; bottom: -51px; z-index: 1; height: 600px; }
.section-help .btn { font-size: 17px; min-width: 200px; height: 52px; margin-top: 15px; margin-right: 15px; }

.play-btn { position: absolute; top: 45%; left: 44%; height: 74px; width: 74px; display: block; z-index: 2; transition: 0.3s;}
.play-btn img { width: 100%; background-color: red; border-radius: 50%; }
.play-btn:before { -webkit-animation: pulse-border 1.5s ease-out infinite; animation: pulse-border 1.5s ease-out infinite; background: red; border-radius: 50%; content: ""; display: block; height: 100%; left: 50%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; z-index: -1; }
/* endregion */

/* region General */
.section { position: relative; padding: 100px 0; overflow: hidden; }
.section .heading { margin-bottom: 15px; padding: 0 200px; }
/* endregion */

/* region Section Breadcrumb */
.main-breadcrumb { display: flex; flex-wrap: wrap; 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 Page Banner */
.page-banner { position: relative; width: 100%; overflow: hidden; }
/*.page-banner:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: #1c4fc4db; }*/
.page-banner .banner-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center; object-fit: cover; }
.page-banner .container { height: 100%; position: relative; z-index: 1; }
.page-banner .container .row { height: 100% }
.page-banner .text-holder { height: 400px;  display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }

.page-banner .text { color: #fff; }
.page-banner .text h1 { font-size: 38px; line-height: 1.2; margin: 0; font-weight: 700; }
.page-banner .text b { font-size: 38px; line-height: 1.2; font-weight: 700; }
.page-banner .text strong { font-size: 38px; line-height: 1.2; font-weight: 700; }
.page-banner .text p { font-size: 20px; line-height: 1.4; font-weight: 400; margin: 10px 0 0;text-shadow: 0 0 2px rgba(150, 150, 150, 1); }
.page-banner .text .slogan { position: absolute; right: -100px; top: -80px; width: 140px; }
.page-banner .btn { margin-top: 30px; min-width: 150px; margin-right: 10px; font-weight: 600; transition: transform 150ms ease-in-out;}
.page-banner .btn svg { fill: #ffffff; display: inline-block; width: 20px; height: 20px; margin-left: 5px; transition: transform 150ms ease-in-out;}
.page-banner .btn:hover svg {  transform: translateX(5px); }
.page-banner .btn-outline-white:hover svg { fill: var(--bs-dark); }
.page-banner .btn-light svg { fill: var(--bs-dark); }
.page-banner .owl-lazy2 { position: absolute; right: 0; bottom: 0; height: 360px; }
.page-banner.sub-banner .owl-lazy2 { bottom: 20px; }

.page-banner .main-breadcrumb { margin-bottom: 10px; }
.page-banner .main-breadcrumb li { color: #fff; }
.page-banner .main-breadcrumb li a { color: #fff; }
.page-banner .main-breadcrumb li:after {border-left-color: #fff;}
.page-banner .main-breadcrumb li:before { border-left: 3px solid #477df5 }
/* endregion */

/* region Banner */
.section-banner { position: relative; overflow: hidden;  }
.section-banner .banner-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center; object-fit: cover; }
.section-banner .container { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 240px; }
.section-banner .row { width: 100%; }
.section-banner h1 { font-size: 42px; margin: 0; line-height: 1.3; color: #fff;}
.section-banner p { font-size: 20px; margin: 0; line-height: 1.3; color: #fff;}
.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) }
/* endregion */

/* region Privacy */
.section-privacy { padding: 70px 0; }
.section-privacy ul { list-style: square; padding-left: 30px; }
.section-privacy ul li { line-height: 1.5; padding: 10px 0; }
/* endregion */

.section-resource { position: relative; }
.section-resource .heading { margin-bottom: 20px; }
.resource-box { border: 1px solid #e5e8ed; border-radius: 6px; margin-bottom: 20px; overflow: hidden; }
.resource-box .thumb { display: flex; align-items: center; justify-content: center; height: 200px; background-color: var(--bs-gray2); }
.resource-box .thumb svg { height: 80px; fill: #fff; opacity: .5;}
.resource-box .text { position: relative; padding:15px; height: 200px; }
.resource-box .text h3 { font-size: 20px; margin: 0 0 10px; }
.resource-box .text p { font-size: 17px; margin: 0 0 10px; line-height: 1.4; color: var(--bs-gray2) }
.resource-box .text .btn { position: absolute; left: 15px; bottom: 15px; min-width: 150px; }

.case-box { border: 1px solid #e5e8ed; border-radius: 6px; margin-bottom: 20px; overflow: hidden; }
.case-box .thumb { display: flex; align-items: center; justify-content: center; height: 140px; background-color: #fff; border-bottom: 1px solid #e5e8ed; }
.case-box .thumb img { max-width: 100%; width: auto; height: 80px; object-fit: cover; }
.case-box .text { position: relative; padding:15px; height: 220px; }
.case-box .text h3 { font-size: 18px; margin: 0 0 10px; }
.case-box .text h3 a { color: var(--bs-dark) }
.case-box .text p { font-size: 15px; margin: 0 0 10px; line-height: 1.4; color: var(--bs-gray2) }
.case-box .text .btn { position: absolute; left: 15px; bottom: 15px; width: calc(100% - 30px); }

.owl-slide3 .owl-nav {  display: flex; align-items: center; justify-content: center; }
.owl-slide3 .owl-nav button { position: absolute; top: -50px; z-index: 2; background: #fff !important; color: black; border-radius: 5px; width: 32px; height: 32px; line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 2rem !important; overflow: hidden; margin: 0 2px; border: 1px solid #e5e8ed !important; }
.owl-slide3 .owl-nav button span { line-height: 1; height: 39px;}
.owl-slide3 .owl-nav button:hover { background: var(--bs-primary) !important; border-color: var(--bs-primary) !important; color: var(--bs-white); }
.owl-slide3 .owl-nav .owl-prev { right: 40px; }
.owl-slide3 .owl-nav .owl-next { right: 0; }

.owl-slide3 .owl-dots { display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.owl-slide3 .owl-dots .owl-dot { width: 14px; height: 14px; border-radius: 14px; margin: 5px; background: #fff; border: 1px solid var(--bs-primary); cursor: pointer; }
.owl-slide3 .owl-dots .owl-dot.active { background: var(--bs-primary); }

/* region Request Demo */
.demo-bar { background-color: var(--bs-primary); padding: 40px 0; color: #fff; }
.demo-bar b,
.demo-bar strong { font-size: 32px; line-height: 1.3; font-weight: 800; }
.demo-bar p { font-size: 18px; line-height: 1.4; margin: 10px 0 0; }
.demo-bar .btn { font-size: 18px; font-weight: 600; height: 52px; width: 200px; }

.request-demo { background-color: #327ffd; overflow: hidden; padding: 60px 0 0; color: #fff; }
.request-demo .bg-img { position: absolute; bottom: 0; height: 320px; }
.request-demo .request-text { position: relative; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; }
.request-demo .request-text h2 { font-size: 2.25rem; font-weight: 800; line-height: 1.4; margin: 0; }
.request-demo .request-text p { font-size: 1.25rem; line-height: 1.4; margin: 5px 0 0; }
.request-demo form { padding-bottom: 60px; }
.request-demo .form-group { margin-bottom: 15px; }
.request-demo .form-control { border: 0; }
.request-demo .btn { min-width: 200px; font-size: 17px; font-weight: 600 }
/* endregion */

.section-key { position: relative; }
.section-key h2 { font-size: 2rem; margin: 0 0 20px; font-weight: 800; }
.section-key .tabs3 .nav-tabs { justify-content: flex-start; }
.section-key .tabs3 .nav-tabs .nav-item { margin: 0; }
.section-key .tabs3 .nav-tabs .nav-link { padding: 15px; border-bottom: 0; border-left: 2px solid #ccc; text-align: left; }
.section-key .tabs3 .nav-tabs .nav-link.active { border-left: 2px solid var(--bs-primary); }
.section-key .tabs-info-thumb { height: 460px; border-radius: 10px; /*background-color: #2a4ebd; padding: 20px; */  border: 1px solid #f6f6f8; overflow: hidden; margin-bottom: 15px; }
.section-key .tabs-info-thumb img { max-width: 100%; /*height: 100%; object-fit: cover; border-radius: 15px;*/ }
.section-key .tabs-info { display: flex; align-items: flex-start; justify-content: space-between }
.section-key .tabs-info h3 { font-size: 20px; }
.section-key .tabs-info p { font-size: 16px; line-height: 1.4; }

.section-rate { padding: 0 0 120px; }
.section-rate .image-holder { position: relative; padding-right: 50px; }
.section-rate .rate-box { border: 1px solid #ddd; border-radius: 4px; padding: 50px 15px; text-align: center; }
.section-rate .rate-box img { height: 80px; }
.section-rate .rate-box .name { font-size: 16px; line-height: 1; margin: 10px 0; }
.section-rate .rate-box .rate { font-size: 42px; font-weight: 800; line-height: 1; }
.section-rate .rate-box .stars { margin: 10px 0 0; }
.section-rate .rate-box .stars img { height: 26px; }
.section-rate .rate-box .comment { font-size: 16px; line-height: 1; }
.section-rate .h-title { font-size: 28px; font-weight: 800; margin: 0 0 10px; }
.section-rate .h-desc { font-size: 20px; font-weight: 400; margin: 0 0 20px; }
.section-rate .btn { font-size: 16px; font-weight: 600; padding-right: 20px; padding-left: 20px; }

.comments-list .c-text { background-color: rgb(242, 242, 242); padding: 20px; width: 100%; min-height: 260px; border-radius: 10px; font-size: 15px; text-align: left; color: var(--bs-gray); margin: 40px auto 25px; position: relative; }
.comments-list .c-text:after { content: ""; position: absolute; bottom: -15px; left: 30px; border-width: 15px 0 0 15px; border-style: solid; border-color: rgb(242, 242, 242) transparent; display: block; width: 0; }
.comments-list .c-text b { display: block; font-size: 16px; line-height: 1.4; font-weight: 700; margin-bottom: 10px; }
.comments-list .c-meta { display: flex; align-items: center; justify-content: flex-start; }
.comments-list .c-meta .c-thumb { flex: 0 0 90px; width: 90px; height: 90px; border-radius: 90px; border: 1px solid rgb(238, 238, 238) }
.comments-list .c-meta .c-thumb img { width: 88px; height: 88px; border-radius: 88px;  }
.comments-list .c-meta .c-name { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-left: 15px; }

.comments-list .owl-dots { position: absolute; bottom: -45px; right: 0; left: 0; display: flex; align-items: center; justify-content: center; }
.comments-list .owl-dots .owl-dot span { width: 14px; height: 14px; border-radius: 14px; margin: 5px; background: #fff; border: 1px solid var(--bs-primary); display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.comments-list .owl-dots .owl-dot.active span,
.comments-list .owl-dots .owl-dot:hover span { background: var(--bs-primary); }

.section-hybrid { padding: 0 0 120px !important; }
.section-hybrid .heading { margin-bottom: 50px }
.section-hybrid .bg-thumb { width: 100%; background-color: #fff; border-radius: 14px; padding: 15px; }
.section-hybrid h3 { font-size: 24px; font-weight: 800; margin: 5px 0 5px; }
.section-hybrid ul { font-size: 20px; }
.section-hybrid ul li { display: flex; align-items: center; justify-content: flex-start; padding: 4px 0; }
.section-hybrid ul li img { width: 22px; height: 22px; margin-right: 8px; }
.section-hybrid ul li svg { width: 18px; height: 18px; margin-right: 8px; }
.section-hybrid p { font-size: 18px; margin: 0; color: var(--bs-gray) }
.section-hybrid .he-icon { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 10px; border-radius: 10px;background-color: #ecf2ff; }
.section-hybrid .he-icon svg { width: 28px; height: 28px; fill: #fff }

.advantages-wrapper { display: flex; justify-content: space-between; align-items: flex-start;}
.advantages-wrapper .advantage { display: flex; flex-direction: column; align-items: center; flex-basis: 240px; text-align: center; }
.advantages-wrapper .advantage .advantage_icon { height: 64px; width: 64px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; position: relative; }
.advantages-wrapper .advantage .advantage_icon:after { position: absolute; content: ""; background-color: #b1b8be; height: 1px; width: 160px; left: calc(100% + 20px); }
.advantages-wrapper .advantage .advantage_icon svg { width: 32px; height: 32px; }
.advantages-wrapper .advantage:last-child .advantage_icon:after { display: none; }
.advantages-wrapper .advantage b { font-size: 18px; font-weight: 600; }
.advantages-wrapper .advantage span { color: #62646c; text-align: center; line-height: 1.5; font-size: 14px; }

.section-pricing { position: relative; z-index: 1; margin-top: -210px; padding-bottom: 60px; }
.pricing-list { display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;  }
.pricing-list .pricing { flex: 0 0 calc(20% - 10px); margin: 15px 5px; min-height: 716px; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; padding: 20px; background-color: #fff; border: 1px solid #eaeaea; border-radius: 4px;}
.pricing-list .pricing .meta { width: 100%; }
.pricing-list .pricing .meta .name { font-size: 20px; font-weight: 700; line-height: 1; margin-bottom: 5px; }
.pricing-list .pricing .meta .name small { font-size: 13px; color: var(--bs-gray); }
.pricing-list .pricing .meta .desc { font-size: 13px; color: var(--bs-gray); min-height: 20px; }
.pricing-list .pricing .meta .price { padding: 15px 0; min-height: 60px; font-size: 20px; font-weight: 800; }
.pricing-list .pricing .meta .price small { font-size: 80%; font-weight: 600; color: var(--bs-gray); }
.pricing-list .pricing .meta .order { width: 100%; }
.pricing-list .pricing .meta .order .btn { width: 100%; }
.pricing-list .pricing .detail { width: 100%; border-top: 1px solid #eaeaea; padding-top: 15px; margin-top: 20px; }
.pricing-list .pricing .detail ul { list-style: none; padding: 0; margin: 0; }
.pricing-list .pricing .detail ul li { position: relative; padding: 7px 0 7px 17px; font-size: 14px; line-height: 1.3; }
.pricing-list .pricing .detail ul li svg { position: absolute; left: 0; top: 10px; width: 12px; height: 12px; fill: var(--bs-primary); }
.pricing-info { font-size: 13px; margin-top: 10px; padding-left: 5px; }

.section-inlude { position: relative; }
.section-inlude .addon-box { padding: 50px 50px 35px; border-radius: 6px; background-color: #f7f8fa; }
.section-inlude .addon-box h3 { font-size: 24px; font-weight: 800; text-align: center; margin: 0 0 10px; }
.section-inlude ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;  }
.section-inlude ul li { flex: 0 0 33.33%; position: relative; padding: 5px 0 5px 22px; font-size: 18px; line-height: 1.3; }
.section-inlude li svg { position: absolute; left: 0; top:8px; width: 16px; height: 16px; fill: var(--bs-primary); }



/*new faq-design*/
.section-faqs {
  padding: 80px 0;
  background: #f8f9fc;
}

.custom-faq1 {
  max-width: 800px;
  margin: 0 auto;
}

.custom-faq1 .faq {
  margin-bottom: 16px;
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-faq1 .faq:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.custom-faq1 .faq h3 {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #2c3e50;
  padding: 24px 60px 24px 30px;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Add arrow indicator for expandable items */
.custom-faq1 .faq h3::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transition: transform 0.3s ease;
}

.custom-faq1 .faq h3[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(-135deg);
}

.custom-faq1 .faq h3:hover {
  color: #0066cc;
}

/* Answer styling with smooth animation */
.custom-faq1 .faq .collapse__detail {
  overflow: hidden;
  transition: all 0.05s cubic-bezier(0, 0, 0.2, 1);
  max-height: 0;
  opacity: 0;
}

.custom-faq1 .faq .collapse__detail.show {
  max-height: 1000px; /* Adjust this value based on your content */
  opacity: 1;
}

.custom-faq1 .faq .collapse__detail > div {
  padding: 0 30px 24px 30px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
  .section-faqs {
      padding: 40px 20px;
  }

  .custom-faq1 .faq {
      margin-bottom: 12px;
      border-radius: 8px;
  }

  .custom-faq1 .faq h3 {
      font-size: 15px;
      padding: 20px 50px 20px 20px;
  }

  .custom-faq1 .faq h3::after {
      right: 20px;
      width: 6px;
      height: 6px;
  }

  .custom-faq1 .faq .collapse__detail > div {
      padding: 0 20px 20px 20px;
      font-size: 14px;
  }
}
/* region Section Faqs old design
.section-faqs { padding: 60px 0; }
.section-faqs .heading { margin-bottom: 30px; }
.custom-faq1 .faq { margin-bottom: 15px; background: #fff; border: 1px solid #e5e8ed; border-radius: 4px; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.custom-faq1 .faq h3 { position: relative; font-size: 18px; font-weight: 600; color: var(--bs-dark); text-transform: none; cursor: pointer; margin: 0; padding: 15px 20px 15px 40px; }
.custom-faq1 .faq h3 i { position: absolute; top: 8px; left: 0; border: 1px solid #3c4858; border-radius: 50%; width: 40px; height: 40px; padding: 5px; font-size: 28px; color: var(--bs-dark); }
.custom-faq1 .faq .collapse__detail > div { padding: 0 0 20px 20px; font-size: 16px; line-height: 1.5; font-weight: 300; }
.custom-faq1 .faq .collapse__detail > div ul { list-style: square; padding-left: 15px; margin-bottom: 20px; }
.custom-faq1 .faq .collapse__detail > div ul li { padding: 8px 0; line-height: 1.3; }
.custom-faq1 .faq h3[aria-expanded="true"] { color: var(--bs-primary); }
.custom-faq1 .faq h3[aria-expanded="true"] i { color: #fff; border-color: var(--bs-primary); background: var(--bs-primary); }
.custom-faq1 .faq h3[aria-expanded="false"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; }
.custom-faq1 .faq h3[aria-expanded="true"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230052FF'%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-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; transform: rotateX(180deg);}
.custom-faq1 .faq .btn { padding: 8px 24px; height: 36px; min-height: 36px; font-size: 13px; }
.custom-faq1 .faq:last-child { margin-bottom: 0; }



@media only screen and (max-width: 767px){
    .section-faqs { padding: 30px 0 120px !important; }
    .custom-faq1 .faq h3 { font-size: 15px; line-height: 1.3; }
    .custom-faq1 .faq h3[aria-expanded="false"]:after { top: 16px; }
    .custom-faq1 .faq h3[aria-expanded="true"]:after { top: 16px; }
}
*/


/* region Section Faqs 
.section-faqs { padding: 60px 0; }
.section-faqs .heading { margin-bottom: 30px; }
.custom-faq1 .faq { margin-bottom: 15px; background: #fff; border: 1px solid #e5e8ed; border-radius: 4px; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.custom-faq1 .faq h3 { position: relative; font-size: 18px; font-weight: 600; color: var(--bs-dark); text-transform: none; cursor: pointer; margin: 0; padding: 15px 20px 15px 40px; }
.custom-faq1 .faq h3 i { position: absolute; top: 8px; left: 0; border: 1px solid #3c4858; border-radius: 50%; width: 40px; height: 40px; padding: 5px; font-size: 28px; color: var(--bs-dark); }
.custom-faq1 .faq .collapse__detail > div { padding: 0 0 20px 20px; font-size: 16px; line-height: 1.5; font-weight: 300; }
.custom-faq1 .faq .collapse__detail > div ul { list-style: square; padding-left: 15px; margin-bottom: 20px; }
.custom-faq1 .faq .collapse__detail > div ul li { padding: 8px 0; line-height: 1.3; }
.custom-faq1 .faq h3[aria-expanded="true"] { color: var(--bs-primary); }
.custom-faq1 .faq h3[aria-expanded="true"] i { color: #fff; border-color: var(--bs-primary); background: var(--bs-primary); }
.custom-faq1 .faq h3[aria-expanded="false"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; }
.custom-faq1 .faq h3[aria-expanded="true"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230052FF'%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-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; transform: rotateX(180deg);}
.custom-faq1 .faq .btn { padding: 8px 24px; height: 36px; min-height: 36px; font-size: 13px; }
.custom-faq1 .faq:last-child { margin-bottom: 0; }

@media only screen and (max-width: 767px){
    .section-faqs { padding: 30px 0 120px !important; }
    .custom-faq1 .faq h3 { font-size: 15px; line-height: 1.3; }
    .custom-faq1 .faq h3[aria-expanded="false"]:after { top: 16px; }
    .custom-faq1 .faq h3[aria-expanded="true"]:after { top: 16px; }
}

 endregion */

/* region Pagination */
.pagination { display: flex; align-items: center; justify-content: center; }
.pagination .page-link { display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; color: #0a0b0d; font-weight: 600; width: 38px; height: 38px; border: 1px solid #dee2e6; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.pagination .page-item:first-child .page-link { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; }
.pagination .page-item:last-child .page-link { border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; }
.pagination .page-item:not(:first-child) .page-link { margin-left: calc(1px * -1); }
.pagination .page-item.active .page-link { background-color: var(--bs-primary); color: #fff; pointer-events: none; }
.pagination .page-item.disabled .page-link { background-color: #e9ecef; color: #212529bf; pointer-events: none; }
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link { width: auto; padding: 0 10px; }
.pagination .page-item.prev .page-link span { line-height: 1; margin-right: 4px; }
.pagination .page-item.next .page-link span { line-height: 1; margin-left: 4px; }
/* endregion */

/* region Footer */
.blog-demo { width: 100%; max-width: 100vw; height: auto; padding: 16px; background: var(--bs-primary); position: fixed; z-index: 5; bottom: 0; text-align: center; left: 0; -webkit-box-shadow: 0 0 20px #deebff; box-shadow: 0 0 20px #deebff; color: #fff; display: block; }
@media only screen and (max-width: 767px){
    .blog-demo span { display: none; }
}

.footer { position: relative; padding: 60px 0;  width: 100%; background-color: #fff;  border-top: 1px solid #eaeaea;}
.footer h3 { font-size: 16px; font-weight: 700; margin: 0 0 5px;}
.footer ul li a { display: block; font-size: 16px; line-height: 1; padding: 7px 0; color: var(--bs-gray); }
.footer ul li a:hover { color: var(--bs-primary); }
.footer .f-company { padding-right: 60px; }
.footer .f-company img { height: 40px; max-width: 100%; object-fit: cover; margin-bottom: 5px;}
.footer .f-company p { font-size: 16px; line-height: 1.4; color: var(--bs-gray); }
.footer .f-social { display: flex; align-items: center; justify-content: flex-start;}
.footer .f-social a { width: 40px; height: 40px; border-radius: 10px; background-color: var(--bs-primary); display: flex; align-items: center; justify-content: center; margin-right: 5px;}
.footer .f-social a svg { width: 20px; height: 20px; fill:#ffffff; }

.termly { position: fixed; left: 20px; bottom: 20px; z-index: 9998; width: 400px; font-size: 14px; line-height: 1.4; -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: 20px; background-color: #fff; color: var(--bs-dark); display: none; }
.termly a { text-decoration: underline; color: var(--bs-dark);}
.termly .btn { float: right; font-size: 14px; height: 34px; margin-top: -10px; }
/* endregion */

.custom-bg1 { background-color: #175fff !important; }
.custom-bg2 { background-color: #09a49b !important; }
.custom-bg3 { background-color: #fcb92b !important; }
.custom-bg4 { background-color: #fb8833 !important; }
.custom-bg5 { background-color: #f54d81 !important; }
.custom-bg6 { background-color: #6930db !important; }
.custom-bg7 { background-color: #b82d1d !important; }

.custom-color1 { color: #175fff !important; }
.custom-color1 svg { fill: #175fff !important; }
.custom-color2 { color: #09a49b !important; }
.custom-color2 svg { fill: #09a49b !important; }
.custom-color3 { color: #fcb92b !important; }
.custom-color3 svg { fill: #fcb92b !important; }
.custom-color4 { color: #fb8833 !important; }
.custom-color4 svg { fill: #fb8833 !important; }
.custom-color5 { color: #f54d81 !important; }
.custom-color5 svg { fill: #f54d81 !important; }
.custom-color6 { color: #6930db !important; }
.custom-color6 svg { fill: #6930db !important; }

/* 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}}
@-webkit-keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}
@keyframes src-pages-enterprise-style----try-module---imageAnimation---1nJIs{0%{transform:rotate3d(.8,-.866,0,15deg) rotate(1deg)}50%{transform:rotate3d(.1,-.866,0,15deg) rotate(1deg)}to{transform:rotate3d(.8,-.866,0,15deg) rotate(1deg)}}
@-webkit-keyframes logo-slide{0%{transform:translateZ(0)}to{transform:translate3d(-4968px,0,0)}}
@keyframes logo-slide{0%{transform:translateZ(0)}to{transform:translate3d(-4968px,0,0)}}
/* endregion */

/* region Font */
@font-face { font-family: 'Avenir'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/Avenir-Light.eot'); src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff'), url('../fonts/Avenir-Light.ttf') format('truetype'), url('../fonts/Avenir-Light.svg#Avenir') format('svg'); }
@font-face { font-family: 'Avenir'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/Avenir-Book.eot'); src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.woff2') format('woff2'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype'), url('../fonts/Avenir-Book.svg#Avenir') format('svg'); }
@font-face { font-family: 'Avenir'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/Avenir-Medium.eot'); src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir') format('svg'); }
@font-face { font-family: 'Avenir'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/Avenir-Heavy.eot'); src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Heavy.svg#Avenir') format('svg'); }
@font-face { font-family: 'Avenir'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/Avenir-Black.eot'); src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Black.woff2') format('woff2'), url('../fonts/Avenir-Black.woff') format('woff'), url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Black.svg#Avenir') format('svg'); }
/* endregion */


@media only screen and (max-width: 767px){
    .event-bar { display: none; }
    .event-bar .container { flex-direction: column; text-align: center; }

    .section { padding: 60px 0 !important; }
    .section .heading { padding: unset; margin-bottom: 30px; }
    .heading .h-title { font-size: 24px; line-height: 1.3; }
    .heading .h-title br { display: none; }
    .heading .h-desc { font-size: 1.1rem; line-height: 1.4; margin-top: 10px; }
    .heading .h-desc br { display: none; }

    .slide-section { height: 588px; overflow: hidden; }
    .slide-section .caption-title { align-items: center; }
    .slide-section .caption-title .text { padding-top: 50px; text-align: center; }
    .slide-section .caption-title .text p { font-size: 1.1rem; }
    .slide-section .caption-title .text b { font-size: 28px; line-height: 1.3; }
    .slide-section .caption-title .text b br { display: none; }
    .slide-section .caption-title .btn { margin-right: 0; }
    .slide-section .caption-title .btn + .btn { margin-left: 10px; }
    #owl-home .owl-item .item .col-lg-6 { text-align: center; padding: 0; }
    #owl-home .owl-lazy2 { position: relative; top: unset; bottom: -30px; right: unset; height: auto; width: 100%; }
    #owl-home .owl-dots { display: none; }

    .page-banner { height: 600px; overflow: hidden; align-items: center; }
    .page-banner .main-breadcrumb { justify-content: center; }
    .page-banner .container .row { margin-left: 0; }
    .page-banner .text-holder { height: auto; align-items:center; }
    .page-banner .col-lg-6 { text-align: center; padding: 0; }
    .page-banner .text { padding-top: 50px; }
    .page-banner .text b { font-size: 24px; line-height: 1.3; }
    .page-banner .text b br { display: none; }
    .page-banner .text p { font-size: 1.1rem; }
    .page-banner .text .btn { margin-right: 0; }
    .page-banner .text .btn + .btn { margin-left: 10px; }
    .page-banner .owl-lazy2 { position: relative; top: unset; bottom: -25px; right: unset; height: auto; width: 100%; }

    .page-banner.sub-banner { height: auto; padding: 70px 0 20px; }
    .page-banner.sub-banner .text { padding-top: 0 !important; }
    .page-banner.sub-banner .owl-lazy2 { bottom: unset; margin-top: 50px; }

    .home-reference { padding-bottom: 0 !important; padding-top: 30px !important; }
    .home-reference-img { height: auto; }

    .home-event-platform .he-thumb img { height: auto; }

    .dealer-video { padding: 20px; text-align: center; }
    .dealer-video h3 { margin-top: 20px; font-size: 24px; }
    .dealer-video h3 span { font-size: 18px; }
    .play-btn { left: 43%; }

    .demo-bar { text-align: center; }
    .demo-bar b { font-size: 24px; line-height: 1.3; }
    .demo-bar p { margin-bottom: 10px; margin-top: 10px; }
    .demo-bar .btn { zoom:90%; }

    .ways-card-demo { align-items: center; text-align: center; margin-bottom: 30px; }
    .ways-card { margin: 8px 0; text-align: center; min-height: auto; }
    .ways-card .card-thumb { margin: 0 auto 10px; }

    .tabs4 .tab-content { margin-top: 30px; }

    .section-key { padding-top: 0 !important; }

    .advantages-wrapper { flex-wrap: wrap; flex-direction: column; }
    .advantages-wrapper .advantage { flex: 0 0 50%; margin: 15px 0 80px; }
    .advantages-wrapper .advantage .advantage_icon:after { display: block; width: 1px; height: 40px; bottom: calc(100% + 30px); left: auto; }
    .advantages-wrapper .advantage:nth-child(1) .advantage_icon:after { display: none; }
    .advantages-wrapper .advantage:last-child .advantage_icon:after { display: block; }

    .section-rate { text-align: center; padding-top: 0 !important; padding-bottom: 60px !important; }
    .section-rate .align-items-start { align-items: center; }
    .section-rate .h-title { font-size: 24px; }
    .section-rate .h-desc { font-size: 16px; }
    .section-rate .rate-box { padding: 10px; }
    .section-rate .image-holder { padding-right: 15px; }
    .section-rate .rate-box img { height: 60px; }
    .section-rate .rate-box .rate { font-size: 32px; }
    .section-rate .rate-box .stars img { height: 20px; width: auto; }

    .content-image { margin: 80px -15px; text-align: center; }
    .content-image:last-child { margin-bottom: 20px }
    .content-image .ct-image { padding: unset; margin-bottom: 20px; }
    .content-image .ct-image img { height: auto }
    .content-image .ct-text h3 { font-size: 24px; }
    .content-image .ct-text h3 br { display: none; }
    .content-image .ct-text { align-items: center; }
    .content-image .ct-text ul { text-align: left; }

    .request-demo .bg-img { display: none; }
    .request-demo .request-text h2 { font-size: 2rem; line-height: 1.3; }
    .request-demo .request-text p { margin-bottom: 30px; }

    .section-hybrid .he-icon { margin-top: 30px !important; }
    .section-hybrid .bg-thumb { margin-top: 40px !important; height: auto; }
    .section-hybrid h3 { font-size: 20px; }
    .section-hybrid ul { font-size: 18px; }

    .case-categories { margin-bottom: 20px; }

    video { height: auto !important; }

    .section-key .tabs-info-thumb img { height: auto; }

    .section-banner .main-breadcrumb { justify-content: center; align-items: center; }
    .section-banner .row { margin-left: 0; }
    .section-banner .container { height: auto; padding-top: 55px !important; padding-bottom: 35px; text-align: center;  }
    .section-banner h1 { font-size: 2rem; line-height: 1.3; }
    .section-privacy { padding: 40px 0; }

    .tabs3 .nav-tabs .nav-item { margin: 0 0 5px; width: 100%; }
    .tabs3 .nav-tabs .nav-link { min-width: auto; padding: 10px; }

    .home-event-platform { text-align: center; margin: 15px 0; }
    .home-event-platform .he-icon { margin: 0 auto 10px; }

    .home-comments { text-align: center; }
    .home-comments .ci-info .col-6 { margin: 15px 0; }
    .home-comments .comments-main { height: 500px; }
    .home-comments .comments-item { width: calc(100% - 30px); left: 15px; right: 15px; top: 54%; padding: 15px; }
    .home-comments h3 { font-size: 2rem; line-height: 1.3; margin-bottom: 5px; }

    .pricing-list .pricing { flex: 0 0 100%; margin: 15px 0; min-height: auto; }
    .section-inlude ul li { flex: 0 0 100%; }
    .section-inlude .addon-box { padding: 30px; }

    .section-case .heading { margin-bottom: 60px; }
    .owl-slide3 .owl-nav .owl-prev { right: 50%; }
    .owl-slide3 .owl-nav .owl-next { right: 39%; }

    .section-help { padding-bottom: 0 !important; text-align: center; }
    .section-help .bg-img { position: relative; right: unset; bottom: -60px; height:unset; width: 100%; }
    .section-help h2 { font-size: 28px; line-height: 1.3; }
    .section-help p { font-size: 17px; }
    .section-help .btn { min-width: 150px; margin-right: 0; }

    .section-key .tabs-info-thumb { height: auto; padding: 8px; }
    .section-key .tabs-info { flex-direction: column; align-items: center; justify-content: center; text-align: center; }

    .section-user-friendly img { width: 100%; }

    .collaboration-img { height: auto; margin-bottom: 30px; }

    .request-demo .btn { width: 100%; }

    .tabs4 .tab-content img { height: 100%; }

    .section-hybrid .border-line { position: relative; margin: 25px 0; }
    .section-hybrid .border-line:after { position: absolute; content: ""; background-color: #b1b8be; height: 50px; width: 1px; display: block; left: 50%; bottom: calc(100% - 12px); }
    .section-hybrid .border-line:nth-child(1) { margin-top: 0; }
    .section-hybrid .border-line:nth-child(1) .he-icon { margin-top: 0 !important; }
    .section-hybrid .border-line:nth-child(1):after { display: none; }

    .rate-box { margin: 15px 0; }
    .rate-box .r-logo img { height: 60px; }

    .blog-item { margin: 10px 0; }

    .footer { padding: 30px 0; text-align: center; }
    .footer .f-company { padding: unset; }
    .footer .f-social { justify-content: center; margin-bottom: 30px; }
    .footer ul { margin-bottom: 30px; }

    .mpt-0 { padding-top: 0 !important; }
    .mmt-0 { margin-top: 0 !important; }

    .tabs3 #step4 .btn { margin: 5px; }
    .tabs3 #step4 iframe { margin-bottom: 15px; height: auto !important; }

    .termly { width: calc(100% - 40px); }

}

@media only screen and (max-width: 360px){
    .mobile-top { padding: 10px 0; }
    .mobile-top ul.toplink1 li { padding-right: 10px; }

    .section-banner .container { padding-top: 40px !important; }
    .section-banner h1 { font-size: 28px; }
    .page-banner.sub-banner { padding-top: 40px !important }

    .slide-section .caption-title .btn { zoom: 90%; }
    .page-banner .btn { zoom: 85%; }
    .page-banner .owl-lazy2 { bottom: -10px !important; }

    .play-btn { left: 41%; top: 50%; zoom: 65%; }

    .home-comments .ci-info b,
    .home-comments .ci-info strong { font-size: 25px; }

    .content-image .ct-text ul li { align-items: center; text-align: center; }
    .content-image .ct-text p { font-size: 16px; line-height: 1.3; text-align: center; }

    .home-comments .comments-item .ci-text { font-size: 14px; }

    .section-inlude .addon-box h3 { font-size: 18px !important; }
    .section-inlude ul li { font-size: 16px !important; }
}


.mb-4 { margin-bottom: 40px !important; }

.inline-link {
    display: contents !important;
    text-decoration: underline;
}

.fix-content .ct-text ul li { padding: 5px 0; display: inline-block !important; }
.fix-content .ct-text ul li a { color: var(--bs-primary); }
.fix-content .ct-text ul li a:hover { opacity: .8; color: #175fff;}
.fix-content .ct-text ul li svg { height: 25px; width: 18px; margin-right: 5px; vertical-align: bottom;}

/* Table */

.table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1100px;
  }
  
  .table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style-type: none;
    outline: 1px solid #ddd;
    text-align: center;
    font-weight: 300;
    margin-top: 1px;
    margin-left: 1px;
  }
  .table-cell:first-child {
    outline: 1px solid #fff;
    background: transparent;
  }
  @media only screen and (max-width: 768px) {
    .table-cell:first-child {
      display: none;
    }
  }
  .table-cell:nth-child(-n+3) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .table-cell > h3 {
    font-size: 26px;
    margin-top: 0;
  }
  .table-cell.cell-feature {
    text-align: left;
    font-size: 18px;
  }
  .table-cell.firstcorp {
    color: var(--bs-dark);
  }
  .table-cell.secondcorp {
    color: limegreen;
  }
  .table-cell:nth-child(3n) {
    color: limegreen;
    font-weight: bold;
  }
  .table-cell {
    width: calc(33.33% - 1px);
  }
  @media only screen and (max-width: 768px) {
    .table-cell.cell-feature {
      width: 100%;
      text-align: center;
    }
  }
.table-cell h3 { font-weight: bold;}

p.blog-img { display: contents; }
p.blog-img img { margin: 0px 10px 10px 10px !important; border-radius: 8px; height: auto; }
@media only screen and (max-width: 768px) {
    p.blog-img { 
        display: contents;
        width: 100%;
        text-align: center;
        float: left;
    }
    p.blog-img img {
        margin: 0 auto !important;
        float: none !important;
        width: 100%;
        height: auto;
    }
}
.hs-form-iframe label span {
    color: #000 !important;
}