@media (max-width: 992px) {
  header .header_bottom .right_box {
    margin-left: auto !important;
  }
}

@media (max-width: 992px) {
  #detail {
    margin-top: 50px;
  }
}
#detail .box_intro {
  position: relative;
}
#detail .box_intro .banner_item {
  text-align: center;
}
#detail .box_intro .banner_item .img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#detail .box_intro .banner_item .img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
#detail .box_intro .box_info {
  position: absolute;
  color: #ffffff;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
@media (min-width: 993px) {
  #detail .box_intro .box_info {
    bottom: 60px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  #detail .box_intro .box_info .row {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #detail .box_intro .box_info .row {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  #detail .box_intro .box_info .row {
    justify-content: flex-end;
  }
}
#detail .box_intro .box_info .col_left {
  display: flex;
  align-items: flex-end;
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 601px) {
  #detail .box_intro .box_info .col_left {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #detail .box_intro .box_info .col_left {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  #detail .box_intro .box_info .col_left {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  #detail .box_intro .box_info .col_left {
    max-width: 40%;
  }
}
@media (max-width: 600px) {
  #detail .box_intro .box_info .col_left {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
#detail .box_intro .box_info .col_left .social {
  flex: 1;
  position: relative;
}
#detail .box_intro .box_info .col_left .avatar {
  margin-right: 30px;
}
@media (max-width: 768px) {
  #detail .box_intro .box_info .col_left .avatar {
    max-width: 30%;
  }
}
@media (max-width: 600px) {
  #detail .box_intro .box_info .col_left .avatar {
    position: absolute;
    max-width: 15%;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
  }
}
#detail .box_intro .box_info .col_left h1 {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 601px) {
  #detail .box_intro .box_info .col_left h1 {
    font-size: 25px;
  }
}
@media (min-width: 993px) {
  #detail .box_intro .box_info .col_left h1 {
    font-size: 40px;
  }
}
#detail .box_intro .box_info .col_left .name_group {
  font-size: 14px;
}
@media (min-width: 601px) {
  #detail .box_intro .box_info .col_left .name_group {
    padding: 5px 0 15px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #detail .box_intro .box_info .col_left .name_group {
    font-size: 20px;
  }
}
#detail .box_intro .box_info .col_left .group {
  display: flex;
}
@media (max-width: 600px) {
  #detail .box_intro .box_info .col_left .group {
    position: absolute;
    right: 11%;
    top: 0;
  }
  #detail .box_intro .box_info .col_left .group span {
    display: none;
  }
}
#detail .box_intro .box_info .col_left .group a {
  flex: 1;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
}
@media (min-width: 601px) {
  #detail .box_intro .box_info .col_left .group a {
    border: 1px solid;
  }
}
@media (min-width: 769px) {
  #detail .box_intro .box_info .col_left .group a {
    font-size: 18px;
    line-height: 39px;
  }
}
#detail .box_intro .box_info .col_left .group a + a {
  margin-left: 8px;
}
#detail .box_intro .box_info .col_right {
  display: flex;
  align-items: flex-end;
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 601px) {
  #detail .box_intro .box_info .col_right {
    flex: 0 0 53%;
    max-width: 53%;
  }
}
@media (min-width: 769px) {
  #detail .box_intro .box_info .col_right {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
#detail .box_intro .box_info .col_right .wrap_list_info {
  display: block;
  width: 100%;
}
#detail .box_intro .box_info .col_right .wrap_list_info .list_info {
  display: flex;
  justify-content: space-between;
}
#detail .box_intro .box_info .col_right .wrap_list_info .list_info .item {
  text-align: center;
}
@media (min-width: 769px) {
  #detail .box_intro .box_info .col_right .wrap_list_info .list_info .item {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #detail .box_intro .box_info .col_right .wrap_list_info .list_info .item {
    font-size: 14px;
  }
}
#detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title {
  font-weight: 500;
  position: relative;
  font-size: 18px;
}
@media (min-width: 601px) {
  #detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title {
    font-size: 30px;
  }
}
@media (min-width: 993px) {
  #detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title {
    font-size: 40px;
  }
}
#detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title i {
  color: #FF960B;
  font-size: 20px;
}
@media (min-width: 993px) {
  #detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title i {
    font-size: 30px;
  }
}
#detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title i:before {
  position: absolute;
  top: 6px;
}
@media (max-width: 500px) {
  #detail .box_intro .box_info .col_right .wrap_list_info .list_info .item .title i:before {
    top: -2px;
  }
}
#detail .introduce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 600px) {
  #detail .introduce {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
