/*Add font ================================*/
/*-------------------item_detail----------------*/
#main_slide .slick-track .item a {
  padding-top: 27.45%;
}

#popup {
  display: none;
}

#guide {
  border-radius: 0;
  position: relative;
  height: 0;
  opacity: 0;
  z-index: -1;
}
#guide.fancybox-content {
  height: auto;
  opacity: 1;
  padding: 20px;
  padding-bottom: 43px;
}
#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;
}

#detail .box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#detail .box .info_left {
  flex: 0 0 100%;
}
@media (min-width: 824px) {
  #detail .box .info_left {
    flex: 0 0 59.5%;
  }
}
#detail .box .info_left img {
  width: 100%;
}
#detail .box .info_left iframe {
  width: 100%;
}
#detail .box .info_left .title {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#detail .box .info_left .title span {
  display: block;
}
#detail .box .info_left .time, #detail .box .info_left .curriculum, #detail .box .info_left .register {
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
}
#detail .box .info_left .time span, #detail .box .info_left .curriculum span, #detail .box .info_left .register span {
  margin-right: 10px;
  font-size: 25px;
  color: #04457A;
}
#detail .box .info_right {
  flex: 0 0 100%;
  margin-top: 30px;
}
@media (min-width: 824px) {
  #detail .box .info_right {
    flex: 0 0 37.5%;
    margin-top: 0;
  }
}
#detail .box .info_right .title {
  font-weight: bold;
  color: #FF960B;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
}
@media (min-width: 1100px) {
  #detail .box .info_right .title {
    font-size: 34px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1250px) {
  #detail .box .info_right .title {
    font-size: 40px;
  }
}
#detail .box .info_right .box_content {
  background: #04457A;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  padding: 20px;
}
@media (min-width: 1100px) {
  #detail .box .info_right .box_content {
    padding: 35px 30px 25px;
  }
}
#detail .box .info_right .info_price {
  display: flex;
  align-items: flex-end;
  margin-right: -10px;
  flex-wrap: wrap;
}
#detail .box .info_right .info_price .discount {
  position: absolute;
  font-weight: bold;
  font-size: 23px;
  background: #E50D0D;
  color: #ffffff;
  font-weight: bold;
  top: 0;
  right: 30px;
  padding: 18px 7px 23px;
}
#detail .box .info_right .info_price .discount:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 12px solid #04457A;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
}
#detail .box .info_right .info_price .price {
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  text-decoration: line-through;
  line-height: 1.3;
  flex: 0 0 100%;
}
#detail .box .info_right .info_price .price sup {
  font-size: 60%;
}
#detail .box .info_right .info_price .price_buy {
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  font-size: 38px;
}
@media (min-width: 1200px) {
  #detail .box .info_right .info_price .price_buy {
    font-size: 48px;
  }
}
#detail .box .info_right .info_price .price_buy sup {
  font-size: 60%;
}
#detail .box .info_right .add_cart .btn_add_cart_now {
  display: block;
  width: 100%;
  border-radius: 7px;
  border: 2px solid #04457A;
  background: #ffffff;
  color: #04457A;
  transition: 0.3s all;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 45px;
  font-size: 18px;
}
@media (min-width: 601px) {
  #detail .box .info_right .add_cart .btn_add_cart_now {
    height: 60px;
    font-size: 23px;
  }
}
@media (min-width: 1100px) {
  #detail .box .info_right .add_cart .btn_add_cart_now {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
#detail .box .info_right .add_cart .btn_add_cart_now:hover {
  transition: 0.3s all;
  transform: translateY(-5px);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  color: #FF960B;
  border: 2px solid #FF960B;
}
#detail .box .info_right .add_cart .btn_add_cart {
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 7px;
  border: 2px solid #04457A;
  margin-bottom: 5px;
  background: #FF960B;
  color: #ffffff;
  transition: 0.3s all;
  height: 45px;
  font-size: 18px;
}
@media (min-width: 601px) {
  #detail .box .info_right .add_cart .btn_add_cart {
    height: 60px;
    font-size: 23px;
  }
}
#detail .box .info_right .add_cart .btn_add_cart:hover {
  transition: 0.3s all;
  transform: translateY(-5px);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border: 2px solid #FF960B;
  background: #FF960B;
}
#detail .content .box_header {
  text-align: center;
  margin-top: 69px;
  margin-bottom: 44px;
}
#detail .content .box_header .year {
  background: linear-gradient(145deg, transparent, #D3CDD1 50%, #818181 100%);
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
}
@media (min-width: 1200px) {
  #detail .content .box_header .year {
    width: 137px;
    height: 137px;
    padding: 12px;
  }
}
#detail .content .box_header .year span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #FF960B;
  border-radius: 50%;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
