.header .logo-default {
  display: block;
}

.header .logo-hover {
  display: none;
}

.header:hover .logo-default {
  display: none;
}

.header:hover .logo-hover {
  display: block;
}

.header-active .logo-default {
  display: none;
}

.header-active .logo-hover {
  display: block;
}

.dropdown-custom .dropdown-toggle-right {
  position: relative;
}

.dropdown-custom .dropdown-toggle-right:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #929eb3;
}

.dropdown-custom .dropdown-toggle-top {
  position: relative;
}

.dropdown-custom .dropdown-toggle-top:after {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #929eb3;
}

.dropdown-custom .dropdown-menu {
  display: none;
}

.dropdown-custom:hover .dropdown-toggle-right:after {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #929eb3;
}

.dropdown-custom:hover .dropdown-toggle-top:after {
  content: '';
  position: relative;
  display: inline-block;
  top: -3px;
  margin-left: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #929eb3;
}

.dropdown-custom:hover .dropdown-menu {
  display: block;
}

.list-style-disc {
  position: relative;
  padding-left: 10px;
}

.list-style-disc:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 1px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
}

.list-style-disc a {
  color: #fff !important;
}

.list-style-disc a:hover {
  color: #0a85c4 !important;
}

.menu-control .menu-content {
  display: none;
}

.menu-control:hover .menu-content {
  display: block;
}

.menu-control:hover .menu-toggle {
  position: relative;
}

.menu-control:hover .menu-toggle:after {
  border: solid transparent;
  content: " ";
  height: 0;
  top: 100%;
  position: absolute;
  width: 0;
}

.menu-control:hover .menu-toggle:after {
  border-width: 10px;
  border-bottom-color: rgba(38, 60, 92, 0.8);
  top: 3.41rem;
  left: 40%;
}

.swiper {
  height: 100vh;
  max-height: 900px;
}

.hover-show {
  position: relative;
}

.hover-show .hover-show-content {
  display: none;
  position: absolute;
  width: 120px;
  left: -20px;
  top: 30px;
}

.hover-show:hover .hover-show-content {
  display: block;
}

.hover-show-qrcode-box {
  position: relative;
  padding: 5px 0;
  border: #fff solid 1px;
  border-radius: 20px;
}

.hover-show-qrcode-box:after, .hover-show-qrcode-box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  top: 100%;
  position: absolute;
  width: 0;
}

.hover-show-qrcode-box:after {
  border-width: 8px;
  border-bottom-color: #009de0;
  top: -16px;
  left: 24px;
}

.hover-show-qrcode-box::before {
  border-width: 10px;
  border-bottom-color: #fff;
  top: -20px;
  left: 22px;
}

.hover-show-qrcode-box img {
  width: 75px;
  margin: 5px auto;
}

.hover-show-qrcode-box p {
  font-size: 12px;
  line-height: 1em;
  margin: 0;
}

.list-disc-line {
  position: relative;
  padding-left: 10px;
  margin-bottom: 25px;
}

.list-disc-line:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 97%;
  background-color: #00a0e9;
}

.list-disc-line .list-disc-line-item {
  position: relative;
}

.list-disc-line .list-disc-line-item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -14px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #00a0e9;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-search:before {
  content: "\e003";
}
