/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-clean {
  background: #eeeeee;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-clean a.current {
  color: #D23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
  content: '+';
}
.sm-clean a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }

  .sm-clean li {
    float: left;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #D23600;
  }
  .sm-clean a.current {
    color: #D23600;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #D23600;
  }
  .sm-clean ul a.current {
    color: #D23600;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}

/*# sourceMappingURL=sm-clean.css.map */

/*https://codepen.io/kurt19xx/pen/yzNYxR*/

@media (min-width: 1024px) {
    .main-nav {
        border-radius: 50px;
    }
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;

    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}


#main-menu {
    clear: both;
}

@media (min-width: 1024px) {
    #main-menu {
        float: right;
        clear: none;
    }
}



/* apply the animations just in desktop view */

@media (min-width:1024px) {
    /* prevent text rendering degrade during animation in Mac browsers */
    #main-menu {
        -webkit-font-smoothing: subpixel-antialiased;
    }
    /* show animation */
    #main-menu ul.show-animation {
        -webkit-animation: show-animation 0.2s;
        animation: show-animation 0.2s;
    }
    @-webkit-keyframes show-animation {
        0% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale3d(1.05, 1.05, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    @keyframes show-animation {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
        60% {
            transform: scale3d(1.05, 1.05, 1);
        }
        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    /* hide animation */
    #main-menu ul.hide-animation {
        -webkit-animation: hide-animation 0.2s;
        animation: hide-animation 0.2s;
    }
    @-webkit-keyframes hide-animation {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
    @keyframes hide-animation {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
        100% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
}


.sm {
    z-index: 999;
 }

#main-menu.sm-clean a {
    font-family: inherit;
    font-weight: 700;

}

#main-menu.sm-clean a {
    color: #757C87;
}

#main-menu.sm-clean a:hover, #main-menu.sm-clean a:focus, #main-menu.sm-clean a:active {
    color: #243570;
}

.sm-clean {
    background: unset;
    border-radius: unset;
}


/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 6px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 3px;
    width: 24px;
    background: #050e7f;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -10px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 10px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}

@media (min-width: 1024px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}


.btn-primary {
  --bs-btn-color: white;
  --bs-btn-bg: #1F4690;
  --bs-btn-border-color: #1d4288;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a3c7a;
  --bs-btn-hover-border-color: #17356d;
  --bs-btn-focus-shadow-rgb: 63, 94, 154;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #193873;
  --bs-btn-active-border-color: #163266;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1F4690;
  --bs-btn-disabled-border-color: #1d4288;
}

.btn-outline-primary {
  --bs-btn-color: #1F4690;
  --bs-btn-border-color: #1F4690;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1F4690;
  --bs-btn-hover-border-color: #1F4690;
  --bs-btn-focus-shadow-rgb: 31, 70, 144;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1F4690;
  --bs-btn-active-border-color: #1F4690;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1F4690;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1F4690;
  --bs-gradient: none;
}

.text-primary {
  color: #1F4690 !important;
}

.bg-primary {
  background-color: #1F4690 !important;
}

.table-primary {
  background-color: #1F4690 !important;
}

.link-primary {
  color: #1F4690 !important;
}

.border-primary {
  border-color: #1F4690 !important;
}

.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: #5e8aaa;
  --bs-btn-border-color: #5885a6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #507591;
  --bs-btn-hover-border-color: #466a85;
  --bs-btn-focus-shadow-rgb: 113, 151, 179;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4b6e88;
  --bs-btn-active-border-color: #42647d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5e8aaa;
  --bs-btn-disabled-border-color: #5885a6;
}

.btn-outline-secondary {
  --bs-btn-color: #5e8aaa;
  --bs-btn-border-color: #5e8aaa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5e8aaa;
  --bs-btn-hover-border-color: #5e8aaa;
  --bs-btn-focus-shadow-rgb: 94, 138, 170;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #5e8aaa;
  --bs-btn-active-border-color: #5e8aaa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5e8aaa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5e8aaa;
  --bs-gradient: none;
}

.text-secondary {
  color: #5e8aaa !important;
}

.bg-secondary {
  background-color: #5e8aaa !important;
}

.table-secondary {
  background-color: #5e8aaa !important;
}

.link-secondary {
  color: #5e8aaa !important;
}

.border-secondary {
  border-color: #5e8aaa !important;
}

.btn-success {
  --bs-btn-color: white;
  --bs-btn-bg: #14C38E;
  --bs-btn-border-color: #13ba87;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #11a679;
  --bs-btn-hover-border-color: #0f956c;
  --bs-btn-focus-shadow-rgb: 54, 196, 153;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #109c72;
  --bs-btn-active-border-color: #0e8c65;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #14C38E;
  --bs-btn-disabled-border-color: #13ba87;
}

