﻿@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é****/
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; }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 575.99px) {
  .container-sm, .container {
    /* padding: 0; */ } }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: calc(1198px + 10px * 2); } }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: calc(1260px + 10px * 2); } }

@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: calc(1680px + 10px * 2); } }

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

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

#header {
  padding: 10px 0;
  font-size: 14px;
  background: #F3F4F5;
  position: relative; }

#title-sys {
  padding: 15px 0; }
  #title-sys .group {
    display: flex;
    justify-content: space-between; }
    #title-sys .group .head-logo {
      display: flex;
      justify-content: space-between; }
      #title-sys .group .head-logo .sys-title #sys-name {
        text-transform: uppercase;
        color: #2e73d5;
        font-weight: 600;
        font-size: 22px;
        text-shadow: #ddd 1px 0 0.5px; }
      #title-sys .group .head-logo .sys-title #sys-subname {
        text-transform: uppercase;
        color: #464646;
        font-weight: 500;
        font-size: 15px;
        text-shadow: #ddd 1px 0 0.5px; }
      #title-sys .group .head-logo img {
        width: 60px;
        height: 60px;
        margin-right: 15px; }
    #title-sys .group .nav-item {
      background-color: #2e73d5;
      border: 1px solid #2e73d5;
      border-radius: 10px;
      color: #2e73d5;
      margin: auto 0 auto auto;
      box-shadow: #b0b0b0 1px 0 0.5px; }
      #title-sys .group .nav-item .nav-link {
        display: block;
        padding: 10px 20px;
        color: #fff; }
        #title-sys .group .nav-item .nav-link i {
          font-size: 16px; }
      #title-sys .group .nav-item .fal {
        font-size: 15px; }
      #title-sys .group .nav-item .dropdown-toggle::after {
        font-size: 20px; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px; }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg); }

#web-head {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #2e73d5; }
  #web-head .topnav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 55px; }
    #web-head .topnav .dmnu.hideilogin {
      display: none; }
      #web-head .topnav .dmnu.hideilogin.logined {
        display: block; }
  #web-head .logo {
    display: block; }
    #web-head .logo img {
      border-radius: 4px;
      width: 45px; }
    #web-head .logo h1 {
      font-weight: 600;
      color: #f4f5f6; }
    #web-head .logo h1 {
      font-size: 14px;
      margin: 0;
      height: 100%;
      align-items: flex-end;
      display: flex;
      padding-left: 5px;
      text-transform: uppercase;
      font-weight: 600; }
  #web-head .logo-mb {
    display: none; }
    #web-head .logo-mb img {
      height: 70px;
      display: flex;
      margin: auto; }
    #web-head .logo-mb h1 {
      font-size: 24px;
      display: flex;
      justify-content: center;
      margin: 10px; }
  #web-head .menu {
    display: inline-flex;
    margin: auto; }
  #web-head .mnu > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  #web-head .mnu.active a {
    color: #f4f5f6; }
  #web-head .mnu.data-register {
    background: #ffffff73;
    border-radius: 3px; }
  #web-head .mnu > .dropdown-menu {
    background: #2e73d5;
    padding: 5px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    top: 4px !important; }
    #web-head .mnu > .dropdown-menu > li {
      padding: 0 !important; }
    #web-head .mnu > .dropdown-menu > li a {
      padding: 5px 15px;
      width: 100%;
      border-radius: 3px; }
      #web-head .mnu > .dropdown-menu > li a i {
        width: 30px;
        font-weight: 100; }
  #web-head .dnav {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 12px; }
    #web-head .dnav:hover {
      color: #f4f5f6;
      cursor: pointer !important; }
    #web-head .dnav .dropdown-menu {
      background-color: #2e73d5;
      border: medium none;
      border-radius: 0;
      padding-bottom: 0;
      top: 20px !important;
      left: 4px !important; }
    #web-head .dnav ul {
      margin: 0px auto;
      background: #fff;
      opacity: 0.9; }
      #web-head .dnav ul li {
        height: 37px;
        padding: 1px 6px 6px 6px;
        border-bottom: 1px solid #fff;
        color: #Fff; }
        #web-head .dnav ul li a {
          border-radius: 4px;
          padding: 7px 9px;
          text-align: left;
          width: 100%;
          color: #fff; }
          #web-head .dnav ul li a:hover {
            color: #f4f5f6;
            text-decoration: none;
            font-weight: bold;
            background-color: transparent; }
            #web-head .dnav ul li a:hover i {
              color: #f4f5f6 !important; }
    #web-head .dnav.user {
      padding: 2px 15px;
      border-left: solid 1px #ffffff85; }
      #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 .nav-toggle {
    display: none;
    background: #f2ac1b;
    width: 55px;
    height: 55px;
    margin: 0px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    position: fixed;
    top: 0px;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
    border-radius: 3px;
    opacity: 0.7; }
  #web-head .nav-toggle i {
    border-radius: 2px;
    color: #fff;
    margin-top: 13px; }
  @media (max-width: 991px) {
    #web-head .nav-toggle {
      display: block; }
    #web-head .header-nav {
      position: fixed;
      top: 0px;
      left: -100%;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease;
      overflow: auto;
      bottom: 0px;
      width: 340px; }
    #web-head .header-nav.show {
      visibility: visible;
      opacity: 1;
      transition: all 0.3s ease;
      left: 0px;
      background: #2e73d5;
      padding-top: 20px; }
      #web-head .header-nav.show .logo-mb {
        display: block; }
        #web-head .header-nav.show .logo-mb .dnav {
          width: 100%; }
      #web-head .header-nav.show .user {
        width: 100%;
        background: none;
        padding: 0 20px; }
      #web-head .header-nav.show .dnav .dropdown-menu {
        width: 100%;
        transform: translate3d(0, 535px, 0px) !important;
        padding: 10px;
        background: none; }
        #web-head .header-nav.show .dnav .dropdown-menu li {
          padding: 7px; }
    #web-head .header-nav .menu {
      display: block; }
    #web-head .header-nav ul {
      padding: 0; }
    #web-head .header-nav ul li a {
      font-size: 20px; }
    #web-head .header-nav .menu > li {
      width: 100%;
      float: none;
      font-size: 24px;
      padding: 0 10px; }
      #web-head .header-nav .menu > li.active a {
        width: 100%;
        background: #f2ac1b;
        border-radius: 5px;
        padding: 10px; }
    #web-head .header-nav .menu > li > a {
      display: block;
      padding: 10px 15px;
      font-size: 24px;
      font-weight: 500;
      position: relative;
      border-bottom: solid 5px transparent; } }
  @media (max-width: 599px) {
    #web-head .header-nav {
      width: 300px; }
    #web-head .logo {
      width: 100%; } }

