﻿.is-hidden {
  position: fixed !important;
  left: 0;
  top: -71px !important;
  box-shadow: none !important;
}

.header-container {
  width: 100%;
  height: 70px;
  background: white;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  box-sizing: border-box;
  padding: 0px 30px 0px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
  transition: 0.3s ease;
}
.header-container p {
  margin: 0;
}
.header-container .header-login-box {
  display: none;
}
.header-container .header-login-box .header-icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 800px) {
  .header-container .header-login-box {
    display: flex !important;
    width: 120px;
    position: absolute;
    background: #007bff;
    top: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    flex-direction: column;
  }
}
.header-container .header-login-box:hover {
  cursor: pointer;
}
.header-container .header-login-box p {
  font-size: 13px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 5px;
}
.header-container .header-login-box svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}
.header-container .header-pallet {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 20px;
}
.header-container .header-pallet .logo-box {
  height: 100%;
  margin-right: 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-right: 35px;
}
.header-container .header-pallet .logo-box::before {
  position: absolute;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  right: 0;
}
@media screen and (max-width: 800px) {
  .header-container .header-pallet .logo-box::before {
    display: none;
  }
}
.header-container .header-pallet .logo-box .logo-img-box {
  height: 24px;
  margin-right: 10px;
}
.header-container .header-pallet .logo-box .logo-img-box img {
  height: 100%;
  display: block;
}
.header-container .header-pallet .logo-box .logo-text {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}
.header-container .header-pallet .links-box {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  .header-container .header-pallet .links-box {
    display: none;
  }
}
.header-container .header-pallet .links-box .links-a,
.header-container .header-pallet .links-box a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: block;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s ease;
}
.header-container .header-pallet .links-box .links-a:hover,
.header-container .header-pallet .links-box a:hover {
  color: #007DFF;
  text-decoration: none;
}
.header-container .header-pallet .links-box .links-a:hover .links-surface::before,
.header-container .header-pallet .links-box a:hover .links-surface::before {
  transform: scaleX(1);
}
.header-container .header-pallet .links-box .links-a:hover .links-surface::after,
.header-container .header-pallet .links-box a:hover .links-surface::after {
  background: rgba(0, 125, 255, 0.1);
  height: 100%;
  transform: scale(1);
}
.header-container .header-pallet .links-box .links-a .links-surface,
.header-container .header-pallet .links-box a .links-surface {
  height: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.header-container .header-pallet .links-box .links-a .links-surface::after,
.header-container .header-pallet .links-box a .links-surface::after {
  content: "";
  width: 100%;
  height: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  background: rgba(0, 123, 255, 0);
  transition: 0.3s ease;
  z-index: -1;
}
.header-container .header-pallet .links-box .links-a .links-surface::before,
.header-container .header-pallet .links-box a .links-surface::before {
  content: "";
  width: 100%;
  height: 4px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: #007DFF;
  transform: scaleX(0);
  transition: 0.3s ease;
}
.header-container .contact-box {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.header-container .contact-box .tel-box {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-right: 35px;
  margin-right: 30px;
}
.header-container .contact-box .tel-box::before {
  position: absolute;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #EAEAEA;
  content: "";
  right: 0;
}
.header-container .contact-box .tel-box svg {
  margin-right: 15px;
}
.header-container .contact-box .tel-box p {
  font-size: 16px;
  font-weight: 500;
}
.header-container .contact-box .follow-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  position: relative;
}
.header-container .contact-box .follow-box .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.header-container .contact-box .follow-box .icon-box svg {
  fill: #AAB1B7;
  transition: 0.3s ease;
}
.header-container .contact-box .follow-box .icon-box:hover svg {
  fill: #007bff;
}

.linkBox {
  position: relative;
}
.linkBox::after {
  content: "";
  width: 100%;
  height: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  background: rgba(0, 123, 255, 0);
  transition: 0.3s ease;
  z-index: -1;
  display: block;
  margin: 0;
  border: none;
}

.drop-box {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: saturate(200%) blur(20px);
          backdrop-filter: saturate(200%) blur(20px);
  margin: 0;
  left: 50%;
  position: absolute;
  transition: 0.3s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  border-radius: 0px 0px 10px 10px;
  width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: scaleY(0) translateX(-50%);
}
.drop-box .dropdown-header {
  padding: 10px 20px;
  font-size: 17px;
  padding-bottom: 10px;
}
.drop-box .drop-item {
  padding: 15px 30px;
  font-size: 15px !important;
  display: block;
}
.drop-box .drop-item:hover {
  background: rgba(0, 123, 255, 0.1);
}

.drop-box.show {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateX(-50%);
  top: 100%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.h5-links-container {
  width: 100vw;
  height: auto;
  max-height: 100vh;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 99;
  background: #040E27;
  visibility: hidden;
  transition: 0.3s ease;
  box-sizing: border-box;
  padding-top: 90px;
  overflow-y: auto;
}

.h5-links-pallet {
  box-sizing: border-box;
  width: 100%;
}
.h5-links-pallet a {
  text-decoration: none;
}
.h5-links-pallet a:hover {
  text-decoration: none;
}
.h5-links-pallet .h5-link {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 15px 30px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.h5-links-pallet .h5-link .link-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
}

.show {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.follow-box:hover .icon-box .preBut-before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  height: 280px;
}

.preBut-before {
  width: 220px;
  position: absolute;
  top: 100%;
  height: 0;
  transform: scale(0);
  box-sizing: border-box;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  overflow: hidden;
  right: 0;
}
.preBut-before .preBut-box {
  background: #FFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.preBut-before .preBut-box .preImg-box {
  width: 100%;
  margin-bottom: 20px;
}
.preBut-before .preBut-box .preImg-box img {
  width: 100%;
  max-width: 100%;
}
.preBut-before .preBut-box P {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1160px) {
  .header-container {
    padding-left: 30px;
  }
  .header-container .header-pallet {
    padding: 0 5px;
  }
  .header-container .header-pallet .logo-box {
    padding-right: 20px;
    margin-right: 0;
  }
  .header-container .header-pallet .links-box .links-a .links-surface,
  .header-container .header-pallet .links-box a .links-surface {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header-container .header-pallet .contact-box {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */