/**
 * SIDEBAR
 */
aside {
  margin-bottom: 24px;
  position: relative;
}
aside:last-child {
  margin-bottom: 0;
}

aside.widget_related {
  position: sticky;
  top: 6px;
}

.wigget_panel {
  position: relative;
  font-family: var(--primary-Font);
}
.wigget_panel .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  padding: 11px 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background: var(--primary-Color);
}

.widget_content .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_content .menu-list > li {
  display: block;
  position: relative;
}
.widget_content .menu-list > li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px dotted #ddd;
}
.widget_content .menu-list > li a::after {
  content: "";
  background-image: url("../images/svg/ick-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 16px;
}
.widget_content .menu-list > li a:hover {
  color: var(--second-Color);
}
.widget_content .category-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  min-height: 480px;
  box-shadow: 1px 2px 3px 2px rgba(204, 204, 204, 0.12);
  transition: all 0.2s ease 0s;
}
.widget_content .category-menu > li:not(.category-item-all) {
  display: block;
  position: relative;
}
.widget_content .category-menu > li:not(.category-item-all):first-child {
  padding-top: 7px;
}
.widget_content .category-menu > li:not(.category-item-all) > a {
  position: relative;
  padding: 6px 24px 6px 12px;
  display: block;
  padding-left: 50px;
  line-height: 21px;
  width: 100%;
  height: 37px;
  color: #000;
}
.widget_content .category-menu > li:not(.category-item-all) > a img {
  position: absolute;
  left: 10px;
  top: 3px;
}
.widget_content .category-menu > li:not(.category-item-all) > a P {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 25px;
}
.widget_content .category-menu > li:not(.category-item-all) > a:hover {
  color: #2dbeb3;
}
.widget_content .category-menu > li:not(.category-item-all)::after {
  border-bottom: 1px solid rgba(184, 184, 184, 0.24);
  content: "";
  position: absolute;
  left: 0;
  right: -21px;
  width: 70%;
  bottom: 0;
  margin: 0 auto;
}
.widget_content .category-menu > li:not(.category-item-all) > ul {
  display: none;
}
.widget_content .category-menu > li.current-menu-item > a {
  color: var(--second-Color);
}
.widget_content .category-menu li.category-item-all {
  background: #fff7d5;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.widget_content .category-menu li.category-item-all > a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #010101;
}
.widget_content .category-menu li.category-item-all > a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.widget_content .category-menu li.category-item-all::after {
  border-bottom: 0;
}
.widget_content .banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_content .banner-list > li {
  display: block;
  margin-bottom: 20px;
}
.widget_content .banner-list > li:last-child {
  margin-bottom: 0;
}
.widget_content .banner-list > li a {
  display: block;
}
.widget_content .list-related {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}
.widget_content .list-related > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
}
.widget_content .list-related > li .image {
  flex: 0 0 40%;
  max-width: 40%;
}
.widget_content .list-related > li .image a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  width: 100%;
  padding-bottom: 68%;
}
.widget_content .list-related > li .image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.widget_content .list-related > li .info {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 14px;
}
.widget_content .list-related > li .info h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.widget_content .list-related > li .info h4 a {
  color: #000;
}
.widget_content .list-related > li .info h4 a:hover {
  color: var(--primary-Color);
}
.widget_content .list-related > li .info .date {
  font-size: 15px;
  font-weight: 400;
}/*# sourceMappingURL=sidebar.css.map */