/*Add font ================================*/
/*-------------------item_detail----------------*/
@media (max-width: 600px) {
  header .header_bottom.custom .group_search {
    padding: 0;
  }
}
@media (max-width: 600px) {
  header .header_bottom .right_box {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  header .header_bottom .header-tool {
    margin-left: 0;
  }
}

.full.learn {
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .full.learn {
    padding: 0;
  }
}

#guide {
  border-radius: 0;
  position: relative;
  height: 0;
  opacity: 0;
  z-index: -1;
  min-width: 50%;
}
#guide.fancybox-content {
  height: auto;
  opacity: 1;
  padding: 20px;
  padding-bottom: 43px;
  min-height: 30vh;
}
#guide .box_around {
  pointer-events: none;
}
#guide .step {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 74px;
}
#guide .step:last-child {
  margin-bottom: 0;
}
#guide .step:nth-child(2n) .img {
  order: 1;
  margin-right: 0;
  margin-left: 31px;
}
#guide .step:nth-child(2n) .content {
  order: 0;
}
#guide .step .title {
  font-family: "MyriadPro-Semibold";
  font-size: 25px;
  color: #383838;
}
#guide .step .img {
  flex: 0 0 230px;
  margin-right: 35px;
}
#guide .step .content ul {
  list-style: none;
  font-weight: 300;
  font-size: 18px;
  color: #383838;
  padding: 0;
}
#guide .step .content ul li {
  line-height: 2;
  position: relative;
  padding-left: 1.2rem;
}
#guide .step .content ul li:after {
  content: "";
  position: absolute;
  background: #FF960B;
  width: 7px;
  height: 7px;
  left: 0;
  top: 15px;
  border-radius: 50%;
}
#guide .fancybox-button-close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  padding: 0 30px;
  border-radius: 0 0 0 5px;
  background: #FF960B;
  color: #ffffff;
  cursor: pointer;
}

#certificate {
  border-radius: 0;
  position: relative;
  height: 0;
  opacity: 0;
  z-index: -1;
}
#certificate.fancybox-content {
  height: auto;
  opacity: 1;
  padding-bottom: 43px;
  background: transparent;
}
#certificate .user_title {
  font-family: "DancingScript";
  color: #ffffff;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 48px;
  top: 48%;
  padding-right: 25%;
  transform: translateY(-50%);
}
#certificate .exam_title {
  font-family: "MyriadPro-Bold";
  text-transform: uppercase;
  color: #2a457c;
  position: absolute;
  font-size: 22px;
  width: 100%;
  text-align: center;
  top: 62%;
  padding-right: 20%;
}
#certificate .percent {
  font-family: "MyriadPro-Bold";
  text-transform: uppercase;
  color: #1e7123;
  position: absolute;
  font-size: 18px;
  width: 100%;
  text-align: center;
  top: 55%;
  padding-right: 25%;
}
#certificate .date {
  font-family: "MyriadPro-Regular";
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  font-size: 18px;
  width: 100%;
  text-align: center;
  top: 73%;
  padding-right: 50%;
}
#certificate .fancybox-button-close {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 34px;
  padding: 0 30px;
  border-radius: 5px;
  background: #FF960B;
  color: #ffffff;
  cursor: pointer;
}

.swal2-icon {
  zoom: 0.8 !important;
}

.full.bought {
  padding: 0;
}

#detail_bought .header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px 0;
  background: #04457A;
}
#detail_bought .header .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#detail_bought .header .box .info_left {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #detail_bought .header .box .info_left {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 0;
  }
}
#detail_bought .header .box .info_left iframe {
  border: 0;
  width: 100%;
}
@media (max-width: 380px) {
  #detail_bought .header .box .info_left iframe {
    height: 250px;
  }
}
#detail_bought .header .box .info_right {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  #detail_bought .header .box .info_right {
    padding-left: 20px;
    flex: 0 0 51%;
    max-width: 51%;
  }
}
@media (min-width: 1025px) {
  #detail_bought .header .box .info_right {
    padding-left: 30px;
  }
}
#detail_bought .header .box .info_right .title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 380px) {
  #detail_bought .header .box .info_right .title {
    font-size: 26px;
  }
}
@media (min-width: 601px) {
  #detail_bought .header .box .info_right .title {
    font-size: 32px;
  }
}
@media (min-width: 769px) {
  #detail_bought .header .box .info_right .title {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  #detail_bought .header .box .info_right .title {
    font-size: 40px;
  }
}
#detail_bought .header .box .info_right .box_content {
  color: #ffffff;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
