* {
  margin: 0;
  padding: 0;
  z-index: 2;
}
body {
  height: 1000px;
  background-color: #fcfcfc;
}
.banner {
  background-image: url("/img/bannerThongBao.png");
  background-size: 100% 100%;
  background-size: cover;
  background-position: center 30%;
  position: relative;
  width: 100%;
  height: 75vh;
}
.banner img {
  width: 15%;
  height: auto;
  right: 0;
  position: absolute;
  top: 5%;
}
header {
  width: 100%;
  top: 0;
  height: 60px;
  position: fixed;
  z-index: 3;
}
#mainHeader.scrolled {
  background-color: rgba(8, 21, 73, 0.937);
  transition: background-color 0.5s ease;
}
.logofpt {
  position: absolute;
  right: 0;
  top: 4em;
}
.menu {
  background-color: blue;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 60px;
  padding: 0 1px;
  z-index: 10;
  font-size: 1.5rem;
  position: fixed;
  background-color: transparent;
}
.menu > li {
  display: inline-block;
  padding-left: 3%;
}
.menu > li > a {
  text-decoration: none;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: white;
}
.menu li + li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #ccc;
  margin: 0 10px;
  vertical-align: middle;
}
.menu:hover {
  background-color: rgba(8, 21, 73, 0.937);
}
.menu > li > a:hover {
  text-decoration: underline;
}
nav {
  display: flex;
  gap: 40px;
  padding: 1%;
  margin: 1%;
  width: 100%;
  background-color: blue;
  justify-content: center;
  background-image: url(/img/background.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.844);
  z-index: 1;
}
nav > .item {
  display: flex;
  align-items: center;
}
nav > .item > .item-picture {
  width: 25%;
}
nav > .item > .item-picture img {
  width: 100%;
  padding: 0;
}
nav > .item > .item-text {
  padding: 0;
}
nav .stat-count {
  font-size: 120%;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
nav .cont_info {
  color: #848d95;
  font-size: 70%;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
article {
  position: relative;
  float: left;
  width: 73%;
  background-color: white;
}
aside {
  position: relative;
  float: right;
  min-height: 400px;
  width: 25%;
  height: 1000px;
  box-shadow: 0 0 1px gray;
  border-radius: 1px;
  background-color: rgba(238, 111, 7, 0.119);
}
aside ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
aside > ul > li {
  padding: 10px;
}
aside > ul > li > a {
  background-size: 20px 15px;
  padding-left: 10px;
  display: block;
  border-bottom: 1px solid white;
  color: orangered;
  font-variant: small-caps;
  font-size: 1.5em;
  text-decoration: none;
  padding: 8px 5px 8px 30px;
}
aside > ul > li > a:hover {
  background-size: 20px 15px;
  border-bottom: 1 pixel dotted white;
  background-color: orangered;
  color: white;
  font-weight: bold;
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
footer {
  background-color: #0e1b4d;
  padding: 40px 60px;
  font-family: Arial, sans-serif;
  position: relative;
  clear: both;
  bottom: 0;
  color: white;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-left {
  max-width: 300px;
}

.footer-left .logo {
  width: 150px;
  margin-bottom: 20px;
}

.social-icons a {
  margin-right: 10px;
  color: white;
  font-size: 20px;
}

.footer-left .contact {
  margin-top: 20px;
  font-size: 14px;
}

.footer-right h3,#info{
  color: #ff9900;
  margin-bottom: 20px;
}

.locations {
  display: flex;
  gap: 40px;
  font-size: 14px;
}

.location-col {
  min-width: 200px;
}

iframe[name="page"] {
  width: 100%;
  min-height: 400px;
}
