@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26-08-2019, 13:00:00
    Author     : HUNG.ND
*/
/*TOP PAGE*/
/*** modules ***/
/*------HOME-PAGE-----*/
.slider-banner .slick-arrow {
  height: 60px;
  width: 55px;
  background-color: #c8c8c8;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  transition: all ease 0.3s;
  font-size: 3rem;
  font-weight: 400; }
  @media (max-width: 767px) {
    .slider-banner .slick-arrow {
      height: 40px;
      width: 30px; } }
  .slider-banner .slick-arrow:hover {
    background-color: #632fd3;
    color: #fff; }
  .slider-banner .slick-arrow.slick-prev {
    border-radius: 0 10px 10px 0; }
  .slider-banner .slick-arrow.slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }

.slider-banner .slick-dots {
  bottom: 40px; }
  @media (max-width: 991px) {
    .slider-banner .slick-dots {
      bottom: 10px; } }
  .slider-banner .slick-dots li {
    margin: 0 5px; }
    .slider-banner .slick-dots li button {
      border-radius: 50%;
      background-color: #e0e0e0; }
    .slider-banner .slick-dots li.slick-active button {
      background-color: #612dd3; }

.banner-items {
  position: relative; }
  .banner-items .banner-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .banner-items .banner-wrap .wrap {
      display: flex;
      align-items: flex-end;
      height: 100%; }
    .banner-items .banner-wrap .download-app {
      padding-bottom: 80px; }
      @media (max-width: 991px) {
        .banner-items .banner-wrap .download-app {
          display: none; } }
      .banner-items .banner-wrap .download-app .app-items {
        display: inline-block;
        max-width: 215px; }
        .banner-items .banner-wrap .download-app .app-items + .app-items {
          margin-left: 15px; }

.home-page .contents-01 {
  padding: 6rem 0 8.5rem; }
  @media (max-width: 767px) {
    .home-page .contents-01 {
      padding: 3rem 0 4rem; } }
  .home-page .contents-01 .about__info {
    margin-bottom: 7rem; }
    .home-page .contents-01 .about__info .about__info-body {
      padding: 0.5rem 2.5rem 0; }
      @media (max-width: 991px) {
        .home-page .contents-01 .about__info .about__info-body {
          padding: 2.5rem 1.5rem 0; } }
      .home-page .contents-01 .about__info .about__info-body .title {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 2rem; }
        @media (max-width: 991px) {
          .home-page .contents-01 .about__info .about__info-body .title {
            font-size: 1.8rem; } }
    .home-page .contents-01 .about__info .about-user {
      margin-top: 7rem;
      display: flex; }
      @media (max-width: 991px) {
        .home-page .contents-01 .about__info .about-user {
          margin-top: 4rem; } }
      .home-page .contents-01 .about__info .about-user .user-img {
        width: 120px;
        border-radius: 7px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .home-page .contents-01 .about__info .about-user .user-img {
            width: 70px; } }
      .home-page .contents-01 .about__info .about-user .user-info {
        padding-top: 7px;
        width: calc(100% - 120px);
        padding-left: 3rem; }
        @media (max-width: 991px) {
          .home-page .contents-01 .about__info .about-user .user-info {
            width: calc(100% - 70px);
            padding-left: 2rem;
            padding-top: 0; } }
        .home-page .contents-01 .about__info .about-user .user-info .user-name {
          font-weight: 700;
          font-size: 2rem;
          margin-bottom: 3px; }
        .home-page .contents-01 .about__info .about-user .user-info .user-university {
          color: #676767; }

.home-page .edu-process .text-guide {
  text-align: center;
  padding-bottom: 4rem; }

.home-page .edu-process .process-list .process-items {
  text-align: center; }
  .home-page .edu-process .process-list .process-items:hover .thumb::after {
    opacity: 1; }
  .home-page .edu-process .process-list .process-items .thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative; }
    .home-page .edu-process .process-list .process-items .thumb::after {
      transition: all ease 0.3s;
      background-color: rgba(37, 10, 95, 0.4);
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0; }
    .home-page .edu-process .process-list .process-items .thumb img {
      width: 100%; }
  .home-page .edu-process .process-list .process-items .old {
    font-size: 2rem;
    color: #191919;
    font-weight: 500; }

.home-page .contents-02 {
  padding: 3rem 0;
  background: url("../img/data/home-even-bg.jpg") repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed; }
  .home-page .contents-02 .event-big {
    display: block;
    position: relative;
    border-radius: 10px; }
    .home-page .contents-02 .event-big .thumb .big_thumb {
        height:auto;
        overflow-y:hidden;
     }
    .home-page .contents-02 .event-big .event-info {
      padding: 2rem;
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      color: #f6f7f9; }
      @media (max-width: 991px) {
        .home-page .contents-02 .event-big .event-info {
          padding: 1rem; } }
      .home-page .contents-02 .event-big .event-info:hover {
        opacity: 0.7; }
        .home-page .contents-02 .event-big .thumb .big_thumb {
            width: 100%;
            height: 600px;
            overflow:hidden;
         }
         .home-page .contents-02 .event-big .event-big-title {
             background: rgb(2,0,36);
             opacity: 0.5;
             position: relative;
             bottom: 100px;
             height: 100px;
             width: 100%;
         }
         .home-page .contents-02 .event-big .event-big-title .event-title {
             line-height: 100px;
             vertical-align: middle;
             font-size: 15pt;
             color: white;
             text-align: center;
         }
      .home-page .contents-02 .event-big .event-info .event-title {
        margin-bottom: 0.7rem;
        font-size: 2rem;
        font-weight: 700;
        line-height: 150%; }
  .home-page .contents-02 .event-sub {
    display: flex;
    height: 100%;
    flex-flow: column; }
    .home-page .contents-02 .event-sub li {
      padding: 10px;
      background-color: #fff;
      border-radius: 8px;
      margin: 7px 0; }
      .home-page .contents-02 .event-sub li:first-child {
        margin-top: 0; }
      .home-page .contents-02 .event-sub li:last-child {
        margin-bottom: 0; }
      .home-page .contents-02 .event-sub li a {
        display: flex; }
        .home-page .contents-02 .event-sub li a .thumb {
          width: 170px; }
          .home-page .contents-02 .event-sub li a .thumb .img_thumb {
              width: 170px;
              height: 170px;
              overflow-y:hidden;
          }
          @media (max-width: 767px) {
            .home-page .contents-02 .event-big .thumb .big_thumb {
                width: 100%;
                height:auto;
                overflow-y:hidden;
            }
            .home-page .contents-02 .event-sub li a .thumb {
              width: 90px; }
              .home-page .contents-02 .event-sub li a .thumb .big_thumb {
                  height:300px;
                  overflow-y:hidden;
              }
              .home-page .contents-02 .event-sub li a .thumb .img_thumb {
                  width: 90px;
                  height: 90px;
                  overflow-y:hidden;
              }
            }
        .home-page .contents-02 .event-sub li a .event-info {
          padding-top: 1.5rem;
          width: calc(100% - 170px);
          padding-left: 2.7rem; }
          @media (max-width: 767px) {
            .home-page .contents-02 .event-sub li a .event-info {
              width: calc(100% - 90px);
              padding-left: 1.5rem;
              padding-top: 0; } }
          .home-page .contents-02 .event-sub li a .event-info .event-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.7rem; }

.home-page .contents-03 {
  padding: 6rem 0;
  background-color: #fff; }
  .home-page .contents-03 .title-cmn {
    margin-bottom: 7.5rem; }
  .home-page .contents-03 .list-feature {
    display: flex;
    flex-flow: wrap;
    margin-left: -2.5%;
    margin-right: -2.5%; }
    .home-page .contents-03 .list-feature li {
      width: 45%;
      padding-left: 2.5%;
      padding-right: 2.5%;
      display: flex;
      justify-content: center;
      margin-bottom: 3rem; }
      @media (max-width: 767px) {
        .home-page .contents-03 .list-feature li {
          width: 94%; } }
      .home-page .contents-03 .list-feature li:nth-child(even) {
        padding-top: 6rem; }
      .home-page .contents-03 .list-feature li .feature-wrap {
        max-width: 495px; }
      .home-page .contents-03 .list-feature li .thumb {
        position: relative;
        max-width: 495px; }
        .home-page .contents-03 .list-feature li .thumb::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: inherit;
          /* !importanté */
          background: linear-gradient(to right, #622dd2, #db3936);
          border-radius: 12px; }
        .home-page .contents-03 .list-feature li .thumb::after {
          content: '';
          position: absolute;
          top: 4px;
          right: 4px;
          bottom: 4px;
          left: 4px;
          border-radius: inherit;
          /* !importanté */
          background: #fff;
          z-index: 1;
          width: calc(100% - 8px);
          height: calc(100% - 8px);
          border-radius: 8px; }
        .home-page .contents-03 .list-feature li .thumb .frame-thumb {
          top: 3.6rem;
          left: 3.6rem;
          border-radius: 10px;
          border: 3px solid #fff;
          z-index: 10;
          position: relative;
          overflow: hidden; }
          @media (max-width: 767px) {
            .home-page .contents-03 .list-feature li .thumb .frame-thumb {
              top: 2rem;
              left: 2rem; } }
          .home-page .contents-03 .list-feature li .thumb .frame-thumb .frame-button {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(37, 10, 95, 0.4);
            z-index: 10;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .home-page .contents-03 .list-feature li .thumb .frame-thumb .frame-button .btn-play {
              width: 75px;
              height: 75px;
              border-radius: 50%;
              color: #000;
              font-size: 3.5rem;
              border: none;
              position: relative; }
      .home-page .contents-03 .list-feature li .feature-info {
        padding-left: 3.6rem;
        padding-top: 5.6rem; }
        .home-page .contents-03 .list-feature li .feature-info .feature-name {
          font-size: 2.5rem;
          margin-bottom: 0.7rem;
          font-weight: 700; }
          @media (max-width: 991px) {
            .home-page .contents-03 .list-feature li .feature-info .feature-name {
              font-size: 1.8rem; } }
      .home-page .contents-03 .list-feature li._type2 .thumb {
        left: 3.6rem;
        top: 3.6rem; }
        @media (max-width: 767px) {
          .home-page .contents-03 .list-feature li._type2 .thumb {
            top: 2rem;
            left: 2rem; } }
        .home-page .contents-03 .list-feature li._type2 .thumb .frame-thumb {
          left: -3.6rem;
          top: -3.6rem; }
          @media (max-width: 767px) {
            .home-page .contents-03 .list-feature li._type2 .thumb .frame-thumb {
              top: -2rem;
              left: -2rem; } }

.banner-event {
  background: url("../img/data/event-banner.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 700px;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .banner-event {
      height: 400px; } }
  @media (max-width: 767px) {
    .banner-event {
      height: 250px; } }
  .banner-event .wrap {
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center; }
  .banner-event .event-date {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .banner-event .event-date {
        font-size: 1.8rem;
        margin-bottom: 1.5rem; } }
    .banner-event .event-date .year {
      display: block;
      color: #2acde8; }
  .banner-event .event-title {
    width: 100%;
    max-width: 530px;
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 5rem;
    text-shadow: 0px 2px 1px #612dd3; }
    @media (max-width: 767px) {
      .banner-event .event-title {
        font-size: 3.5rem;
        margin-bottom: 1rem; } }

.event-page .contents-01 {
  padding: 5rem 0 6rem; }
  @media (max-width: 767px) {
    .event-page .contents-01 {
      padding: 3rem 0; } }

.event-page .play-top {
  height: 370px;
  position: relative; }
  @media (max-width: 991px) {
    .event-page .play-top {
      margin-bottom: 2rem; } }
  .event-page .play-top .list-top li {
    padding: 0 5%; }
    .event-page .play-top .list-top li:nth-child(even) {
      background-color: #f3effc; }
    .event-page .play-top .list-top li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 0; }
    .event-page .play-top .list-top li .play-thumb {
      width: 54px;
      border-radius: 20px;
      position: relative; }
      .event-page .play-top .list-top li .play-thumb .top-number {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #d23841;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -10px;
        left: -20px; }
        @media (max-width: 767px) {
          .event-page .play-top .list-top li .play-thumb .top-number {
            left: -10px; } }
    .event-page .play-top .list-top li .play-info {
      width: calc(100% - 54px);
      padding-left: 1.5rem; }
      .event-page .play-top .list-top li .play-info .play-title {
        font-weight: 700; }
      .event-page .play-top .list-top li .play-info .play-desc {
        font-size: 1.4rem;
        margin-bottom: 0; }

.event-page .event-month {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap; }
  .event-page .event-month .event-info {
    padding: 0 3rem;
    width: 52.5%; }
    @media (max-width: 767px) {
      .event-page .event-month .event-info {
        width: 100%;
        margin-bottom: 2rem; } }
    .event-page .event-month .event-info .title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .event-page .event-month .event-info .text {
      margin-bottom: 3rem; }
    .event-page .event-month .event-info .btn-detail {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #dc3935;
      color: #dc3935;
      text-align: center;
      width: 150px;
      height: 40px;
      border-radius: 5px;
      background-color: #fff;
      font-weight: 700; }
      @media (max-width: 767px) {
        .event-page .event-month .event-info .btn-detail {
          margin: 0 auto; } }
      .event-page .event-month .event-info .btn-detail:hover {
        background-color: #dcdcdc; }
      .event-page .event-month .event-info .btn-detail .icon {
        padding-left: 10px; }
  .event-page .event-month .event-thumb {
    width: 47.5%;
    text-align: center; }
    @media (max-width: 767px) {
      .event-page .event-month .event-thumb {
        width: 100%; } }

.event-page .contents-02 {
  background: url("../img/data/event-target-bg.jpg") repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  padding: 7rem 0; }
  .event-page .contents-02 .target-video .videos-frame {
    border: 4px solid #fff; }

.banner-solution {
  /*background: url("../img/data/solutions-banner.jpg") no-repeat 50% 50%;*/
  background-size: cover;
  height: 600px; }



  .home-page .contents-02 .event-sub-1 {
      display: flex;
      flex-direction: row;
      height: 100%;
  }
  .home-page .contents-02 .event-sub-1 li {
/*      padding: 10px;*/
      background-color: #fff;
      border-radius: 8px;
/*      margin: 7px 5px;*/
  }
  .home-page .contents-02 .event-sub-1 li:first-child {
      margin-top: 0;
  }
  .home-page .contents-02 .event-sub-1 li:last-child {
      margin-bottom: 0;
  }
  .home-page .contents-02 .event-sub-1 li a {
      display: flex;
      margin: 5px;
  }
  .home-page .contents-02 .event-sub-1 li a .thumb {
      width: 170px;
      margin: 5px;
  }
  .home-page .contents-02 .event-sub-1 li a .thumb .img_thumb {
      width: 170px;
      height: 170px;
      overflow: hidden;
  }
  .home-page .contents-02 .event-sub-1 li h4 {
    margin: 5px;
  }
  @media (max-width: 767px) {
      .home-page .contents-02 .event-big .thumb .big_thumb {
          width: 100%;
          height:auto;
          overflow:hidden;
      }
      .home-page .contents-02 .event-sub-1 li a .thumb {
          width: 90px;
      }
      .home-page .contents-02 .event-sub-1 li a .thumb .big_thumb {
          height:300px;
          overflow:hidden;
      }
      .home-page .contents-02 .event-sub-1 li a .thumb .img_thumb {
          width: 90px;
          height: 90px;
          overflow:hidden;
      }
      .home-page .contents-02 .event-sub-1 li h4 {
          margin: 5px;
      }
  }

  .home-page .contents-02 .event-big .event-big-title .event-title-1 {
      line-height: 45px;
      vertical-align: middle;
      font-size: 15pt;
      color: white;
      text-align: center;
      overflow-wrap: break-word;
  }



  @media (max-width: 1199px) {
    .banner-solution {
      height: 450px; } }
  @media (max-width: 767px) {
    .banner-solution {
      height: 230px; } }
  .banner-solution .wrap {
    display: flex;
    align-items: center;
    height: 100%; }
  .banner-solution .solution-title {
    font-size: 7.5rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
    max-width: 720px;
    text-shadow: 0px 2px 1px #d23733; }
    @media (max-width: 1199px) {
      .banner-solution .solution-title {
        font-size: 5rem; } }
    @media (max-width: 767px) {
      .banner-solution .solution-title {
        font-size: 3rem; } }

.solution-page .contents-01,
.solution-page .contents-02 {
  background-color: #fff;
  padding: 6rem 0; }
  @media (max-width: 767px) {
    .solution-page .contents-01,
    .solution-page .contents-02 {
      padding: 3rem 0; } }

.solution-page .feature-app {
  background: url("../img/data/feature-app-bg.jpg") repeat 50% 50%;
  background-attachment: fixed;
  padding: 6rem 0; }
  @media (max-width: 767px) {
    .solution-page .feature-app {
      padding: 3rem 0; } }
  .solution-page .feature-app .feature-list {
    display: flex;
    flex-flow: wrap; }
    .solution-page .feature-app .feature-list li {
      width: 50%;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .solution-page .feature-app .feature-list li {
          width: 100%;
          margin-bottom: 2rem; } }
      .solution-page .feature-app .feature-list li:last-child {
        margin-bottom: 0 !important; }
      .solution-page .feature-app .feature-list li .thumb {
        width: 180px; }
        @media (max-width: 767px) {
          .solution-page .feature-app .feature-list li .thumb {
            width: 80px; } }
      .solution-page .feature-app .feature-list li .feature-info {
        width: calc(100% - 180px);
        padding-left: 3rem;
        padding-right: 5%; }
        @media (max-width: 767px) {
          .solution-page .feature-app .feature-list li .feature-info {
            width: calc(100% - 80px);
            padding-left: 1.5rem; } }
        .solution-page .feature-app .feature-list li .feature-info .app-name {
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 150%; }
          @media (max-width: 767px) {
            .solution-page .feature-app .feature-list li .feature-info .app-name {
              font-size: 1.6rem; } }