@media (min-width: 1200px) {
  #detail .content .box_header .year span {
    font-size: 39px;
  }
}
#detail .content .box_header .year span span {
  font-size: 11.37px;
  margin-bottom: -15px;
}
#detail .content .box_header .short {
  margin-top: 20px;
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 34px;
}
@media (min-width: 1200px) {
  #detail .content .box_header .short {
    font-size: 47px;
  }
}
#detail .content .list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 91%;
  margin: auto;
}
#detail .content .list_item .item {
  background: #ffffff;
  border-radius: 50px;
  margin-bottom: 40px;
  padding: 9px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s all;
  position: relative;
  flex: 0 0 100%;
}
@media (min-width: 769px) {
  #detail .content .list_item .item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 824px) {
  #detail .content .list_item .item {
    flex: 0 0 calc(50% - 40px);
  }
}
#detail .content .list_item .item:hover {
  background: #FF960B;
  cursor: pointer;
  transition: 0.3s all;
}
#detail .content .list_item .item:hover h3 {
  color: #ffffff;
}
#detail .content .list_item .item:hover span {
  background: #ffffff;
  color: #FF960B;
}
#detail .content .list_item .item .free {
  position: absolute;
  top: -30%;
  width: 83px;
  left: 85%;
}
@media (min-width: 769px) {
  #detail .content .list_item .item .free {
    left: 90%;
  }
}
#detail .content .list_item .item span {
  text-align: center;
  font-weight: 500;
  background: #04457A;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 13px;
  transition: 0.3s all;
  font-size: 28px;
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  line-height: 65px;
}
@media (min-width: 824px) {
  #detail .content .list_item .item span {
    font-size: 34px;
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
@media (min-width: 1200px) {
  #detail .content .list_item .item span {
    font-size: 42px;
  }
}
#detail .content .list_item .item h3 {
  transition: 0.3s all;
  font-weight: 600;
  color: #383838;
  font-size: 22px;
}
@media (min-width: 824px) {
  #detail .content .list_item .item h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #detail .content .list_item .item h3 {
    font-size: 36px;
  }
}
#detail .content .boxRatingCmt {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 20px;
}
@media (min-width: 601px) {
  #detail .content .boxRatingCmt {
    padding: 56px 40px 45px;
  }
}
#detail .content .boxRatingCmt .hrt {
  text-align: center;
}
#detail .content .boxRatingCmt .hrt .tltRt {
  float: unset;
  margin: 0;
}
#detail .content .boxRatingCmt .hrt .tltRt h3 {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 601px) {
  #detail .content .boxRatingCmt .hrt .tltRt h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #detail .content .boxRatingCmt .hrt .tltRt h3 {
    font-size: 40px;
  }
}
#detail .content .boxRatingCmt .crt {
  align-items: flex-end;
}
@media (max-width: 768px) {
  #detail .content .boxRatingCmt .crt {
    justify-content: center;
  }
}
#detail .content .boxRatingCmt .crt .lcrt {
  margin: 0;
  border: 0;
}
@media (min-width: 769px) {
  #detail .content .boxRatingCmt .crt .lcrt {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
#detail .content .boxRatingCmt .crt .lcrt .average_rate {
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #04457A;
  font-size: 50px;
}
#detail .content .boxRatingCmt .crt .lcrt .average_rate b {
  font-size: 190px;
  font-weight: 600;
  color: #04457A;
}
@media (max-width: 768px) {
  #detail .content .boxRatingCmt .crt .lcrt .average_rate b {
    line-height: 110px;
  }
}
@media (max-width: 600px) {
  #detail .content .boxRatingCmt .crt .lcrt .average_rate b {
    font-size: 100px;
  }
}
#detail .content .boxRatingCmt .crt .lcrt .average_rate span {
  display: block;
  font-size: 20px;
}
@media (min-width: 601px) {
  #detail .content .boxRatingCmt .crt .lcrt .average_rate span {
    font-size: 25px;
  }
}
#detail .content .boxRatingCmt .crt .lcrt .average_rate span i {
  margin: 0 5px;
}
#detail .content .boxRatingCmt .crt .lcrt .average_rate span i.fas {
  color: #FF960B;
}
#detail .content .boxRatingCmt .crt .lcrt .average_rate span i.fal {
  color: #B2B2B2;
}
#detail .content .boxRatingCmt .crt .rcrt {
  border-right: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 769px) {
  #detail .content .boxRatingCmt .crt .rcrt {
    flex: 0 0 56%;
    max-width: 56%;
    margin-top: 0;
  }
}
#detail .content .boxRatingCmt .crt .rcrt .r {
  padding: 0;
  margin-bottom: 15px;
}
#detail .content .boxRatingCmt .crt .rcrt .r:last-child {
  margin-bottom: 0;
}
#detail .content .boxRatingCmt .crt .rcrt .r .t i {
  width: 24px;
  height: 24px;
  font-size: 20px;
}
@media (min-width: 601px) {
  #detail .content .boxRatingCmt .crt .rcrt .r .t i {
    width: 34px;
    height: 34px;
    font-size: 25px;
  }
}
#detail .content .boxRatingCmt .crt .rcrt .r .t i.fas {
  color: #FF960B;
}
#detail .content .boxRatingCmt .crt .rcrt .r .t i.fal {
  color: #B2B2B2;
}
#detail .content .boxRatingCmt .crt .rcrt .r .bgb {
  height: 28px;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 0;
}
@media (min-width: 601px) {
  #detail .content .boxRatingCmt .crt .rcrt .r .bgb {
    margin-left: 45px;
  }
}
#detail .content .boxRatingCmt .crt .rcrt .r .bgb .bgb-in {
  height: 28px;
  border-radius: 0;
  background-color: #04457A;
  background-image: linear-gradient(90deg, #0670C6 0%, #04457A 97%);
}
#detail .content .boxRatingCmt #tab-comment_rate {
  border: 0;
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment {
  margin-top: 40px;
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom {
  padding: 5px 0px 10px;
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  #detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name {
    font-size: 22px;
  }
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated {
  width: 100%;
  display: block;
}
@media (min-width: 601px) {
  #detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated {
    margin-right: 15px;
    width: auto;
    display: inline-block;
  }
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-name .rated i {
  margin-right: 5px;
  font-size: 20px;
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-content {
  padding: 5px 0;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-content {
    font-size: 20px;
  }
}
#detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-bottom .date {
  font-size: 15px;
}
@media (min-width: 1200px) {
  #detail .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-bottom .date {
    font-size: 20px;
  }
}

