@font-face {
  font-family: Averta-ExtraBold;
  src: url(../fonts/Averta/Averta-ExtraBold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Averta-Bold;
  src: url(../fonts/Averta/Averta-Bold.ttf);
}
@font-face {
  font-family: Averta;
  src: url(../fonts/Averta/Averta-Regular.ttf);
}
ul,
li {
  padding: 0px;
  list-style: none;
}
body {
  font-family: Averta;
}

@media (max-width: 768px) {
  #section_1>.container {
    padding-top: 15px;
  }
}

.custom-li-center {
  position: relative;
  top: 15px;
}

.content_box {
  /*text-shadow: 0px 0px 4px #fff;*/
}
.content_box .head_text {
  font-size: 25px;
  margin: 20px 0;
  font-family: Averta-Bold;
}
.head1-text-ss1 {
  font-size: 25px;
}
.head2-text-ss1 {
  font-size: 30px;
  font-weight: 700;
}
.content_box .content_text {
  font-size: 28px;
  font-family: Averta-Bold;
}

@media (max-width: 768px) {
  .navbar_custom .container-fluid .navbar-brand {
    margin-left: 15px !important;
  }
}

.navbar_custom .navbar-nav > li > a {
  color: #777 !important;
}
.navbar_custom .nav-left-menu > li > a:hover,
.navbar_custom .nav-left-menu > li > a:focus
{
  color: #2e2f8a !important;
  background-color: #c1bfb930 !important;
  /*border-radius: 35px 35px;*/
}
.login-nav > a:hover ,
.register-nav > a:hover {
  text-decoration: underline;
}

.navbar_custom .navbar-nav > .active > a {
  color: #2e2f8a !important;
  background-color: transparent !important;
}
.navbar_custom .navbar-nav > .active > a:hover,
.navbar_custom .navbar-nav > .active > a:focus {
  color: #2e2f8a !important;
  background-color: transparent !important;
}
.navbar-right {
  top: 1px;
  position: relative;
}
.navbar_custom {
  background-color: transparent;
  border: 0;
}
.navbar_custom .navbar-brand:hover {
  background: url(../img/logo-akira-education-2.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar_custom .navbar-brand {
  width: 95px;
  background: url(../img/logo-akira-education.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0 !important;
}
.navbar_custom .container-fluid {
  padding: 0px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
@media screen and (min-width: 1240px) {
  .navbar_custom .container-fluid {
    padding: 0px 30px;
  }
}

/*// SECTION 1*/

.img-ss1-left {
  width: 45%;
  margin: 0 auto;
}
.img-ss1-center {
  width: 44%;
  float: left;
}
.img-ss1-right {
  float: left;
}

/*// section 1 */
#section_1 {
  background:url(../img/bg-section-1.jpg)no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-size: 100%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  height: auto;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
#section_1>.container {
  padding-top: 30px;
  color: white;
}

@media screen and (min-width: 768px) {
  #section_1 {
    min-height: 560px;
  }
}
.img_style {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}
.video_card .cover_img {
  position: relative;
  cursor: pointer;
}
.video_card .cover_img iframe {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}
.video_card .cover_img img {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}
.video_card .cover_img:hover .hover_lay {
  opacity: 1;
}
.video_card .hover_lay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video_card .hover_lay .play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -18px;
  background-color: #ffc800cc;
  border-color: #ffcb08;
  padding: 7px 19px;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  border-radius: 35px !important;
}
.video_card .hover_lay .play_icon:focus,
.video_card .hover_lay .play_icon:hover,
.video_card .hover_lay .play_icon:active {
  outline: none;
}
#section_3 .video_card .hover_lay {
  opacity: 1;
}
#section_3 .video_card:hover a {
  color: white;
  background: #ffcb08;
}
#section_2 {
  padding-top: 40px;
}
#section_3 {
  display: block;
  background-color: rgba(6,48,128,7);
  padding: 0;
  height: auto;
  text-align: center;
  background-position: -2px -2px;
  margin-top: -10px;
  color: white;
}
@media screen and (min-width: 768px) {
}

#section_2 .head_text {
  text-align: center;
}
#section_2 ul li .video_card {
  position: relative;
  background-color: rgba(255,234,0,1);
  color: rgba(0,0,0,1);
  border-width: 0px;
  padding: 30px;
  border-style: solid;
  border-color: rgba(158,158,158,1);
  margin-bottom: 20px;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  border-radius: 35px !important;
  max-width: 310px;
}
#section_2 ul li .video_card:hover a{
  background-color: #063080 !important;
}
#section_3 ul li .description-number-ss3,
#section_3 ul li .description-detail-ss3 {
  text-align: left;
}
#section_3 ul li .title-li-ss3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
#section_3 ul li .video_card:hover {
  background-color: rgba(18,61,144,7);
  cursor: pointer;
}
#section_3 ul li .video_card {
  position: relative;
  color: white;
  border-width: 0px;
  padding: 15px;
  border-style: solid;
  border-color: rgba(158,158,158,1);
  margin-bottom: 20px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border-radius: 15px !important;
  max-width: 310px;
}
#section_3 ul li .video_card .box_description {
  position: relative;
}
#section_3 ul li .video_card .box_description .img-icon-user{
  top: -4px;
  position: relative;
  margin-right: 5px;
}