#detail .introduce .introduce_info {
  font-size: 16px;
}
@media (min-width: 601px) {
  #detail .introduce .introduce_info {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #detail .introduce .introduce_info {
    font-size: 20px;
    flex: 0 0 50%;
    max-width: 48%;
  }
}
#detail .introduce .introduce_info .title {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  #detail .introduce .introduce_info .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  #detail .introduce .introduce_info .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#detail .introduce .video {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media (min-width: 601px) {
  #detail .introduce .video {
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 0;
  }
}
#detail .degree {
  margin-top: 45px;
}
#detail .degree .title {
  font-weight: bold;
  color: #04457A;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 601px) {
  #detail .degree .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  #detail .degree .title {
    font-size: 30px;
  }
}
#detail .degree .content {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  #detail .degree .content {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #detail .degree .content {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#detail .degree .list_pic {
  margin: 0 -10px;
}
#detail .degree .list_pic .item {
  padding: 0 10px;
}
#detail .degree .slick-prev {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #ffffff;
  left: -7px;
}
#detail .degree .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 16px;
  opacity: 1;
}
#detail .degree .slick-next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #ffffff;
  right: -7px;
}
#detail .degree .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 16px;
  opacity: 1;
  margin-left: 3px;
}
#detail .his_course {
  margin-top: 90px;
}
#detail .his_course .title {
  color: #04457A;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  #detail .his_course .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  #detail .his_course .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#detail .his_course .list_item .box-course .box-course-item .wrap {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#detail .his_course .list_item .box-course .box-course-item .wrap .course-item-info {
  background: #ffffff;
}
#detail .all_comment .boxRatingCmt {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt {
    padding: 56px 40px 45px;
  }
}
#detail .all_comment .boxRatingCmt .hrt {
  text-align: center;
}
#detail .all_comment .boxRatingCmt .hrt .tltRt {
  float: unset;
  margin: 0;
}
#detail .all_comment .boxRatingCmt .hrt .tltRt h3 {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .hrt .tltRt h3 {
    font-size: 30px;
  }
}
@media (min-width: 993px) {
  #detail .all_comment .boxRatingCmt .hrt .tltRt h3 {
    font-size: 36px;
  }
}
#detail .all_comment .boxRatingCmt .crt {
  align-items: flex-end;
}
#detail .all_comment .boxRatingCmt .crt .lcrt {
  border: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .crt .lcrt {
    flex: 0 0 35%;
    max-width: 35%;
    margin: 0;
  }
}
#detail .all_comment .boxRatingCmt .crt .lcrt .average_rate {
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #04457A;
  font-size: 40px;
}
#detail .all_comment .boxRatingCmt .crt .lcrt .average_rate b {
  font-size: 160px;
  font-weight: 600;
  color: #04457A;
}
@media (max-width: 600px) {
  #detail .all_comment .boxRatingCmt .crt .lcrt .average_rate b {
    font-size: 120px;
    line-height: 70px;
  }
}
#detail .all_comment .boxRatingCmt .crt .lcrt .average_rate span {
  font-size: 20px;
  display: block;
}
#detail .all_comment .boxRatingCmt .crt .lcrt .average_rate span i {
  margin: 0 5px;
}
#detail .all_comment .boxRatingCmt .crt .lcrt .average_rate span i.fas {
  color: #FF960B;
}
#detail .all_comment .boxRatingCmt .crt .lcrt .average_rate span i.fal {
  color: #B2B2B2;
}
#detail .all_comment .boxRatingCmt .crt .rcrt {
  border-right: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .crt .rcrt {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r {
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .crt .rcrt .r {
    margin-bottom: 17px;
  }
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r:last-child {
  margin-bottom: 0;
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r .t i {
  font-size: 18px;
  height: 20px;
  width: 20px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .crt .rcrt .r .t i {
    font-size: 20px;
    height: 28px;
    width: 28px;
  }
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r .t i.fas {
  color: #FF960B;
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r .t i.fal {
  color: #B2B2B2;
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r .bgb {
  border-radius: 0;
  height: 20px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .crt .rcrt .r .bgb {
    height: 28px;
  }
}
#detail .all_comment .boxRatingCmt .crt .rcrt .r .bgb .bgb-in {
  border-radius: 0;
  background-color: #04457A;
  background-image: linear-gradient(90deg, #0670C6 0%, #04457A 97%);
  height: 20px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt .crt .rcrt .r .bgb .bgb-in {
    height: 28px;
  }
}
#detail .all_comment .boxRatingCmt #tab-comment_rate {
  border: 0;
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment {
  margin-top: 40px;
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom {
  padding: 5px 0px 10px;
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .avatar {
  flex: 0 0 70px;
  max-width: 70px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .avatar {
    flex: 0 0 100px;
    max-width: 100px;
  }
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .avatar img, #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .avatar > div {
  width: 100%;
  height: auto;
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .avatar > div {
  height: 100px;
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name {
  margin: 0;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name {
    font-size: 20px;
  }
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated {
    display: block;
  }
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated i {
  margin-right: 5px;
  font-size: 18px;
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-content {
  padding: 5px 0;
  font-size: 15px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-content {
    font-size: 18px;
  }
}
#detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-bottom .date {
  font-weight: 300;
  font-size: 15px;
}
@media (min-width: 601px) {
  #detail .all_comment .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-bottom .date {
    font-size: 18px;
  }
}
#detail .rate_comment .boxRatingCmt {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate {
  text-align: center;
  border: 0;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate .ips span:not(.lStar) {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 601px) {
  #detail .rate_comment .boxRatingCmt #tab-comment_rate .ips span:not(.lStar) {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  #detail .rate_comment .boxRatingCmt #tab-comment_rate .ips span:not(.lStar) {
    font-size: 30px;
  }
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate .lStar {
  display: block;
  padding: 5px;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate .lStar #rate a {
  font-size: 25px;
  color: #FF960B;
  margin: 0 3px;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate .media {
  padding: 0;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate .boxemotion_bottom {
  padding: 0;
  border: 0;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: flex-end;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate .boxemotion_bottom button {
  background: #FF960B;
  color: #ffffff;
  font-family: "Roboto";
  height: 46px;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate textarea.input {
  border-radius: 5px;
  border: 1px solid #B2B2B2;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate textarea.input::-moz-placeholder {
  color: #B2B2B2;
  font-size: 15px;
}
#detail .rate_comment .boxRatingCmt #tab-comment_rate textarea.input::placeholder {
  color: #B2B2B2;
  font-size: 15px;
}/*# sourceMappingURL=education_teacher.css.map */