.full.bought {
  padding: 0;
}

#detail_active .code_active {
  margin-bottom: 40px;
}
#detail_active .code_active input {
  width: calc(100% - 124px);
  margin-right: 20px;
  border: 1px solid #ffffff;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 20px;
}
#detail_active .code_active button, #detail_active .code_active a {
  width: 120px;
  height: 44px;
  border: 1px solid #FF960B;
  background: #FF960B;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
@media (min-width: 769px) {
  #detail_active .code_active button, #detail_active .code_active a {
    font-size: 20px;
  }
}

#detail_bought .header, #detail_active .header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #04457A;
  padding: 80px 0 30px;
}
@media (min-width: 1025px) {
  #detail_bought .header, #detail_active .header {
    padding: 50px 0;
  }
}
#detail_bought .header .box, #detail_active .header .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #detail_bought .header .box, #detail_active .header .box {
    align-items: end;
    flex-wrap: wrap;
  }
}
#detail_bought .header .box .info_left, #detail_active .header .box .info_left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 950px) {
  #detail_bought .header .box .info_left, #detail_active .header .box .info_left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#detail_bought .header .box .info_left iframe, #detail_active .header .box .info_left iframe {
  width: 100%;
  border: 0;
}
#detail_bought .header .box .info_right, #detail_active .header .box .info_right {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 950px) {
  #detail_bought .header .box .info_right, #detail_active .header .box .info_right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #detail_bought .header .box .info_right, #detail_active .header .box .info_right {
    padding-left: 50px;
  }
}
#detail_bought .header .box .info_right .title, #detail_active .header .box .info_right .title {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
}
@media (min-width: 601px) {
  #detail_bought .header .box .info_right .title, #detail_active .header .box .info_right .title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  #detail_bought .header .box .info_right .title, #detail_active .header .box .info_right .title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #detail_bought .header .box .info_right .title, #detail_active .header .box .info_right .title {
    font-size: 40px;
  }
}
#detail_bought .header .box .info_right .box_content, #detail_active .header .box .info_right .box_content {
  color: #ffffff;
}
#detail_bought .header .box .info_right .box_content .finish .top, #detail_active .header .box .info_right .box_content .finish .top {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 601px) {
  #detail_bought .header .box .info_right .box_content .finish .top, #detail_active .header .box .info_right .box_content .finish .top {
    margin-bottom: 35px;
  }
}
#detail_bought .header .box .info_right .box_content .finish .top b, #detail_active .header .box .info_right .box_content .finish .top b {
  color: #FF960B;
}
#detail_bought .header .box .info_right .box_content .finish .cup, #detail_active .header .box .info_right .box_content .finish .cup {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  #detail_bought .header .box .info_right .box_content .finish .cup, #detail_active .header .box .info_right .box_content .finish .cup {
    margin-bottom: 45px;
  }
}
#detail_bought .header .box .info_right .box_content .finish .cup > span, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .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 span, #detail_active .header .box .info_right .box_content .finish .percent .bg-color span {
  margin-left: 10px;
  line-height: 1;
}
#detail_bought .header .box .info_right .box_content .bot, #detail_active .header .box .info_right .box_content .bot {
  display: flex;
}
#detail_bought .header .box .info_right .box_content .bot a, #detail_active .header .box .info_right .box_content .bot a {
  flex: 1;
  border-radius: 25px;
  background-color: #50CB36;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 40px;
}
@media (min-width: 601px) {
  #detail_bought .header .box .info_right .box_content .bot a, #detail_active .header .box .info_right .box_content .bot a {
    line-height: 50px;
  }
}
@media (min-width: 1025px) {
  #detail_bought .header .box .info_right .box_content .bot a, #detail_active .header .box .info_right .box_content .bot a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #detail_bought .header .box .info_right .box_content .bot a, #detail_active .header .box .info_right .box_content .bot a {
    font-size: 20px;
  }
}
#detail_bought .header .box .info_right .box_content .bot a.guide, #detail_active .header .box .info_right .box_content .bot a.guide {
  margin-right: 23px;
  border: 1px solid;
  background-color: transparent;
}
@media (min-width: 950px) {
  #detail_bought .header .box .info_right .box_content .bot a.guide, #detail_active .header .box .info_right .box_content .bot a.guide {
    flex: 0 0 172px;
    max-width: 172px;
  }
}
@media (max-width: 480px) {
  #detail_bought .header .box .info_right .box_content .bot a.guide, #detail_active .header .box .info_right .box_content .bot a.guide {
    flex: 0 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 40px;
  }
}
#detail_bought .header .box .info_right .box_content .bot a img, #detail_active .header .box .info_right .box_content .bot a img {
  margin-right: 5px;
}
@media (max-width: 992px) {
  #detail_bought .header .box .info_right .box_content .bot a img, #detail_active .header .box .info_right .box_content .bot a img {
    max-width: 20px;
  }
}
#detail_bought .body, #detail_active .body {
  margin-top: 40px;
}
#detail_bought .body .overview-tabs, #detail_active .body .overview-tabs {
  height: 45px;
}
#detail_bought .body .overview-tabs .nav-tabs, #detail_active .body .overview-tabs .nav-tabs {
  border: 0 none;
}
#detail_bought .body .overview-tabs .nav-tabs a, #detail_active .body .overview-tabs .nav-tabs a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #000000;
  border-bottom: 4px solid transparent;
  font-size: 16px;
}
@media (min-width: 1100px) {
  #detail_bought .body .overview-tabs .nav-tabs a, #detail_active .body .overview-tabs .nav-tabs a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #detail_bought .body .overview-tabs .nav-tabs a, #detail_active .body .overview-tabs .nav-tabs a {
    font-size: 20px;
  }
}
#detail_bought .body .overview-tabs .nav-tabs a.active, #detail_active .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 #tongquan .around, #detail_active .body #tongquan .around {
  display: flex;
  flex-wrap: wrap;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt, #detail_active .body #tongquan .around .content .boxRatingCmt {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 20px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .around .content .boxRatingCmt, #detail_active .body #tongquan .around .content .boxRatingCmt {
    padding: 56px 40px 45px;
  }
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .hrt, #detail_active .body #tongquan .around .content .boxRatingCmt .hrt {
  text-align: center;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .hrt .tltRt, #detail_active .body #tongquan .around .content .boxRatingCmt .hrt .tltRt {
  float: unset;
  margin: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .hrt .tltRt h3, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt .crt {
  align-items: flex-end;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate b {
  font-size: 105px;
  font-weight: 600;
  color: #04457A;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate span, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt .crt .lcrt .average_rate span i.fal {
  color: #B2B2B2;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r {
  padding: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .t i, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .t i.fal {
  color: #B2B2B2;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt .crt .rcrt .r .bgb, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt #tab-comment_rate {
  border: 0;
}
#detail_bought .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .content .boxRatingCmt #tab-comment_rate #list_comment .comment .border_bottom .comment-content {
  padding: 5px 0;
}
#detail_bought .body #tongquan .around .social, #detail_active .body #tongquan .around .social {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 1200px) {
  #detail_bought .body #tongquan .around .social, #detail_active .body #tongquan .around .social {
    padding: 10px;
  }
}
#detail_bought .body #tongquan .around .social + .social, #detail_active .body #tongquan .around .social + .social {
  margin-top: 20px;
}
#detail_bought .body #tongquan .around .social .title, #detail_active .body #tongquan .around .social .title {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1200px) {
  #detail_bought .body #tongquan .around .social .title, #detail_active .body #tongquan .around .social .title {
    font-size: 23px;
  }
}
#detail_bought .body #tongquan .around .social .note, #detail_active .body #tongquan .around .social .note {
  padding: 20px 0;
}
@media (max-width: 1200px) {
  #detail_bought .body #tongquan .around .social .note, #detail_active .body #tongquan .around .social .note {
    font-size: 14px;
  }
}
#detail_bought .body #tongquan .around .social > a, #detail_active .body #tongquan .around .social > a {
  display: block;
  line-height: 46px;
  background: #4267B2;
  color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  #detail_bought .body #tongquan .around .social > a, #detail_active .body #tongquan .around .social > a {
    font-size: 14px;
  }
}
#detail_bought .body #tongquan .around .social > a i, #detail_active .body #tongquan .around .social > a i {
  margin-right: 10px;
}
#detail_bought .body #tongquan .around .social .group, #detail_active .body #tongquan .around .social .group {
  display: flex;
}
#detail_bought .body #tongquan .around .social .group a, #detail_active .body #tongquan .around .social .group a {
  flex: 1;
  display: block;
  line-height: 46px;
  background: #0091FF;
  color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  #detail_bought .body #tongquan .around .social .group a, #detail_active .body #tongquan .around .social .group a {
    font-size: 14px;
  }
}
#detail_bought .body #tongquan .around .social .group a + a, #detail_active .body #tongquan .around .social .group a + a {
  background: #4267B2;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  #detail_bought .body #tongquan .around .social .group a + a, #detail_active .body #tongquan .around .social .group a + a {
    margin-left: 5px;
  }
}
#detail_bought .body #tongquan .around .social .group a i, #detail_active .body #tongquan .around .social .group a i {
  margin-right: 10px;
}
#detail_bought .body #tongquan .around .box_right, #detail_active .body #tongquan .around .box_right {
  max-width: 100%;
}
@media (min-width: 992px) {
  #detail_bought .body #tongquan .around .box_right, #detail_active .body #tongquan .around .box_right {
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  #detail_bought .body #tongquan .around .box_right, #detail_active .body #tongquan .around .box_right {
    max-width: 444px;
  }
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt, #detail_active .body #tongquan .around .box_right .boxRatingCmt {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 1024px) {
  #detail_bought .body #tongquan .around .box_right .boxRatingCmt, #detail_active .body #tongquan .around .box_right .boxRatingCmt {
    padding: 20px;
  }
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate, #detail_active .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), #detail_active .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .ips span:not(.lStar) {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1200px) {
  #detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .ips span:not(.lStar), #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .boxemotion_bottom button {
  background: #FF960B;
  color: #ffffff;
  font-family: "Roboto";
  width: 100%;
  height: 46px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  #detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .boxemotion_bottom button, #detail_active .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate .boxemotion_bottom button {
    font-size: 18px;
  }
}
#detail_bought .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate textarea.input, #detail_active .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, #detail_active .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, #detail_active .body #tongquan .around .box_right .boxRatingCmt #tab-comment_rate textarea.input::placeholder {
  color: #B2B2B2;
  font-size: 15px;
}
#detail_bought .body #tongquan .content, #detail_active .body #tongquan .content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #detail_bought .body #tongquan .content, #detail_active .body #tongquan .content {
    flex: 0 0 calc(70% - 20px);
    max-width: calc(70% - 20px);
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  #detail_bought .body #tongquan .content, #detail_active .body #tongquan .content {
    flex: 0 0 calc(100% - 444px - 40px);
    max-width: calc(100% - 444px - 40px);
    margin-right: 40px;
  }
}
#detail_bought .body #tongquan .content .box_header, #detail_active .body #tongquan .content .box_header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 44px;
}
#detail_bought .body #tongquan .content .box_header .year, #detail_active .body #tongquan .content .box_header .year {
  padding: 10px;
  background: linear-gradient(145deg, transparent, #D3CDD1 50%, #818181 100%);
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .content .box_header .year, #detail_active .body #tongquan .content .box_header .year {
    height: 100px;
    width: 100px;
  }
}
#detail_bought .body #tongquan .content .box_header .year span, #detail_active .body #tongquan .content .box_header .year span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #FF960B;
  border-radius: 50%;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .content .box_header .year span, #detail_active .body #tongquan .content .box_header .year span {
    font-size: 28px;
  }
}
#detail_bought .body #tongquan .content .box_header .year span span, #detail_active .body #tongquan .content .box_header .year span span {
  font-size: 11.37px;
  margin-bottom: -15px;
}
#detail_bought .body #tongquan .content .box_header .short, #detail_active .body #tongquan .content .box_header .short {
  margin-top: 20px;
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 28px;
}
@media (min-width: 601px) {
  #detail_bought .body #tongquan .content .box_header .short, #detail_active .body #tongquan .content .box_header .short {
    font-size: 33px;
  }
}
#detail_bought .body #tongquan .content .list_item, #detail_active .body #tongquan .content .list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detail_bought .body #tongquan .content .list_item .item, #detail_active .body #tongquan .content .list_item .item {
  background: #ffffff;
  border-radius: 50px;
  margin-bottom: 36px;
  padding: 7px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s all;
  position: relative;
  flex: 0 0 100%;
}
@media (min-width: 651px) {
  #detail_bought .body #tongquan .content .list_item .item, #detail_active .body #tongquan .content .list_item .item {
    flex: 0 0 calc(50% - 13px);
  }
  #detail_bought .body #tongquan .content .list_item .item:nth-child(3n), #detail_active .body #tongquan .content .list_item .item:nth-child(3n) {
    margin-right: 0;
  }
}
#detail_bought .body #tongquan .content .list_item .item:hover, #detail_active .body #tongquan .content .list_item .item:hover {
  background: #FF960B;
  cursor: pointer;
  transition: 0.3s all;
}
#detail_bought .body #tongquan .content .list_item .item:hover h3, #detail_active .body #tongquan .content .list_item .item:hover h3 {
  color: #ffffff;
}
#detail_bought .body #tongquan .content .list_item .item:hover span, #detail_active .body #tongquan .content .list_item .item:hover span {
  background: #ffffff;
  color: #FF960B;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log, #detail_active .body #tongquan .content .list_item .item:hover .log {
  font-weight: bold;
  display: flex;
  gap: 30px;
  position: absolute;
  width: 600px;
  margin: auto;
  padding: 20px;
  bottom: calc(100% + 20px);
  left: 0;
  background: #f8e8d8;
  border-radius: 10px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .score, #detail_active .body #tongquan .content .list_item .item:hover .log .score {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #28203b;
  border-bottom: 5px solid #fff;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .score.scorelv1, #detail_active .body #tongquan .content .list_item .item:hover .log .score.scorelv1 {
  border-bottom: 5px solid #abcbbe;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .score.scorelv2, #detail_active .body #tongquan .content .list_item .item:hover .log .score.scorelv2 {
  border-bottom: 5px solid #6bacb0;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .score.scorelv3, #detail_active .body #tongquan .content .list_item .item:hover .log .score.scorelv3 {
  border-bottom: 5px solid #96c7cb;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .score.scorelv4, #detail_active .body #tongquan .content .list_item .item:hover .log .score.scorelv4 {
  border-bottom: 5px solid #2986bf;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .score.scorelv5, #detail_active .body #tongquan .content .list_item .item:hover .log .score.scorelv5 {
  border-bottom: 5px solid #275275;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .total-score, #detail_active .body #tongquan .content .list_item .item:hover .log .total-score {
  position: relative;
  background: #5d4f4e;
  color: #fff;
  text-align: center;
  padding: 25px;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .total-score::before, #detail_active .body #tongquan .content .list_item .item:hover .log .total-score::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 10%;
  border-bottom: 50px solid #f8e8d8;
  border-right: 50px solid transparent;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .total-score .listening-reading, #detail_active .body #tongquan .content .list_item .item:hover .log .total-score .listening-reading {
  display: flex;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .total-score .listening-reading .listening, #detail_active .body #tongquan .content .list_item .item:hover .log .total-score .listening-reading .listening {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .total-score .listening-reading .reading, #detail_active .body #tongquan .content .list_item .item:hover .log .total-score .listening-reading .reading {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #fff;
}
#detail_bought .body #tongquan .content .list_item .item:hover .log .total-score .is-test, #detail_active .body #tongquan .content .list_item .item:hover .log .total-score .is-test {
  padding-top: 10px;
  font-weight: normal;
  font-size: 11px;
}
#detail_bought .body #tongquan .content .list_item .item .free, #detail_active .body #tongquan .content .list_item .item .free {
  position: absolute;
  left: 85%;
  top: -55%;
  width: 83px;
}
#detail_bought .body #tongquan .content .list_item .item .log, #detail_active .body #tongquan .content .list_item .item .log {
  display: none;
}
#detail_bought .body #tongquan .content .list_item .item span, #detail_active .body #tongquan .content .list_item .item span {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #04457A;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 13px;
  transition: 0.3s all;
}
#detail_bought .body #tongquan .content .list_item .item h3, #detail_active .body #tongquan .content .list_item .item h3 {
  transition: 0.3s all;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
}
@media (min-width: 1024px) {
  #detail_bought .body #tongquan .content .list_item .item h3, #detail_active .body #tongquan .content .list_item .item h3 {
    font-size: 25px;
  }
}
#detail_bought .body #hoidap form, #detail_bought .body #notes form, #detail_active .body #hoidap form, #detail_active .body #notes form {
  text-align: right;
}
#detail_bought .body #hoidap form button, #detail_bought .body #notes form button, #detail_active .body #hoidap form button, #detail_active .body #notes form button {
  background: #FF960B;
  color: #ffffff;
  font-family: "Roboto";
  height: 46px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
