﻿@charset "UTF-8";
/******* 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é****/
@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

ul, li {
  list-style: none; }

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

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

@keyframes translateXmove {
  from {
    transform: translateX(-30px); }
  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); } }

#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: #3e4185;
  font-size: 40px; }

#home .slick-prev {
  left: -50px; }

#home .slick-next {
  right: -50px; }

#home .banner-bg {
  background: url(../../images/home/banner.jpg);
  position: absolute;
  width: 100%;
  background-size: cover;
  height: 780px;
  position: absolute;
  width: 100%; }
  #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-bg .carousel-item {
    height: 870px;
    overflow: hidden; }
    #home .banner-bg .carousel-item img {
      object-position: center;
      transform: translateY(-5%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #home .banner-bg .carousel-item .carousel-caption {
      width: 50%;
      top: 0;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      visibility: visible;
      animation: carouselmove 3s;
      text-align: left;
      left: 11%; }
      #home .banner-bg .carousel-item .carousel-caption h1 {
        color: #97c93e;
        font-size: 40px; }
      #home .banner-bg .carousel-item .carousel-caption h2 {
        color: #fff;
        font-size: 30px; }
      #home .banner-bg .carousel-item .carousel-caption h1, #home .banner-bg .carousel-item .carousel-caption h2 {
        font-weight: 900; }
  #home .banner-bg .carousel-control-next, #home .banner-bg .carousel-control-prev {
    top: 0;
    width: 10%; }
  #home .banner-bg .caption {
    width: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px; }
    #home .banner-bg .caption z h1 {
      color: #97c93e; }
    #home .banner-bg .caption h2 {
      color: #fff; }
    #home .banner-bg .caption h1, #home .banner-bg .caption h2 {
      font-weight: 900;
      font-size: 50px; }
    #home .banner-bg .caption p .arrow {
      border: solid #97c93e;
      border-width: 0 10px 10px 0;
      display: inline-block;
      padding: 3px;
      width: 30px;
      height: 30px;
      margin: 10px; }
    #home .banner-bg .caption p .down {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }

#home .banner {
  padding-top: 160px;
  height: 780px;
  background: none;
  position: relative; }
  #home .banner .banner-components {
    width: 90%;
    margin: auto; }
    #home .banner .banner-components .btn-administration .dnav:hover {
      color: #ffdc47;
      cursor: pointer !important; }
    #home .banner .banner-components .btn-administration .dnav ul {
      margin: 0px auto;
      background: #fff;
      opacity: 0.9;
      margin-top: 2px; }
      #home .banner .banner-components .btn-administration .dnav ul li a {
        border-radius: 4px;
        padding: 7px 9px;
        text-align: left;
        width: 100%;
        color: #fff; }
    #home .banner .banner-components .btn-administration .dnav.user .showilogin {
      display: none; }
    #home .banner .banner-components .btn-administration .dnav.user .hideilogin {
      display: block; }
    #home .banner .banner-components .btn-administration .dnav.user.logined .showilogin {
      display: block; }
    #home .banner .banner-components .btn-administration .dnav.user.logined .hideilogin {
      display: none; }
  #home .banner .sln-name {
    position: absolute;
    right: 0;
    bottom: 50px; }
    #home .banner .sln-name p {
      color: #fff;
      text-transform: uppercase;
      padding: 8px 20px;
      background-color: #fbffd266;
      border-radius: 20px 5px 5px 20px;
      font-weight: bold;
      transition: all ease 0.3s; }
      #home .banner .sln-name p:hover {
        color: #3e4185;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.4); }
  #home .banner:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    pointer-events: none; }
  #home .banner .tab-banner:first-child > h1 {
    color: #cf0921;
    font-weight: 600;
    margin-bottom: 12px;
    animation: opacitymove 2s;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    animation: opacitymove 2.5s; }
  #home .banner .tab-banner:first-child > h2 {
    color: #fff;
    margin-bottom: 20px;
    animation: opacitymove 2.5s;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 35px; }
  #home .banner .tab-banner:first-child .banner-nav {
    margin-top: 30px;
    display: flex;
    align-items: center; }
    #home .banner .tab-banner:first-child .banner-nav .vertical-curve {
      height: 150px;
      width: 150px;
      position: relative;
      background-image: url(../../images/home/polygon.png);
      background-size: contain;
      background-position: center; }
      #home .banner .tab-banner:first-child .banner-nav .vertical-curve img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px; }
    #home .banner .tab-banner:first-child .banner-nav .register-online {
      margin-left: 20px;
      padding: 10px 20px;
      background-color: #ffffffcc;
      color: #170606;
      border-radius: 6px;
      display: flex;
      align-items: center;
      transition: all ease 0.3s; }
      #home .banner .tab-banner:first-child .banner-nav .register-online:hover {
        background-color: #ffffffb3; }
      #home .banner .tab-banner:first-child .banner-nav .register-online i {
        font-size: 30px; }
      #home .banner .tab-banner:first-child .banner-nav .register-online span {
        font-size: 25px;
        text-transform: uppercase;
        margin-left: 18px;
        font-weight: 500; }
  #home .banner .tab-banner:first-child p {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 4px 8px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 12px;
    position: absolute;
    margin-left: 20px; }
  #home .banner .tab-banner:last-child {
    text-align: center; }
    #home .banner .tab-banner:last-child a {
      height: 190px;
      width: 185px;
      position: relative;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      #home .banner .tab-banner:last-child a:nth-child(1) {
        background-image: url("../../images/home/polygon1.svg");
        display: inline-block;
        transform: translateY(21px); }
      #home .banner .tab-banner:last-child a:nth-child(2) {
        background-image: url("/assets/images/home/polygon2.svg");
        display: inline-block;
        transform: translateY(21px); }
      #home .banner .tab-banner:last-child a:nth-child(3) {
        background-image: url("/assets/images/home/polygon3.svg");
        display: block;
        margin: auto;
        transform: translateY(-22px); }
      #home .banner .tab-banner:last-child a div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
        #home .banner .tab-banner:last-child a div img {
          width: 50px; }
        #home .banner .tab-banner:last-child a div h4 {
          font-size: 18px;
          color: #494949;
          padding: 10px;
          margin-bottom: 0; }

