/**
 * Sidebar
 */
aside {
  position: relative;
  margin-bottom: 30px;
}
aside:last-child {
  margin-bottom: 0;
}
aside .widget-head {
  font-family: "Montserrat", sans-serif;
}
aside .widget-head .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
  letter-spacing: 0.4px;
  padding-bottom: 12px;
  position: relative;
  color: #333;
}
aside .widget-box .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget-box .menu-list > li {
  position: relative;
  display: block;
  padding: 16px 30px 16px 40px;
}
@media (max-width: 1399px) {
  aside .widget-box .menu-list > li {
    padding: 15px 30px 15px 40px;
  }
}
aside .widget-box .menu-list > li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18.96px;
  height: 24px;
  background-image: url(../images/svg/ic-fabbi-brd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
aside .widget-box .menu-list > li a {
  display: block;
  position: relative;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22.59px;
  color: rgba(46, 49, 53, 0.7);
}
@media (max-width: 1399px) {
  aside .widget-box .menu-list > li a {
    font-size: 16px;
  }
}
aside .widget-box .menu-list > li a .arrow {
  width: 21.22px;
  height: 21.22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  border-radius: 100%;
  background: #e4e7ec;
  top: 50%;
  transform: translateY(-50%);
}
aside .widget-box .menu-list > li a .arrow i {
  display: block;
  height: 10px;
  width: 10px;
  background-image: url("../images/svg/rx-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
aside .widget-box .menu-list > li:hover .icon {
  opacity: 1;
}
aside .widget-box .menu-list > li:hover a {
  background: linear-gradient(#1490A7, #0FB5D3);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
aside .widget-box .menu-list > li:hover a .arrow {
  background: var(--second-color);
}
aside .widget-box .menu-list li.active .icon {
  opacity: 1;
}
aside .widget-box .menu-list li.active a {
  background: linear-gradient(#1490A7, #0FB5D3);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
aside .widget-box .menu-list li.active a .arrow {
  background: var(--second-color);
}
aside .widget_box .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget_box .menu-list > li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--second-color);
}
aside .widget_box .menu-list > li a {
  display: block;
  position: relative;
  padding: 25px 70px 25px 15px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.3s ease 0s;
}
aside .widget_box .menu-list > li a i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.4);
}
aside .widget_box .menu-list > li:last-child {
  margin-bottom: 0;
}
aside .widget_box .menu-list > li:hover > a {
  background: transparent;
}
aside .widget_box .learning-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget_box .learning-list > li {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
aside .widget_box .learning-list > li .thumb {
  min-width: 100px;
  max-width: 100px;
  position: relative;
}
aside .widget_box .learning-list > li .thumb > a {
  padding-bottom: 60%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-position: center;
}
aside .widget_box .learning-list > li .thumb > a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
aside .widget_box .learning-list > li .info {
  flex: 1;
  padding-left: 15px;
}
aside .widget_box .learning-list > li .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
aside .widget_box .learning-list > li .info h3 a {
  color: #333;
}
aside .widget_box .learning-list > li .info h3 a:hover {
  color: var(--second-color);
}
aside .widget_box .learning-list > li .info .date {
  font-size: 14px;
  color: #888;
}
aside .widget_box .learning-list > li:last-child {
  margin-bottom: 0;
}
aside .widget_box .form-regist {
  background: #f6f6f6;
  position: relative;
  padding: 20px;
  border-radius: 6px;
}
aside .widget_box .form-regist .wpcf7-form input[type=text],
aside .widget_box .form-regist .wpcf7-form input[type=tel],
aside .widget_box .form-regist .wpcf7-form input[type=email],
aside .widget_box .form-regist .wpcf7-form input[type=date],
aside .widget_box .form-regist .wpcf7-form select, aside .widget_box .form-regist .wpcf7-form textarea {
  outline: none;
  width: 100%;
  padding: 15px 10px;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  border: 0;
  line-height: 20px;
}
aside .widget_box .form-regist .wpcf7-form input.wpcf7-submit {
  width: 100%;
  background: var(--second-color);
  color: #fff;
  padding: 15px 10px;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 4px;
}
aside .widget_box .banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget_box .banner-list > li {
  margin-bottom: 20px;
}
aside .widget_box .banner-list > li a {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 10px;
}
aside .widget_box .banner-list > li a img {
  width: 100%;
  height: auto;
}
aside .widget_box .banner-list > li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=sidebar.css.map */