.header{
  position: fixed; 
  z-index: 100;
  width: 100%;
  background-color: #FFFFFF;
}
.no-box-shadow{
  box-shadow: none !important;
}
.header:hover{
  background-color: #FFFFFF !important;
}
.header-pc-box{
  position: relative;
  width: 100%;
}
.header-pc{
  display: flex;
  
}
.header-mb{
  display: none !important;
}
.header-box{
  max-width: 1866px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  height: 86px;

}
.header-logo{
  margin-right: 40px;
  margin-bottom: 8px;
}
.header-menu{
  display: block;
  height: 86px;
  padding: 0 14px;
  cursor: pointer;
}
.header-menu-option {
  color: #1C1F25;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  line-height: 86px;
  margin-right: 4px;
}
.header-menu-content {
  display: none;
  position: absolute;
  width: 100%;
  top: 66px;
  left: 0;
  padding:30px 0 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.06);
}
.header-menu-contentBox{
  max-width: 1866px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  cursor: auto;
}
.header-menu-item{
  display: inline-block;
  width: calc((100% - 60px)/4);
  padding: 30px;
  cursor: pointer;
  text-decoration: none !important;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #FAFAFA;
}
.header-menu-item:nth-child(4){
  margin-right: 0;
}
.header-menu-item:hover{
  background:#F4F4F4;
}
.header-menu-item-title{
  color: #1C1F25;
  margin-right: 12px;
  font-size: 16px;
  line-height: 20px;
}
.header-menu-item-desc{
  margin-top: 12px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}
.header-menu:hover .header-down-arrow{
  transform: rotate(180deg);
  transition: 0.5s;
  color: #00AA76;
}
.header-menu:hover .header-menu-option{
  color: #00AA76 !important;
}
.header-menu:hover .header-menu-content{
  display: block;
}

.header .header-lang{
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  
}
.header .header-lang-img{
  margin-right: 7px;
  font-size: 20px;
  vertical-align: sub;
}
.header .header-login-text, .header .header-quit{
  margin: 0 24px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
}
.header .header-login-text:hover, .header .header-quit:hover{
  color: #00AA76;
}
.header .header-sales{
  line-height: 46px;
  background: #00AA76;
  border-radius: 26px;
  padding: 0 24px;
  color: #fff;
  cursor: pointer;
} 
.header .header-sales:hover{
  background: #009265
}
.header .btn:focus {
  box-shadow: none;
}
.header .dropdown-menu{
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
  box-sizing: border-box;
}
.header .dropdown-item:focus{
  background-color: #fff;
}
.dropdown-item-img{
  font-size: 14px;
}
.header  .currtent-item{
  color: #00AA76 !important;
}
.header .dropdown-item{
  width: 100%;
  padding: 7px 12px;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.header .dropdown-item:hover{
  color: #00AA76;
}

.header .dropdown-menu{
  left:-50px !important;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: none;
  margin-top: 0;
}
.header .dropdown:hover > .dropdown-menu {
  display: block;
}
.header .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.header-logo-user{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 24px;
  cursor: pointer;
  border: 2px solid #1C1F25;
}
.header-mb-login{
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 20px 0 40px;
  cursor: pointer;
  justify-content: center;
}
.header .header-mb-login{
  display: none;
}
.header .quiteShow{
  display: none !important;
}
.headerLogin .quiteShow{
  display: flex !important;
}
.headerLogin .loginShow{
  display: none !important;
}
.header  .pc-show{
  display: block !important;
}
.header .pc-hide{
  display: none !important;
}
.header .btn{
  padding: 11px 0;
}
.header .lang .dropdown-menu{
  left: -50px !important;
}
.header-menu-img {
  margin-right: 4px;
  vertical-align: sub;
  font-size: 18px;
}
@media screen and (max-width: 1920px){
  .header-menu-item{
    padding: 20px;
  }
}
@media screen and (max-width: 1200px){
  .header .header-pc{
    display: none !important;
  }
  .header .header-mb{
    display: flex !important;
  }
  .header-box{
    /* width: 880px;
    margin: 0 auto; */
    height: 76px;
  }
  .header-mb-btn{
    font-size: 18px;
    margin-left: 24px;
    cursor: pointer;
  }
  .header-mb-box{
    background-color: #fff;
    position: absolute;
    top: 76px;
    width: 100%;
    left: 0;
    overflow-y: auto;
    padding-bottom: 40px;
  }
  .header .card-header{
    padding: 7px 0;
    font-family: 'Gilroy-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #1C1F25;
    background-color: #fff;
    border: none;
  }
  .header .btn{
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    color:  #1C1F25 !important;
  }
  .header .card-body{
    padding: 0 0 16px;
  }
  .header .card{
    background-color: #fff;
    border-radius: 0;
    border-color: #F0F0F0;
    border-left:none ;
    border-right:none ;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 40px;
  }
  .header .card-item{
    display: block;
    background-color: #fff;
    border-color: #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 40px;
    padding: 16px 0;
    font-size: 18px;
    line-height: 24px;
    color: #1C1F25;
    cursor: pointer;
  }
  .header .card-item-pricing{
    border-top: 1px solid #F0F0F0;
  }
  .header .card-item:hover{
    color: #00AA76;
  }
  .header .card:first-child{
    border-top: 1px solid #F0F0F0;
  }
  .header-mb-menu-item{
    padding: 16px 0 16px 20px;
    display: block;
  }
  .header-mb-menu-item:hover{
    background: #FAFAFA;
    border-radius: 12px;
  }
  .header-menu-item-desc{
    margin: 4px 0 0px;
  }
  .header-down-arrow{
    transform: rotate(0deg);
  }
  .header .currtent-dropdownMenu .header-down-arrow{
    transform: rotate(-180deg);
  }
  .header .currtent-dropdownMenu .btn{
    color: #00AA76 !important;
  }
  .header .card-header .btn:hover{
    color: #00AA76 !important;
  }
  .header .collapsed{
    color:  #1C1F25 !important;
  }
  .header .header-sales{
    margin-left: 24px;
  }
}
@media screen and (max-width: 960px){
  .header .lang .dropdown-menu{
    left: -120px !important;
  }
  .header .header-sales{
    display: block;
    width: fit-content;
    line-height: 46px;
    background: #00AA76;
    border-radius: 26px;
    padding: 0 24px;
    color: #fff;
    cursor: pointer;
    margin: 40px  auto 0;
  }

  .header-mb-login{
    display: block;
  }
  .header .pc-show{
    display: none !important;
  }
  .header  .pc-hide{
    display: block !important;
  }
  .header .quiteShow{
    display: none !important;
  }
  .header .loginShow{
    display: flex !important;
  }
  .headerLogin .quiteShow{
    display: flex !important;
  }
  .headerLogin .loginShow{
    display: none !important;
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 580px){
  .header-box{
    padding: 0 20px;
  }
  .header .card{
    margin: 0 20px;
  }
  .header .card-item{
    margin: 0 20px;
  }
}