#detail_bought .header .box .info_right .box_content .finish {
  flex: 0 0 100%;
}
#detail_bought .header .box .info_right .box_content .finish .top {
  margin-bottom: 25px;
}
@media (min-width: 380px) {
  #detail_bought .header .box .info_right .box_content .finish .top {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  #detail_bought .header .box .info_right .box_content .finish .top {
    font-size: 20px;
  }
}
#detail_bought .header .box .info_right .box_content .finish .top b {
  color: #FF960B;
}
#detail_bought .header .box .info_right .box_content .finish .cup {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #detail_bought .header .box .info_right .box_content .finish .cup {
    margin-bottom: 61px;
  }
}
#detail_bought .header .box .info_right .box_content .finish .cup > span {
  background-color: #FF960B;
  border-radius: 0 10px 10px 0;
  line-height: 31px;
  padding: 0 8px;
  position: relative;
}
#detail_bought .header .box .info_right .box_content .finish .cup > span:after {
  content: "\f2eb";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  bottom: 95%;
  left: 50%;
  margin-left: -9px;
}
#detail_bought .header .box .info_right .box_content .finish .percent {
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 31px;
  display: block;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
#detail_bought .header .box .info_right .box_content .finish .percent .bg-color {
  background-color: #FF960B;
  height: 31px;
  max-width: 100%;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail_bought .header .box .info_right .box_content .finish .percent .bg-color.has span {
  margin-left: 10px;
  line-height: 1;
  color: #ffffff;
}
#detail_bought .header .box .info_right .box_content .finish .percent .bg-color span {
  margin-left: 35px;
  color: #000000;
}
#detail_bought .header .box .info_right .box_content .bot {
  flex: 0 0 100%;
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
}
#detail_bought .header .box .info_right .box_content .bot a {
  flex: 1;
  line-height: 37px;
  border-radius: 25px;
  background-color: #50CB36;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
#detail_bought .header .box .info_right .box_content .bot a.guide {
  margin-right: 16px;
  flex: 0 0 128px;
  max-width: 128px;
  border: 1px solid;
  background-color: transparent;
}
@media (max-width: 1024px) {
  #detail_bought .header .box .info_right .box_content .bot a.guide {
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 0;
  }
}
#detail_bought .header .box .info_right .box_content .bot a.guide.link {
  background: #FF960B;
  color: #ffffff;
  border: 1px solid #FF960B;
}
@media (max-width: 1024px) {
  #detail_bought .header .box .info_right .box_content .bot a.guide.link {
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 2%;
  }
}
@media (max-width: 1024px) {
  #detail_bought .header .box .info_right .box_content .bot a.certificate {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
#detail_bought .header .box .info_right .box_content .bot a img {
  margin-right: 5px;
}
#detail_bought .body {
  margin-top: 40px;
}
@media (max-width: 380px) {
  #detail_bought .body {
    margin: 0 -10px;
    margin-top: 40px;
  }
}
@media (min-width: 601px) {
  #detail_bought .body .overview-tabs {
    height: 45px;
  }
}
#detail_bought .body .overview-tabs .nav-tabs {
  border: 0 none;
}
#detail_bought .body .overview-tabs .nav-tabs a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #000000;
  border-bottom: 4px solid transparent;
  font-size: 14px;
}
@media (min-width: 380px) {
  #detail_bought .body .overview-tabs .nav-tabs a {
    font-size: 15px;
  }
}
@media (min-width: 601px) {
  #detail_bought .body .overview-tabs .nav-tabs a {
    padding: 10px 15px;
    font-size: 16px;
  }
}
#detail_bought .body .overview-tabs .nav-tabs a.active {
  border-bottom: 4px solid #448FCC;
  background: #04457A;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
