.list li {
  display: table;
  border-collapse: collapse;
  margin: 0 20px 50px 0;
  height: 130px;
  float: left;
  width: 45%;
  position: relative; }

.list3 li {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 15px; }

.li-img3 img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover; }

.inner {
  display: table-row;
  overflow: hidden; }

.li-img {
  margin: 0px 0px 10px 0px;
  vertical-align: top; }

.li-img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover; }

.li-text {
  margin: 0 5px 25px 5px;
  height: 90px;
  vertical-align: middle; }

.li-head {
  margin: 0;
  color: #4d008c;
  text-transform: uppercase; }

.li-sub {
  margin: 0;
  font-size: 12px;
  font-weight: bold; }

.info-block .li-title {
  margin: 0;
  color: #90a0c4;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px; }

.info-block .li-sub {
  margin: 0;
  color: #4d008c; }

.info-block p {
  margin: 0;
  line-height: normal; }

.info-block a {
  text-decoration: none; }

.info-block h3 {
  text-transform: uppercase;
  margin-bottom: 5px; }

.list3 li {
  float: left;
  width: 30%;
  margin-bottom: 50px; }

.numberCircle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 2px 7px 2px 7px;
  background: #90a0c4;
  color: #fff;
  text-align: center; }

.numberCircle_1 {
  background: #90a0c4;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 15px;
  text-align: center;
  width: 2em;
  font-size: 0.9em; }

.menuCourse_item {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #4d008c;
  text-decoration: none;
  font-weight: bolder;
  display: flex;
  flex-direction: row;
  align-items: center; }

.umberCircle_red {
  background: #ec6352; }

.news {
  color: #4d008c;
  text-align: center; }

.search_btn {
  width: 25px;
  background: url("../../bundles/app/img/search-button.png");
  background-size: contain;
  text-indent: -99999em;
  transition: background 0.3s ease-in-out 0s;
  border: 2px solid #fff; }

.title_panel {
  width: 33.33%; }

.div_head {
  margin-left: 0px;
  margin-bottom: 10px;
  color: #4d008c; }

.right ul li .desc {
  width: 100%;
  left: 0;
  bottom: 125px;
  min-height: 30%;
  margin: 0 0 0 0;
  position: absolute;
  background: #dddddd;
  opacity: 0;
  box-sizing: border-box;
  padding: 20px;
  text-decoration: none;
  transition: opacity 0.5s ease; }

.right ul li .desc h2 {
  font-size: 12px;
  color: #4d008c;
  max-width: 325px;
  padding-top: 0;
  text-transform: none; }

.right ul li .desc p {
  font-size: 10px;
  color: #fff;
  max-width: 325px;
  margin: 6px 0 0; }

.right ul li:hover .desc {
  opacity: 0.8; }

.info-block h2 {
  font-size: 25px; }

.info-block .h2_highlight {
  color: #6b6d69; }

div.search_box {
  width: 220px;
  padding: 2px 15px 3px 15px;
  border-radius: 15px;
  border: 1px solid #c6d2db;
  border-top: 1px solid #b4c1cb;
  float: right;
  position: relative; }

div.input.focus {
  border: 1px solid #9ecbe2;
  box-shadow: 0 0 6px #abdcff, inset 0 1px 2px rgba(0, 0, 0, 0.08); }

input#s {
  width: 100%;
  border: 0;
  border-radius: 0px;
  background: transparent;
  height: 16px;
  color: #b4bdc4;
  text-shadow: 0 1px 1px #fff;
  vertical-align: baseline; }

input#s:focus {
  outline: none; }

input#searchSubmit {
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../../bundles/app/img/search-icon.png") no-repeat;
  border: 0;
  position: absolute;
  top: 4px;
  right: 13px;
  z-index: 5;
  cursor: pointer; }

.online {
  margin: 40px 0;
  position: relative;
  width: 304px; }

.online_desc {
  width: 100%;
  left: 0;
  bottom: 100px;
  min-height: 30%;
  margin: 0 0 0 0;
  position: absolute;
  background: rgba(221, 221, 221, 0.8);
  box-sizing: border-box;
  padding: 20px;
  display: none;
  text-decoration: none; }

.online_desc h2 {
  font-size: 12px;
  color: #4d008c;
  max-width: 325px;
  padding-top: 0;
  text-transform: none; }

.online_desc p {
  font-size: 10px;
  color: #fff;
  max-width: 325px;
  margin: 6px 0 0; }

a:hover .online_desc {
  display: block;
  z-index: 5; }