.btn-outline-success {
  --bs-btn-color: #14C38E;
  --bs-btn-border-color: #14C38E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #14C38E;
  --bs-btn-hover-border-color: #14C38E;
  --bs-btn-focus-shadow-rgb: 20, 195, 142;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #14C38E;
  --bs-btn-active-border-color: #14C38E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #14C38E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #14C38E;
  --bs-gradient: none;
}

.text-success {
  color: #14C38E !important;
}

.bg-success {
  background-color: #14C38E !important;
}

.table-success {
  background-color: #14C38E !important;
}

.link-success {
  color: #14C38E !important;
}

.border-success {
  border-color: #14C38E !important;
}

.btn-info {
  --bs-btn-color: white;
  --bs-btn-bg: #3B9AE1;
  --bs-btn-border-color: #3295e0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3283bf;
  --bs-btn-hover-border-color: #2877b3;
  --bs-btn-focus-shadow-rgb: 81, 165, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f7bb4;
  --bs-btn-active-border-color: #2670a8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3B9AE1;
  --bs-btn-disabled-border-color: #3295e0;
}

.btn-outline-info {
  --bs-btn-color: #3B9AE1;
  --bs-btn-border-color: #3B9AE1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3B9AE1;
  --bs-btn-hover-border-color: #3B9AE1;
  --bs-btn-focus-shadow-rgb: 59, 154, 225;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3B9AE1;
  --bs-btn-active-border-color: #3B9AE1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3B9AE1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3B9AE1;
  --bs-gradient: none;
}

.text-info {
  color: #3B9AE1 !important;
}

.bg-info {
  background-color: #3B9AE1 !important;
}

.table-info {
  background-color: #3B9AE1 !important;
}

.link-info {
  color: #3B9AE1 !important;
}

.border-info {
  border-color: #3B9AE1 !important;
}

.btn-warning {
  --bs-btn-color: white;
  --bs-btn-bg: #EAE509;
  --bs-btn-border-color: #e0db09;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c7c308;
  --bs-btn-hover-border-color: #b3af07;
  --bs-btn-focus-shadow-rgb: 229, 224, 46;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bbb707;
  --bs-btn-active-border-color: #a8a407;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EAE509;
  --bs-btn-disabled-border-color: #e0db09;
}

.btn-outline-warning {
  --bs-btn-color: #EAE509;
  --bs-btn-border-color: #EAE509;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EAE509;
  --bs-btn-hover-border-color: #EAE509;
  --bs-btn-focus-shadow-rgb: 234, 229, 9;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EAE509;
  --bs-btn-active-border-color: #EAE509;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EAE509;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EAE509;
  --bs-gradient: none;
}

.text-warning {
  color: #EAE509 !important;
}

.bg-warning {
  background-color: #EAE509 !important;
}

.table-warning {
  background-color: #EAE509 !important;
}

.link-warning {
  color: #EAE509 !important;
}

.border-warning {
  border-color: #EAE509 !important;
}

.btn-danger {
  --bs-btn-color: white;
  --bs-btn-bg: #DE0531;
  --bs-btn-border-color: #d4052f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bd042a;
  --bs-btn-hover-border-color: #aa0426;
  --bs-btn-focus-shadow-rgb: 218, 43, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b20427;
  --bs-btn-active-border-color: #9f0423;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DE0531;
  --bs-btn-disabled-border-color: #d4052f;
}

.btn-outline-danger {
  --bs-btn-color: #DE0531;
  --bs-btn-border-color: #DE0531;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #DE0531;
  --bs-btn-hover-border-color: #DE0531;
  --bs-btn-focus-shadow-rgb: 222, 5, 49;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #DE0531;
  --bs-btn-active-border-color: #DE0531;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #DE0531;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #DE0531;
  --bs-gradient: none;
}

.text-danger {
  color: #DE0531 !important;
}

.bg-danger {
  background-color: #DE0531 !important;
}

.table-danger {
  background-color: #DE0531 !important;
}

.link-danger {
  color: #DE0531 !important;
}

.border-danger {
  border-color: #DE0531 !important;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #F1F1F1;
  --bs-btn-border-color: #F1F1F1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cdcdcd;
  --bs-btn-hover-border-color: #c1c1c1;
  --bs-btn-focus-shadow-rgb: 205, 205, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c1c1c1;
  --bs-btn-active-border-color: #b5b5b5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F1F1F1;
  --bs-btn-disabled-border-color: #F1F1F1;
}

