﻿@charset "UTF-8";
@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes translateXmoveright {
  from {
    transform: translateX(70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
.container-vw {
  width: 90vw;
  margin: auto; }

#web-head {
  background: none;
  box-shadow: none;
  padding: 15px 0;
  animation: fadeInUp 2s; }
  #web-head .topnav {
    border-bottom: solid 1px #fff; }
  #web-head .logo h1 {
    font-size: 1vw; }
    #web-head .logo h1:first-child {
      color: #fff;
      font-size: 1.1vw; }
    #web-head .logo h1:last-child {
      color: #fff; }
  #web-head .menu .mnu.active a, #web-head .menu .mnu:hover a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    border-bottom: solid 1px #fff; }
  #web-head .menu .mnu.data-register {
    background: #ffffff73;
    border-radius: 3px; }
  #web-head .dnav {
    color: #fff; }

#home {
  margin-top: -130px; }
  #home .section-title {
    display: flex;
    align-items: center; }
    #home .section-title img {
      width: 30px; }
    #home .section-title span {
      font-weight: bold;
      margin: 30px 0;
      font-size: 22px;
      padding-left: 16px; }
  #home .slick-prev:before, #home .slick-next:before {
    color: #3f51b5;
    font-size: 40px; }
  #home .slick-prev {
    left: -50px; }
  #home .slick-next {
    right: -50px; }
  #home .banner-bg {
    background: url("/assets/images/home/baner.jpg");
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100vh; }
    #home .banner-bg .circles {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #home .banner-bg .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px; }
      #home .banner-bg .circles li:nth-child(1) {
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s; }
      #home .banner-bg .circles li:nth-child(2) {
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s; }
      #home .banner-bg .circles li:nth-child(3) {
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s; }
      #home .banner-bg .circles li:nth-child(4) {
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s; }
      #home .banner-bg .circles li:nth-child(5) {
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s; }
      #home .banner-bg .circles li:nth-child(6) {
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s; }
      #home .banner-bg .circles li:nth-child(7) {
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s; }
      #home .banner-bg .circles li:nth-child(8) {
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s; }
      #home .banner-bg .circles li:nth-child(9) {
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s; }
      #home .banner-bg .circles li:nth-child(10) {
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s; }
  #home .banner {
    height: 100vh;
    position: relative; }
    #home .banner .background {
      position: absolute;
      left: 0;
      height: 100%;
      width: 35vw;
      background: rgba(14, 34, 147, 0.7);
      animation: translateXmove 3s; }
    #home .banner .title {
      position: absolute;
      padding-top: 37vh;
      text-transform: uppercase;
      padding-left: 120px;
      animation: translateXmove 2s; }
      #home .banner .title h2 {
        font-size: 3vw;
        font-weight: 900;
        color: #fff;
        margin-bottom: 20px;
        max-width: 70vw; }
        #home .banner .title h2:nth-child(1), #home .banner .title h2:nth-child(4) {
          font-size: 2.5vw;
          color: #03a9f4; }
      #home .banner .title:after {
        display: block;
        position: absolute;
        height: calc(100% - 25vh);
        width: 100%;
        content: "";
        border: solid 3px #fff;
        top: 30vh;
        left: 60px;
        clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0 70%);
        animation: opacitymove 2s; }
  #home .domain {
    position: relative;
    padding: 30px 0; }
    #home .domain .domain-content .slick-center .item-license a {
      transform: scale(1.3);
      background: linear-gradient(120deg, #001bf4, #0ff2ed); }
    #home .domain .domain-content .licensing-activities {
      padding: 20px; }
      #home .domain .domain-content .licensing-activities .item-license {
        text-align: center;
        padding: 5px; }
        #home .domain .domain-content .licensing-activities .item-license .license-content {
          margin: auto;
          background: linear-gradient(to right, rgba(0, 27, 244, 0.3), rgba(15, 242, 237, 0.3));
          padding: 4px;
          border-radius: 100%;
          width: 150px;
          height: 150px;
          display: block;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          transition: all 500ms ease;
          color: #fff;
          font-weight: 500; }
          #home .domain .domain-content .licensing-activities .item-license .license-content .license-img {
            height: 100%;
            width: 100%;
            text-align: center;
            font-size: 20px;
            padding: 10px;
            border-radius: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-position: center; }
          #home .domain .domain-content .licensing-activities .item-license .license-content:hover {
            box-shadow: 0px 0px 8px #3f51b5; }
        #home .domain .domain-content .licensing-activities .item-license .item-license-title {
          padding: 20px;
          font-size: 16px;
          text-decoration: none;
          color: #464242; }
      #home .domain .domain-content .licensing-activities .btn-prev, #home .domain .domain-content .licensing-activities .btn-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #3f51b5;
        font-size: 30px;
        cursor: pointer; }
        #home .domain .domain-content .licensing-activities .btn-prev:hover, #home .domain .domain-content .licensing-activities .btn-next:hover {
          opacity: 0.8; }
      #home .domain .domain-content .licensing-activities .btn-prev {
        left: -50px; }
      #home .domain .domain-content .licensing-activities .btn-next {
        right: -50px; }
  #home .service {
    padding: 50px 0;
    background: #3f51b5; }
    #home .service .service-group {
      height: 275px;
      padding: 5px 20px;
      animation: fadeInUp 1.2s;
      margin-bottom: 50px; }
      #home .service .service-group .service-title {
        border-bottom: 4px solid #D9D9D9;
        background: aliceblue;
        border-radius: 5px;
        padding: 20px;
        height: 100%; }
        #home .service .service-group .service-title:hover {
          background: #fff;
          cursor: pointer; }
        #home .service .service-group .service-title img {
          width: 45%;
          height: auto;
          position: absolute;
          right: 35px;
          bottom: 5px; }
        #home .service .service-group .service-title h3 {
          font-size: 30px;
          color: #3f51b5;
          font-weight: bold;
          text-align: left;
          position: relative;
          padding-bottom: 15px; }
          #home .service .service-group .service-title h3:after {
            content: "";
            background: #3f51b5;
            width: 70px;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0.8; }
      #home .service .service-group .service-list {
        padding: 10px 0; }
        #home .service .service-group .service-list ul {
          padding: 0 15px; }
          #home .service .service-group .service-list ul li {
            margin: 10px 0; }
            #home .service .service-group .service-list ul li a {
              display: flex;
              align-items: center;
              padding: 6px 10px;
              background-color: #F4F3F3;
              border-radius: 6px;
              transition: background-color .2s ease-in-out; }
              #home .service .service-group .service-list ul li a:hover {
                background-color: #d8d8d8; }
              #home .service .service-group .service-list ul li a img {
                width: 30px;
                height: 30px;
                object-fit: contain;
                object-position: center; }
              #home .service .service-group .service-list ul li a h6 {
                display: inline-block;
                color: #333;
                margin-left: 14px;
                margin-bottom: 0; }
  #home .link {
    padding: 50px 0; }
    #home .link .btn-prev, #home .link .btn-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #3f51b5;
      font-size: 30px;
      cursor: pointer; }
    #home .link .btn-prev {
      left: -50px; }
    #home .link .btn-next {
      right: -50px; }
    #home .link .box {
      padding: 15px; }
    #home .link .item {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: #eee;
      border-radius: 5px;
      height: 100%;
      padding: 2px;
      text-align: center; }
      #home .link .item img {
        height: 50px; }
      #home .link .item p {
        text-transform: uppercase;
        color: #444;
        margin: 0;
        padding: 10px 0;
        text-align: center;
        font-size: 11px; }

@media only screen and (max-width: 992px) {
  #home .banner .title {
    padding-left: 10vw; }
    #home .banner .title h2 {
      font-size: 1.8rem;
      margin-bottom: 10px; }
      #home .banner .title h2:nth-child(1), #home .banner .title h2:nth-child(4) {
        font-size: 1.2rem; }
    #home .banner .title:after {
      left: 0; }
  #home .banner .background {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .domain .domain-content .licensing-activities .item-license .item-license-title {
    font-size: 1.2rem;
    font-weight: 600; }
  .domain .domain-content .licensing-activities .item-license .license-content {
    width: 200px;
    height: 200px; }
  .domain .domain-content .licensing-activities .btn-prev {
    left: -5%; }
  .domain .domain-content .licensing-activities .btn-next {
    right: -5%; }
  .domain .domain-content .licensing-activities .btn-prev, .domain .domain-content .licensing-activities .btn-next {
    height: 100%;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; } }
