.phone_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  color: #f4eacc;
  text-decoration: none;
  margin: 0 0 0 20px;
  display: none;
}
.phone_inner strong {
  font-size: 2.2rem;
}
.foot_nav a {
  font-weight: normal;
}
.know {
  background: -webkit-gradient(linear, left top, left bottom, from(#ac0b06), to(#760a07));
  background: -webkit-linear-gradient(#ac0b06 0%, #760a07 100%);
  background: -o-linear-gradient(#ac0b06 0%, #760a07 100%);
  background: linear-gradient(#ac0b06 0%, #760a07 100%);
}
.photo {
  max-width: 270px;
}
.photo .img_box {
  /*background: #d4c6ab;*/
  height: 180px;
  overflow: hidden;
}
.photo .img_box img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
      max-height: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#ac0b06), to(#760a07));
    background: -webkit-linear-gradient(#ac0b06 0%, #760a07 100%);
    background: -o-linear-gradient(#ac0b06 0%, #760a07 100%);
    background: linear-gradient(#ac0b06 0%, #760a07 100%);
  }
  .SliderGraduatesNav {
    display: none !important;
  }
  .SldierGraduates > div {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .SldierGraduates > div.Opens {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .btn_mobile_drop ul a.active {
    color: #282323;
  }
  .header_inner .logo {
    width: 76px;
    overflow: hidden;
  }
  .header_inner .logo img {
    max-width: inherit;
  }
  .phone_inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_bot {
    -webkit-background-size: cover !important;
            background-size: cover !important;
  }
  .list_news {
    margin-bottom: -45px;
  }
}
@media only screen and (max-width: 479px) {
  .list_phone li {
    width: 50%;
  }
  .list_phone li .phone {
    font-size: 1.5rem;
  }
  .list_phone li .phone strong {
    font-size: 1.5rem;
  }
  .TabNav >li a {
    font-size: 1.4rem;
  }
  .list_graduates >li {
    width: 50%;
  }
  .list_photo >li {
    width: 50%;
  }
}
@media only screen and (max-width: 399px) {
  .TabNav >li a {
    font-size: 1.2rem;
  }
  .phone_inner {
    font-size: 1.4rem;
  }
  .phone_inner strong {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 359px) {
  .TabNav >li a {
    font-size: 1rem;
  }
}




/*new*/
  .successfulform {
  display: none;
  background: #ac0b06;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
    padding: 10px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
    z-index: 1000000;
}
.successclose {
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}

.successclose:hover {
  color: #000000;
}
.menu .current a::before,
.menu .current-menu-item a::before,
.menu .current_page_ancestor a::before
{
  opacity: 1;
}
.list_teachers .teacher {
  text-decoration: none;
}
.list_teachers .teacher p {
  color: #1e1e1e;
}

table tr:first-child td{
    background: #910602;
    font-size: 1.6rem;
    color: #f4eacc;
    text-align: left;
    padding: 13px 20px;
    font-weight: bold;
}

.photo {
  text-decoration: none;
}
.review .more {
  background: #fff9ed;
}