#home .domain {
  position: relative;
  height: 500px;
  padding: 50px 0; }
  #home .domain .domain-banner {
    background-image: url("../../images/home/pattern.png");
    background-position: center;
    background-size: cover;
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #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 {
        width: 170px;
        height: 170px;
        padding: 20px;
        margin: auto;
        border-radius: 50%;
        border: 2px solid #3e4185;
        transition: box-shadow .2s ease-in-out; }
        #home .domain .domain-content .licensing-activities .item-license .license-content .license-img {
          height: 100%;
          width: 100%;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        #home .domain .domain-content .licensing-activities .item-license .license-content:hover {
          box-shadow: 0px 0px 8px #3e4185; }
      #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: #3e4185;
      font-size: 30px;
      cursor: pointer; }
    #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; }
  #home .service .service-group .service-title {
    padding: 6px;
    border-bottom: 4px solid #D9D9D9; }
    #home .service .service-group .service-title h3 {
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
  #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;
  background-color: #f6f9fc; }
  #home .link .btn-prev, #home .link .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #3e4185;
    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: 1200px) {
  #home .banner .banner-nav .vertical-curve {
    margin-left: -15px !important;
    margin-top: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(3) {
    padding-left: 50% !important; }
  #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(4) {
    padding-left: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(5) {
    padding-left: 15% !important; }
  #home .banner .banner-img {
    top: 35% !important; } }

@media only screen and (max-width: 1024px) {
  #home .banner .banner-img, #home .banner:after {
    display: none; }
  #home .banner .data-register-btn {
    width: 100%;
    justify-content: center;
    bottom: 15px; }
  #home .banner .banner-nav .vertical-curve {
    margin-left: 50px !important;
    margin-top: 19% !important; }
  #home .banner .banner-nav ul li:nth-child(3) {
    padding-left: 33% !important; }
  #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(4) {
    padding-left: 28% !important; }
  #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(5) {
    padding-left: 15% !important; }
  #home .banner .banner-nav ul li a {
    width: auto !important; }
  #home .slick-prev {
    left: 0; }
  #home .slick-next {
    right: 15px; }
  #home .slick-prev, #home .slick-next {
    z-index: 2; }
    #home .slick-prev:before, #home .slick-next:before {
      font-size: 40px; } }

@media only screen and (max-width: 768px) {
  #home .banner .banner-nav .vertical-curve {
    margin-left: 0px !important;
    margin-top: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(3) {
    padding-left: 33% !important; }
  #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(4) {
    padding-left: 28% !important; }
  #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(5) {
    padding-left: 15% !important; } }

@media only screen and (max-width: 480px) {
  #home .banner .banner-nav .vertical-curve {
    display: none; }
  #home .banner .banner-nav ul {
    padding-left: 0; }
    #home .banner .banner-nav ul li:nth-child(3) {
      padding-left: 33% !important; }
    #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(4) {
      padding-left: 28% !important; }
    #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(5) {
      padding-left: 15% !important; }
    #home .banner .banner-nav ul li a {
      width: 100% !important; }
    #home .banner .banner-nav ul li img {
      width: 40px !important;
      height: 40px !important; } }
