/*** navbar ***/
.navbar-brand {
  float: left;
  width: 280px;
  position: relative;
  z-index: 2;
}

header.or .navbar-brand {
  width: 168px;
}

.navbar-brand svg {
  width: 100%;
  float: left;
  height: auto;
}

.navbar-brand span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 35px;
  text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  color: #777;
}

.navbar-brand span:nth-of-type(1) {
  color: #ff5252;
}

.navbar-brand:hover span {
  text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
}

.navbar-default {
  min-height: 80px;
  border: 0;
  transition: 0.1s all;
  -moz-transition: 0.1s all;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  display: flex;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.2s ease;
}

header.scrolled .navbar-default {
  min-height: 80px;
  animation: smoothScroll 0.1s forwards;
  position: fixed;
  top: 0;
  padding: 10px 0;
  background-color: var(--white);
}

.admin-bar header.scrolled .navbar-default {
  top: 32px;
}


.admin-bar header.or .sandwich,
.admin-bar header.or .side-r {
  top: 50px;
}


@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.menu-list {
  display: flex;
}

#menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}

header.or #menu {
  align-items: center;
  padding-bottom: 0;
}

.menu .menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-table;
  position: relative;
  height: 100%;
}

.menu .menu-list ul li {
  display: block;
  position: relative;
  display: inline-table;
  padding: 0 5px;
}

.menu .menu-list ul li a:hover:before {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--blue-1);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-animation: animLineHover 0.3s forwards ease-out;
  animation: animLineHover 0.3s forwards ease-out;
}

.menu .menu-list ul li.current-page a {
  position: relative;
}

.menu .menu-list ul li.current-page a::after {
  position: absolute;
  content: "";
  width: calc(100% - 24px);
  height: 2px;
  background: red;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
}

.menu .menu-list ul li:first-child:after {
  width: 0;
}

header.or .menu .menu-list ul li a {
  color: #595957;
}

.menu .menu-list ul li a {
  display: block;
  position: relative;
  color: var(--white);
  text-decoration: none;
  overflow: hidden;
  padding: 2px 10px 8px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  z-index: 1;
}

.menu .menu-list .submenu {
  padding-top: 25px;
}

.menu .menu-list .submenu ul li {
  padding: 0;
}

header.or .menu .menu-list .submenu ul li a:hover,
.menu .menu-list .submenu ul li a:hover {
  color: var(--blue-1);
}


.menu .menu-list ul li.active ul li a,
header.or .menu .menu-list ul li.active ul li a,
header.or .menu .menu-list .submenu ul li a,
.menu .menu-list .submenu ul li a {
  color: #58585b;
}


header.or .menu .menu-list ul li.active a,
.menu .menu-list  ul li.active a {
  color: var(--orange);
}

/* .menu .menu-list ul li a:active,
  .menu .menu-list ul li a:focus {
  	color: #444;
  } */

/* .lang-op li a:hover:before,
  .menu .menu-list .submenu-parent:hover a.icon-down:before,
  .menu .menu-list ul li a:hover:before,
  .menu .menu-list ul li a:focus:before,
  .menu .menu-list ul li a:active:before {
  	width: 120%;
  	height: 200%;
  	border-radius: 100%;
  	visibility: visible;
  } */

/* .lang-op li a:before,
  .menu .menu-list ul li a:before {
  	content: '';
  	position: absolute;
  	bottom: -55%;
  	left: 50%;
  	width: 0%;
  	-moz-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
  	height: 0%;
  	background: #0D1691;
  	-webkit-transition: all .5s;
  	transition: all .5s;
  	z-index: -1;
  	visibility: hidden;
  } */

.menu .menu-list ul li a.icon-down {
  padding-right: 25px;
}

.top-nav ul li a.icon-down {
  padding-right: 18px;
}

.top-nav ul li:hover a.icon-down:after {
  background-image: url("../images/svg/arrow-down-orange.svg");
  transform: rotate(180deg);
}

