.video_watched {
  margin-bottom: 30px;
  margin-top: 30px; }
  .video_watched .title {
    color: #333;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px; }
  .video_watched .item .vi-img {
    border-radius: 4px; }
  .video_watched .item .play {
    display: block;
    position: absolute;
    top: 25%;
    left: 45%; }
  .video_watched .item .item-title {
    font-family: "Segoeui", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: block; }
  .video_watched .item .teacher {
    display: block;
    font-family: "Segoeui", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #777; }
  .video_watched .owl-nav {
    display: block !important; }
    .video_watched .owl-nav .owl-prev {
      background: url(../images/icon-prev.png) no-repeat scroll center center;
      left: -17px;
      position: absolute;
      top: 31%;
      width: 35px;
      height: 35px;
      cursor: pointer; }
    .video_watched .owl-nav .owl-next {
      background: url(../images/icon-next.png) no-repeat scroll center center;
      right: -17px;
      position: absolute;
      top: 30%;
      width: 35px;
      height: 35px;
      cursor: pointer; }

.topic {
  margin-top: 30px;
  margin-bottom: 30px; }
  .topic h4 {
    color: #333;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px; }
  .topic .row {
    margin: 0 -5px; }
    .topic .row .col-md-3 {
      padding-right: 5px;
      padding-left: 5px;
      text-align: center;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .topic .row .col-md-3 {
          width: 50%; } }
      .topic .row .col-md-3 .content {
        position: relative; }
        .topic .row .col-md-3 .content img {
          border-radius: 4px;
          background: #000;
          width: 100%; }
        .topic .row .col-md-3 .content .title {
          display: block;
          position: absolute;
          top: 0;
          background: rgba(0, 0, 0, 0.3);
          text-decoration: none;
          color: white;
          text-transform: uppercase;
          height: 100%;
          width: 100%;
          border-radius: 4px;
          padding: 25px;
          font-family: 'SegoeUIBold', sans-serif; }
      .topic .row .col-md-3 .add {
        border-radius: 4px; }
        .topic .row .col-md-3 .add img {
          width: 100%; }

.class-buy {
  margin: 30px 0; }
  .class-buy h4 {
    color: #333;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    float: left; }
  .class-buy .active-class {
    float: right;
    display: inline-block;
    clear: right;
    border-radius: 5px;
    padding: 5px 10px;
    background: red;
    text-decoration: none;
    color: #fff; }
  .class-buy .none {
    clear: both;
    background: #F9F9F9;
    border-radius: 4px;
    border: 2px dashed #DDDDDD;
    text-align: center;
    padding: 60px; }
    .class-buy .none p {
      font-weight: bold;
      font-size: 16px;
      color: #999;
      text-transform: uppercase; }
    .class-buy .none a {
      display: inline-block;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      padding: 8px 11px;
      background: #FFA60D;
      border-radius: 3px;
      font-family: 'SegoeuiSemibold', sans-serif; }
  .class-buy .bought {
    clear: both;
    background: #F9F9F9;
    padding: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 4px; }
    .class-buy .bought .row {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px; }
      .class-buy .bought .row:last-child {
        margin-bottom: 0; }
      .class-buy .bought .row .img {
        padding-left: 0; }
        .class-buy .bought .row .img img {
          width: 100%; }
      .class-buy .bought .row .description {
        padding: 0; }
        .class-buy .bought .row .description p {
          margin-bottom: 0;
          line-height: 22px; }
        .class-buy .bought .row .description .teacher {
          color: #777;
          display: block; }
        .class-buy .bought .row .description .class-name {
          font-weight: bold; }
        .class-buy .bought .row .description .class-continue {
          text-align: center;
          color: #007bff;
          margin-bottom: 0;
          display: inline-block; }
      .class-buy .bought .row .buy {
        padding: 25px 0 0 0;
        text-align: right; }
        .class-buy .bought .row .buy .in-used {
          color: #66CC33; }
        .class-buy .bought .row .buy .wait-active {
          color: #CC0000; }
      .class-buy .bought .row .class-active {
        text-align: center;
        color: white;
        background: #CC0000;
        border-radius: 4px;
        height: 100%;
        width: 100%;
        margin-bottom: 0;
        margin-top: -5px;
        display: inline-block;
        padding: 5px; }
    .class-buy .bought .table {
      margin-bottom: 0;
      border: none; }
      .class-buy .bought .table td {
        border: none;
        padding: 10px; }
        .class-buy .bought .table td:nth-child(1) {
          width: 280px; }
        .class-buy .bought .table td:nth-child(2) span {
          line-height: 22px;
          font-style: italic;
          font-size: 12px; }
        .class-buy .bought .table td:nth-child(2) a {
          margin-left: 20px;
          font-style: italic;
          font-size: 12px;
          text-decoration: underline;
          font-weight: bold; }
        .class-buy .bought .table td:nth-child(3) {
          padding-top: 35px;
          text-align: right; }
      .class-buy .bought .table p {
        margin-bottom: 0;
        line-height: 22px; }
      .class-buy .bought .table .teacher {
        color: #777;
        display: block; }
      .class-buy .bought .table .class-name {
        font-weight: bold; }
      .class-buy .bought .table .in-used {
        color: #66CC33; }
      .class-buy .bought .table .wait-active {
        color: #CC0000; }
      .class-buy .bought .table .class-continue {
        text-align: center;
        color: #007bff;
        margin-bottom: 0;
        display: inline-block; }
      .class-buy .bought .table .class-active {
        text-align: center;
        color: white;
        background: #CC0000;
        border-radius: 4px;
        height: 100%;
        width: 100%;
        margin-bottom: 0;
        margin-top: -5px;
        display: inline-block;
        padding: 5px; }

.pop-up-topic {
  padding: 0 !important; }
  .pop-up-topic .modal-dialog {
    width: 680px;
    max-width: 100%; }
    .pop-up-topic .modal-dialog .modal-content .modal-header {
      padding: 10px; }
      .pop-up-topic .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        top: -15px;
        right: -15px;
        color: white;
        background: black;
        opacity: 1;
        height: 30px;
        width: 30px;
        text-align: center;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        border: 1px solid white;
        outline: none; }
        .pop-up-topic .modal-dialog .modal-content .modal-header .close span {
          vertical-align: 5px; }
      .pop-up-topic .modal-dialog .modal-content .modal-header nav {
        width: 100%; }
        .pop-up-topic .modal-dialog .modal-content .modal-header nav a {
          font-size: 16px;
          color: #333333;
          padding: 0 10px; }
        .pop-up-topic .modal-dialog .modal-content .modal-header nav a.active {
          font-weight: bold;
          font-family: 'SegoeUIBold', sans-serif; }
    .pop-up-topic .modal-dialog .modal-content .modal-body {
      padding: 20px 20px 0 20px; }
      .pop-up-topic .modal-dialog .modal-content .modal-body .row-list {
        margin-right: -10px;
        margin-left: -10px; }
        .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 20px; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list:hover .title {
            opacity: 0.5; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list:hover .follow {
            display: inline-block; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list:hover .cancel {
            display: inline-block; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .item {
            position: relative; }
            .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .item img {
              width: 100%;
              border-radius: 4px; }
            .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .item .content {
              position: absolute;
              top: 0;
              background: rgba(0, 0, 0, 0.3);
              width: 100%;
              height: 100%;
              border-radius: 4px;
              text-align: center;
              padding: 20px 0;
              color: white;
              font-weight: bold; }
            .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .item .title {
              display: block; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .follow {
            display: none;
            font-size: 14px;
            text-decoration: none;
            background: #00AEEF;
            padding: 5px 10px;
            border-radius: 4px;
            color: #fff;
            position: relative;
            top: -23px;
            font-weight: 100; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .cancel {
            display: none;
            font-size: 14px;
            text-decoration: none;
            background: #fff;
            padding: 5px 10px;
            border-radius: 4px;
            color: #000;
            position: relative;
            top: -23px;
            font-weight: 100; }
          .pop-up-topic .modal-dialog .modal-content .modal-body .row-list .col-list .followed {
            position: absolute;
            top: -10px;
            left: 20px;
            color: #fff;
            background: #FFA60D;
            border-radius: 4px;
            padding: 2px 10px;
            font-size: 12px; }

@media (max-width: 1024px) {
  .video_watched .owl-nav .owl-prev {
    left: 0; }
  .video_watched .owl-nav .owl-next {
    right: 0; } }
@media (max-width: 768px) {
  .video_watched {
    padding: 0 10px; }
    .video_watched .title {
      font-size: 20px; }

  .class-buy {
    padding: 0 10px; }
    .class-buy h4 {
      font-size: 18px; }

  .topic {
    padding: 0 10px; }
    .topic h4 {
      font-size: 20px; }
    .topic .row .col-md-3 .content .title {
      padding-top: 40px; }

  .pop-up-topic .modal-dialog {
    width: 100%;
    max-width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto; }
    .pop-up-topic .modal-dialog .row-list .col-list {
      width: 50%; }
      .pop-up-topic .modal-dialog .row-list .col-list .item .content {
        padding-top: 37px !important; } }
@media (max-width: 640px) {
  .topic .row .col-md-3 .content .title {
    padding-top: 28px; }

  .pop-up-topic .modal-dialog .row-list .col-list .item .content {
    padding-top: 11% !important; } }
@media (max-width: 480px) {
  .topic .row .col-md-3 .content .title {
    padding: 9% 0 0 0; } }
@media (max-width: 320px) {
  .topic .row .col-md-3 .content .title {
    padding: 7% 0 0 0; }

  .pop-up-topic .modal-dialog .row-list .col-list .item .content {
    padding-top: 6% !important; } }

/*# sourceMappingURL=hoc.css.map */
