﻿@charset "UTF-8";
@import url("/assets/fonts/icomoon/iconmon.css");
/****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é****/
/*@mixin ipad-rotate  {
  @media screen and (max-width: 768px) and (orientation:landscape) { @content; }
}*/
ul, li {
  list-style: none; }

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

a:hover {
  text-decoration: none; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0; }

@keyframes slideIn {
  from {
    margin-left: -50px; }
  to {
    margin-left: unset; } }

header {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #3f51b5; }
  header .topnav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  header .logo img {
    border-radius: 4px;
    width: 45px; }
  header ul.menu {
    padding: 0;
    margin: 0; }
  header .dmnu.hideilogin {
    display: none; }
    header .dmnu.hideilogin.logined {
      display: block; }
  header .sub-menu .fa-caret-down {
    padding-top: 5px;
    padding-left: 5px; }
  header .sub-menu .dropdown-toggle::after {
    display: none; }
  header .sub-menu .dropdown-menu {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top: solid 5px #3f51b5; }
  header .sub-menu.dnav a {
    color: #0a2540; }
  header .sub-menu .domain {
    min-width: 60vw; }
    header .sub-menu .domain .box-items {
      margin: 0px auto; }
      header .sub-menu .domain .box-items .items {
        padding: 5px;
        display: flex; }
        header .sub-menu .domain .box-items .items.hideilogin {
          display: none; }
        header .sub-menu .domain .box-items .items a {
          color: inherit;
          font-weight: 500;
          font-size: 14px;
          border-bottom: dotted 1px #3f51b5;
          display: block;
          height: 100%;
          width: 100%;
          white-space: nowrap;
          padding-bottom: 3px; }
          header .sub-menu .domain .box-items .items a:hover {
            color: #3f51b5;
            transition: ease-in-out 0.2s; }
        header .sub-menu .domain .box-items .items .item {
          height: 100%;
          padding: 5px;
          display: flex;
          align-items: center;
          margin-bottom: 3px;
          border-radius: 5px; }
          header .sub-menu .domain .box-items .items .item img {
            width: 24px;
            max-height: 24px;
            margin-right: 10px;
            object-fit: contain; }
          header .sub-menu .domain .box-items .items .item span {
            display: block; }
          header .sub-menu .domain .box-items .items .item:before {
            content: "";
            width: 5px;
            height: 0px;
            background: #3f51b5;
            border-radius: 5px;
            margin-right: 5px; }
          header .sub-menu .domain .box-items .items .item:hover, header .sub-menu .domain .box-items .items .item.active {
            background: #d9def9;
            cursor: pointer; }
            header .sub-menu .domain .box-items .items .item:hover:before, header .sub-menu .domain .box-items .items .item.active:before {
              height: 100%; }
  header .dnav {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px; }
    header .dnav:hover {
      color: #ffc107;
      cursor: pointer; }
    header .dnav span {
      display: flex;
      justify-content: center; }
    header .dnav .active {
      color: #ffc107; }
      header .dnav .active::after {
        position: absolute;
        height: 3px;
        width: 24px;
        background: #ffc107;
        border-radius: 3px;
        content: "";
        margin-top: 25px;
        animation-name: slideIn;
        animation-duration: 0.5s; }
  header .user.user-web {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    padding: 3px 10px; }
    header .user.user-web:hover {
      background: #fff;
      cursor: pointer; }
    header .user.user-web .dropdown-toggle::after {
      display: none; }
    header .user.user-web .dropdown-menu {
      background-color: #fff;
      border-radius: 3px;
      top: 8px !important;
      left: 15px !important;
      border-top: solid 5px #3f51b5; }
  header .user .showilogin {
    display: none; }
  header .user .hideilogin {
    display: block; }
  header .user.logined .showilogin {
    display: block; }
  header .user.logined .hideilogin {
    display: none; }
  header .user i {
    margin-right: 5px; }
  header .user ul {
    padding: 5px; }
    header .user ul li {
      padding: 3px 0;
      border-bottom: 1px dotted #3f51b5; }
      header .user ul li a {
        border-radius: 3px;
        padding: 5px;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        display: block;
        color: inherit; }
        header .user ul li a:hover {
          background: #d9def9;
          cursor: pointer;
          color: #3f51b5; }

/*** Web ***/
#menu-web .menu {
  display: inline-flex; }

#menu-web .dnav {
  display: inline-block; }

/*** Mobile **/
#mobile-head {
  display: none;
  position: fixed;
  z-index: 9;
  width: 100vw;
  top: 0; }

#menu-mobile {
  display: none;
  height: 100vh;
  width: 88vw;
  top: 0;
  right: 0;
  background: rgba(63, 81, 181, 0.9);
  z-index: 4;
  visibility: hidden;
  position: fixed;
  transition: all .2s ease-in-out; }
  #menu-mobile .user {
    background: none;
    border-top: solid 1px #fff;
    width: 54%; }
    #menu-mobile .user ul {
      padding: 0; }
      #menu-mobile .user ul li {
        padding: 7px 0; }
        #menu-mobile .user ul li a {
          font-weight: 300; }
  #menu-mobile header .dnav .dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    padding-bottom: 0; }
  #menu-mobile .menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding: 20px;
    list-style-type: none; }
    #menu-mobile .menu li {
      padding: 1em;
      text-align: left;
      width: 100%; }
      #menu-mobile .menu li a {
        color: white;
        text-decoration: none;
        font-size: 1.5em; }
        #menu-mobile .menu li a:hover {
          color: #333332; }

#overlay-button {
  display: none; }

@keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }

#overlay-button {
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 5;
  cursor: pointer;
  user-select: none; }
  #overlay-button span {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    display: block;
    transition: all .2s ease-in-out; }
    #overlay-button span:before {
      top: -8px;
      visibility: visible; }
    #overlay-button span:after {
      top: 8px; }
    #overlay-button span:before, #overlay-button span:after {
      height: 3px;
      width: 30px;
      border-radius: 2px;
      background-color: #fff;
      position: absolute;
      content: "";
      transition: all .2s ease-in-out; }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #ffc107; }

/*input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked ~ #menu-mobile {
    visibility: visible;
}

input[type=checkbox]:checked ~ #overlay-button {
    &:hover span, span {
        background: transparent;
    }

    span {
        &:before {
            transform: rotate(45deg) translate(5px, 5px);
            opacity: 1;
        }

        &:after {
            transform: rotate(-45deg) translate(7px, -7px);
        }
    }
}*/
/*Responsive*/
@media only screen and (max-width: 992px) {
  #menu-web {
    display: none; }
  #menu-mobile, #overlay-button {
    display: block; }
  #web-head {
    display: none; }
  #mobile-head {
    display: block; } }
