.block_slideshow_learn {
  background: #000;
  width: 100%;
  margin: auto; }
  .block_slideshow_learn .fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes mymove {
  from {
    top: 100px; }
  to {
    top: 0px; } }
  .block_slideshow_learn .owl-carousel .titleslide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
    .block_slideshow_learn .owl-carousel .titleslide .container {
      height: 100%;
      max-width: 955px; }
      .block_slideshow_learn .owl-carousel .titleslide .container .row {
        height: 100%; }
        .block_slideshow_learn .owl-carousel .titleslide .container .row .col-6 {
          flex: 0 0 50%;
          max-width: 50%; }
        .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
          position: absolute;
          bottom: 110px;
          display: block;
          width: 430px;
          left: 15px; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
            font-family: "SegoeUIBold", sans-serif;
            font-size: 24px;
            line-height: normal;
            color: #fff;
            text-transform: uppercase;
            text-align: left;
            display: block;
            margin-bottom: 20px; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 {
            font-weight: normal;
            font-size: 18px;
            text-align: left;
            color: #fff;
            display: block;
            margin-bottom: 40px; }
            .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 span {
              font-family: "SegoeUIBold", sans-serif;
              text-decoration: underline; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .user-name {
            font-size: 24px;
            display: block;
            text-align: left;
            margin-bottom: 5px; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .disable {
            color: rgba(0, 0, 0, 0) !important;
            background: rgba(0, 0, 0, 0) !important;
            pointer-events: none; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .log {
            width: 100%;
            border-radius: 4px;
            background: #FFA60D;
            color: #fff;
            font-family: "SegoeUIBold", sans-serif;
            text-transform: uppercase;
            font-size: 18px;
            display: block;
            padding: 19px 0;
            text-align: center;
            margin-bottom: 20px; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download {
            display: flex; }
            .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download a {
              background: #fff;
              border-radius: 4px;
              display: inline-block;
              width: 50%;
              height: 56px; }
            .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download .appstore {
              background: url("../images/img/app store.png") #fff center no-repeat;
              margin-right: 10px;
              background-size: 130px; }
            .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download .chplay {
              background: url("../images/img/ch play.png") #fff center no-repeat;
              background-size: 130px; }
        .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0 15px;
          width: 100%; }
          .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
            max-width: 100%;
            margin: auto; }
  .block_slideshow_learn .owl-carousel .owl-dots.disabled, .block_slideshow_learn .owl-carousel .owl-nav.disabled {
    display: none; }
  .block_slideshow_learn .owl-carousel .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 62px;
    display: none; }
    .block_slideshow_learn .owl-carousel .owl-dots .owl-dot {
      border: 3px solid #fff;
      border-radius: 10px;
      width: 14px;
      height: 14px;
      margin: 0 5px;
      display: inline-block;
      opacity: 0.5; }
      .block_slideshow_learn .owl-carousel .owl-dots .owl-dot.active {
        border: 3px solid #d3a864;
        opacity: 1; }
        .block_slideshow_learn .owl-carousel .owl-dots .owl-dot.active span {
          background: #fff;
          border-radius: 10px;
          width: 5px;
          height: 5px;
          display: none;
          margin: 3px auto; }

.block-learn-center {
  background: #fff;
  text-align: center;
  padding: 55px 0; }
  .block-learn-center .container {
    max-width: 955px; }
  .block-learn-center img {
    max-width: 100%;
    display: block;
    margin: auto; }
  .block-learn-center .title-1 {
    font-family: "SegoeUIBold", sans-serif;
    font-size: 36px;
    color: #333;
    line-height: normal;
    margin-bottom: 10px; }
  .block-learn-center .title-2 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    margin-bottom: 70px; }

