body.fixdbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
:root {
  --progress_dashoffset: 216px;
}
/* V2.0 */
.header {
  min-height: 65px;
  background-color: transparent;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  position: absolute;
}
.header_svg img {
  max-width: 60px;
  margin: 10px 0 10px 0;
}
.header_svg a {
  display: flex;
}
.header_svg svg {
  height: 30px;
  cursor: pointer;
}
.header.gray {
  background-color: #eaeaea;
}
.header_main {
  margin: 0 7% 0 7%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.header_nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.header_nav .header_nav_series {
  display: flex;
  color: #454545;
  justify-content: end;
  align-items: flex-start;
  margin-right: 6%;
  position: relative;
}
.header_nav .header_nav_series.active {
  animation: searchresults-items-hide .4s both;
}
.header_nav .header_nav_series li {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 50px;
}
.header_nav .header_nav_series li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.5s ease-in-out;
  left: 0;
}
.header_nav .header_nav_series li>a {
  min-height: 65px;
  display: flex;
  align-items: center;
}
.header_nav .header_nav_series li btn {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.5s ease-in-out;
  left: 0;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.header_nav .header_nav_series li btn:hover {
  color: #008c8c;
}
.header_nav .header_nav_series .header_nav_list.active {
  color: #008c8c;
}
.header_nav .header_nav_series btncontent {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.header_main .Language {
  margin-right: 0;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  width: 60px;
}
.header_main .Language span{
  min-height: 65px;
  display: flex;
  align-items: center;
}
.Languagelist {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.Languagelist a,btncontent btnlist{
  margin-top: 10px;
}
.Languagelist a.active {
  color: #008c8c;
}
.Languagelist a:first-child,btncontent btnlist:first-child{
  margin-top: 20px;
}
.Languagelist a:last-child,btncontent btnlist:last-child{
  margin-bottom: 20px;
}
.header_nav .header_nav_series li a:hover {
  color: #008c8c;
  left: 0;
}
.Language_svg {
  fill: #ffffff;
  transition: all .4s ease-in-out;
}
.Language_svg:hover {
  fill: #008c8c;
  transform: scale(1.3);
}

.header_nav_line:hover:before {
  height: 1px;
  width: 50%;
}
.header_nav_line:before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #008c8c;
  content: "";
  transition: width .5s;
}
.header_nav_line:hover:after {
  height: 1px;
  width: 50%;
}
.header_nav_line:after {
  position: absolute;
  bottom: -1px;
  right: 50%;
  width: 0;
  height: 1px;
  background: #008c8c;
  content: "";
  transition: width .5s;
}
.header_nav_line.active:before {
  height: 1px;
  width: 50%;
}
.header_nav_line.active:after {
  height: 1px;
  width: 50%;
}
/* .header_nav .header_nav_series li.active a {
  font-size: 16px;
  color: #008c8c;
  left: 0;
} */

/* V2.0 */
.headmenubtn {
  display: none;
  position: relative;
  z-index: 300;
}
.menu-toggler {
  display: none;
  width: 40px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 0;
  padding: 0;
  right: 0px;
  top: 0px;
}
.menu-toggler i {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.menu-toggler i .bar {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  perspective: 1000;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
}
.menu-toggler i .bar.on {
  background-color: #ffffff;
}
.menu-toggler i .bar.three, .menu-toggler i .bar.two {
  top: 7px;
  left: 0;
}
.menu-toggler i .bar.four {
  top: 14px;
  left: 0;
  opacity: 1;
}

.filterheader .header_nav_list{
  display: block;
}
.filterheader .header_nav_list.more_list {
  display: block;
}
.header .search-button {
  transition: all .3s;
  min-height: 64px;
  display: flex;
  align-items: center;
}
.header .search-button:hover {
  transform: scale(1.3)
}
.header .search-button.active {
  opacity: 0;
  z-index: -1;
}
.header_search_btn svg{
  fill: #ffffff;
}
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

.header-search-wp {
  position: absolute;
  z-index: 3;
  width: 16.66667%;
  height: 42px;
  max-width: 815px;
  right: 6%;
  top: 13px;
}

.search-button svg{
  fill: #ffffff;
  transition: all .4s ease-in-out;
}
.search-button svg:hover{
  fill: #008c8c;
}
.searchform-input {
  position: absolute;
  overflow: hidden;
  padding: 0 0 0 25px;
  width: 100%;
  height: 42px;
  outline: 0;
  border: 0;
  background: 0 0;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.29412;
  border: 1px solid #6c6c6c;
  border-radius: 20px;
}

.searchform-input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .54
}

/* V2.0 */
.searchform-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 62px;
  border: none;
  background: 0 0;
  line-height: 62px;
  opacity: .8;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

/* V2.0 */
.searchform-button i {
  font-size: 26px
}

.searchview-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 62px;
  border: none;
  background: 0 0;
  line-height: 62px;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.searchform-button:hover, .searchview-close:hover {
  opacity: 1
}

.searchview-close svg {
  fill: #fff;
  font-size: 26px
}

.search-suggest {
  position: absolute;
  top: 104%;
  right: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  height: auto;
  border-radius: 0 0 5px 5px;
  background: #000000;
  transition: all .1s linear;
  width: 94%;
  margin-left: 3%;
}

.search-suggest-list {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
}

.search-suggest-list a {
  padding: 0 10px;
  color: #ffffff;
  font-size: 16px;
  font-family: font05;
  line-height: 2em;
  transition: all .3s ease;
}

.search-suggest-list a:hover {
  color: #008c8c !important;
}

.ac-gn-curtain {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  background: rgb(57 57 57 / 68%);
}

.search-suggest.active {
  height: 280px;
}
.search-suggest .search-suggest-wp {
  margin: 0 14px;
  padding: 24px 0;
  border: none;
}
.search-suggest-list {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
}
.search-suggest-list .searchresults-animated a {
  color: #ffffff;
  border: none;
}

.search-suggest-list .searchresults-animated:first-child {
  -webkit-animation-delay: .22s;
  animation-delay: .22s
}

.search-suggest-list .searchresults-animated:nth-child(2) {
  -webkit-animation-delay: .24s;
  animation-delay: .24s
}

.search-suggest-list .searchresults-animated:nth-child(3) {
  -webkit-animation-delay: .26s;
  animation-delay: .26s
}

.search-suggest-list .searchresults-animated:nth-child(4) {
  -webkit-animation-delay: .28s;
  animation-delay: .28s
}

.search-suggest-list .searchresults-animated:nth-child(5) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.search-suggest-list .searchresults-animated:nth-child(6) {
  -webkit-animation-delay: .32s;
  animation-delay: .32s
}

.search-suggest-list .searchresults-animated:nth-child(7) {
  -webkit-animation-delay: .34s;
  animation-delay: .34s
}

.search-suggest-list .searchresults-animated:nth-child(8) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s
}

.search-suggest-list .searchresults-animated:nth-child(9) {
  -webkit-animation-delay: .38s;
  animation-delay: .38s
}

.search-suggest-list .searchresults-animated:nth-child(10) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}