#detail_bought .body #main-content, #detail_bought .body #main-lesson {
  margin-top: 18px;
  background: #fff;
  border-radius: 0;
}
#detail_bought .body #main-content .title, #detail_bought .body #main-lesson .title {
  font-weight: 500;
  color: #04457A;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.3);
}
@media (min-width: 601px) {
  #detail_bought .body #main-content .title, #detail_bought .body #main-lesson .title {
    font-size: 18px;
  }
}
#detail_bought .body #main-content .list_course, #detail_bought .body #main-lesson .list_course {
  color: #000000;
  font-weight: 400;
  padding: 12px 15px;
}
@media (min-width: 601px) {
  #detail_bought .body #main-content .list_course, #detail_bought .body #main-lesson .list_course {
    font-size: 18px;
    padding: 12px 30px;
  }
}
#detail_bought .body #main-content .list_course .arr_chap, #detail_bought .body #main-lesson .list_course .arr_chap {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(178, 178, 178, 0.3);
}
#detail_bought .body #main-content .list_course .arr_chap .title_chap, #detail_bought .body #main-lesson .list_course .arr_chap .title_chap {
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}
@media (min-width: 601px) {
  #detail_bought .body #main-content .list_course .arr_chap .title_chap, #detail_bought .body #main-lesson .list_course .arr_chap .title_chap {
    font-size: 18px;
  }
}
#detail_bought .body #main-content .list_course .arr_chap .title_chap i, #detail_bought .body #main-lesson .list_course .arr_chap .title_chap i {
  margin-right: 5px;
  font-size: 16px;
}
#detail_bought .body #main-content .list_course .arr_chap ul li, #detail_bought .body #main-lesson .list_course .arr_chap ul li {
  border-bottom: 1px solid rgba(178, 178, 178, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 601px) {
  #detail_bought .body #main-content .list_course .arr_chap ul li, #detail_bought .body #main-lesson .list_course .arr_chap ul li {
    font-size: 18px;
  }
}
#detail_bought .body #main-content .list_course .arr_chap ul li:first-child, #detail_bought .body #main-lesson .list_course .arr_chap ul li:first-child {
  padding-top: 0;
}
#detail_bought .body #main-content .list_course .arr_chap ul li.learned a span.material-icons, #detail_bought .body #main-lesson .list_course .arr_chap ul li.learned a span.material-icons {
  background: #0BC5FF;
}
#detail_bought .body #main-content .list_course .arr_chap ul li > span, #detail_bought .body #main-lesson .list_course .arr_chap ul li > span {
  text-align: right;
}
#detail_bought .body #main-content .list_course .arr_chap ul li > span b, #detail_bought .body #main-lesson .list_course .arr_chap ul li > span b {
  font-weight: normal;
  min-width: 55px;
  display: inline-block;
}
#detail_bought .body #main-content .list_course .arr_chap ul li .lear_test, #detail_bought .body #main-lesson .list_course .arr_chap ul li .lear_test {
  background: #16A3B4;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
}
@media (min-width: 992px) {
  #detail_bought .body #main-content .list_course .arr_chap ul li .lear_test, #detail_bought .body #main-lesson .list_course .arr_chap ul li .lear_test {
    margin-right: 2rem;
  }
}
#detail_bought .body #main-content .list_course .arr_chap ul li a, #detail_bought .body #main-lesson .list_course .arr_chap ul li a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#detail_bought .body #main-content .list_course .arr_chap ul li a span, #detail_bought .body #main-lesson .list_course .arr_chap ul li a span {
  margin-right: 0.5rem;
}
#detail_bought .body #main-content .list_course .arr_chap ul li a .material-icons, #detail_bought .body #main-lesson .list_course .arr_chap ul li a .material-icons {
  background: #B2B2B2;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
}
#detail_bought .body #main-content .list_course .arr_chap ul li a:hover, #detail_bought .body #main-lesson .list_course .arr_chap ul li a:hover {
  color: #4ead3f;
}
#detail_bought .body #main-content .list_course .arr_chap ul li:last-child, #detail_bought .body #main-lesson .list_course .arr_chap ul li:last-child {
  border-bottom: 0;
}
#detail_bought .body #tongquan .around {
  display: flex;
  flex-wrap: wrap;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt {
  background: #ffffff;
  border-radius: 20px;
  padding: 56px 40px 45px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .hrt {
  text-align: center;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .hrt .tltRt {
  float: unset;
  margin: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .hrt .tltRt h3 {
  font-weight: bold;
  font-size: 36px;
  color: #04457A;
  text-transform: uppercase;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt {
  align-items: flex-end;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt {
  margin: 0;
  border: 0;
  flex: 0 0 35%;
  max-width: 35%;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate {
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #04457A;
  font-size: 40px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate b {
  font-size: 80px;
  font-weight: 600;
  color: #04457A;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate span {
  font-size: 20px;
  display: block;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate span i {
  margin: 0 5px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate span i.fas {
  color: #FF960B;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate span i.fal {
  color: #B2B2B2;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt {
  flex: 0 0 65%;
  max-width: 65%;
  border-right: 0;
  padding: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r {
  padding: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .t i {
  width: 24px;
  height: 28px;
  font-size: 18px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .t i.fas {
  color: #FF960B;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .t i.fal {
  color: #B2B2B2;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .bgb {
  height: 20px;
  border-radius: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .bgb .bgb-in {
  height: 20px;
  border-radius: 0;
  background-color: #04457A;
  background-image: linear-gradient(90deg, #0670C6 0%, #04457A 97%);
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate {
  border: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment {
  margin-top: 40px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom {
  padding: 5px 0px 10px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name {
  margin: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated {
  margin-right: 15px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated i {
  margin-right: 5px;
  font-size: 16px;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-content {
  padding: 5px 0;
}
#detail_bought .body #tongquan .around .social {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 5px;
}
#detail_bought .body #tongquan .around .social + .social {
  margin-top: 20px;
}
#detail_bought .body #tongquan .around .social .title {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .around .social .title {
    font-size: 23px;
  }
}
#detail_bought .body #tongquan .around .social .note {
  padding: 20px 0;
}
#detail_bought .body #tongquan .around .social > a {
  display: block;
  background: #4267B2;
  color: #ffffff;
  border-radius: 5px;
  line-height: 36px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .around .social > a {
    line-height: 46px;
  }
}
#detail_bought .body #tongquan .around .social > a i {
  margin-right: 10px;
}
#detail_bought .body #tongquan .around .social .group {
  display: flex;
}
#detail_bought .body #tongquan .around .social .group a {
  flex: 1;
  display: block;
  background: #0091FF;
  color: #ffffff;
  border-radius: 5px;
  line-height: 36px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .around .social .group a {
    line-height: 46px;
  }
}
@media (max-width: 380px) {
  #detail_bought .body #tongquan .around .social .group a {
    font-size: 14px;
  }
}
#detail_bought .body #tongquan .around .social .group a + a {
  background: #4267B2;
  margin-left: 10px;
}
@media (min-width: 381px) {
  #detail_bought .body #tongquan .around .social .group a + a {
    margin-left: 20px;
  }
}
#detail_bought .body #tongquan .around .social .group a i {
  margin-right: 10px;
}
#detail_bought .body #tongquan .around .box_right {
  margin-top: 30px;
  max-width: 100%;
}
@media (min-width: 769px) {
  #detail_bought .body #tongquan .around .box_right {
    max-width: 444px;
    margin-top: 0;
  }
}
#detail_bought .body #tongquan .around .box_right #teacher-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #04457A;
  text-align: center;
  margin-bottom: 20px;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content {
  display: flex;
  justify-content: space-between;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .left_teacher {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .left_teacher .name a {
  color: #04457A;
  font-weight: 500;
  padding: 10px 0 5px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .around .box_right #teacher-content .box_content .left_teacher .name a {
    font-size: 20px;
  }
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .left_teacher .name span {
  font-size: 16px;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher {
  flex: 0 0 50%;
  max-width: 50%;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher p {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher > a {
  width: 100%;
  margin-top: 10px;
  background: #04457A;
  border-radius: 5px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher span {
  width: 45px;
  display: inline-block;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher i {
  font-size: 20px;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher .student img {
  margin-right: 1rem;
  filter: grayscale(100%) invert(100%);
  max-width: 23px;
  margin-bottom: 3px;
}
#detail_bought .body #tongquan .around .box_right #teacher-content .box_content .right_teacher i.fa-weixin:before {
  content: url(../../../../../resources/images/wechat.png);
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate {
  text-align: center;
  border: 0;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .ips span:not(.lStar) {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .ips span:not(.lStar) {
    font-size: 23px;
  }
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .lStar {
  display: block;
  padding: 5px;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .lStar #rate a {
  font-size: 25px;
  color: #FF960B;
  margin: 0 3px;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .media {
  padding: 0;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .boxemotion_bottom {
  padding: 0;
  border: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .boxemotion_bottom button {
  background: #FF960B;
  color: #ffffff;
  font-family: "Roboto";
  width: 100%;
  height: 46px;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate textarea.input {
  border-radius: 5px;
  border: 1px solid #B2B2B2;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate textarea.input::-moz-placeholder {
  color: #B2B2B2;
  font-size: 15px;
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate textarea.input::placeholder {
  color: #B2B2B2;
  font-size: 15px;
}
#detail_bought .body #tongquan .content {
  margin-right: 30px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  #detail_bought .body #tongquan .content {
    flex: 0 0 calc(100% - 444px - 30px);
    max-width: calc(100% - 444px - 30px);
  }
}
#detail_bought .body #tongquan .content .box_header {
  margin-bottom: 10px;
  background: #ffffff;
  margin-top: 4px;
}
#detail_bought .body #tongquan .content .box_header .year {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: linear-gradient(145deg, transparent, #D3CDD1 50%, #818181 100%);
  border-radius: 50%;
  display: inline-block;
}
#detail_bought .body #tongquan .content .box_header .year span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #FF960B;
  border-radius: 50%;
  font-size: 28px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#detail_bought .body #tongquan .content .box_header .year span span {
  font-size: 11.37px;
  margin-bottom: -15px;
}
#detail_bought .body #tongquan .content .box_header .title {
  padding: 15px;
  font-weight: 500;
  color: #04457A;
  border-bottom: 1px solid rgba(178, 178, 178, 0.3);
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .content .box_header .title {
    font-size: 18px;
  }
}
#detail_bought .body #tongquan .content .box_header .short {
  padding: 15px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .content .box_header .short {
    font-size: 18px;
  }
}
#detail_bought .body #tongquan .content .boxRatingCmt {
  border-radius: 5px !important;
}
#detail_bought .body #baihoc #main-lesson {
  margin-top: 4px;
}
#detail_bought .body #tailieu {
  margin-top: 4px;
  background: #fff;
  border-radius: 0;
}
#detail_bought .body #tailieu .title_main {
  font-weight: 500;
  font-size: 18px;
  color: #04457A;
  padding: 12px 15px;
  border-bottom: 1px #B2B2B2 solid;
}
#detail_bought .body #tailieu .list_down {
  padding: 10px;
}
@media (min-width: 601px) {
  #detail_bought .body #tailieu .list_down {
    padding: 10px 30px;
  }
}
#detail_bought .body #tailieu .list_down .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B2B2B2;
  padding: 10px 0;
}
#detail_bought .body #tailieu .list_down .item:first-child {
  padding-top: 0;
}
#detail_bought .body #tailieu .list_down .item:last-child {
  border-bottom: 0;
}
#detail_bought .body #tailieu .list_down .item .title {
  display: flex;
}
@media (min-width: 601px) {
  #detail_bought .body #tailieu .list_down .item .title {
    font-size: 18px;
  }
}
#detail_bought .body #tailieu .list_down .item .title i {
  margin-right: 10px;
  color: #FF960B;
}
#detail_bought .body #tailieu .list_down .item .title p span {
  font-size: 15px;
  font-style: italic;
}
#detail_bought .body #tailieu .list_down .item > a {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
  border: 1px solid #000000;
  padding: 3px 5px;
  font-size: 15px;
}
#detail_bought .body #hoidap form, #detail_bought .body #notes form {
  text-align: right;
}
#detail_bought .body #hoidap form button, #detail_bought .body #notes form button {
  background: #FF960B;
  color: #ffffff;
  font-family: "Roboto";
  padding: 0 30px;
  border-radius: 5px;
  font-weight: 500;
  height: 40px;
}
@media (min-width: 601px) {
  #detail_bought .body #hoidap form button, #detail_bought .body #notes form button {
    font-size: 18px;
    height: 46px;
  }
}
#detail_bought .body #hoidap textarea.input, #detail_bought .body #notes textarea.input {
  width: 100%;
  padding: 10px;
  height: 134px;
  margin: 30px 0 10px;
  border-radius: 5px;
  border: 1px solid #B2B2B2;
}
#detail_bought .body #hoidap textarea.input::-moz-placeholder, #detail_bought .body #notes textarea.input::-moz-placeholder {
  color: #B2B2B2;
  font-size: 15px;
}
#detail_bought .body #hoidap textarea.input::placeholder, #detail_bought .body #notes textarea.input::placeholder {
  color: #B2B2B2;
  font-size: 15px;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub, #detail_bought .body #notes #list_answer .comment-form-sub {
  margin-bottom: 20px;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub .comment-sub, #detail_bought .body #notes #list_answer .comment-form-sub .comment-sub {
  padding-left: 30px;
  border-bottom: 0;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form, #detail_bought .body #notes #list_answer .comment-form-sub form {
  margin-top: 0;
  padding-left: 30px;
  display: none;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form.show, #detail_bought .body #notes #list_answer .comment-form-sub form.show {
  display: block;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form textarea, #detail_bought .body #notes #list_answer .comment-form-sub form textarea {
  height: 38px;
  border: 0;
  padding: 0;
  padding-top: 7px;
  padding-left: 15px;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form textarea::-moz-placeholder, #detail_bought .body #notes #list_answer .comment-form-sub form textarea::-moz-placeholder {
  font-size: 15px;
  color: #B2B2B2;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form textarea::placeholder, #detail_bought .body #notes #list_answer .comment-form-sub form textarea::placeholder {
  font-size: 15px;
  color: #B2B2B2;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form .boxemotion_bottom, #detail_bought .body #notes #list_answer .comment-form-sub form .boxemotion_bottom {
  border: 0;
  padding: 0;
  justify-content: right;
  margin-top: 8px;
}
#detail_bought .body #hoidap #list_answer .comment-form-sub form .boxemotion_bottom button, #detail_bought .body #notes #list_answer .comment-form-sub form .boxemotion_bottom button {
  height: 34px;
}
#detail_bought .body #hoidap #list_answer .comment {
  border-bottom: 1px solid #B2B2B2;
  padding-top: 20px;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom {
  display: flex;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .avatar .nopic {
  border: 1px solid #B2B2B2;
  border-radius: 50%;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box {
  display: flex;
  align-items: flex-end;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-name {
  font-weight: 500;
  color: #04457A;
  margin-right: 24px;
}
@media (min-width: 601px) {
  #detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-name {
    font-size: 20px;
  }
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-bottom {
  color: #B2B2B2;
}
@media (min-width: 601px) {
  #detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-bottom {
    font-size: 18px;
  }
}
#detail_bought .body #hoidap #list_answer .comment .comment-content {
  padding: 10px 0;
}
@media (min-width: 601px) {
  #detail_bought .body #hoidap #list_answer .comment .comment-content {
    font-size: 18px;
  }
}
#detail_bought .body #hoidap #list_answer .comment .reply {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 601px) {
  #detail_bought .body #hoidap #list_answer .comment .reply {
    font-size: 18px;
  }
}
#detail_bought .body #hoidap #list_answer .comment .reply .fa-weixin {
  margin-right: 10px;
}
#detail_bought .body #hoidap #list_answer .comment .reply .fa-weixin:before {
  content: url("../../../../../resources/images/wechat.png");
}
#detail_bought .body #notes {
  padding-bottom: 40px;
}
#detail_bought .body #notes #list_answer {
  background: #ffffff;
  margin-top: 30px;
}
#detail_bought .body #notes #list_answer .item {
  border-bottom: 1px solid #B2B2B2;
  padding: 8px;
}
@media (min-width: 601px) {
  #detail_bought .body #notes #list_answer .item {
    font-size: 18px;
    padding: 15px;
  }
}
#detail_bought .body #notes #list_answer .item:last-child {
  border-bottom: 0;
}

.paginate {
  padding: 40px 0 30px;
}/*# sourceMappingURL=show_detail.css.map */