.block-learn-nw {
  background: #f5f5f5;
  padding: 55px 0; }
  .block-learn-nw .container {
    max-width: 955px; }
  .block-learn-nw .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
    .block-learn-nw .col-6 img {
      margin: auto;
      max-width: 100%;
      display: block; }
    .block-learn-nw .col-6 .content {
      display: table;
      height: 100%; }
      .block-learn-nw .col-6 .content .item {
        display: table-cell;
        vertical-align: middle;
        max-width: 500px; }
        .block-learn-nw .col-6 .content .item .title-1 {
          font-size: 26px;
          margin-bottom: 20px;
          line-height: normal; }
        .block-learn-nw .col-6 .content .item .title-2 {
          font-size: 36px;
          font-family: "SegoeUIBold", sans-serif;
          margin-bottom: 20px;
          line-height: normal;
          text-transform: uppercase; }
        .block-learn-nw .col-6 .content .item .title-3 {
          font-size: 20px;
          margin-bottom: 20px;
          line-height: normal;
          margin-bottom: 0; }

.block-learn-w {
  background: #fff;
  padding: 55px 0; }
  .block-learn-w .container {
    max-width: 955px; }
  .block-learn-w .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
    .block-learn-w .col-6 img {
      margin: auto;
      max-width: 100%;
      display: block; }
    .block-learn-w .col-6 .content {
      display: table;
      height: 100%; }
      .block-learn-w .col-6 .content .item {
        display: table-cell;
        vertical-align: middle;
        max-width: 550px; }
        .block-learn-w .col-6 .content .item .title-1 {
          font-size: 26px;
          margin-bottom: 20px;
          line-height: normal; }
        .block-learn-w .col-6 .content .item .title-2 {
          font-size: 36px;
          font-family: "SegoeUIBold", sans-serif;
          margin-bottom: 20px;
          line-height: normal;
          text-transform: uppercase; }
        .block-learn-w .col-6 .content .item .title-3 {
          font-size: 20px;
          margin-bottom: 20px;
          line-height: normal; }
        .block-learn-w .col-6 .content .item .note {
          color: #CC0000;
          font-size: 20px;
          line-height: normal;
          font-style: italic;
          margin-bottom: 0; }

@media (min-width: 1920px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 13%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    bottom: 26%; } }
@media (max-width: 1920px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 13%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    bottom: 26%; } }
@media (max-width: 1600px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 7%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    bottom: 23%; } }
@media (min-width: 1600px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 7%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    bottom: 23%; } }
@media (max-width: 1366px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 100%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 0; } }
@media (max-width: 1360px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 100%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 0; } }
@media (max-width: 1280px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 90%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img {
    bottom: 0; } }
@media (max-width: 1024px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 100%; }

  .block-learn-center {
    padding-left: 15px;
    padding-right: 15px; }

  .block-learn-nw .container .row {
    margin-right: 0;
    margin-left: 0; }

  .block-learn-w .container .row {
    margin-right: 0;
    margin-left: 0; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row {
    margin: 0; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    bottom: 50px;
    left: 15px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    margin: auto;
    width: 85%; } }
