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

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

.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: absolute;
  width: 100%;
  z-index: 10;
  background-color: #ffedbd;
}
@media only screen and (max-width: 769px) {
  #web-head {
    position: fixed;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 769px) {
  #web-head > div {
    margin: 0 -15px;
  }
}
#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-size: 16px;
  margin: 0;
  height: 100%;
  align-items: flex-end;
  display: flex;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #EE1313;
}
#web-head .logo-mb {
  display: none;
}
#web-head .logo-mb img {
  height: 70px;
  display: flex;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  #web-head .logo-mb img {
    height: 50px;
  }
}
#web-head .logo-mb h1 {
  font-size: 24px;
  display: flex;
  justify-content: center;
  margin: 10px;
}
@media only screen and (max-width: 769px) {
  #web-head .logo-mb h1 {
    font-size: 18px;
    text-transform: uppercase;
  }
}
#web-head .menu {
  display: inline-flex;
  margin: auto;
}
#web-head .mnu > a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: 0px 0px 1px rgba(93, 53, 53, 0.5);
  text-transform: uppercase;
}
#web-head .mnu.active > a {
  color: #EE1313;
}
#web-head .mnu.data-register {
  background: rgba(255, 255, 255, 0.4509803922);
  border-radius: 3px;
}
#web-head .mnu > .dropdown-menu {
  background-color: #ffedbd;
  padding: 5px;
  top: 4px !important;
  margin: 0;
  border-radius: 2px;
  box-shadow: 0 0 4px #fff;
  border: none;
}
@media only screen and (max-width: 769px) {
  #web-head .mnu > .dropdown-menu {
    background-color: #B35E0F;
  }
}
#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: #B35E0F;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 16px;
}
@media only screen and (max-width: 769px) {
  #web-head .dnav {
    color: #fff;
  }
}
#web-head .dnav:hover {
  color: #EE1313;
  cursor: pointer !important;
}
#web-head .dnav .dropdown-menu {
  background-color: #ffedbd;
  border-radius: 2px;
  padding: 0;
  top: 20px !important;
  left: unset;
  box-shadow: 0 0 4px #fff;
  border: none;
}
@media only screen and (max-width: 769px) {
  #web-head .dnav .dropdown-menu {
    background-color: #B35E0F;
  }
}
#web-head .dnav ul {
  margin: 0px auto;
  background: #fff;
}
#web-head .dnav ul li {
  color: #Fff;
}
#web-head .dnav ul li a {
  border-radius: 4px;
  padding: 8px 12px;
  text-align: left;
  display: block;
  color: #B35E0F;
}
#web-head .dnav ul li a:hover {
  color: #EE1313;
}
#web-head .dnav ul li a i {
  margin-right: 5px;
}
#web-head .dnav.user {
  padding: 0;
  border-left: solid 1px rgba(255, 255, 255, 0.5215686275);
}
#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;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #EE1313;
  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;
  font-size: 24px;
  line-height: 55px;
}
@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: #B35E0F;
    padding-top: 20px;
  }
  #web-head .header-nav.show .logo-mb {
    display: block;
  }
  #web-head .header-nav.show .logo-mb .dnav {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 769px) {
  #web-head .header-nav.show .logo-mb .dnav {
    display: flex;
  }
}
@media (max-width: 991px) {
  #web-head .header-nav.show .user {
    width: 100%;
    background: none;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  #web-head .header-nav.show .dnav .dropdown-menu {
    width: 100%;
    padding: 10px;
    background: none;
  }
}
@media (max-width: 991px) {
  #web-head .header-nav .menu {
    display: block;
  }
}
@media (max-width: 991px) {
  #web-head .header-nav ul {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #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%;
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  #web-head .header-nav .menu > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #e9ecef;
  }
}
@media (max-width: 599px) {
  #web-head .header-nav {
    width: 300px;
  }
  #web-head .logo {
    width: 100%;
  }
}
