@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

/*
	Sharon Bootstrap CSS
	Author: Pham Loc
	Date Create: 12/9/2017
*/

/*----------------------------- Setup Golbal */
.box-warpper h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 5px 0px 15px;
  font-size: 1.5em;
}
.box-warpper .block-content{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.box-warpper img{
  max-width: 100%;
  margin: 10px auto;
  display: block;
  height:auto !important;
}
.box-profile img{
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.logo-image{
	width:100px;
}
/*---------------------------------------- Block Teacher Left */
.box-teachinfo{

}
.box-teachinfo .block-info h3{
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}
.box-teachinfo .block-info p{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
}
/*------------------------------------ Block Box Teacher */
.box-teacher{
  padding: 15px 60px 15px 0px;
}
.box-teacher .block-images img{
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border-radius: 5px;
  width: 100%;
  transition: all 0.5s ease;
}
.box-teacher .block-images:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.box-teacher h3{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  margin: 15px 0px;
  min-height: 30px;
  overflow: hidden;
  text-align: center;
}
.box-teacher h3 a{
  color: #024da2;
  transition: all 0.5s ease;
}
.box-teacher h3 a:hover{
  color: #1fbdbe;
  text-decoration: none;
}
/*-------------------------- Block Header*/
.header-top{
  background: #e95c2a;
  //padding: 30px 0px;
}
.header-top .logo{
  width: 15%;
  float: left;
  padding-right: 15px;
}
.header-top .logo-name{
  width: 85%;
  float: left;
}
.header-top .logo-name h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin: 5px 0px;
  font-size: 1.1em;
  text-align: center;
  line-height: 25px;
}
.header-top .box-user, .header-top .box-search, .header-top .box-language{
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.header-top .box-user{
  width: 60%;
}
.header-top .box-search{
  width: 15%;
}
.header-top .box-language{
  width: 80%;
  text-align:right;
}
.header-top .box-user .block-login, .header-top .box-user .block-register{
  width: 150px;
  height: 50px;
  border: 2px solid #666666;
  border-radius: 40px;
  text-align: center;
  float: left;
  margin: 5px;
}
.header-top .box-user .block-login a, .header-top .box-user .block-register a{
  display: block;
  padding: 11px 0px;
  color: #fff;
  transition: all 0.5s ease;
}
.header-top .box-user .block-login .btn{
  padding: 12px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.header-top .box-user .block-login .btn-default{
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: 0px 0px 0px transparent;
}
.header-top .box-user .block-login .dropdown-menu>li>a{
  padding: 5px 10px;
  color: #737373;
}
.header-top .box-search{
  margin: 5px 0px;
  padding-right: 10px;
}
.header-top .box-search .form-control{
  height: 50px;
  position: absolute;
  width: 200px;
  right: 70%;
  border-radius: 40px;
  transform: translateX(55px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.header-top .box-search .show-input-search{
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.header-top .box-search .input-group-btn{
  padding-left: 5px;
}
.header-top .box-search .btn{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header-top .box-search .btn-secondary{
  border: 2px solid #666666;
  background: #2f2f2f;
  color: #fff;
  font-size: 25px;
}
.header-top .box-search .btn-default .fa{
  margin-top: -3px;
  display: block;
}
.header-top .box-language{
  margin: 5px 0px;
}
.header-top .box-language span{
  padding: 0px 5px;
}
.header-top .box-language span:last-child{
  padding: 0px 0px 0px 5px;
}
.header-bottom{
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.searchbox{
  position:relative;
  min-width:50px;
  width:0%;
  height:50px;
  float:right;
  font-family: 'Open Sans', sans-serif;
  /*overflow:hidden;*/
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:#dcddd8;
  width:100%;
  height:50px;
  margin:0;
  padding:0px 55px 0px 20px;
  font-size:20px;
  color:red;
}
.searchbox-input::-webkit-input-placeholder {
  color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
  color: #d74b4b;
}
.searchbox-icon,
.searchbox-submit{
  width:50px;
  height:50px;
  display:block;
  position:absolute;
  top:0;
  font-family:verdana;
  font-size:22px;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:45px;
  text-align:center;
  cursor:pointer;
  border: 2px solid #666666;
  background: #2f2f2f;
  color: #fff;
  border-radius: 50%;
}
.searchbox-open{
  width:100%;
}
/*-------------------------------------- Block Slider */
.box-slider .carousel-control.left, .box-slider .carousel-control.right{
  background: none;
}
.box-slider .carousel-control .icon-prev, .box-slider .carousel-control .icon-next{
  background: #7c7c7c;
  width: 35px;
  height: 35px;
}
/*-------------------------------------- Block Widget */
.block-widget{
  font-family: 'Open Sans', sans-serif;
}
.block-widget .widget-item:nth-child(1){background: #75c5d1;}
.block-widget .widget-item:nth-child(2){background: #6fc191;}
.block-widget .widget-item:nth-child(3){background: #edbf47;}
.block-widget .widget-item:nth-child(4){background: #ef7d67;}
.block-widget .widget-item{
  width: 25%;
  float: left;
  padding: 17px 23px;
  height: 260px;
  text-align: center;
}
.block-widget .widget-item h3{
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0px 35px;
}
.block-widget .widget-item h3 a{
  color: #fff;
  transition: all 0.5s ease;
}
.block-widget .widget-item h3 a:hover{
  color: #626262;
  text-decoration: none;
}
.block-widget .widget-item .block-icons .fa{
  font-size: 50px;
}
.block-widget .widget-item .block-icons a{
  display: inline-block;
  text-align: center;
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 40px;
  position: relative;
  z-index: 10;
  color: #fff;
  transition: all 0.5s ease;
}
.block-widget .widget-item .block-icons a:hover{
  color: #626262;
  text-decoration: none;
}
.block-widget .widget-item .block-icons a::before, .block-widget .widget-item .block-icons a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 93px;
  height: 93px;
  border: 1px solid #fff;
}
.block-widget .widget-item .block-icons a::after{
  top: auto;
  left: auto;
  right: 1px;
  bottom: 1px;
}
.block-widget .widget-item .block-content{
  padding: 2em 0px 1em;
  font-weight: 600;
  color: #fff;
}
/*-------------------------------------- Block OUR ACTIVITIES */
.block-our-activies{
  padding: 80px 0;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.block-our-activies .block-title{

}
.block-our-activies .block-title h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.block-our-activies .block-title h3::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 26px;
  background: #edbf47;
}
.block-our-activies small{
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.block-our-activies .our-activies-item{
  margin-top: 30px;
  height: 331px;
  position: relative;
  padding: 5px 0 0 5px;
}
.block-our-activies .our-activies-item::before{
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
}
.block-our-activies .our-activies-item .block-content{
  border: 1px solid #d7d7d7;
  padding: 30px;
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
}
.block-our-activies .our-activies-item .block-content .block-icons{
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}
.block-our-activies .our-activies-item .block-content .block-icons .fa{
  font-size: 60px;
}
.block-our-activies .our-activies-item .block-content h3{
  margin: 15px 0px;
  font-size: 1.3em;
  font-weight: 600;
  height: 50px;
  line-height: 1.4;
  overflow: hidden;
}
.block-our-activies .our-activies-item .block-content h3 a{
  color: #737373;
  transition: all 0.5s ease;
}
.block-our-activies .our-activies-item .block-content .block-des{
  font-weight: 400;
  font-size: 1em;
  color: #737373;
}
.block-our-activies .our-activies-item .block-content .btn-readmore{
  background: none !important;
  border: 1px solid #d7d7d7;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #2f2f2f;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 5px;
  opacity: 1 !important;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.block-our-activies .our-activies-item:hover .block-content{
  background: #000;
}
.block-our-activies .our-activies-item:hover .block-content h3 a{
  color: #fff;
  text-decoration: none;
}
.block-our-activies .our-activies-item:hover .block-content .block-des{
  color: #fff;
}
.block-our-activies .our-activies-item:hover .block-content .block-icons{
  color: #fff;
}
.block-our-activies .our-activies-item:hover .block-content .btn-readmore{
  color: #fff;
}
.block-our-activies .our-activies-item .block-content .btn-readmore:hover{
  background: #fff !important;
  color: #000;
  text-decoration: none;
}
.block-our-activies .activies-color:nth-child(1) .block-content .block-icons{color: #75c5d1;}
.block-our-activies .activies-color:nth-child(2) .block-content .block-icons{color: #ef7d67;}
.block-our-activies .activies-color:nth-child(3) .block-content .block-icons{color: #edbf47;}
.block-our-activies .activies-color:nth-child(4) .block-content .block-icons{color: #6fc191;}
.block-our-activies .activies-color:nth-child(5) .block-content .block-icons{color: #faaf78;}
.block-our-activies .activies-color:nth-child(6) .block-content .block-icons{color: #f8a088;}
.block-our-activies .activies-color:nth-child(7) .block-content .block-icons{color: #c581c2;}
/*------------------------------------- Block Page Home */
.block-pagehome{
  background: #f15b2a;
  color: #fff;
}
.block-pagehome .pagehome-left, .block-pagehome .pagehome-right{
  float: left;
  width: 50%;
}
.block-pagehome .pagehome-left{
  padding: 50px 80px 50px 125px;
}
.block-pagehome .pagehome-left h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}
.block-pagehome .pagehome-left .block-content{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.block-pagehome .pagehome-left .btn-readmore{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #fff;
  border: 1px solid #d7d7d7;
  letter-spacing: 1.5px;
  color: #75c5d1;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 5px;
  opacity: 1 !important;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.block-pagehome .pagehome-left .btn-readmore:hover{
  color: #2f2f2f;
  text-decoration: none;
}
/*------------------------------------- Block Teacher */
.block-our-teacher .row-20px{
  margin: 0px -20px;
}
.block-our-teacher .col-20px{
  padding: 0px 20px;
}
.block-our-teacher{
  padding: 80px 0;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.block-our-teacher .block-title{

}
.block-our-teacher .block-title h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.block-our-teacher .block-title h3::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 26px;
  background: #edbf47;
}
.block-our-teacher small{
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.block-our-teacher .our-teacher-item{
  margin-top: 30px;
  position: relative;
  padding: 5px 0 0 5px;
}
.block-our-teacher .our-teacher-item::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
}
.block-our-teacher .our-teacher-item .block-content{
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
}
.block-our-teacher .teacher-color:nth-child(1) .block-content{background: #75c5d1;}
.block-our-teacher .teacher-color:nth-child(2) .block-content{background: #edbf47;}
.block-our-teacher .teacher-color:nth-child(3) .block-content{background: #c581c2;}
.block-our-teacher .teacher-color:nth-child(4) .block-content{background: #6fc191;}
.block-our-teacher .teacher-color:nth-child(5) .block-content{background: #faaf78;}
.block-our-teacher .teacher-color:nth-child(6) .block-content{background: #f8a088;}
.block-our-teacher .teacher-color:nth-child(7) .block-content{background: #edbf47;}
.block-our-teacher .our-teacher-item .block-content .teacher-avatar, .block-our-teacher .our-teacher-item .block-content .teacher-content{
  float: left;
  width: 50%;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content{
  overflow: hidden;
  padding: 22px 25px;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content p.author-name{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content p.author-name a,
.block-our-teacher .our-teacher-item .block-content .teacher-content h3 a{
  color: #fff;
  transition: all 0.5s ease;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content p.author-name a:hover,
.block-our-teacher .our-teacher-item .block-content .teacher-content h3 a:hover{
  color: #e5e5e5;
  text-decoration: none;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 15px 0px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  height: 50px;
  overflow: hidden;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content .des{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content .btn-readmore{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #fff;
  border: 1px solid #d7d7d7;
  letter-spacing: 1.5px;
  color: #75c5d1;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 0.8em;
  border-radius: 5px;
  opacity: 1 !important;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.block-our-teacher .our-teacher-item .block-content .teacher-content  .btn-readmore:hover{
  color: #2f2f2f;
  text-decoration: none;
}
/*------------------------------------- Block Newsleter */
.box-newsleter{
  padding: 15px 0;
  position: relative;
  background: #f3f4f4;
}
.box-newsleter .newsleter-left img {
  width: 68px;
  float: left;
  margin-right: 30px;
}
.box-newsleter .newsleter-left .newsleter-content {
  overflow: hidden;
}
.box-newsleter .newsleter-left .newsleter-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  color: #75c5d1;
}
.box-newsleter .newsleter-left .newsleter-content p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #737373;
  font-size: 0.9em;
}
.box-newsleter .newsleter-right h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2f2f2f;
  margin: 0px 0px 20px;
  position: relative;
}
.box-newsleter .newsleter-right .form-control{
  border: 1px solid #e5e5e5;
  color: #cccccc;
  border-radius: 3px 0px 0px 3px;
  height: 50px;
  line-height: 50px;
  margin-right: 1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-newsleter .newsleter-right .btn{
  border: none;
  border-radius: 0 3px 3px 0;
  height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  width: auto;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-newsleter .newsleter-right .btn.btn-primary{
  background: #75c5d1;
  transition: all 0.5s ease;
}
.box-newsleter .newsleter-right .btn.btn-primary:hover{
  background: #2f2f2f;
}
/*------------------------------------- Block All Class */
.box-feature-class{
  background: #004170;
  padding: 10px 0;
  position: relative;
}
.box-feature-class .row-20px{
  margin: 0px -20px;
}
.box-feature-class .col-20px{
  padding: 0px 20px;
}
.box-feature-class .block-title h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.box-feature-class .block-title h3::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 26px;
  background: #edbf47;
}
.box-feature-class small{
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #fff;
}
.box-feature-class .feature-class-item{
  margin-top: 30px;
  position: relative;
  padding: 5px 0 0 5px;
}
.box-feature-class .feature-class-item::before{
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 3px;
}
.box-feature-class .feature-class-item .block-content{
  background: #000;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
.box-feature-class .feature-class-item .block-content .class-images{
  position: relative;
}
.box-feature-class .feature-class-item .block-content .class-images::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: rgba(38, 68, 73, 0.3);
  transition: all 0.5s ease;
}
.box-feature-class .feature-class-item:hover .block-content .class-images::before{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.box-feature-class .feature-class-item .block-content .class-images a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.box-feature-class .feature-class-item .block-content .class-content{
  padding: 25px;
}
.box-feature-class .feature-class-color:nth-child(1) .feature-class-item .block-content .class-content{background: #75c5d1;}
.box-feature-class .feature-class-color:nth-child(2) .feature-class-item .block-content .class-content{background: #faaf78;}
.box-feature-class .feature-class-color:nth-child(3) .feature-class-item .block-content .class-content{background: #6fc191;}
.box-feature-class .feature-class-color:nth-child(4) .feature-class-item .block-content .class-content{background: #ef7d67;}
.box-feature-class .feature-class-color:nth-child(5) .feature-class-item .block-content .class-content{background: #edbf47;}
.box-feature-class .feature-class-color:nth-child(6) .feature-class-item .block-content .class-content{background: #c581c2;}
.box-feature-class .feature-class-color:nth-child(7) .feature-class-item .block-content .class-content{background: #75c5d1;}
.box-feature-class .feature-class-color:nth-child(8) .feature-class-item .block-content .class-content{background: #6fc191;}
.box-feature-class .feature-class-color:nth-child(9) .feature-class-item .block-content .class-content{background: #faaf78;}
.box-feature-class .feature-class-item .block-content .class-content p.class-author{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.box-feature-class .feature-class-item .block-content .class-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin: 15px 0px;
}
.box-feature-class .feature-class-item .block-content .class-content .des{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  height: 100px;
  overflow: hidden;
}
.box-feature-class .feature-class-item .block-content .class-content .btn-readmore {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #fff;
  border: 1px solid #d7d7d7;
  letter-spacing: 1.5px;
  color: #75c5d1;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 0.8em;
  border-radius: 5px;
  opacity: 1 !important;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.box-feature-class .feature-class-item .block-content .class-content .btn-readmore:hover{
  color: #2f2f2f;
  text-decoration: none;
}
.box-feature-class .feature-class-item .block-content .class-content p.class-author a,
.box-feature-class .feature-class-item .block-content .class-content h3 a{
  color: #fff;
  transition: all 0.5s ease;
}
.box-feature-class .feature-class-item .block-content .class-content p.class-author a:hover,
.box-feature-class .feature-class-item .block-content .class-content h3 a:hover{
  color: #e5e5e5;
  text-decoration: none;
}
/*------------------------------------------- Block Register Online */
.box-register-online{
  background: #efefef;
  padding: 20px 0px;
}
.box-register-online .block-title{
  margin-bottom: 20px;
}
.box-register-online .block-title h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color: #f15b2a;
}
.box-register-online .block-title h3::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 26px;
  background: #edbf47;
}
.box-register-online small{
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #000;
}
/*--------------------------------------- Block Section Bottom */
.box-post-home{
  padding: 80px 0;
  position: relative;
}
.box-post-home .block-title{
  margin-bottom: 20px;
}
.box-post-home .block-title h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 2px;
  margin: 0px 0px 15px;
  position: relative;
  text-transform: uppercase;
  color: #00416a;
}
.box-post-home .block-title h3::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 26px;
  background: #edbf47;
}
.box-post-home .post-home-item{
  margin-bottom: 15px;
}
.box-post-home .post-home-item .post-date{
  width: 68px;
  border-radius: 3px;
  padding: 30px 0 12px;
  background: #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  float: left;
  margin-right: 30px;
  position: relative;
}
.box-post-home .post-home-item .post-date h5{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #edbf47;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px 3px 0 0;
  margin: 0px;
}
.box-post-home .post-home-item .post-date p {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin: 0 0 0;
  opacity: 1 !important;
  color: #737373;
}
.box-post-home .post-home-item .post-date span {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #737373;
}
.box-post-home .post-home-item .post-content{
  overflow: hidden;
}
.box-post-home .post-home-item .post-content h3{
  margin: 0px 0px 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  height:45px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}
.box-post-home .post-home-item .post-content h3 a{
  color: #2f2f2f;
  transition: all 0.5s ease;
}
.box-post-home .post-home-item .post-content h3 a:hover{
  color: #00416a;
  text-decoration: none;
}
.box-post-home .post-home-item .post-content .block-content{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #737373;
  padding-top:10px;
}
.box-post-home .post-home-item .post-content .more-link{
  margin: 10px 0px 0px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: #737373;
  transition: all 0.5s ease;
}
.box-post-home .post-home-item .post-content .more-link i{
  width: 19px;
  height: 19px;
  line-height: 16px;
  border: 1px solid #75c5d1;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 0 15px;
  padding-left: 1px;
}
.box-post-home .post-home-item .post-content .more-link:hover{
  color: #75c5d1;
  text-decoration: none;
}



.box-images, .box-video, .box-testimonial{
  margin-bottom: 15px;
}
.box-images .row-5px, .box-video .row-5px{
  margin: 0px -5px;
}
#sync1 .item, #sync3 .item {
  background: #0c83e7;
  color: #FFF;
  text-align: center;
}
#sync1.owl-carousel .item-video, #sync3.owl-carousel .item-video {
  height: 286px;
}
#sync2 .item, #sync4 .item {
  padding: 5px;
  color: #393939;
  font-size: 0.8em;
  cursor: pointer;
}
#sync2 .current .item, #sync4 .current .item {
  border: 1px solid #d6d5d5;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme, #sync3.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev,
#sync3.owl-theme .owl-next,
#sync3.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev, #sync3.owl-theme .owl-prev{
  left: 10px;
}
#sync1.owl-theme .owl-next, #sync3.owl-theme .owl-next{
  right: 10px;
}
.box-testimonial .box-content-test-show, .box-testimonial .box-content-test{
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 1px #d6d5d5;
  border-radius: 5px;
}
.box-testimonial .box-content-test-show{
  height: 350px;
  overflow-y: auto;
}
.box-testimonial .box-content-test-show .item-comment{
  border-bottom: 1px solid #d6d5d5;
  padding: 10px 0px;
}
.box-testimonial .box-content-test-show .item-comment h3{
  margin: 0px 0px 5px;
  font-style: italic;
  font-size: 1em;
  font-weight: bold;
}
.box-testimonial .box-content-test-show .item-comment p{
  font-size: 1em;
  margin-bottom: 0px;
}
/*------------------------------------- Block Testimonial Custom */
.box-testimonial-custom{
  background: url(../images/testositmo.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.box-testimonial-custom .testimonial-item h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px;
  font-family: 'Open Sans', sans-serif;
}
.box-testimonial-custom .testimonial-item h3 a,
.box-testimonial-custom .testimonial-item p.author-name a{
  color: #2f2f2f;
  transition: all 0.5s ease;
}
.box-testimonial-custom .testimonial-item h3 a:hover,
.box-testimonial-custom .testimonial-item p.author-name a:hover{
  color: #75c5d1;
  text-decoration: none;
}
.box-testimonial-custom .testimonial-item p.author-name{
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-testimonial-custom .testimonial-item .block-content{
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-testimonial-custom .owl-theme .owl-dots, .box-testimonial-custom .owl-theme .owl-nav{
  text-align: left;
}
.box-testimonial-custom .owl-theme .owl-dots .owl-dot span{
  border-radius: 0px;
  width: 15px;
  height: 15px;
  background: #75c5d1;
  border-color: #75c5d1;
  transition: all 0.5s ease;
}
.box-testimonial-custom .owl-theme .owl-dots .owl-dot.active span, .box-testimonial-custom .owl-theme .owl-dots .owl-dot:hover span{
  background: #edbf47;
  border-color: #edbf47;
}
/*---------------------------------------------- Block Footer */
.box-footer{
  background: #004170;
  border-top: 3px solid #edbf47;
  padding: 30px 0;
  position: relative;
}
.box-footer h3.title{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 25px;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.box-footer .btn-readmore{
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
  opacity: 1 !important;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.box-footer .btn-readmore:hover{
  color: #75c5d1;
  border-color: #75c5d1;
  text-decoration: none;
}
.box-footer .block-content{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-footer .block-content h4{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #edbf47;
  opacity: 1 !important;
}
.box-footer .block-content p{
  margin-bottom: 0px;
}
.bg-copyright{
  background: #eee;
  padding: 15px 0;
  position: relative;
}
.bg-copyright p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  color: #747474;
  margin-bottom: 0px;
}
/*---------------------------------------------- Block Breacrum */
.box-breacrum .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #d6d5d5;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-breacrum .breadcrumb>li+li:before {
  padding: 0 10px;
  color: #575757;
  content: "\f105";
  font-family: 'FontAwesome';
}
.box-breacrum .breadcrumb>li a{
  color: #575757;
  transition: all 0.5s ease;
}
.box-breacrum .breadcrumb>li a:hover{
  color: #978bd6;
  text-decoration: none;
}
/*------------------------------------------------ Block Slidebar*/
.box-catelogy-slibar .headling{
  background: #004baf;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: white;
}
.box-catelogy-slibar .headling h3{
  margin: 0px;
  font-size: 1.2em;
}
.box-catelogy-slibar ul{
  list-style: none;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-catelogy-slibar ul li a{
  background: #e7e7e7;
  padding: 10px;
  color: #575757;
  display: block;
  margin-bottom: 10px;
  border-radius: 15px;
  line-height: 30px;
  transition: all 0.5s ease;
  height: 45px;
  overflow: hidden;
  font-size: 0.9em;
}
.box-catelogy-slibar ul li a:hover{
  color: #fff;
  background: #770505;
  text-decoration: none;
}
.box-catelogy-slibar ul li.active a{
  color: #fff;
  background: #770505;
}
/*----------------------------------------------- Block POst Related */
.box-post-relative h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #004baf;
  margin: 20px 0px;
  font-size: 1.5em;
}
.box-post-relative ul{
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-post-relative ul li a{
  color: #575757;
  transition: all 0.5s ease;
}
.box-post-relative ul li a:hover{
  color: #004baf;
  text-decoration: none;
}
/*--------------------------------------------------- Post Item*/
.news-item{
  margin-top: 30px;
  position: relative;
  padding: 5px 0 0 5px;
}
.news-item::before{
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
}
.news-item .block-content{
  border: 1px solid #d7d7d7;
  padding: 30px;
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
}
.news-item .block-content .block-icons{
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}
.news-item .block-content .block-icons .fa{
  font-size: 60px;
}
.news-item .block-content h3{
  margin: 15px 0px;
  font-size: 1.3em;
  font-weight: 600;
}
.news-item .block-content h3 a{
  color: #737373;
  transition: all 0.5s ease;
}
.news-item .block-content .block-des{
  font-weight: 400;
  font-size: 1em;
  color: #737373;
}
.news-item .block-content .btn-readmore{
  background: none !important;
  border: 1px solid #d7d7d7;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #2f2f2f;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 5px;
  opacity: 1 !important;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.news-item:hover .block-content{
  background: #00416A;
}
.news-item:hover .block-content h3 a{
  color: #fff;
  text-decoration: none;
}
.news-item .block-content .block-des{
  overflow: hidden;
  height: 80px;
}
.news-item:hover .block-content .block-des{
  color: #fff;
}
.news-item:hover .block-content .block-icons{
  color: #fff;
}
.news-item:hover .block-content .btn-readmore{
  color: #fff;
}
.news-item .block-content .btn-readmore:hover{
  background: #fff !important;
  color: #000;
  text-decoration: none;
}
.news-item .activies-color:nth-child(1) .block-content .block-icons{color: #75c5d1;}
.news-item .activies-color:nth-child(2) .block-content .block-icons{color: #ef7d67;}
.news-item .activies-color:nth-child(3) .block-content .block-icons{color: #edbf47;}
.news-item .activies-color:nth-child(4) .block-content .block-icons{color: #6fc191;}
.news-item .activies-color:nth-child(5) .block-content .block-icons{color: #faaf78;}
.news-item .activies-color:nth-child(6) .block-content .block-icons{color: #f8a088;}
.news-item .activies-color:nth-child(7) .block-content .block-icons{color: #c581c2;}
/*------------------------------------ Block Gallery */
.box-gallery .gallery-item{
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
}
.gallery-item .block-images{
  padding: 5px;
  background: #fff;
}
.gallery-item .block-content{
  text-align: center;
}
.gallery-item .block-content h3{
  font-size: 1em;
  margin: 10px 0px;
  line-height: 20px;
}
.gallery-item .block-content h3 a{
  color: #333;
  transition: all 0.5s ease;
}
.gallery-item:hover .block-content h3 a{
  color: #1fbdbe;
  text-decoration: none;
}
.box-gallery .fancybox img{
  margin: 10px 0px;
}
/*------------------------------------------- Block Items Cart Page Moblie */
.box-register{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.box-register h3{
	font-weight: 600;
	margin: 5px 0px 15px;
	font-size: 2em;
}
.box-register label::after{
	content: '*';
	color: red;
}
.box-register .form-control{
	border-radius: 0px;
	height: 40px;
}
.box-register .btn-cart{
	border-radius: 0px;
	padding: 8px 15px;
	background: #004baf;
	color: #fff;
	transition: all 0.5s ease;
}
.box-register .btn-cart:hover{
	background: #053473;
}
.box-register a{
	margin-left: 15px;
	color: #333;
	text-decoration: underline;
	transition: all 0.5s ease;
}
.box-register a:hover{
	color: #004baf;
	text-decoration: none;
}
.box-register .btn-require-pass{
	border-radius: 0px;
	margin-top: 5px;
	padding: 8px 15px;
	background: #2a2a2a;
	color: #fff;
	transition: all 0.5s ease;
}
.box-register .btn-require-pass:hover{
	background: #004baf;
}
/*------------------------------------------- Block Slidebar Profile  */
.box-slidebar-profile{
	margin-bottom: 15px;
}
.box-slidebar-profile h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 5px 0px 15px;
	font-size: 1.5em;
}
.box-slidebar-profile p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
}
.box-slidebar-profile p span{
	font-weight: 600;
}
.box-slidebar-profile .block-content p{
	position: relative;
	padding-left: 20px;
}
.box-slidebar-profile .block-content p::before{
	position: absolute;
	font-family: FontAwesome;
	left: 0px;
}
.box-slidebar-profile .block-content p:nth-child(1)::before{
	content: '\f015';
}
.box-slidebar-profile .block-content p:nth-child(2)::before{
	content: '\f10b';
	left: 3px;
}
.box-slidebar-profile .block-content p:nth-child(3)::before{
	content: '\f003';
}
.box-slidebar-profile .block-content p:nth-child(4)::before{
	content: '\f224';
}
/*------------------------------------------- Change Profile  */
.box-profile{
	margin: 0px 0px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.box-profile .title{
	margin: 15px 0px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
}
.box-profile .form-control, .box-profile .btn{
	border-radius: 0px;
	height: 40px;
}
/*------------------------------------------- Block List Class */
.list-class-item{
  float: left;
  border-bottom: 1px solid #d6d5d5;
  width: 100%;
  padding: 15px 0px;
}
.list-class-item .block-first{
  float: left;
  width: 75%;
}
.list-class-item .block-last{
  float: left;
  width: 25%;
}
.list-class-item .block-last a{
  margin: 15px 0px;
}
.list-class-item .block-first img{
  float: left;
  width: 70px;
}
.list-class-item .block-first h3{
  float: left;
  width: 80%;
  padding-left: 15px;
  font-size: 1.1em;
  margin: 15px 0px;
}
.list-class-item .block-first small{
  display: block;
  padding: 5px 0px;
  font-size: 0.8em;
}
.list-class-item .block-first small.class-false{
  color: #cc1e1e;
}
.list-class-item .block-first small.class-true{
  color: #09ed42;
}
/*------------------------------------------- Block List Student */
.box-list-student .table>tbody>tr>td, .box-list-student .table>tbody>tr>th, .box-list-student .table>tfoot>tr>td, .box-list-student .table>tfoot>tr>th, .box-list-student .table>thead>tr>td, .box-list-student .table>thead>tr>th{
  vertical-align: middle;
}
.box-list-student .btn{
  height: 34px;
}
.adress-details > div > span {
	    display: table-cell;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
    width: 40px;
    height: 35px;
    vertical-align: middle;
}
.adress-details > div > span:after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: -1px;
    bottom: -1px;
    width: 5px;
	background-color: #a91605;
}
.adress-details > div > div {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.adress-details > div:first-child {
    margin-bottom: 25px;
    margin-top: 0;
}
.adress-details > div {
    font-size: 13px;
    display: table;
    margin-top: -1px;
}
.default-inp {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    position: relative;
}
.form-elem input, .form-elem textarea {
    width: 100%;
}
.default-inp input {
    display: block;
    border: none;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
}
.default-inp:after {
    width: 5px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(136, 136, 136, 0.2);
}
.default-inp i {
    position: absolute;
    right: 32px;
    top: 16px;
    width: auto;
}
.default-inp textarea {
    display: block;
    border: none;
    padding: 15px 25px;
    resize: none;
    min-height: 185px;
}
.form-elem + .form-elem {
    margin-top: 15px;
}
.row > div.form-elem + div.form-elem {
    margin-top: 0;
}
/*------------------------------------------- Block Sidebar Catgory */
.box-homework{
  padding: 2rem 0px;
}
.list-homework{
  margin-bottom: 2rem;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
  border-radius: 0.75rem 0.75rem 0 0;
}
.list-homework .block-title{
  padding: 1rem 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-homework .block-title h3{
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
  margin: 0px;
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.list-homework .block-title small{
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #f00;
  font-size: 1.25rem;
}
.list-homework .block-rows{
  padding: 1.25rem;
}
.list-homework .block-rows ul{
  list-style: none;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.list-homework .block-rows ul li{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 10px;
  margin: 10px 0px;
}
.list-homework .block-rows ul li a{
  display: block;
  padding: 0.5rem;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: rgba(87, 87, 87, 0.1);
  pointer-events: none;
  transition: all 0.5s ease;
}
.list-homework .block-rows ul li a:hover, .list-homework .block-rows ul li.visible a:hover{
  text-decoration: none;
  background: #75c5d1;
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.list-homework .block-rows ul li a.success, .list-homework .block-rows ul li a.success:hover{
  background: #5cb85c !important;
  color: #fff !important;
}
.list-homework .block-rows ul li a.wait, .list-homework .block-rows ul li a.wait:hover{
  background: #f0ad4e !important;
  color: #fff !important;
}
.list-homework .block-rows ul li.visible a{
  pointer-events: visible;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  color: #575757;
}
/*------------------------------------------- Block Sidebar Catgory */
.sidebar-course-category{
  margin-bottom: 2rem;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
  border-radius: 0.75rem 0.75rem 0 0;
}
.sidebar-course-category .block-title{
  padding: 1rem 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-course-category .block-title h3{
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.sidebar-course-category .block-content ul{
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.sidebar-course-category .block-content ul li a{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  color: #575757;
  transition: all 0.5s ease;
}
.sidebar-course-category .block-content ul li a:hover, .sidebar-course-category .block-content ul li.active a{
  color: #75c5d1;
  box-shadow: 0px 0px 2px 0px rgba(117, 197, 209, 0.8);
  text-decoration: none;
}
/*------------------------------------------- Block Single Homework */
.box-single-homework{
  margin-bottom: 2rem;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
  border-radius: 0.75rem 0.75rem 0 0;
}
.box-single-homework .block-header-title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-single-homework .block-header-title .honework-prev, .box-single-homework .block-header-title .honework-next{
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.box-single-homework .block-header-title .honework-prev, .box-single-homework .block-header-title .honework-next{
  line-height: 3.5;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  position: relative;
}
.box-single-homework .block-header-title .honework-prev::before, .box-single-homework .block-header-title .honework-next::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}
.box-single-homework .block-header-title .honework-prev::before{right: 0px;top: 0px;}
.box-single-homework .block-header-title .honework-next::before{left: 0px;top: 0px;}
.box-single-homework .block-header-title .honework-prev a, .box-single-homework .block-header-title .honework-next a{
  display: block;
  color: #575757;
  transition: all 0.5s ease;
}
.box-single-homework .block-header-title .honework-prev a:hover, .box-single-homework .block-header-title .honework-next a:hover{
  text-decoration: none;
  color: #75c5d1;
}
.box-single-homework .block-header-title .title{
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0.5rem 0px;
}
.box-single-homework .block-header-title .title h3{
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.box-single-homework .block-header-title .title small{
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #f00;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.box-single-homework .block-single-rows{
  padding: 2rem;
}
.block-single-rows .block-document-audio h3.title{
  margin: 0px 0px 1.5rem 0px;
  padding: 0.5rem;
  padding-left: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid #286090;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.block-single-rows .block-document-audio p{
  text-align: justify;
}
.block-single-rows .block-document-audio audio{
  max-width: 100%;
  width: 100%;
}
.box-voice h3.title, .box-voice-history h3.title, .form-send-homework h3.title, .box-homework-write h3.title{
  margin: 0px 0px 1.5rem 0px;
  padding: 0.5rem;
  padding-left: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid #286090;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.box-voice-history .block-rows{
  margin: 1.5rem 0px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
}
.box-voice-history .block-rows ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.box-voice-history .block-rows ul li{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px -2px 0.5rem;
}
.box-voice-history .block-rows ul li:nth-child(1) .voice-id,
.box-voice-history .block-rows ul li:nth-child(1) .voice-audio,
.box-voice-history .block-rows ul li:nth-child(1) .voice-meta{
  padding: 0.5rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.box-voice-history .block-rows ul li .voice-id,
.box-voice-history .block-rows ul li .voice-audio,
.box-voice-history .block-rows ul li .voice-meta{
  padding: 0px 2px;
}
.box-voice-history .block-rows ul li .voice-id{
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.box-voice-history .block-rows ul li .voice-audio{
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.box-voice-history .block-rows ul li .voice-meta{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.box-voice-history .block-rows ul li .voice-audio audio{
  max-width: 100%;
}
.box-voice-history .block-rows ul li .voice-id{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 1.5rem 2px;
}
.box-voice-history .block-rows ul li .voice-meta{
  padding: 1rem 2px;
}
.box-voice-history .block-rows ul li .voice-meta label {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #d6d5d5;
  margin: 0px 0px 0px 10px;
  border-radius: 50%;
}
.box-voice-history .block-rows ul li .voice-meta label input[type="checkbox"]{
    display:none;
}
.box-voice-history .block-rows ul li .voice-meta label input[type="checkbox"] + span:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  visibility: hidden;
  width: 22px;
  height: 22px;
  display: block;
  text-indent: 3px;
}
.box-voice-history .block-rows ul li .voice-meta label input[type="checkbox"]:checked + span:after {
  visibility: visible;
  width: 22px;
  height: 22px;
  display: block;
}
.form-send-homework{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: sticky;
  top: 0px;
}
.form-send-homework .form-control, .form-send-homework textarea.form-control, .form-send-homework .btn{
  border-radius: 0px;
}
.box-homework-write{
  margin-top: 1.5rem;
}
.box-homework-write .block-rows ol{
  padding-left: 15px;
}
.box-homework-write .block-rows ol li{
  margin-bottom: 1.5rem;
}
.box-homework-write .block-rows ol li .write-question{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.box-homework-write .block-rows ol li .write-answer{
  margin-top: -10px;
}
.box-homework-write .block-rows ol li .write-answer .form-control{
  border-radius: 0px;
  box-shadow: 0px 0px 0px transparent;
  border: none;
  border-bottom: 1px dashed #d6d5d5;
  height: 25px;
  padding: 0rem 0px 0.5rem;
}
@media (max-width: 1024px){
  .header-top .logo{
    width: 25%;
  }
  .header-top .logo-name {
    width: 75%;
  }
  .wsmenu-list > li > a .fa {
    display: block;
  }
  .block-pagehome .pagehome-left {
    padding: 30px 40px 30px 40px;
  }
  .block-pagehome .pagehome-left h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 10px;
  }
  .block-our-teacher .our-teacher-item .block-content .teacher-content {
    padding: 10px 15px;
  }
  .box-testimonial-custom{
    background-size: contain;
    padding: 31px 0;
  }
  .wsmenu{
    margin-left: 0px;
  }
  #sync1.owl-carousel .item-video, #sync3.owl-carousel .item-video {
    height: 233px;
  }
}
@media (max-width: 780px){
  .block-our-activies .our-activies-item .block-content h3 {
    height: 40px;
    overflow: hidden;
  }
  .header-top .logo, .header-top .logo-name{
    margin: 15px 0px;
  }
  .header-top .box-user {
    width: 45%;
  }
  .header-top .box-search {
    width: 20%;
  }
  .header-top .box-language {
    //width: 35%;
  }
  .header-top .box-search .form-control{
    right: 100%;
  }
  .block-widget .widget-item{
    width: 50%;
  }
  .block-our-activies .our-activies-item{
    height: auto;
    min-height: 331px;
  }
  .block-our-activies .our-activies-item .block-content .btn-readmore{
    font-size: 0.9em;
    padding: 15px;
  }
  .block-our-teacher .our-teacher-item .block-content .teacher-avatar, .block-our-teacher .our-teacher-item .block-content .teacher-content {
    width: 100%;
  }
  .block-our-teacher .our-teacher-item .block-content .teacher-avatar img{
    width: 100%;
  }
  .box-feature-class .feature-class-item{
    padding: 0px 0 0 0px;
  }
  .wsmenu-list > li{
    background: none;
  }
  .wsmenu-submenu{
    width: 100%;
  }
  #sync1.owl-carousel .item-video, #sync3.owl-carousel .item-video {
    height: 175px;
  }
  .box-testimonial .box-content-test-show {
    height: 220px;
  }
  .wsmenu-list > li > a .fa{
    display: inline-block;
  }
  .block-pagehome .pagehome-left {
    padding: 20px 40px 20px 40px;
  }
  .block-pagehome .pagehome-left .block-content {
    height: 60px;
    overflow: hidden;
  }
  .block-pagehome .pagehome-left h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .box-feature-class .feature-class-item .block-content .class-content h3 {
    height: 50px;
    overflow: hidden;
  }
  .box-testimonial-custom {
    background-size: cover;
    padding: 40px 0;
    background-position: -110px center;
  }
}
@media (max-width: 480px){
  .block-our-teacher .row-20px, .box-feature-class .row-20px {
    margin: 0px -15px;
  }
  .block-our-teacher .col-20px, .box-feature-class .col-20px {
    padding: 0px 15px;
  }
  .block-widget .widget-item {
    padding: 25px 5px;
    height: auto;
  }
  .block-pagehome .pagehome-left, .block-pagehome .pagehome-right {
    width: 100%;
  }
  .header-top .logo-name h3{
    font-size: 1em;
  }
  .header-top .box-user {
    width: 55%;
  }
  .header-top .box-language {
    //width: 25%;
  }
  .header-top .box-language span {
    padding: 10px 5px;
    //display: block;
  }
  .header-top .box-language span:first-child{
    padding-top: 0px;
  }
  .block-widget .widget-item .block-content {
    height: 100px;
    overflow: hidden;
  }
  .block-widget .widget-item h3 {
    margin: 0px 0px 35px;
    height: 55px;
    overflow: hidden;
    padding-top: 5px;
  }
  .box-newsleter .newsleter-left .newsleter-content h3{
    font-size: 20px;
    line-height: 20px;
  }
  .box-feature-class .feature-class-item .block-content .class-images img{
    width: 100%;
  }
}
@media (max-width: 380px){
  .block-our-teacher .block-title h3,
  .box-feature-class .block-title h3,
  .box-register-online .block-title h3,
  .box-post-home .block-title h3,
  .block-our-activies .block-title h3{
    font-size: 20px;
  }
  .block-our-teacher small, .box-feature-class small, .block-our-activies small{
    font-size: 15px;
  }
  .header-top{
    padding: 0px;
  }
  .block-widget .widget-item .block-content {
    height: 90px;
  }
  .box-slider .carousel-control .icon-prev, .box-slider .carousel-control .icon-next{
    height: 25px;
  }
}
@media (min-width: 1200px){
  .block-our-activies .container,
  .block-our-teacher .container,
  .box-feature-class .container,
  .box-newsleter .container,
  .box-register-online .container,
  .box-post-home .container{
    width: 1000px;
  }
}


/*------------------------------------- Nut Hotline */
/* Icons Phone */
    .hoancau-alo-phone {
        position: fixed;
        /*visibility: hidden;*/
        background-color: transparent;
        width: 170px;
        height: 170px;
        cursor: pointer;
        z-index: 200 !important;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: visibility .5s;
        -moz-transition: visibility .5s;
        -o-transition: visibility .5s;
        transition: visibility .5s;
        /*right: 150px;*/
        bottom: 0px;
        left: -30px;
    }
    .hoancau-alo-ph-circle {
        width: 130px;
        height: 130px;
        top: 35px;
        left: 35px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border: 2px solid #bfebfc 9;
        opacity: .1;
        -webkit-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
        -moz-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
        -ms-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
        -o-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
        animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-color: #ff0000;
        opacity: .5;
    }
    @-moz-keyframes hoancau-alo-circle-anim {
        0% {
            -moz-transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1;
            -moz-opacity: .1;
            -webkit-opacity: .1;
            -o-opacity: .1
        }
        30% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5;
            -moz-opacity: .5;
            -webkit-opacity: .5;
            -o-opacity: .5
        }
        100% {
            -moz-transform: rotate(0) scale(1) skew(1deg);
            opacity: .6;
            -moz-opacity: .6;
            -webkit-opacity: .6;
            -o-opacity: .1
        }
    }
    @-webkit-keyframes hoancau-alo-circle-anim {
        0% {
            -webkit-transform: rotate(0) scale(.5) skew(1deg);
            -webkit-opacity: .1
        }
        30% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            -webkit-opacity: .5
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            -webkit-opacity: .1
        }
    }
    @-o-keyframes hoancau-alo-circle-anim {
        0% {
            -o-transform: rotate(0) kscale(.5) skew(1deg);
            -o-opacity: .1
        }
        30% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            -o-opacity: .5
        }
        100% {
            -o-transform: rotate(0) scale(1) skew(1deg);
            -o-opacity: .1
        }
    }
    .hoancau-alo-ph-circle-fill {
        width: 100px;
        height: 100px;
        top: 50px;
        left: 50px;
        position: absolute;
        background-color: #000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .1;
        -webkit-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -ms-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
        animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: rgba(255, 0, 0, 0.5);
        opacity: .75 !important;
    }
    @-moz-keyframes hoancau-alo-circle-fill-anim {
        0% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
        50% {
            -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
            opacity: .2
        }
        100% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }
    @-webkit-keyframes hoancau-alo-circle-fill-anim {
        0% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }
        100% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }
    @-o-keyframes hoancau-alo-circle-fill-anim {
        0% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
        50% {
            -o-transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }
        100% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }
    .hoancau-alo-ph-img-circle {
        width: 60px;
        height: 60px;
        top: 70px;
        left: 70px;
        position: absolute;
        background: rgba(30, 30, 30, 0.1) url(../images/call.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
        -ms-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
        -o-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
        animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #ff0000;
    }
    .hoancau-alo-phone:hover .hoancau-alo-ph-circle-fill {
        background-color: rgba(66, 168, 221, 0.5) !important;
    }
    .hoancau-alo-phone:hover .hoancau-alo-ph-circle {
        border-color: #42a7dd
    }
    .hoancau-alo-phone:hover .hoancau-alo-ph-img-circle {
        background-color: #42a7dd;
    }
    @-moz-keyframes hoancau-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            -moz-transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            -moz-transform: rotate(0) scale(1) skew(1deg)
        }
    }
    @-webkit-keyframes hoancau-alo-circle-img-anim {
        0% {
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    }
    @-o-keyframes hoancau-alo-circle-img-anim {
        0% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
    }