.btn-outline-light {
  --bs-btn-color: #F1F1F1;
  --bs-btn-border-color: #F1F1F1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F1F1F1;
  --bs-btn-hover-border-color: #F1F1F1;
  --bs-btn-focus-shadow-rgb: 241, 241, 241;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F1F1F1;
  --bs-btn-active-border-color: #F1F1F1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F1F1F1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F1F1F1;
  --bs-gradient: none;
}

.text-light {
  color: #F1F1F1 !important;
}

.bg-light {
  background-color: #F1F1F1 !important;
}

.table-light {
  background-color: #F1F1F1 !important;
}

.link-light {
  color: #F1F1F1 !important;
}

.border-light {
  border-color: #F1F1F1 !important;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3D3C42;
  --bs-btn-border-color: #3D3C42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5a595e;
  --bs-btn-hover-border-color: #505055;
  --bs-btn-focus-shadow-rgb: 90, 89, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #646368;
  --bs-btn-active-border-color: #505055;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3D3C42;
  --bs-btn-disabled-border-color: #3D3C42;
}

.btn-outline-dark {
  --bs-btn-color: #3D3C42;
  --bs-btn-border-color: #3D3C42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3D3C42;
  --bs-btn-hover-border-color: #3D3C42;
  --bs-btn-focus-shadow-rgb: 61, 60, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3D3C42;
  --bs-btn-active-border-color: #3D3C42;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3D3C42;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3D3C42;
  --bs-gradient: none;
}

.text-dark {
  color: #3D3C42 !important;
}

.bg-dark {
  background-color: #3D3C42 !important;
}

.table-dark {
  background-color: #3D3C42 !important;
}

.link-dark {
  color: #3D3C42 !important;
}

.border-dark {
  border-color: #3D3C42 !important;
}

.nav-link {
  color: #1F4690;
}

.nav-link:hover {
  color: #3f73d6;
}

a {
  color: #1F4690;
}

a:hover {
  color: #3f73d6;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2018 Hakim El Hattab, http://hakim.se
 */
@-webkit-keyframes ladda-spinner-line-fade {
  0%, 100% {
    opacity: 0.22;
  }
  1% {
    opacity: 1;
  }
}
@keyframes ladda-spinner-line-fade {
  0%, 100% {
    opacity: 0.22;
  }
  1% {
    opacity: 1;
  }
}
.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  transition: 0.1s linear all;
}

.ladda-button[data-loading] .ladda-progress {
  display: block;
}

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
  transition: 0.3s ease all;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

[dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner {
  right: auto;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

[dir=rtl] .ladda-spinner > div {
  left: 25% !important;
}

@font-face {
  font-family: "vazir";
  src: url(/fonts/Vazirmatn-UI-FD-Regular.woff2?a11c980e9ded0abe7ff03741050803b4) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vazir";
  src: url(/fonts/Vazirmatn-UI-FD-Medium.woff2?67ce3400cad5a78d226bb8833e329caf) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vazir";
  src: url(/fonts/Vazirmatn-UI-FD-SemiBold.woff2?0da6ad84787f9548f1e3fbc126f8a4a5) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vazir";
  src: url(/fonts/Vazirmatn-UI-FD-Bold.woff2?4baa6f7866e92626baa58660d23e81b0) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vazir";
  src: url(/fonts/Vazirmatn-UI-FD-ExtraBold.woff2?fac86bf20a62bfb8904d517bda5e415c) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vazir";
  src: url(/fonts/Vazirmatn-UI-FD-Black.woff2?1167ec7c8ab1c74ed2b5c0413ff3302d) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "vazir" !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-size: 95%;
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

a {
  text-decoration: none !important;
}

ul, li {
  margin: 0;
  padding: 0;
}

.ltr {
  direction: ltr;
}

.tahoma {
  font-family: tahoma;
  direction: ltr;
  text-transform: uppercase;
}

body {
  background-color: #fff;
}

#mainMenu:not(.mm-menu) {
  display: none;
}

#main-menu.sm-clean a {
  font-size: 16px !important;
  color: #3D3C42;
  font-weight: 400;
}

.py-home {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#headCat ol {
  margin-top: 20px;
}

#headCat .breadcrumbWhite a {
  color: #1F4690;
}

#headCat .breadcrumbWhite a:hover {
  color: #3D3C42;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

#filter .productBox .card {
  height: 400px;
}

.bgwave {
  overflow: hidden;
  position: relative;
  background: linear-gradient(80deg, rgb(31, 70, 144) 0%, rgb(0, 165, 255) 100%);
}

