/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
body, html {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  height: 100%;
  color: #333;
  line-height: 1.5rem;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif; }

.wrapper {
  padding: 70px 0px 70px 0px; }

.main-btn {
  border: 3px solid white;
  color: white;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem; }
  .main-btn:hover {
    background: white;
    color: #1f537f; }

.second-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  padding: 8px 12px;
  line-height: 1.5;
  text-transform: uppercase;
  background: #ff3939; }

.main-title {
  font-weight: 700;
  color: #014e9e;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  text-transform: capitalize; }
  .main-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #1f537f;
    bottom: 0;
    left: 0;
    transform: scale(0.07, 1); }

.second-title {
  font-weight: 700;
  color: white;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  .second-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0;
    transform: scale(0.07, 1); }

.third-title {
  font-weight: 700;
  color: #014e9e; }

.fourth-title {
  font-weight: 700;
  color: white;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 45px; }
  .fourth-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0;
    transform: scale(0.07, 1); }

.fifth-title {
  color: #1f537f;
  font-weight: 900;
  font-size: 30px;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: capitalize; }

.ul-none {
  list-style-type: none; }

.ul-none.no-padding {
  padding: 0; }

.breadcrumb {
  font-size: .8rem; }

.showLeft {
  left: 0 !important; }

.showRight {
  right: 0 !important; }

.dark-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

.blue-bg {
  background: #1f537f;
  color: #fff; }

.img-bg {
  background: url(../images/misc/tagline.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  background-attachment: fixed; }

.img-bg .parallax {
  padding-left: 20rem;
  padding-right: 20rem; }

.top {
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: fixed;
  bottom: 5.5em;
  right: 0;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 11px 0 0 11px;
  border-radius: 11px 0 0 11px;
  z-index: 9; }

.main-banner {
  position: relative; }
  .main-banner .banner-wrapper {
    position: relative; }
  .main-banner .banner-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .main-banner .banner-image img {
    height: 100%;
    width: 100%; }
  .main-banner .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff; }
    .main-banner .banner-caption .banner-welcome {
      background: none;
      text-align: center; }
      .main-banner .banner-caption .banner-welcome h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 50px;
        margin: 6px 0; }
      .main-banner .banner-caption .banner-welcome p {
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 5px; }
      .main-banner .banner-caption .banner-welcome a {
        margin-bottom: 5rem !important; }
  .main-banner .banner-image.article img {
    filter: blur(9px);
    -webkit-filter: blur(9px); }
  .main-banner i {
    color: white;
    top: 50%;
    font-size: 1.5rem;
    cursor: pointer; }
    .main-banner i:hover {
      color: darkgray; }

.main-banner.sub-banner .banner-image:after {
  background: rgba(12, 33, 50, 0.4); }
.main-banner.sub-banner .banner-welcome h2 {
  text-align: center; }
.main-banner.sub-banner .breadcrumb {
  background: none; }
  .main-banner.sub-banner .breadcrumb li {
    color: #fff; }
  .main-banner.sub-banner .breadcrumb a {
    color: #1f537f;
    font-weight: bold; }

.main-banner.empty {
  background: #1f537f; }
  .main-banner.empty .banner-wrapper {
    height: 300px; }
  .main-banner.empty .breadcrumb a {
    color: white;
    font-weight: bold; }

.main-banner.article {
  background: #1f537f; }

.main-banner.article .banner-image img {
  filter: blur(9px);
  -webkit-filter: blur(9px); }

.video-player {
  height: 90vh;
  position: relative;
  overflow: hidden; }
  .video-player .video-caption {
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    text-align: center; }
    .video-player .video-caption .slick-slider {
      height: 100%; }
    .video-player .video-caption .banner-welcome {
      background: none;
      color: white; }
      .video-player .video-caption .banner-welcome h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 50px;
        margin: 6px 0; }
      .video-player .video-caption .banner-welcome p {
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 5px; }
      .video-player .video-caption .banner-welcome a {
        margin-bottom: 5rem !important; }
    .video-player .video-caption i {
      display: none !important; }
  .video-player .video-vid {
    height: 100%;
    width: 100%; }
    .video-player .video-vid:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }

.news-post-list {
  border-radius: 0;
  margin-bottom: 26px;
  background: #efeaea;
  border: 0; }
  .news-post-list img {
    max-width: 100%; }
  .news-post-list .news-post-time {
    font-size: 13px;
    color: #999;
    line-height: 20px; }
  .news-post-list .card-title {
    font-weight: 700;
    font-size: 1.3rem;
    height: auto !important;
    display: block;
    text-transform: uppercase; }
    .news-post-list .card-title a {
      color: #333; }
      .news-post-list .card-title a:hover {
        text-decoration: none; }
  .news-post-list .btn {
    background: #fff;
    text-transform: uppercase; }
    .news-post-list .btn:hover {
      background: #e3e3e3; }

.paging-wrapper {
  margin-top: 48px; }
  .paging-wrapper .page-item.disabled .page-link {
    color: #ccc; }
  .paging-wrapper .page-item.active .page-link {
    background: #1f537f;
    border-color: #1f537f;
    color: #fff; }
  .paging-wrapper a {
    color: #1f537f; }
    .paging-wrapper a:hover {
      background: #1f537f;
      color: #fff; }

.accordion {
  margin-bottom: 12px; }
  .accordion .card .btn-link {
    color: #333; }
  .accordion .card .card-header {
    padding: 0; }
  .accordion .card .card-body {
    padding: 0; }
    .accordion .card .card-body .side-navigation {
      margin-bottom: 0; }
      .accordion .card .card-body .side-navigation a {
        padding-left: 24px; }

.article-details .article-details-posted {
  margin-bottom: 24px;
  font-size: .9em; }
  .article-details .article-details-posted span {
    color: #ff7533; }
  .article-details .article-details-posted img {
    width: 100%; }
.article-details .article-details-infos {
  text-align: justify; }
  .article-details .article-details-infos .back-btn {
    text-transform: capitalize;
    font-weight: normal; }

.tag-keywords {
  list-style: none;
  padding: 0; }
  .tag-keywords a {
    background: #f5f5f5;
    padding: 6px;
    margin-bottom: 4px;
    color: #666;
    border: none;
    font-size: .8em; }
    .tag-keywords a:hover {
      background: #ff7533;
      color: #fff; }

.article-opt {
  margin-bottom: 5em; }
  .article-opt a {
    color: #1f537f;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .article-opt a span {
      color: #1f537f;
      margin-right: 20px; }
    .article-opt a:hover {
      color: #1f537f;
      text-decoration: underline; }

.article-widget-news {
  padding: .85em 0; }
  .article-widget-news .news-date {
    line-height: 2.2;
    margin-bottom: 0; }
  .article-widget-news .news-title {
    line-height: 1.8;
    margin-bottom: 0; }
    .article-widget-news .news-title a {
      color: #1f537f;
      text-decoration: none;
      transition: all .2s ease-in-out; }
      .article-widget-news .news-title a:hover {
        color: #1f537f; }

.article-us-page img {
  width: 100%; }

footer {
  background: #013e77;
  color: white;
  font-size: .8rem; }
  footer.wrapper {
    padding-bottom: 0; }
  footer a {
    color: #bbb; }
  footer .copyright {
    font-size: 14px;
    padding: 12px 0;
    margin-top: 50px;
    background: #003260; }
    footer .copyright p {
      margin: 0; }
    footer .copyright a {
      color: #bbb; }
  footer img {
    max-width: 100%; }
  footer .logo-symbol img {
    max-width: 15%; }
  footer .logo-symbol h1 {
    color: #fff;
    font: 900 25px 'Times New Roman';
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin-top: 12px; }
  footer .logo-symbol p {
    color: #fff;
    margin: 0;
    padding: 0;
    font: 400 14px 'Calibri';
    line-height: 1.5;
    margin-bottom: 12px; }

.share-this {
  list-style: none;
  padding: 0; }
  .share-this li {
    display: inline-block;
    text-align: center;
    line-height: 2.5em; }
  .share-this a {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 100px;
    font-size: 1.1rem;
    line-height: 41px; }
  .share-this a.twitter {
    background: #00aced; }
  .share-this a.facebook {
    background: #3b5998; }
  .share-this a.linkedin {
    background: #007bb6; }
  .share-this a.pinterest {
    background: #fb3958; }
  .share-this a.youtube {
    background: #c4302b; }
  .share-this a.email {
    background: steelblue; }
  .share-this a.printer {
    background: gray; }
  .share-this a.instagram {
    background: #3f729b; }

.quicklinks {
  list-style: none;
  padding: 0;
  margin: 12px 0 24px; }
  .quicklinks li {
    border-bottom: 1px solid #ededed;
    padding: 2px 0;
    position: relative; }
    .quicklinks li a {
      color: #333;
      display: block;
      padding: 10px;
      border-radius: 4px;
      transition: all 200ms ease; }
      .quicklinks li a:hover {
        background: #1f537f;
        color: white;
        text-decoration: none; }
      .quicklinks li a:hover + span {
        color: white; }
    .quicklinks li.active > a {
      background: #1f537f;
      text-decoration: none;
      border-radius: 4px;
      color: white; }
    .quicklinks li.current > a {
      background: #1f537f;
      text-decoration: none;
      border-radius: 4px;
      color: white; }
    .quicklinks li.current > span {
      color: white; }
  .quicklinks ul {
    list-style: none;
    padding-left: 12px;
    display: none; }
    .quicklinks ul li:last-child {
      border-bottom: none; }
  .quicklinks span {
    position: absolute;
    right: 6px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: #1f537f;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transform-origin: center; }
    .quicklinks span:hover {
      color: main-color !important; }
  .quicklinks .up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: white; }
  .quicklinks .down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.dark-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  z-index: 0; }

.open-nav {
  position: fixed;
  left: 0;
  top: 33%;
  z-index: 1; }

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -300px;
  background-color: white;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  padding: 5rem 1.5rem 0 1.5rem !important;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #1f537f; }

#preloader, #pre-loader {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  background-color: #fff !important;
  z-index: 99 !important; }
  #preloader #status, #pre-loader #status {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-image: url("../images/misc/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; }

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top; }

.products-items {
  position: relative;
  margin: 2px;
  overflow: hidden;
  background: black; }
  .products-items h5 {
    position: absolute;
    bottom: 6px;
    left: 12px;
    z-index: 1; }
  .products-items a {
    display: flex;
    align-items: center; }
    .products-items a img {
      transition: all .2s ease; }
    .products-items a:hover img {
      opacity: .5; }

.product-details .xzoom {
  width: 100% !important; }

.feature-items {
  margin: 24px 0; }
  .feature-items img {
    max-width: 40%; }

/*.custom-selects {position:relative;border:1px solid gainsboro;border-radius:4px;
	select {display:none;}
}
.select-selected {background-color:white;border-radius:4px;
	&:after {position:absolute;content:"";top:15px;right:10px;width:0;height:0;border:6px solid transparent;border-color:#333 transparent transparent transparent;}
}
.select-selected.select-arrow-active:after {border-color:transparent transparent #333 transparent;top:9px;}
.select-items div, .select-selected {color:#333;padding:6px;cursor:pointer;}
.select-items div {}
.select-items {position:absolute;background-color:white;color:#333;border:1px solid gainsboro;top:100%;left:0;right:0;z-index:99;}
.select-hide {display:none;}
.select-items div:hover, .same-as-selected {background-color:rgba(0, 0, 0, 0.1);}*/
.filter-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* CAUTION:IE hackery ahead */ }
  .filter-toolbar select {
    margin-left: 12px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("../images/misc/drop-down.jpg") 91%/8% no-repeat #fff; }
  .filter-toolbar select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */ }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }
.product-items img {
  border: solid 1px #f0f0f0;
  margin-bottom: 25px; }
.product-items h5 {
  height: auto; }
  .product-items h5 a {
    color: #1f537f;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: capitalize;
    padding: 0; }
.product-items p {
  margin: 15px 0 20px 0;
  padding: 0; }

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }
  header .top-navi {
    background: #f0f0f0; }
    header .top-navi .top-context {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: auto;
      max-width: 100%;
      transition: 0.2s; }
      header .top-navi .top-context .list-units ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: .8rem; }
        header .top-navi .top-context .list-units ul li {
          display: inline-block; }
      header .top-navi .top-context .aside-group ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: .8rem; }
        header .top-navi .top-context .aside-group ul li {
          display: inline-block; }
          header .top-navi .top-context .aside-group ul li a {
            color: #fff;
            width: 30px;
            height: 30px;
            display: block;
            text-align: center;
            border-radius: .3rem;
            background: #1f537f;
            margin: 0 1px;
            font-size: 19px;
            line-height: 31px; }
      header .top-navi .top-context .search-element ul {
        list-style: none;
        margin-bottom: 0 !important; }
      header .top-navi .top-context .search-element .search-form .form-inline {
        border: 1px solid gainsboro;
        border-radius: .25rem; }
      header .top-navi .top-context .search-element .search-form input {
        width: 17em;
        border: none; }
        header .top-navi .top-context .search-element .search-form input:focus {
          box-shadow: none; }
  header .top-navi-resp {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: -1;
    top: 0;
    right: -300px;
    background-color: white;
    overflow-x: hidden;
    padding-top: 40px;
    transition: 0.5s;
    box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1); }
    header .top-navi-resp img {
      max-width: 100%;
      margin-bottom: 24px; }
    header .top-navi-resp .closebtn {
      font-size: 36px;
      padding: 0;
      margin-bottom: 24px;
      cursor: pointer; }
    header .top-navi-resp .top-context {
      text-align: left; }
      header .top-navi-resp .top-context h5 {
        text-transform: capitalize; }
      header .top-navi-resp .top-context .list-units ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: .8rem; }
        header .top-navi-resp .top-context .list-units ul li {
          display: inline-block; }
      header .top-navi-resp .top-context .aside-group ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: .8rem; }
        header .top-navi-resp .top-context .aside-group ul li {
          display: inline-block; }
          header .top-navi-resp .top-context .aside-group ul li a {
            background: #1f537f;
            color: white;
            width: 30px;
            height: 30px;
            display: block;
            fonts-size: 1rem;
            border-radius: 3px;
            line-height: 31px; }
  header .main-navi {
    background: white; }
    header .main-navi .navi-head {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: auto;
      max-width: 100%;
      transition: 0.2s; }
      header .main-navi .navi-head.norm {
        padding: 1.5rem 0; }
      header .main-navi .navi-head.abnorm {
        padding: .7rem 0; }
      header .main-navi .navi-head .main-panel {
        display: flex;
        align-items: center; }
        header .main-navi .navi-head .main-panel button:focus {
          box-shadow: none; }
        header .main-navi .navi-head .main-panel .brand {
          position: relative;
          margin-left: 6px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: left; }
          header .main-navi .navi-head .main-panel .brand img {
            transition: 0.2s;
            transform-origin: left center; }
          header .main-navi .navi-head .main-panel .brand img.norm {
            transform: scale(0.9); }
          header .main-navi .navi-head .main-panel .brand img.abnorm {
            transform: scale(0.8); }
        header .main-navi .navi-head .main-panel button.navi-toggle {
          display: inline-block;
          position: relative;
          width: 40px;
          height: 48px;
          padding: 0 6px;
          cursor: pointer;
          color: #151515; }
          header .main-navi .navi-head .main-panel button.navi-toggle span {
            width: 24px;
            height: 2px;
            background-color: #1f537f;
            backface-visibility: hidden;
            position: relative;
            display: block;
            transition: .3s all ease; }
            header .main-navi .navi-head .main-panel button.navi-toggle span:before {
              width: 24px;
              height: 2px;
              background-color: #1f537f;
              backface-visibility: hidden;
              border-radius: 0;
              content: "";
              position: absolute;
              left: 0;
              top: -8px;
              transition: .3s all ease;
              transform-origin: top right; }
            header .main-navi .navi-head .main-panel button.navi-toggle span:after {
              width: 24px;
              height: 2px;
              background-color: #1f537f;
              backface-visibility: hidden;
              border-radius: 0;
              content: "";
              position: absolute;
              left: 0;
              transition: .3s all ease;
              top: 8px;
              transform-origin: bottom right; }
        header .main-navi .navi-head .main-panel button.navi-toggle-close span {
          background: transparent; }
        header .main-navi .navi-head .main-panel button.navi-toggle-close span:before {
          transform: rotate(-45deg); }
        header .main-navi .navi-head .main-panel button.navi-toggle-close span:after {
          transform: rotate(45deg); }
      header .main-navi .navi-head .other-element {
        display: flex;
        align-items: center; }
        header .main-navi .navi-head .other-element button.burger-toggle {
          display: inline-block;
          position: relative;
          width: 20px;
          height: 48px;
          padding: 0 6px;
          cursor: pointer;
          color: #151515; }
          header .main-navi .navi-head .other-element button.burger-toggle span {
            width: 5px;
            height: 5px;
            background-color: green;
            backface-visibility: hidden;
            position: relative;
            display: block;
            transition: .3s all ease; }
            header .main-navi .navi-head .other-element button.burger-toggle span:before {
              width: 5px;
              height: 5px;
              background-color: red;
              backface-visibility: hidden;
              border-radius: 0;
              content: "";
              position: absolute;
              left: 0;
              top: -8px;
              transition: .3s all ease; }
            header .main-navi .navi-head .other-element button.burger-toggle span:after {
              width: 5px;
              height: 5px;
              background-color: orange;
              backface-visibility: hidden;
              border-radius: 0;
              content: "";
              position: absolute;
              left: 0;
              transition: .3s all ease;
              top: 8px; }
        header .main-navi .navi-head .other-element ul li:nth-child(2) a, header .main-navi .navi-head .other-element ul li:nth-child(3) a {
          background: #1f537f;
          color: white;
          width: 30px;
          height: 30px;
          display: block;
          fonts-size: 1rem;
          border-radius: 3px;
          line-height: 31px;
          text-align: center; }
        header .main-navi .navi-head .other-element ul ul {
          border: thin solid red;
          display: inline-block; }
        header .main-navi .navi-head .other-element button.search-btn {
          width: 2.5rem; }

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .main-menu ul li {
    display: inline-block;
    position: relative;
    margin-left: -4px; }
    .main-menu ul li a {
      display: block;
      padding: 17px 10px;
      text-transform: capitalize;
      color: black; }
      .main-menu ul li a:hover {
        background: #014e9e;
        color: #fff;
        text-decoration: none; }
    .main-menu ul li li {
      display: block;
      border-bottom: 1px solid gainsboro;
      margin-left: 0 !important; }
      .main-menu ul li li a {
        padding: 12px 24px !important; }
    .main-menu ul li span {
      font-size: 11px;
      color: gray;
      margin-left: 6px; }
  .main-menu ul ul {
    position: absolute;
    z-index: 9;
    width: 250px;
    left: 0;
    top: 100%;
    background: white;
    transform: scale(0);
    transition: all 0.3s ease;
    transform-origin: top left;
    box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1); }
    .main-menu ul ul ul {
      top: 12px;
      left: 70%; }
    .main-menu ul ul span {
      transform: rotate(-90deg);
      position: absolute;
      right: 9px;
      top: 40%; }
.main-menu li.current > a, .main-menu li.active > a {
  background: #014e9e;
  color: #fff; }
  .main-menu li.current > a span, .main-menu li.active > a span {
    color: #fff; }

.main-menu-resp {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: -99;
  top: 0;
  left: -300px;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 9rem 1.5rem 0 1.5rem;
  box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1); }
  .main-menu-resp a {
    display: block;
    padding: 12px;
    color: #1f537f; }
  .main-menu-resp ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-menu-resp ul li {
      position: relative; }
    .main-menu-resp ul span {
      position: absolute;
      right: 6px;
      top: 15px;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transform-origin: center;
      cursor: pointer; }
    .main-menu-resp ul ul {
      display: none;
      padding-left: 12px; }
    .main-menu-resp ul .current > a, .main-menu-resp ul .active > a {
      background: #014e9e;
      color: #fff; }
    .main-menu-resp ul .current > span, .main-menu-resp ul .active > span {
      color: white; }
  .main-menu-resp .up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .main-menu-resp .down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .main-menu-resp .closebtn {
    font-size: 36px;
    text-align: right;
    padding: 0;
    margin-bottom: 24px; }

.other-element {
  position: relative; }
  .other-element button:focus, .other-element button:active {
    box-shadow: none !important; }
  .other-element ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .other-element ul li {
      display: inline-block;
      padding: 0 .1rem;
      position: relative; }
      .other-element ul li li {
        display: block; }
    .other-element ul ul {
      /*position:absolute;top:3rem;min-width:350px;*/ }
    .other-element ul .active {
      transform: scale(1) !important; }
    .other-element ul i {
      transition: all 0.3s ease; }
    .other-element ul .search-form {
      /*position:absolute;right:0;background:white;padding:12px;box-shadow:0px 12px 30px -2px rgba(0,0,0,0.1);transform:scale(0);transition:all 0.3s ease;transform-origin:top right;*/ }
      .other-element ul .search-form .form-inline {
        border: 1px solid gainsboro;
        border-radius: .25rem; }
      .other-element ul .search-form input {
        width: 17em;
        border: none; }
        .other-element ul .search-form input:focus {
          box-shadow: none; }
    .other-element ul .user-optn {
      position: absolute;
      right: 0;
      background: white;
      padding: 12px;
      box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
      transform: scale(0);
      transition: all 0.3s ease;
      transform-origin: top right; }
    .other-element ul .shopping-basket-prev {
      position: absolute;
      width: 250px;
      right: 0;
      background: white;
      padding: 12px;
      box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
      transform: scale(0);
      transition: all 0.3s ease;
      transform-origin: top right; }
      .other-element ul .shopping-basket-prev .cart-inline {
        text-align: left; }
      .other-element ul .shopping-basket-prev .cart-inline-title {
        text-transform: uppercase; }
      .other-element ul .shopping-basket-prev .cart-inline-body {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        padding: 20px 0;
        margin-bottom: 12px; }
      .other-element ul .shopping-basket-prev .unit {
        display: flex; }
        .other-element ul .shopping-basket-prev .unit .unit-body {
          flex: 0 1 auto; }
        .other-element ul .shopping-basket-prev .unit .group-middle {
          display: inline-flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
          .other-element ul .shopping-basket-prev .unit .group-middle h6 {
            margin: 0;
            margin-left: 15px; }
          .other-element ul .shopping-basket-prev .unit .group-middle input {
            width: 3rem;
            border: none; }
          .other-element ul .shopping-basket-prev .unit .group-middle button {
            border: 1px solid gainsboro; }

@media screen and (max-width: 1400px) {
  .main-menu ul ul ul {
    top: 12px;
    left: -70% !important;
    transform-origin: top right !important; } }
@media screen and (max-width: 1024px) {
  .brand img.norm {
    transform: scale(1) !important; }
  .brand img.abnorm {
    transform: scale(0.95) !important; } }
@media screen and (max-width: 900px) {
  .navi-head.norm {
    padding: 1rem 0 !important; }
  .navi-head.abnorm {
    padding: .9rem 0 !important; }

  .other-element {
    position: absolute;
    right: 0; }
    .other-element ul li:first-child {
      display: none; }

  .search-form-resp {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    z-index: -1;
    transition: 0.2s;
    transform: scale(1, 0);
    transition: all 0.3s ease;
    transform-origin: top center; }
    .search-form-resp ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .search-form-resp ul .input-group {
        width: 100% !important; }
        .search-form-resp ul .input-group input {
          border-radius: 0; }
        .search-form-resp ul .input-group button {
          background: #1f537f;
          border-radius: 0;
          color: white; }

  .search-form-resp.show {
    transform: scale(1, 1); } }
@media screen and (max-width: 480px) {
  .brand img.norm {
    transform: scale(0.85) !important; }
  .brand img.abnorm {
    transform: scale(0.8) !important; }

  .navi-head.norm {
    padding: .5rem 0 !important; }
  .navi-head.abnorm {
    padding: .2rem 0 !important; }

  .other-element img {
    transform: scale(0.7) !important;
    transform-origin: right center; } }
/* Scss Document */
.card-title {
  position: relative;
  height: 50px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.widget .card-title {
  height: 35px;
  font-size: .9rem;
  margin-bottom: .5rem; }
.widget .card-price {
  font-size: .9rem; }
.widget .card-rate {
  font-size: .9rem; }

.checked {
  color: orange; }

.catalog-category .catalog-top {
  list-style: none;
  padding: 0; }
  .catalog-category .catalog-top li {
    position: relative; }
  .catalog-category .catalog-top ul ul {
    list-style: none;
    padding-left: 12px;
    display: none; }
  .catalog-category .catalog-top span {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .catalog-category .catalog-top .rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .catalog-category .catalog-top .default {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
.catalog-category .checkbox {
  padding-left: 6px; }
  .catalog-category .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
  .catalog-category .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 1px;
    top: 5px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .catalog-category .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
  .catalog-category .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1; }
.catalog-category .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.catalog-category .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f00c"; }
.catalog-category .checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
.catalog-category .checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }
.catalog-category .checkbox.checkbox-circle label::before {
  border-radius: 50%; }
.catalog-category .checkbox.checkbox-inline {
  margin-top: 0; }
.catalog-category .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.catalog-category .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }
.catalog-category .checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.catalog-category .checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }
.catalog-category .checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.catalog-category .checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }
.catalog-category .checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.catalog-category .checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }
.catalog-category .checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.catalog-category .checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

/* Scss Document */
/* Scss Document */
@media screen and (max-width: 1400px) {
  .container {
    padding-right: 48px;
    padding-left: 48px; } }
@media screen and (max-width: 1024px) {
  .banner-wrapper {
    text-align: center; }

  .sub-banner .banner-welcome {
    margin-top: 2em; }

  .img-bg .parallax {
    padding-left: 8rem;
    padding-right: 8rem; } }
@media screen and (max-width: 900px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; }

  .empty .banner-image {
    height: 310px; }

  .main-banner {
    /*.slick-slide {height: 53vw !important;}*/ }
    .main-banner .banner-caption {
      /*padding-top:10rem !important;*/ }
      .main-banner .banner-caption .banner-welcome h2 {
        font-size: 40px; }
      .main-banner .banner-caption .banner-welcome a {
        margin-bottom: 1.5rem !important; }
    .main-banner iframe {
      height: 454px !important; }

  .video-player {
    height: 100vh; }
    .video-player .video-caption h2 {
      width: 100%; }
    .video-player .video-vid {
      display: flex;
      justify-content: center; }
      .video-player .video-vid video {
        width: auto;
        height: 100%; }

  .slick-dots {
    bottom: -25px; }
    .slick-dots li button:before,
    .slick-dots li.slick-active button:before {
      color: black; }

  .video-player {
    height: 100vh; }
    .video-player .video-caption h2 {
      width: 100%; }
    .video-player .video-vid {
      display: flex;
      justify-content: center; }
      .video-player .video-vid video {
        width: auto;
        height: 100%; }

  .img-bg .parallax {
    padding-left: 3rem;
    padding-right: 3rem; } }
@media screen and (max-width: 768px) {
  .banner-caption h2 {
    font-size: 2.6em; }
  .banner-caption p {
    font-size: 1.2em; } }
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 30px 0px 30px 0px; }

  .main-banner .banner-image {
    height: 165px; }
  .main-banner .banner-welcome h2 {
    font-size: 1.1rem !important;
    margin-bottom: 12px !important; }
  .main-banner .banner-welcome p {
    letter-spacing: 0px !important;
    font-size: .9rem !important; }
  .main-banner .banner-welcome a.btn {
    font-size: .7rem !important; }

  .filter-toolbar label {
    width: 7rem; }

  /*.banner-caption p.lead {display:none;}
  .empty .banner-image {height:210px;}
  .main-banner {height: 55vw;
  	.caption {
  		p, a {display:none !important;}
  	}
  	.jumbotron {margin-bottom:0;}
  	.banner-caption {padding-top:10rem !important;}
  	.slick-slide {height: 69vw !important;}
  	iframe {height: 390px !important;}
  }*/
  .img-bg .parallax {
    padding-left: 0;
    padding-right: 0; } }