.menu .menu-list ul li a.icon-down:after {
  right: 10px;
  top: 10px;
}


.menu .menu-list .submenu-parent:hover a.icon-down:after {
  background-image: url("../images/svg/arrow-down-blue.svg");
  transform: rotate(180deg);
}

.menu .menu-list .submenu-parent .submenu-in a.icon-down:after {
  transform: rotate(-90deg);
}


.menu .menu-list .submenu-parent .submenu-in:hover a.icon-down:after {
  transform: rotate(90deg);
}

.menu .menu-list .submenu.subright {
  left: unset;
  right: 0;
}

.top-nav .submenu ul,
.menu .menu-list .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 235px;
  left: 17px;
}

.menu .menu-list .submenu ul {
  padding: 11px 15px;
  background: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-top: 4px solid var(--blue-1);
}

.menu .menu-list .submenu-parent .submenu ul .submenu-in:hover .submenu ul,
.submenu-parent:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.top-nav .submenu-parent .submenu ul li,
.menu .menu-list .submenu ul li {
  float: left;
  width: 100%;
  padding: 2px 0;
}

.top-nav .submenu-parent .submenu ul li:last-child,
.menu .menu-list .submenu ul li:last-child {
  border-bottom: 0;
}

.menu .menu-list .submenu-parent:hover .submenu ul .submenu-in .submenu {
  opacity: 0;
  visibility: hidden;
}

.menu .menu-list .submenu-parent .submenu ul .submenu-in .submenu {
  left: 100%;
  top: -24px;
}

.icon-down {
  position: relative;
}



.icon-down:hover {
  color: #101e8e;
}

.col-menu-filter {
  opacity: 0;
}

.col-menu-filter:after {
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--white);
  content: '';
  left: 100px;
  top: 26px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
         transition: all 1s ease;
}

.menu2-col {
  float: left;
  padding: 60px 100px;
  position: relative;
}

.menu2-col:first-child::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  background: var(--white);
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
         transition: all 1s ease;
}

.menu2-title-filter {
  position: absolute;
  padding-right: 40px;
  background: #58585b;
  left: 100px;
  top: 15px;
}

.col-menu {
  float: left;
  width: 100%;
  padding: 15px 60px;
  position: relative;
}

.menu2-col:last-child .col-menu {
  max-width: 320px;
  width: 100%;
}

#menu2 .col-footer-head {
  color: var(--white);
  opacity: 0;
  font-weight: bold;
}

#menu2 .menu-list ul li a.icon-down:after {
  width: 0;
  height: 0;
}

#menu2 .menu-list .submenu {
  position: relative;
  background: transparent;
  opacity: 1;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: visible;
  padding-left: 20px;
  box-shadow: none;
  display: block;
  width: 100%;
}

#menu2 .menu-list .submenu-parent.active .submenu {
  height: 100%;
}

#menu2 .menu-list .submenu ul li a {
  text-align: left;
  font-size: 14px;
}

#menu2 {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 40px 0 20px 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.35s, width 0.35s;
  transition: opacity 0.5s, visibility 0.35s, width 0.35s;
  z-index: 9999;
}

#menu2:after {
  content: "";
  background: var(--blue);
  right: -200%;
  top: 0;
  width: 200%;
  height: 200%;
  position: fixed;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#menu2.open {
  visibility: visible;
  left: 0;
}

#menu2.open:after {
  right: 0;
}


#menu2.open .col-menu-filter:after {
    width: calc(100% - 140px);
    opacity: 1;
}


#menu2.open .menu2-col:first-child::after {
  height: 100%;
  opacity: 1;
}

#menu2.open .col-menu-filter,
#menu2.open .col-footer-head,
#menu2.open li {
  -webkit-animation: fadeInRight 0.35s ease forwards;
  animation: fadeInRight 0.35s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

#menu2.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

#menu2.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

#menu2.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

#menu2 .menu-list {
  position: relative;
  height: 100%;
  overflow: auto;
  text-align: left;
  z-index: 100;
  padding: 40px 20px;
}

