﻿@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é****/
ul, li {
  list-style: none; }

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

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.UI-DROP {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px; }
  .UI-DROP .UI-DDL {
    display: flex;
    border-radius: 5px;
    height: 2.5rem;
    outline: 1px solid #ccc;
    align-items: center;
    cursor: pointer; }
    .UI-DROP .UI-DDL:hover {
      outline: 2px solid #ccc; }
    .UI-DROP .UI-DDL .ui-nhan {
      margin-right: 5px; }
  .UI-DROP .dropdown-menu {
    padding: 3px; }
    .UI-DROP .dropdown-menu li {
      cursor: pointer;
      font-size: 14px;
      padding: 3px 5px;
      margin: 3px 0;
      border-radius: 3px;
      transition: ease-in-out all 0.3s; }
      .UI-DROP .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #ddd; }
      .UI-DROP .dropdown-menu li:hover {
        background: #eee; }

.container-vw {
  width: 96vw;
  margin: auto; }

.overlay-common {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none; }

.overlay-common.show {
  display: block; }

.nav-toggle {
  display: none;
  background: #cf0921;
  color: #fff;
  position: fixed;
  top: 7px;
  right: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 3px;
  padding: 4px 10px;
  z-index: 6; }
  .nav-toggle i {
    color: #fff; }
  .nav-toggle:hover {
    opacity: 0.7; }

#web-head {
  position: relative;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  z-index: 5; }
  #web-head .topnav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  #web-head .logo {
    padding: 10px 0 5px 0; }
    #web-head .logo img {
      width: 45px; }
    #web-head .logo a > div {
      justify-content: space-between;
      padding-top: 3px; }
    #web-head .logo h1 {
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
      padding-left: 10px; }
      #web-head .logo h1:first-child {
        color: #3f51b5;
        font-size: 1rem; }
      #web-head .logo h1:last-child {
        color: #333; }
  #web-head .menu {
    display: inline-flex;
    margin: auto; }
    #web-head .menu .mnu.active a, #web-head .menu .mnu:hover a {
      color: #3f51b5;
      border-bottom: solid 2px;
      background: #f5f6f7;
      border-radius: 3px; }
    #web-head .menu .mnu.data-register {
      background: #ffffff73;
      border-radius: 3px; }
  #web-head .dnav {
    color: #333;
    display: inline-block;
    font-size: 1.1vw;
    font-weight: 600;
    padding: 5px 10px;
    margin-right: 2px;
    text-transform: uppercase; }
    #web-head .dnav .dropdown-menu {
      top: 25px !important;
      margin: 0px auto;
      background: #fff;
      padding: 3px 7px 7px 7px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
      #web-head .dnav .dropdown-menu li {
        padding: 10px 5px 0px 5px; }
        #web-head .dnav .dropdown-menu li:not(:last-child) {
          border-bottom: 1px solid #ddd; }
        #web-head .dnav .dropdown-menu li a {
          width: 100%;
          color: #333;
          font-size: 14px;
          cursor: pointer;
          font-weight: 500; }
          #web-head .dnav .dropdown-menu li a:hover {
            color: #3f51b5; }
          #web-head .dnav .dropdown-menu li a i {
            margin-right: 5px;
            font-size: 13px;
            display: inline-block; }
    #web-head .dnav.user {
      padding: 2px 15px;
      border-left: solid 1px #ffffff85;
      cursor: pointer; }
      #web-head .dnav.user .showilogin {
        display: none; }
      #web-head .dnav.user .hideilogin {
        display: block; }
    #web-head .dnav.user.logined .showilogin {
      display: block; }
    #web-head .dnav.user.logined .hideilogin {
      display: none; }
  #web-head .header-nav.mb {
    position: fixed;
    top: 0px;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    background: #3f51b5;
    padding-top: 20px;
    overflow: auto;
    bottom: 0px;
    width: 340px;
    z-index: 5; }
    #web-head .header-nav.mb li a {
      color: #fff !important; }
  #web-head .logo-mb img {
    height: 60px;
    display: flex;
    margin: auto; }
  #web-head .logo-mb h1 {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    margin: 10px;
    text-align: center;
    color: #fff; }

@media (max-width: 992px) {
  .nav-toggle {
    display: block; }
  #web-head {
    padding: 0 !important; }
    #web-head .logo h1 {
      font-size: 0.6rem !important; }
    #web-head .logo img {
      width: 30px; }
    #web-head .header-nav.lg {
      display: none; }
    #web-head .header-nav.mb.show {
      visibility: visible;
      opacity: 1;
      left: 0px; }
      #web-head .header-nav.mb.show .menu {
        margin-top: 20px;
        border-top: solid 1px #fff;
        padding: 10px 0; }
      #web-head .header-nav.mb.show .dnav {
        font-size: 1rem !important; }
    #web-head .header-nav .menu {
      display: block; }
    #web-head .header-nav ul {
      padding: 0; }
    #web-head .header-nav .menu > li {
      width: 100%;
      float: none;
      font-size: 1rem;
      padding: 0 10px; }
      #web-head .header-nav .menu > li.active a {
        width: 100%;
        background: #cf0921;
        border-radius: 5px;
        padding: 10px; }
      #web-head .header-nav .menu > li > a {
        display: block;
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: 500;
        position: relative;
        border-bottom: solid 5px transparent; } }
