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

.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; }

#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: #3e4185; }
  #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: #ffdc47; }
    #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: #ffdc47; }
  #web-head .mnu.data-register {
    background: #ffffff73;
    border-radius: 3px; }
  #web-head .mnu > .dropdown-menu {
    background: #3e4185;
    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: #ffdc47;
      cursor: pointer !important; }
    #web-head .dnav .dropdown-menu {
      background-color: #3e4185;
      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: #ffdc47;
            text-decoration: none;
            font-weight: bold;
            background-color: transparent; }
            #web-head .dnav ul li a:hover i {
              color: #ffdc47 !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: #cf0921;
    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: #3e4185;
      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: #cf0921;
        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%; } }