.nav-header {
  width: 100%;
  background-color: #2e73d5;
  /* rotate caret on hover */ }
  .nav-header .container {
    padding: 0px; }
  .nav-header .menu {
    display: inline-flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    flex-direction: row; }
  .nav-header .dmnu.hideilogin {
    display: none; }
    .nav-header .dmnu.hideilogin.logined {
      display: block; }
  .nav-header .mnu > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 3px;
    background: transparent;
    margin: auto;
    display: block; }
  .nav-header .mnu.active > a, .nav-header .mnu:hover > a {
    background-color: #155bbf;
    color: #fff;
    cursor: pointer !important;
    /*&:before {
            background: #fff;
            animation: translateXmove 0.5s;
        }*/ }
  .nav-header .mnu.active > a[ref='trang-chu'], .nav-header .mnu:hover > a[ref='trang-chu'] {
    color: #f2ac1b; }
  .nav-header .mnu.data-register {
    background: #ffffff73;
    border-radius: 3px; }
  .nav-header .mnu > .dropdown-menu {
    background: #fff;
    padding: 0px;
    margin: 0;
    position: absolute;
    min-width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #ccc;
    margin: 2px 0 0;
    text-align: left; }
    .nav-header .mnu > .dropdown-menu > li a {
      padding: 15px 20px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      border-bottom: 1px dashed #ccc; }
      .nav-header .mnu > .dropdown-menu > li a:hover, .nav-header .mnu > .dropdown-menu > li a.active {
        color: #fff;
        background: #2e73d5; }
      .nav-header .mnu > .dropdown-menu > li a i {
        width: 30px;
        font-weight: 100; }
    .nav-header .mnu > .dropdown-menu li:last-of-type > a {
      border-bottom: none; }
  .nav-header .dnav {
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 600;
    padding: 15px 20px;
    position: relative; }
    .nav-header .dnav span {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; }
    .nav-header .dnav .dropdown-toggle::after {
      display: none; }
    .nav-header .dnav ul {
      margin: 0px auto;
      background: #fff;
      opacity: 0.9; }
      .nav-header .dnav ul li {
        height: 37px;
        padding: 1px 6px 6px 6px;
        border-bottom: 1px solid #fff;
        color: #Fff; }
        .nav-header .dnav ul li a {
          border-radius: 4px;
          padding: 7px 9px;
          text-align: left;
          width: 100%;
          color: #fff; }
          .nav-header .dnav ul li a:hover {
            color: #808080;
            text-decoration: none;
            font-weight: bold;
            background-color: transparent; }
            .nav-header .dnav ul li a:hover i {
              color: #f4f5f6 !important; }
    .nav-header .dnav.user {
      padding: 2px 15px; }
      .nav-header .dnav.user .showilogin {
        display: none; }
      .nav-header .dnav.user .hideilogin {
        display: block; }
    .nav-header .dnav.user.logined .showilogin {
      display: block; }
    .nav-header .dnav.user.logined .hideilogin {
      display: none; }
  .nav-header .navbar-nav li:hover > ul.dropdown-menu {
    display: block; }
  .nav-header .dropdown-submenu {
    position: relative; }
  .nav-header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
    position: absolute;
    padding: 0; }
  .nav-header .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg); }
  .nav-header.mb {
    visibility: hidden;
    height: 0; }
