body {
  position: relative;
  margin: 0;
  padding: 0;
}

.topbar {
  width: 100%;
  height: 65px;
  background: #43455A;
  color: #FFF;
  display: none;
}

@media (max-width: 767px) {
  .topbar {
    position: fixed;
    list-style: none;
    width: 100%;
    height: 70px;
    top: 0;
    margin: 0;
    /* background-color: #798c39; */
    text-align: center;
    transform: translateY(-100px);
    transition: 0.3s;
    z-index: 1000;
  }
  .topbar.topbar-show {
    transform: translateY(0);
  }
}


.topbar__brand {
  width: 64%;
  float: left;
}

.topbar__brand img.logo {
  width: 225px;
}

.topbar__lang {
  width: 18%;
  height: 100%;
  line-height: 65px;
  font-size: 25px;
  background: #282B3C;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.topbar__lang a.translang {
  color: #FFFFFF !important;
}

.topbar__home, .topbar__menu, .topbar__fav {
  width: 18%;
  height: 100%;
  line-height: 65px;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.topbar__home, .topbar__menu, .topbar__fav_enable {
  width: 18%;
  height: 100%;
  line-height: 65px;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.topbar__langmenu {
  /* display: none; */
  width: 18%;
  height: 100%;
  line-height: 65px;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.topbar__home {
  background: url("../images/menu_components/home-solid.svg?20190927-1545") #01BF67 no-repeat center center;
  background-size: 30px 30px;
}

.topbar__fav {
  background: url("../images/common/ico_heart_home_btn.png?20210113-1314") #282B3C no-repeat center center;
  background-size: 30px 30px;
}

.topbar__fav_enable {
  background: url("../images/common/ico_heart_on_btn.png?20210113-1314") #282B3C no-repeat center center;
  background-size: 30px 30px;
}

.topbar__menu {
  background: url("../images/menu_components/bars-solid.svg?20190927-1545") #01BF67 no-repeat center center;
  background-size: 30px 30px;
}

.topbar__langmenu {
  background: url("../images/menu_components/global.png?20190927-1545") #282B3C no-repeat center center;
  background-size: 30px 30px;
}

.topbar__menu.closeButton {
  background: url("../images/menu_components/close.svg?20190927-1545") #01BF67 no-repeat center center;
  background-size: 30px 30px;
}

.topbar .topmenu {
  width: 100%;
  height: 100vh;
  /* max-height: calc(100vh - 70px); */
  border-right: 1px solid #F4F4F4;
  background: #FFF;
  position: absolute;
  top: 65px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  display: none;
}

.topbar .toplangmenu {
  height: fit-content;
  border-right: 1px solid #F4F4F4;
  background: #FFF;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  border: 1px solid;
  padding: 10px;
  box-shadow: 2px 2px 5px #888888;
  display: none;
}

.topbar .topmenu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #FAFAFA;
}

.topbar .topmenu__list .wrapper {
  position: relative;
  height: 100%;
}

.topbar .topmenu__list li {
  width: 100%;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #F4F4F4;
  background: #FFF;
  cursor: pointer;
  position: relative;
}

.topbar .topmenu__list li .title {
  width: 82%;
  padding: 10px 0 10px 14px;
  display: inline-block;
  color: #43455A;
}

.topbar .topmenu__list li .title a {
  color: #43455A;
}

.topbar .topmenu__list li .arrow {
  width: 15%;
  display: inline-block;
  height: 100%;
  background: url("../images/menu_components/caret-right-solid.svg?20190927-1545") no-repeat center center;
  position: absolute;
  background-size: 20px 25px;
  top: 50%;
  transform: translate(0, -50%);  
}

.topbar .topmenu__list li .arrow.circle-down {
  background: url("../images/menu_components/caret-down-solid-active.svg?20190927-1545") no-repeat center center;
  background-size: 25px 25px;  
}

.topbar .topmenu__list li .arrow img {
  width: 30px;
}

.topbar .topmenu__list li .submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

.topbar .topmenu__list li .submenu li {
  background: #f9f9f9;
  border-bottom: 1px solid #F4F4F4;
  padding: 12px 5px 12px 15px;
  cursor: pointer;
  color: #43455A;
}

.topbar .topmenu__list li .submenu li .title {
  width: 83%;
  padding: 0 0 0 5px;
}

.topbar .topmenu__list li .submenu li:before {
  vertical-align: top;
}

.sidebar {
  width: 75px;
  height: 100%;
  min-height: 100%;
  background: #43455A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.sidebar .sidebar_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar .sidebar_menu li {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #3A3C51;
  color: #F4F8F9;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.sidebar .sidebar_menu__home {
  background: url("../images/menu_components/home-solid.svg?20190927-1545") #01BF67 no-repeat center center;
  background-size: 30px 30px;
}

.sidebar .sidebar_menu__fav {
  background: url("../images/common/ico_heart_home_btn.png?20210113-1314") no-repeat center center;
  background-size: 30px 30px;
}

.sidebar .sidebar_menu__fav_enable {
  background: url("../images/common/ico_heart_on_btn.png?20210113-1314") no-repeat center center;
  background-size: 30px 30px;
}

.sidebar .sidebar_menu__lang {
  color: #FFFFFF !important;
}

.sidebar .sidebar_menu__menu {
  background: url("../images/menu_components/bars-solid.svg?20190927-1545") no-repeat center center;
  background-size: 30px 30px;
}

.sidebar .sidebar_menu__langmenu {
  background: url("../images/menu_components/global.png?20190927-1545") no-repeat center center;
  background-size: 30px 30px;
}

.sidebar .sidemenu {
  width: 300px;
  height: 100%;
  border-right: 1px solid #F4F4F4;
  background: #FFF;
  position: absolute;
  top: 0;
  margin-left: 75px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.sidebar .sidemenu__brand {
  width: 70%;
  height: 80px;
  line-height: 100px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.sidebar .sidemenu .closeButton {
  margin: 0 0 0 48px;
  font-size: 26px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.sidebar .sidemenu .closeButton img {
  width: 18px;
  height: 18px;
}

.sidebar .sidemenu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #FAFAFA;
}

.sidebar .sidemenu__list li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #F4F4F4;
  background: #FFF;
  cursor: pointer;
}

.sidebar .sidemenu__list li .wrapper {
  position: relative;
}

.sidebar .sidemenu__list li .title {
  width: 83%;
  padding: 10px 0 10px 14px;
  display: inline-block;
  color: #43455A;
  line-height: 1.6em;
}

.sidebar .sidemenu__list li .title a {
  color: #43455A;
}

.sidebar .sidemenu__list li .arrow {
  width: 30px;
  position: absolute;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: url("../images/menu_components/caret-right-solid.svg?20190927-1545") no-repeat center center;
  background-size: 20px 20px;
}

.sidebar .sidemenu__list li .arrow.circle-down {
  background: url("../images/menu_components/caret-down-solid-active.svg?20190927-1545") no-repeat center center;
  background-size: 20px 25.8823px;
}

.sidebar .sidemenu__list li .submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

.sidebar .sidemenu__list li .submenu li {
  background: #f9f9f9;
  border-bottom: 1px solid #F4F4F4;
  padding: 5px 5px 5px 20px;
  cursor: pointer;
  position: relative;
  color: #43455A;
}

.sidebar .sidemenu__list li .submenu li .title {
  width: 83%;
  padding: 0 5px;
}

.sidebar .sidemenu__list li .submenu li .arrow {
  position: absolute;
  /* height: calc( 100% - 10px); */
}

.sidebar .sidemenu__list li .submenu li:before {
  vertical-align: top;
}

@media (max-width: 767px) {
  .topbar {
    display: block;
  }
  .sidebar {
    display: none;
  }
  header {
    display: none;
  }
}

#header .container {
  width: 100%;
}

#header #container-header {
  position: fixed;
  height: 75px;
  z-index: 20;
  background: white;
  width: 100%;
  top: 0;
}

#content {
  padding-top: 60px;
  padding-left: 75px;
}

footer {
  margin-left: 75px;
}

@media (max-width: 767px ) {
  #content {
    padding-top: 70px;
    padding-left: 0;
  }

  footer {
    margin-left: 0;
  }
}