.header-mobile {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: 250ms transform;
  width: 100vw;
  z-index: 1999;
  overflow: auto;
}

.header-mobile.nav-menu-active {
  overflow: auto;
  transform: translateX(0%);
}

.header-mobile .mask {
  background-color: #222222;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  z-index: 2000;
}

.header-content-mobile {
  background: #000000;
  margin-left: 50px;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 2009;
  width: calc(100vw - 50px);
}

.header-mobile .mobile-nav-btn {
  align-items: center;
  background: #000000;
  border-bottom: 1px solid #4e4e4e;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.08em;
  position: relative;
  text-transform: uppercase;
}

.header-mobile .mobile-nav-btn span {
  margin-left: 20px;
  pointer-events: none;
  color: #ffffff;
}

.header-mobile .mobile-nav-btn a {
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.header-mobile .mobile-nav-btn.search input {
  border: none;
  width: calc(100% - 110px);
  /* outline: 1px solid rgba(0,0,0,0.1); */
  outline: none;
  padding: 0 4px;
  position: relative;
  background-color: #000000;
  color: #008c8c;
}

.header-content-close .close {
  cursor: pointer;
  height: 50px;
  right: 10px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 50px;
}

.header-content-close .close:before, .header-content-close .close:after {
  background: #ffffff;
  content: '';
  height: 1px;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  transition: 250ms width;
  width: calc(100% - 20px);
}

.header-content-close .close:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.header-content-close .close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.header-mobile .mobile-nav-btn .mobile-arrow-forward {
  display: block;
  height: 26px;
  position: absolute;
  right: 30px;
  top: 11px;
  width: 13px;
}

.header-mobile .mobile-nav-btn .mobile-arrow-forward:before, .header-mobile .mobile-nav-btn .mobile-arrow-forward:after {
  background: #ffffff;
  content: '';
  height: 1px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 100%;
}

.header-mobile .mobile-nav-btn .mobile-arrow-forward:before {
  transform-origin: 100% 0%;
  transform: rotate(45deg);
}

.header-mobile .mobile-nav-btn .mobile-arrow-forward:after {
  transform-origin: 100% 100%;
  transform: rotate(-45deg);
}

.header-mobile .mobile-nav-btn .mobile-arrow-backward {
  display: block;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 11px;
  width: 13px;
}

.header-mobile .mobile-nav-btn .mobile-arrow-backward:before, .header-mobile .mobile-nav-btn .mobile-arrow-backward:after {
  background: #ffffff;
  content: '';
  height: 1px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 100%;
}

.header-mobile .mobile-nav-btn .mobile-arrow-backward:before {
  transform-origin: 0% 0%;
  transform: rotate(45deg);
}

.header-mobile .mobile-nav-btn .mobile-arrow-backward:after {
  transform-origin: 0% 100%;
  transform: rotate(-45deg);
}

.header-mobile .mobile-nav-btn .mobile-search-icon {
  cursor: pointer;
  height: 26px;
  margin-left: 22px;
  margin-right: 15px;
  opacity: 0.5;
  position: relative;
}

.header-mobile .mobile-nav-btn .glyphicon-menu-right {
  display: block;
  height: 26px;
  position: absolute;
  right: 30px;
  top: 11px;
  width: 13px;
}

.header-mobile .mobile-nav-btn.back span {
  margin: auto;
}

.header-content-mobile .tier-page {
  height: 100vh;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: 500ms transform, 500ms opacity;
  width: 100%;
  z-index: 112;
}

.header-content-mobile .tier-page.active {
  pointer-events: auto;
  position: relative;
  top: auto;
  transition: 500ms transform, 500ms opacity;
  transform: translateX(0%) !important;
  z-index: 112;
}

.header-content-mobile .tier-page.in {
  opacity: 1;
  transform: translateX(0%);
}

.header-content-mobile .tier-page.inFromBack {
  opacity: 1;
  transition: none;
  transform: translateX(-100%);
}

.header-content-mobile .mobile-nav-btn.search {
  cursor: auto;
}

.header-content-mobile .mobile-search-icon {
  cursor: pointer;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.5;
  position: relative;
}

.header-content-mobile .search input {
  border: none;
  width: calc(100% - 110px);
  /*outline:1px solid rgba(0,0,0,0.1);*/
  outline: none;
  padding: 0 4px;
  position: relative;
}

.header-mobile #search-list-mobile {
  align-items: center;
  background: #000000;
  bottom: auto;
  display: none;
  flex-direction: column;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 0;
  outline: 1px solid rgba(0, 0, 0, 0.25);
  top: 51px;
  transform: none;
  width: calc(100% - 50px);
  z-index: 113;
  max-height: 300px;
  overflow: auto;
}