#menu2 .menu-list ul li {
  position: relative;
  opacity: 0;
  padding: 10px 0;
  float: left;
  clear: both;
  list-style: none;
  width: 100%;
}

#menu2 .menu-list ul li a {
  width: calc(100% - 80px);
  font-size: 20px;
  color: var(--white);
  float: left;
}

#menu2 .submenu-d {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 3px;
}

#menu2 .submenu-d:after {
  content: '\002B';
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 42px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  transition: transform 0.3s ease-in;
  color: var(--orange);
}

#menu2 .submenu-parent.active .submenu-d:after {
  content: '\2212';
}

.col-menu ul.columns-2 li {
  display: inline-table;
  float: unset !important;
}


.search {
  position: relative;
  float: right;
  padding: 5px;
}



.search-btn {
  background: #D26327;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: relative;
}

.search-btn:hover svg .fill-white {
  fill: #D26327;
}

.search-btn:hover {
  background: var(--white);
}

.search-btn svg .fill-white {
  fill: var(--white);
}

.search-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.side-r {
  position: absolute;
  right: 55px;
  width: 50px;
  bottom: -98px;
}

header.or .side-r {
  bottom: unset;
  position: fixed;
  top: 20px;
}

/*** sandwich ***/

header.scrolled .sandwich {
  position: fixed;
}

header.scrolled .sandwich span {
  background: var(--blue);
}

header.or .sandwich {
  top: 50px;
}

.top-nav {
    padding-top: 10px;
}

.top-nav ul {
  float: right;
}

.top-nav .submenu-parent .submenu ul {
  margin-top: 18px;
  left: 10px;
  z-index: 2;
}

.top-nav .submenu-parent .submenu ul li {
  width: 100%;
}

.top-nav .submenu-parent:hover .submenu ul {
  color: #58585b;
}

.top-nav ul li {
  display: inline-table;
  padding: 0 12px;
  float: left;
  position: relative;
}

.top-nav ul li a {
  font-size: 10px;
  color: var(--white);
  float: left;
}

.top-nav .submenu ul li a {
  color: #58585b;
}

.top-nav ul li a:hover {
  color: #D26327;
}

.sandwich-wrap .sandwich {
  display: none;
}

.sandwich {
  width: 35px;
  height: 35px;
  top: 55px;
  right: 55px;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
}

.sandwich span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: var(--white);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 50;
  border-radius: 20px;
}

.sandwich span:nth-of-type(2) {
  top: 17px;
}

.sandwich span:nth-of-type(3) {
  top: 27px;
  left: 0;
}

.sandwich.active .top {
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
  -o-transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background-color: var(--white);
}

.sandwich.active .middle {
  opacity: 0;
}

.sandwich.active .bottom {
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  width: 35px;
  background-color: var(--white);
}

.sandwich.active:hover .top {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.sandwich.active:hover .middle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.sandwich.active:hover .bottom {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}




@media screen and (max-width: 1360px) {

  .side-r {
    bottom: -88px;
  }

}


@media screen and (max-width: 1200px) {

  .navbar-brand {
    max-width: 168px;
  }

  /*** menu full page ***/

  .top-nav,
  #menu,
  .hide {
    display: none;
  }

  .sandwich-wrap .sandwich {
    display: block;
    right: 20px;
    top: 20px;
  }

  header.or .sandwich {
    top: 22px;
  }


  .side-r {
    right: 75px;
    bottom: -60px;
  }

  .col-menu {
    padding: 15px;
  }

  .menu2-col .row-60 {
    margin-left: -15px;
    margin-right: -15px;
  }

  #menu2 .row-100 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .menu2-col {
    padding: 30px 60px;
  }

  #menu2 .col-footer-head {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 1080px) {

  .sandwich {
    top: 46px;
  }

  .navbar-brand


}


@media screen and (max-width: 600px) {

  .menu2-col .dflex {
    display: inline-table;
  }

}




@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