.inner-wave {
  width: 100%;
  margin: 0;
  padding: 0;
}

.waves {
  position: relative;
  width: 100%;
  height: 25vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}
.title {
  color: #1F4690;
  font-size: 23px;
  font-weight: 900;
  position: relative;
  padding-right: 25px;
}
.title::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 10px;
  right: 0;
  top: 14px;
  background-color: #ffc107;
}

footer {
  margin-top: 1.5rem;
}
footer ul {
  list-style-type: none;
}
footer .licenses img {
  cursor: pointer;
  height: 60px;
  width: auto;
}
footer .text-bellow {
  font-size: 0.7rem;
}

header {
  margin-bottom: 1.5rem;
}
header .text-sm {
  font-size: 12px;
  color: #5e8aaa;
  font-weight: 400;
}
header .text-md {
  font-size: 14px;
  font-weight: 700;
}
header .color__secondary {
  color: #5e8aaa;
}
header .color__secondary:hover {
  color: #1F4690;
}
header .color__main {
  color: #1F4690;
}
header .color__main:hover {
  color: #5e8aaa;
}
header .box-rectangle {
  position: relative;
  width: 50px;
  height: 49px;
  border-radius: 18px 18px 5px 18px;
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  header .box-rectangle {
    width: 45px;
    height: 44px;
  }
}
header .box-rectangle:hover {
  background-color: #d8d8d8;
}
header .badge__yellow {
  position: absolute;
  top: -9px;
  right: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #ffc107;
  color: #1F4690;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
header form {
  width: 90%;
}
@media (max-width: 767.98px) {
  header form {
    width: 100%;
  }
}
header form .input-search {
  width: 88%;
  background-color: #F1F1F1;
  border: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 18px;
  font-size: 13px;
  font-weight: 400;
  padding-right: 20px;
}
header form .btn-search {
  height: 40px;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #1F4690;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header form .btn-search:hover {
  background-color: #2d65cf;
}
header .logo {
  color: #1F4690;
}
header .logo-text-lg {
  font-size: 18px;
  font-weight: 900;
}
header .logo-text-md {
  font-size: 12px;
  font-weight: 700;
}

#section-sliderArticle .sliderArticle .owl-stage-outer {
  padding: 10px 0;
}
#section-sliderArticle .sliderArticle .item .card {
  border-radius: 29px 29px 12px 29px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #868c96;
  font-weight: 400;
}
#section-sliderArticle .sliderArticle .item .card:hover {
  border: 1px solid #1F4690;
}
#section-sliderArticle .sliderArticle .item .card-img {
  width: 100%;
  position: relative;
}
#section-sliderArticle .sliderArticle .item .card-img img {
  border-top-right-radius: 27px;
  border-top-left-radius: 27px;
}
#section-sliderArticle .sliderArticle .item .card-body {
  font-size: 12px;
  text-align: center;
  padding: 25px 15px 10px 15px;
  min-height: 120px;
  position: relative;
}
#section-sliderArticle .sliderArticle .item .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-top: 0;
  padding: 10px 20px 15px 20px;
  min-height: 43px;
}
#section-sliderArticle .sliderArticle .item .card-title {
  font-size: 14px;
  font-weight: 700;
  color: #686E77;
  margin-bottom: 5px;
}
#section-sliderArticle .sliderArticle .item .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#section-sliderArticle .fontSize-sm {
  font-size: 10px;
}
#section-sliderArticle .badge-blue {
  position: absolute;
  width: 100px;
  height: 25px;
  background-color: #243570;
  color: #fff;
  border-radius: 10px 10px 5px 10px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
}

.badge-gray {
  background-color: #F1F1F1;
  color: #686E77;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  width: 64px;
  height: 24px;
}

.productBox .card {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  height: 350px;
}
.productBox .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.productBox .card:hover .card-footer {
  background: linear-gradient(180deg, #F94C66, #F94C66) !important;
  border-radius: 50% 50% 0 0;
  color: #fff;
}
.productBox .card-title {
  font-size: 14px;
  color: #1F4690;
  margin-bottom: 5px;
}
.productBox .card .tag {
  top: 0;
  right: 0;
}
.productBox .card .tag span {
  border-radius: 25px 0 0 25px;
  background: linear-gradient(180deg, #F94C66, #F94C66);
}
.productBox .card .card-img-top {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

#section-product .nav {
  flex-wrap: unset;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  #section-product .nav {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #section-product .nav {
    justify-content: unset;
  }
}
#section-product .nav-pills .nav-link {
  color: #686E77;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-product .nav-pills .nav-link.active {
  background-color: #EDEDED;
}
#section-product .sliderProduct .owl-stage-outer {
  padding: 10px 0;
}