.header-mobile #search-list-mobile.show {
  display: flex !important;
  z-index: 2011;
}

.header-mobile #search-list-mobile a.search-list-item:link, .header-mobile #search-list-mobile a.search-list-item:active, .header-mobile #search-list-mobile a.search-list-item:visited {
  align-items: center;
  display: flex;
  margin: 0px 0px 4px;
  position: relative;
  width: calc(100% - 30px);
}

.header-mobile #search-list-mobile a.search-list-item:last-child {
  margin-bottom: 15px;
}

.header-mobile #search-list-mobile a.search-list-item:hover, .no-touch header .header-mobile #search-list-mobile a.search-list-item:hover {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}

.header-mobile #search-list-mobile a.search-list-item:last-child:after {
  display: none;
}

.header-mobile #search-list-mobile a.search-list-item:nth-child(1) {
  margin-top: 8px;
}

.header-mobile #search-list-mobile a.search-list-item.keywords {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 1em;
  padding: 4px;
  color: #ffffff;
}

.header-mobile #search-list-mobile a.search-list-item.keywords:hover, .no-touch header .header-mobile #search-list-mobile a.search-list-item.keywords:hover {
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: #008c8c;
}

.header-mobile #search-list-mobile .search-list-item .search-item-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: calc(80% - 10px);
}