#detail_bought .body #hoidap textarea.input, #detail_bought .body #notes textarea.input, #detail_active .body #hoidap textarea.input, #detail_active .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, #detail_active .body #hoidap textarea.input::-moz-placeholder, #detail_active .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, #detail_active .body #hoidap textarea.input::placeholder, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub .comment-sub, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form.show, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form textarea, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form textarea::-moz-placeholder, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form textarea::placeholder, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form .boxemotion_bottom, #detail_active .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, #detail_active .body #hoidap #list_answer .comment-form-sub form .boxemotion_bottom button, #detail_active .body #notes #list_answer .comment-form-sub form .boxemotion_bottom button {
  height: 34px;
}
#detail_bought .body #hoidap #list_answer .comment, #detail_active .body #hoidap #list_answer .comment {
  border-bottom: 1px solid #B2B2B2;
  padding-top: 20px;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom, #detail_active .body #hoidap #list_answer .comment .border_bottom {
  display: flex;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .avatar, #detail_active .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, #detail_active .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, #detail_active .body #hoidap #list_answer .comment .border_bottom .comment-box {
  display: flex;
  align-items: flex-end;
  height: -moz-fit-content;
  height: fit-content;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-name, #detail_active .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-name {
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #04457A;
  margin-right: 24px;
}
#detail_bought .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-bottom, #detail_active .body #hoidap #list_answer .comment .border_bottom .comment-box .comment-bottom {
  font-size: 18px;
  color: #B2B2B2;
}
#detail_bought .body #hoidap #list_answer .comment .comment-content, #detail_active .body #hoidap #list_answer .comment .comment-content {
  padding: 10px 0;
  font-size: 16px;
}
@media (min-width: 1024px) {
  #detail_bought .body #hoidap #list_answer .comment .comment-content, #detail_active .body #hoidap #list_answer .comment .comment-content {
    font-size: 18px;
  }
}
#detail_bought .body #hoidap #list_answer .comment .reply, #detail_active .body #hoidap #list_answer .comment .reply {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
@media (min-width: 1024px) {
  #detail_bought .body #hoidap #list_answer .comment .reply, #detail_active .body #hoidap #list_answer .comment .reply {
    font-size: 18px;
  }
}
#detail_bought .body #hoidap #list_answer .comment .reply .fa-weixin, #detail_active .body #hoidap #list_answer .comment .reply .fa-weixin {
  margin-right: 10px;
}
#detail_bought .body #hoidap #list_answer .comment .reply .fa-weixin:before, #detail_active .body #hoidap #list_answer .comment .reply .fa-weixin:before {
  content: url("../../../../../resources/images/wechat.png");
}
#detail_bought .body #notes, #detail_active .body #notes {
  padding-bottom: 40px;
}
#detail_bought .body #notes #list_answer, #detail_active .body #notes #list_answer {
  background: #ffffff;
  margin-top: 30px;
}
#detail_bought .body #notes #list_answer .item, #detail_active .body #notes #list_answer .item {
  padding: 15px;
  border-bottom: 1px solid #B2B2B2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  #detail_bought .body #notes #list_answer .item, #detail_active .body #notes #list_answer .item {
    font-size: 18px;
  }
}
#detail_bought .body #notes #list_answer .item:last-child, #detail_active .body #notes #list_answer .item:last-child {
  border-bottom: 0;
}

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