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

header .header .top-header {
  background-color: #3cbf59;
}
header .header .top-header .info-header h6 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
header .header .top-header #nav-login-lg {
  cursor: pointer;
}
header .header .top-header #nav-login-lg .sign-in {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  width: 100px;
  height: 40px;
  border: 1px solid #2bc27d;
  border-radius: 7px;
  color: #2bc27d;
  background-color: #ffffff;
}
header .header .top-header #nav-login-lg .dropdown-toggle {
  color: #fff;
}
header .header .main-header .menu {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px #ccc;
}
@media only screen and (max-width: 769px) {
  header .header .main-header .menu {
    z-index: 1;
    position: relative;
  }
}
header .header .main-header .menu .logo {
  width: 50px;
  height: 50px;
  padding: 0;
  display: block;
}
header .header .main-header .menu .logo img {
  width: 100%;
}
header .header .main-header .menu #navbarNav .navbar-nav {
  margin-left: 30px;
}
@media only screen and (max-width: 769px) {
  header .header .main-header .menu #navbarNav .navbar-nav {
    margin: 20px -15px;
  }
}
header .header .main-header .menu #navbarNav .navbar-nav .nav-item {
  padding: 0 10px;
  margin: 0 6px;
}
@media only screen and (max-width: 769px) {
  header .header .main-header .menu #navbarNav .navbar-nav .nav-item {
    border-top: 1px solid #ececec;
  }
}
header .header .main-header .menu #navbarNav .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 6px 16px;
}
header .header .main-header .menu #navbarNav .navbar-nav .nav-item > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