.header-mobile #search-list-mobile .search-list-item .search-item-img {
  position: relative;
  width: 20%;
}

.header-mobile #search-list-mobile a.search-list-item .search-item-img:before {
  background: #1f8bf2;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: 500ms border-radius, 250ms transform;
  width: 100%;
}

.header-mobile #search-list-mobile a.search-list-item:hover .search-item-img:before, .no-touch header .header-mobile #search-list-mobile a.search-list-item:hover .search-item-img:before {
  border-radius: 0%;
  transform: scale(1);
}

.header-mobile #search-list-mobile .search-list-item .search-item-img img {
  position: relative;
  transform: scale(0.8);
  width: 100%;
}

.header-mobile #search-list-mobile .search-list-item .search-item-text p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: font02;
  font-size: 1em;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  width: 100%;
}
@-webkit-keyframes searchresults-items-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
@keyframes searchresults-items-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
@-webkit-keyframes searchresults-items-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes searchresults-items-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.searchresults-animated {
  -webkit-animation: searchresults-items-show .4s both;
  animation: searchresults-items-show .4s both;
}
.searchform_input {
  position: absolute;
  overflow: hidden;
  padding: 0 0 0 60px;
  width: calc(100% - 60px);
  height: 62px;
  outline: 0;
  border: 0;
  background: 0 0;
  color: #7b7b7b;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.29412
}

.searchform_input::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: .54
}

.searchform-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 62px;
  border: none;
  background: 0 0;
  line-height: 62px;
  opacity: .8;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.searchform-button i {
  font-size: 26px
}

@media (min-width: 7680px) {
  .search-suggest {
    width: 100%;
  }
}

@media (min-width: 3840px) {
  .search-suggest {
    width: 102%;
  }
}

@media (max-width: 1366px) {
  .sidebar {
    z-index: 20;
  }
  .header_main {
    width: 100%;
  }
  .sidebar_svg {
    display: none !important;
  }
  .header_nav {
    display: flex;
  }
  .header_nav_series li {
    display: none;
  }
  .header_nav_series li:last-child {
    display: block;
  }
  .headmenubtn {
    display: none;
  }
  .header_nav .header_nav_series li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .headmenubtn {
    display: block;
  }
  .header {
    min-height: 65px;
  }
  
  .header_svg img {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  .header_nav,.header_nav_list,.Languagelist,.search-button {
    display: none !important;
  }
  .menu-toggler {
    top: 5%;
    right: 0;
    display: block;
  }
  .header-search-wp {
    display: block;
  }
}