header .header_bottom .right_box {
  margin-left: 0;
}
@media (max-width: 435px) {
  header .header_bottom .right_box {
    padding-right: 0;
  }
}
@media (max-width: 435px) {
  header .header-tool {
    margin-left: 0;
  }
}

.full.course {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .full.course {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .full.course {
    padding: 20px 0;
  }
}
.full.course .text_search {
  margin-bottom: 10px;
  font-size: 18px;
}

.box_mid {
  padding: 0px 0px;
}

/*---------------------*/
.box-course {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.box-course .box-course-item {
  padding: 0 12px;
  transition: 0.3s all;
  margin-bottom: 25px;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .box-course .box-course-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 767px) {
  .box-course .box-course-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {
  .box-course .box-course-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.box-course .box-course-item:hover .detail-popover {
  opacity: 1;
  visibility: inherit;
  right: -111%;
}
@media (min-width: 768px) {
  .box-course .box-course-item:hover .detail-popover {
    display: unset !important;
  }
}
.box-course .box-course-item.left:hover .detail-popover {
  opacity: 1;
  visibility: inherit;
  right: 96%;
  padding-left: 0;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .box-course .box-course-item.left:hover .detail-popover {
    display: unset !important;
  }
}
.box-course .box-course-item .wrap {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
}
.box-course .box-course-item .wrap .course-item-img {
  min-height: 138px;
  overflow: hidden;
  position: relative;
}
.box-course .box-course-item .wrap .course-item-img img {
  border-radius: 4px 4px 0px 0px;
  transition: all 500ms ease-out 0s;
}
.box-course .box-course-item .wrap .course-item-img:hover img {
  transition: all 500ms ease-out 0s;
  transform: scale(1.1);
}
.box-course .box-course-item .wrap .course-item-img .discount {
  font-size: 17px;
  color: #ffffff;
  border-radius: 4px;
  background: #E90303;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
}
.box-course .box-course-item .wrap .course-item-info {
  background: #f1f1f1;
  padding: 11px 15px 15px 15px;
  border-radius: 0px 0px 4px 4px;
  min-height: 163px;
  display: flex;
  flex-wrap: wrap;
}
.box-course .box-course-item .wrap .course-item-info .box_flex {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
.box-course .box-course-item .wrap .course-item-info .info-title a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.box-course .box-course-item .wrap .course-item-info .info-title a:hover {
  color: #FF960B;
}
.box-course .box-course-item .wrap .course-item-info .info-teacher {
  color: #818181;
  font-size: 14px;
}
.box-course .box-course-item .wrap .course-item-info .info-teacher i {
  color: #FF960B;
  margin-right: 0;
  min-width: 16px;
  text-align: center;
}
.box-course .box-course-item .wrap .course-item-info .info-price {
  text-align: right;
  position: relative;
}
.box-course .box-course-item .wrap .course-item-info .info-price span.member {
  position: absolute;
  bottom: 110%;
  right: 0;
  font-size: 10px;
  text-transform: uppercase;
  background: linear-gradient(to top, #FF5606, #FF960B);
  padding: 3px 10px;
  color: #ffffff;
}
.box-course .box-course-item .wrap .course-item-info .info-price .price_buy {
  font-weight: 500;
  color: #000000;
}
@media (min-width: 601px) {
  .box-course .box-course-item .wrap .course-item-info .info-price .price_buy {
    font-size: 17px;
    height: 21px;
  }
}
@media (min-width: 992px) {
  .box-course .box-course-item .wrap .course-item-info .info-price .price_buy {
    font-size: 20px;
    height: 26px;
  }
}
.box-course .box-course-item .wrap .course-item-info .info-price .price {
  text-decoration: line-through;
  color: #818181;
  font-size: 13px;
}
.box-course .box-course-item .wrap .course-item-info .info-detail a {
  border: 1px #ff6f10 solid;
  color: #ff6f10;
  border-radius: 20px;
  padding: 2px 20px;
  display: inline-block;
  margin-top: 12px;
}
.box-course .box-course-item .wrap .course-item-info .info-detail a:hover {
  background: #ff6a02;
  color: #fff;
}
.box-course .box-course-item.left .detail-popover .popover-content:before {
  display: none;
}
.box-course .box-course-item.left .detail-popover .popover-content:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -32px;
  border-right: 1px solid #d1d7dc;
  border-bottom: 1px solid #d1d7dc;
  transform: translateX(-1.2rem) translateY(-1.2rem) scaleY(0.5) rotate(-45deg);
  height: 25px;
  width: 25px;
  background-color: #fff;
}
.box-course .box-course-item .detail-popover {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -35%;
  width: 350px;
  right: -130%;
  z-index: 99999;
  opacity: 1;
  display: none;
  visibility: hidden;
  padding-left: 20px;
  color: #000000;
}
.box-course .box-course-item .detail-popover .popover-content {
  background: #ffffff;
  text-align: justify;
  line-height: 1.5rem;
  box-shadow: 0 0 0 1px #d1d7dc, 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 20px;
  font-size: 15px;
  position: relative;
  min-height: 385px;
}
.box-course .box-course-item .detail-popover .popover-content:before {
  content: "";
  position: absolute;
  top: 230px;
  left: 6px;
  border-left: 1px solid #d1d7dc;
  border-bottom: 1px solid #d1d7dc;
  transform: translateX(-1.2rem) translateY(-1.2rem) scaleY(0.5) rotate(45deg);
  height: 25px;
  width: 25px;
  background-color: #fff;
}
.box-course .box-course-item .detail-popover .popover-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.box-course .box-course-item .detail-popover .popover-content .description strong {
  margin-bottom: 15px;
  display: block;
}
.box-course .box-course-item .detail-popover .popover-content ul {
  list-style-type: none;
  padding: 0;
}
.box-course .box-course-item .detail-popover .popover-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.box-course .box-course-item .detail-popover .popover-content ul li:before {
  content: "";
  position: absolute;
  right: 95%;
  display: inline-block;
  margin-top: 8px;
  min-width: 12px;
  width: 15px;
  height: 5px;
  border-left: 2px solid #1c1d1f;
  border-bottom: 2px solid #1c1d1f;
  transform: rotate(-45deg);
}
.box-course .box-course-item .detail-popover .popover-content button.btn-cart {
  background: #04457A;
  width: 100%;
  border-radius: 5px;
  line-height: 45px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.box-course .box-course-item .detail-popover .popover-content .learn_now a {
  background: #DF322F;
  width: 100%;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 45px;
  transition: 0.3s all;
}
.box-course .box-course-item .detail-popover .popover-content .learn_now a:hover {
  transition: 0.3s all;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.section_allStyle {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .section_allStyle .vip {
    display: none;
  }
}
@media (max-width: 768px) {
  .section_allStyle .news {
    margin-bottom: 30px;
  }
}
.section_allStyle .box_course {
  margin: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 25px 15px;
  background: #ffffff;
}
.section_allStyle .box_course:hover {
  box-shadow: 0 4px 8px #62b0fd, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.section_allStyle .box_course .title_main {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
@media (min-width: 480px) {
  .section_allStyle .box_course .title_main {
    font-size: 25px;
  }
}
.section_allStyle .box_course .title_main a {
  font-weight: 400;
  font-size: 14px;
  color: #04457A;
  text-transform: initial;
}
.section_allStyle .box_course .title_main a i.fa-angles-right {
  transition: 0.5s all;
}
.section_allStyle .box_course .title_main a i.fa-angles-right:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
}
.section_allStyle .box_course .title_main a:hover {
  text-decoration: underline;
}
.section_allStyle .box_course .title_main a:hover i {
  transform: translateX(5px);
  transition: 0.5s all;
}
.section_allStyle .box_course .items {
  display: flex;
  margin-bottom: 25px;
}
.section_allStyle .box_course .items .img {
  flex: 0 0 108px;
  max-width: 108px;
  margin-right: 10px;
}
.section_allStyle .box_course .items .img a {
  padding-top: 100%;
}
.section_allStyle .box_course .items .info h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.section_allStyle .box_course .items .info .teacher {
  font-size: 14px;
  color: #818181;
  padding: 0;
}
.section_allStyle .box_course .items .info .arr_price {
  display: flex;
  font-size: 20px;
  font-weight: 500;
}
.section_allStyle .box_course .items .info .arr_price .price {
  font-size: 13px;
  color: #818181;
  margin-left: 20px;
  font-weight: 400;
  text-decoration: line-through;
}
.section_allStyle .box_course .slick-dots {
  bottom: 0;
}
.section_allStyle .box_course .slick-dots li {
  width: 10px;
  height: 10px;
}
.section_allStyle .box_course .slick-dots .slick-active button:before {
  opacity: 1;
}
.section_allStyle .box_course .slick-dots button {
  width: 10px;
  height: 10px;
}
.section_allStyle .box_course .slick-dots button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #04457A;
  border-radius: 50%;
}

.banner_qc {
  width: 100vw;
  margin-left: calc(-50vw + 49.3%);
  margin-top: 70px;
  text-align: center;
}

.section_business {
  margin-top: 70px;
}

.section_book {
  margin-top: 50px;
}
.section_book .box-course .box-course-item .course-item-img {
  min-height: 188px;
  background: #ffffff;
}
.section_book .box-course .box-course-item .course-item-img a {
  padding: 15px;
}
.section_book .box-course .box-course-item .course-item-info {
  border: 1px solid #ffffff;
  border-top: 1px #e9e9e9 solid;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  min-height: 162px;
}
.section_book .box-course .box-course-item .course-item-info > div {
  flex: 0 0 100%;
}
.section_book .box-course .box-course-item .course-item-info span.member {
  position: absolute;
  bottom: 110%;
  right: 0;
  font-size: 10px;
  text-transform: uppercase;
  background: linear-gradient(to top, #FF5606, #FF960B);
  padding: 3px 10px;
  color: #ffffff;
}
.section_book .box-course .box-course-item .course-item-info .info-title {
  margin-bottom: 30px;
}
.section_book .box-course .box-course-item .course-item-info .box_flex {
  margin-top: auto;
  position: relative;
}

.menu_bottom {
  margin-top: 40px;
}
.menu_bottom .title_main {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 19px;
}
@media (min-width: 480px) {
  .menu_bottom .title_main {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .menu_bottom .title_main {
    font-size: 30px;
  }
}
.menu_bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.menu_bottom ul li {
  background: #04457A;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin: 8px;
  padding: 15px;
  min-height: 115px;
  transition: 0.3s all;
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}
@media (min-width: 480px) {
  .menu_bottom ul li {
    flex: 0 0 calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 601px) {
  .menu_bottom ul li {
    flex: 0 0 calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
}
@media (min-width: 993px) {
  .menu_bottom ul li {
    flex: 0 0 calc(16.6666666667% - 16px);
    max-width: calc(16.6666666667% - 16px);
  }
}
.menu_bottom ul li:hover {
  box-shadow: -2px 5px 10px #006EC8;
  transition: 0.3s all;
  transform: translateY(-8px);
}
.menu_bottom ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.menu_bottom ul li a img {
  height: -moz-fit-content;
  height: fit-content;
}
.menu_bottom ul li a span {
  flex: 0 0 100%;
  margin-top: auto;
  font-weight: 300;
}
@media (max-width: 380px) {
  .menu_bottom ul li a span {
    font-size: 14px;
  }
}

.why_choose {
  margin-top: 70px;
}
.why_choose .title_main {
  text-align: center;
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 19px;
}
@media (min-width: 480px) {
  .why_choose .title_main {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .why_choose .title_main {
    font-size: 30px;
  }
}
.why_choose .list_items {
  display: flex;
  flex-wrap: wrap;
}
.why_choose .list_items .item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: center;
}
.why_choose .list_items .item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 480px) {
  .why_choose .list_items .item h3 {
    font-size: 22px;
  }
}
.why_choose .list_items .item .short {
  font-size: 14px;
}
@media (min-width: 480px) {
  .why_choose .list_items .item .short {
    font-size: 18px;
  }
}

.teacher {
  padding: 65px 0 0;
}
@media (max-width: 480px) {
  .teacher .container {
    padding: 0;
  }
}
.teacher .title_header {
  text-align: center;
  color: #04457A;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 19px;
}
@media (min-width: 480px) {
  .teacher .title_header {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .teacher .title_header {
    font-size: 30px;
  }
}
.teacher .box_item {
  margin: 0 -9px;
}
.teacher .item {
  padding: 15px 9px;
}
.teacher .item:hover .box_round {
  box-shadow: 0 3px 12px rgb(0, 110, 200);
}
.teacher .item .box_round {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 10px;
  padding: 20px 5px;
  min-height: 320px;
}
.teacher .item .box_round h3 {
  padding: 23px 0;
  font-weight: 500;
  font-size: 18px;
  color: #04457A;
}
.teacher .item .box_round .content {
  font-size: 15px;
}
.teacher .slick-prev {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #ffffff;
  left: -7px;
}
.teacher .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 16px;
  opacity: 1;
}
.teacher .slick-next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #ffffff;
  right: -7px;
}
.teacher .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 16px;
  opacity: 1;
  margin-left: 3px;
}

/*---------------------*/
#container .box_header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container .box_header h2 {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 480px) {
  #container .box_header h2 {
    font-size: 25px;
  }
}
#container .box_header a {
  font-weight: 400;
  font-size: 14px;
  color: #04457A;
  text-transform: initial;
}
#container .box_header a i.fa-angles-right {
  transition: 0.5s all;
}
#container .box_header a i.fa-angles-right:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
}
#container .box_header a:hover {
  text-decoration: underline;
}
#container .box_header a:hover i {
  transform: translateX(5px);
  transition: 0.5s all;
}
#container .content_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #container .content_top {
    margin-bottom: 60px;
  }
}
#container .content_top .menu_left {
  flex: 0 0 225px;
  max-width: 225px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  #container .content_top .menu_left {
    display: none;
  }
}
#container .content_top .menu_left ul li {
  padding-bottom: 2.5px;
}
#container .content_top .menu_left ul li:hover a, #container .content_top .menu_left ul li.cur a {
  color: #FF960B;
}
#container .content_top .menu_left ul li:hover a img, #container .content_top .menu_left ul li.cur a img {
  filter: invert(30%) sepia(136%) saturate(4570%) hue-rotate(400deg) brightness(170%) contrast(136%);
}
#container .content_top .menu_left ul li:last-child {
  padding-bottom: 0;
}
#container .content_top .menu_left ul li a {
  font-size: 14px;
}
#container .content_top .menu_left span {
  width: 16px;
  display: inline-block;
  margin-right: 15px;
}
#container .content_top .slider_right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1025px) {
  #container .content_top .slider_right {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
}
#container .content_top .slider_right .slick-track .item a {
  padding-top: 35%;
}
#container .box_content .box-course-item:hover .wrap {
  box-shadow: 0 3px 15px #006EC8;
}
#container .box_content .box-course-item .wrap {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  height: 100%;
  background: #ffffff;
}
#container .box_content .box-course-item .wrap .course-item-info {
  background: #ffffff;
}/*# sourceMappingURL=product.css.map */