#section-fullSlider .fullSlider .owl-dots {
  display: flex;
  position: absolute;
  left: 60px;
  bottom: 60px;
  background-color: rgba(193, 193, 193, 0.5);
  padding: 6px;
  border-radius: 10px 10px 5px 10px;
}
@media (max-width: 575.98px) {
  #section-fullSlider .fullSlider .owl-dots {
    left: 10px;
    bottom: 14px;
    padding: 4px;
    border-radius: 7px 7px 3px 7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-fullSlider .fullSlider .owl-dots {
    left: 15px;
    bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-fullSlider .fullSlider .owl-dots {
    left: 25px;
    bottom: 25px;
  }
}
#section-fullSlider .fullSlider .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 4px 3px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  #section-fullSlider .fullSlider .owl-dots span {
    width: 7px;
    height: 7px;
    margin: 3px 2px;
  }
}
#section-fullSlider .fullSlider .owl-dots .owl-dot.active span, #section-fullSlider .fullSlider .owl-dots .owl-dot:hover span {
  background: #1F4690;
}

#section-top {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-top: 23%;
  position: relative;
}
@media (max-width: 575.98px) {
  #section-top {
    background-size: cover;
    padding-top: 75%;
    border-radius: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-top {
    background-size: cover;
    padding-top: 50%;
    border-radius: 10px;
  }
}
#section-top .breadcrumb-custom {
  position: absolute;
  bottom: 32%;
  left: 40px;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  #section-top .breadcrumb-custom {
    left: 0;
    align-items: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-top .breadcrumb-custom {
    left: 15px;
    align-items: unset;
  }
}
#section-top .breadcrumb-custom li {
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
}
#section-top .breadcrumb-custom li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  #section-top .breadcrumb-custom li a {
    font-size: 13px;
  }
}
#section-top .breadcrumb-custom li::before {
  position: absolute;
  content: "/";
  left: -3px;
  top: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#section-top .breadcrumb-custom li:last-child:before {
  position: unset;
  content: unset;
}
#section-top .breadcrumb-custom .top-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  #section-top .breadcrumb-custom .top-title {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-top .breadcrumb-custom .top-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-top .breadcrumb-custom .top-title {
    font-size: 25px;
  }
}

.page-item:not(:last-child) {
  margin-left: 3px !important;
}

.page-item > i {
  padding: 8px 0;
  margin: 0 8px;
}

.page-item .page-link,
.page-item.disabled .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background-color: #5e8aaa;
  color: #3D3C42;
  margin-left: 5px !important;
  border-radius: 6px !important;
}

.page-item.disabled .page-link {
  opacity: 0.7;
  pointer-events: none;
}

.page-item .page-link:hover {
  background-color: #5e8aaa;
  color: #3D3C42;
}

.page-item.active .page-link {
  background-color: #1F4690;
  color: #fff;
}

@media (max-width: 768px) {
  li.page-item {
    display: none;
  }
  .page-item:first-child,
.page-item:nth-child(2),
.page-item:nth-last-child(2),
.page-item:last-child,
.page-item.active,
.page-item.disabled {
    display: block;
  }
}

/*
show catalog
*/
#Products_catalog ol {
    list-style: none;
    counter-reset: list;
    padding: 0 1rem;
}

#Products_catalog li {
    --stop: calc(100% / var(--length) * var(--i));
    --l: 62%;
    --l2: 88%;
    --h: calc((var(--i) - 1) * (180 / var(--length)));
    --c1: hsl(var(--h), 71%, var(--l));
    --c2: hsl(var(--h), 71%, var(--l2));

    position: relative;
    counter-increment: list;
    max-width: 45rem;
    /*margin: 1rem auto;*/
    padding: 1rem 1rem 1rem;
    box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: white;
}

#Products_catalog li::before {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

#Products_catalog h3 {
    display: flex;
    align-items: baseline;
    /*margin: 0 0 1rem;*/
    color: rgb(70 70 70);
}

#Products_catalog h3::before {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    /*margin-right: 1rem;*/
    width: 3rem;
    height: 3rem;
    content: counter(list);
    padding: 1rem;
    border-radius: 50%;
    background-color: var(--c1);
    color: white;
}

@media (min-width: 40em) {
    #Products_catalog li {
        /*margin: 2rem auto;*/
        /*padding: 1rem 1rem 1rem;*/
    }

    #Products_catalog h3 {
        font-size: 2.25rem;
        /*margin: 0 0 2rem;*/
    }

    #Products_catalog h3::before {
        /*margin-right: 1.5rem;*/
    }
}