@media (min-width: 768px) {
  #section_2 .ss2-li3 .video_card,
  #section_3 .ss3-li3 .video_card {
    float: left;
  }
  #section_2 .ss2-li1 .video_card,
  #section_3 .ss3-li1 .video_card {
    float: right;
  }

}

@media (max-width: 768px) {
  #section_2 .ss2-li3 .video_card,
  #section_3 .ss3-li3 .video_card,
  #section_2 .ss2-li1 .video_card,
  #section_3 .ss3-li1 .video_card {
    margin: 0 auto;
  }

  #nav-li-login {
    padding-left: 15px;
  }
  .icon-user-login {
    top: 9px;
  }
  #section_1 {
    background: url(../img/bg-mobile.jpg)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 383px;*/
    background-position: 0px -160px;
    min-height: 420px;
  }
  .head1-text-ss1 {
    font-size: 11px;
    line-height: 25px;
  }
  .head2-text-ss1 {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0px;
  }
  #section_1 .container>.content_box {
    margin-top: -15px;
    padding-top: 0px;
  }
}
#section_2 .ss2-li2 .video_card,
#section_3 .ss3-li2 .video_card {
  margin: 0 auto;
}

#section_2 ul li .video_card .title-ss3 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}


#section_2 ul li .video_card .box_description {
  padding-bottom: 0px;
  font-size: 14px;
  text-align: center;
}
#section_2 ul li .video_card .box_description p:first-child {
  min-height: 100px;
}
#section_2 ul li .video_card .box_description ul {
  padding-left: 12px;
  min-height: 130px;
}
#section_2 ul li .video_card .box_description .see_more {
  text-align: center;
  margin: 0px;
}
#section_2 ul li .video_card .box_description .see_more .play_icon {
  padding: 10px 19px;
  font-size: 13px;
  background-color: rgba(25,118,210,1);
  line-height: 19px;
  color: rgba(255,255,255,1);
  font-family: Averta;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  white-space: pre-line
}
#section_2 ul .video_card .img-ss2-li2 {
  width: 128px;
  height: 128px;
}
#section_2 ul .video_card .img-ss2-li {
  position: absolute;
  top: -60px;
  left: 85px;
  margin: 0 auto;
}
#section_2 ul li .active_card .box_description {
  border: 3px solid #fd7200;
  border-top: 0;
}
@media (max-width: 600px) {
  .content_box {
    padding: 15px;
    /*text-shadow: 0px 0px 4px #fff;*/
  }
  .content_box .head_text {
    font-size: 17px;
    font-family: Averta-Bold;
    margin: 0px 0 20px;
  }
  .content_box .content_text {
    font-size: 21px;
  }

  .box_description .title_video {
    font-size: 16px;
    font-family: Averta-Bold;
  }
  #section_2 {
    padding: 0;
  }

  #section_2 .head_text,
  #section_3 .head_text {
    line-height: 25px;
    margin: 0px;
  }
  #section_2 .play_icon,
  #section_3 .play_icon {
    background-color: #ffcb08;
    border-color: #ffcb08;
    padding: 7px 19px;
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    -o-border-radius: 35px !important;
    border-radius: 35px !important;
  }
  #section_2 .play_icon:focus,
  #section_3 .play_icon:focus,
  #section_2 .play_icon:hover,
  #section_3 .play_icon:hover,
  #section_2 .play_icon:active,
  #section_3 .play_icon:active {
    outline: none;
  }
  #section_2 .carousel-indicators {
    margin-bottom: -20px;
  }
  #section_2 .carousel-indicators li {
    background-color: #2e2f8a;
  }
  #section_2 .carousel-indicators .active {
    background-color: #ffcb08;
  }
}
#section_3 {
  padding-top: 50px;
}

/*// noti*/
.radius_5 {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.shadow_box {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.shadow_box_dark {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu {
  border: 1px solid #c5c3c3;
}
#alert_notifications {
  width: 400px;
  top: 40px !important;
  right: -45px !important;
}
#alert_notifications:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 14px;
  top: -24px;
  border: 12px solid black;
  border-color: transparent transparent #9c9898 transparent;
}
#alert_notifications:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 14px;
  top: -23px;
  border: 12px solid black;
  border-color: transparent transparent white transparent;
}
.noti-elight-img {
  height: 41px;
  margin-right: 10px;
  float: left;
}
#read-noti {
  width: 40px !important;
  top: -10px;
  left: -10px;
  position: absolute;
  border-radius: 5px;
  padding: 0px;
}
.noti-bell {
  font-size: 30px;
  margin: 10px 0 13px 15px;
  padding: 10px;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.noti-bell-redirect {
  top: 0px !important;
  left: 0px !important;
}
.noti-bell:hover {
  -webkit-filter: brightness(120%);
  cursor: pointer;
}
.noti_timestamp {
  margin-top: 5px;
}
.noti-content {
  padding-right: 15px;
  /* width: 325px; */
  float: left;
  position: relative;
  top: 10px;
}
.box-notification {
  padding: 9px;
  /*border-bottom: 1px solid #dedede;*/
  overflow: hidden;
}
#sum-noti-admin {
  border-radius: 2px;
  padding: 3px;
  position: absolute;
  left: 22px;
  z-index: 1;
  top: -10px;
}