@media (max-width: 800px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 22px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    width: auto; } }
@media (max-width: 768px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 100%; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    position: unset;
    width: auto;
    height: 100%;
    padding-top: 70px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 20px;
    margin-bottom: 5px; }

  .block-learn-center .title-1 {
    font-size: 24px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 22px; }

  .block-learn-w .col-6 .content .item .title-1 {
    font-size: 22px; }

  .block-learn-w .col-6 .content .item .title-2 {
    font-size: 22px; }

  .block-learn-nw .col-6 .content .item .title-1 {
    font-size: 22px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 22px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 {
    margin-bottom: 20px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .user-name {
    font-size: 20px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 85%; } }
@media (max-width: 667px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 18px;
    margin-bottom: 5px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 {
    margin-bottom: 10px;
    font-size: 14px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .log {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 10px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download a {
    height: 40px;
    background-size: 100px !important; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    padding-top: 90px; }

  .block-learn-center .title-1 {
    font-size: 20px; }

  .block-learn-center .title-2 {
    font-size: 14px;
    margin-bottom: 20px; }

  .block-learn-nw .col-6 .content .item .title-1 {
    font-size: 18px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 18px; }

  .block-learn-nw .col-6 .content .item .title-3 {
    font-size: 14px; }

  .block-learn-w .col-6 .content .item .title-1 {
    font-size: 18px; }

  .block-learn-w .col-6 .content .item .title-2 {
    font-size: 18px; }

  .block-learn-w .col-6 .content .item .title-3 {
    font-size: 14px; }

  .block-learn-w .col-6 .content .item .note {
    font-size: 14px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .user-name {
    font-size: 14px;
    margin-bottom: 0; } }
@media (max-width: 575px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 14px;
    margin-bottom: 2px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    padding-top: 30px; }

  .block-learn-nw .col-6 .content .item .title-1 {
    font-size: 16px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 16px; }

  .block-learn-w .col-6 .content .item .title-1 {
    font-size: 16px; }

  .block-learn-w .col-6 .content .item .title-2 {
    font-size: 16px; }

  .block-learn-center .title-1 {
    font-size: 16px; }

  .block-learn-center {
    padding-top: 20px; }

  .block-learn-nw {
    padding: 20px 0; }

  .block-learn-w {
    padding: 20px 0; } }
@media (max-width: 425px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 10px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 {
    font-size: 10px;
    line-height: normal; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .log {
    font-size: 10px;
    padding: 5px 0; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download a {
    height: 28px;
    background-size: 65px !important; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    padding-top: 30px; }

  .block-learn-center .title-1 {
    font-size: 14px;
    margin-bottom: 0; }

  .block-learn-center .title-2 {
    font-size: 10px; }

  .block-learn-nw .col-6 .content .item .title-1 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-nw .col-6 .content .item .title-3 {
    font-size: 10px; }

  .block-learn-w .col-6 .content .item .title-1 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-w .col-6 .content .item .title-2 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-w .col-6 .content .item .title-3 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-w .col-6 .content .item .note {
    font-size: 10px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .user-name {
    font-size: 10px;
    line-height: 10px; } }
@media (max-width: 414px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 92%; } }
@media (max-width: 375px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    padding-top: 45px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 8px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 {
    font-size: 8px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .log {
    font-size: 8px;
    padding: 2px 0; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .download a {
    height: 22px;
    background-size: 50px !important; }

  .block-learn-center {
    padding-top: 20px; }

  .block-learn-center .title-1 {
    font-size: 10px;
    margin-bottom: 0; }

  .block-learn-center .title-2 {
    font-size: 8px; }

  .block-learn-nw .col-6 .content .item .title-1 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-nw .col-6 .content .item .title-3 {
    font-size: 8px; }

  .block-learn-w .col-6 .content .item .title-1 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-w .col-6 .content .item .title-2 {
    font-size: 10px;
    margin-bottom: 5px; }

  .block-learn-w .col-6 .content .item .title-3 {
    font-size: 8px; }

  .block-learn-w .col-6 .content .item .note {
    font-size: 8px; }

  .block-learn-nw {
    padding: 20px 0; }

  .block-learn-w {
    padding: 20px 0; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .user-name {
    font-size: 8px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 94%; } }
@media (max-width: 360px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    padding-top: 30px; } }
@media (max-width: 320px) {
  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-1 {
    font-size: 7px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .title-2 {
    margin-bottom: 5px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content .log {
    margin-bottom: 5px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-left .content {
    padding-top: 22px; }

  .block-learn-center .title-2 {
    font-size: 7px; }

  .block-learn-w .col-6 .content .item .title-2 {
    font-size: 8px; }

  .block-learn-w .col-6 .content .item .title-1 {
    font-size: 8px; }

  .block-learn-nw .col-6 .content .item .title-2 {
    font-size: 8px; }

  .block-learn-nw .col-6 .content .item .title-1 {
    font-size: 8px; }

  .block_slideshow_learn .owl-carousel .titleslide .container .row .col-right .img img {
    width: 100%; } }

/*# sourceMappingURL=hoibaigv.css.map */
