@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --bg-blue: #023e8a;
  --bg-blue-light: #5b8fbb;
  --bg-blue-weight: #004c76;
  --color-blue-light: #0060ae;
  --color-primary: #023e8a;
  --color-black: #1b1919;
}

* {
  text-rendering: geometricprecision;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
img[src=""],
img:not([src]) {
  content: url(images/noimage.png);
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
body {
  margin: 0 auto;
  padding: 0;
}
a {
  color: #444;
  text-decoration: none;
  font-size: 14px;
}
a:hover {
  color: #ffba28;
  text-decoration: none;
  font-size: 14px;
}
img {
  border: medium none;
  max-width: 100%;
}
.MainStructure {
  background: none repeat scroll 0 0 #f1f1f1;
  text-align: center;
}
.MainStructure .TopBanner {
  margin: 0 auto;
  width: 100%;
  /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
  background: #fff;
  display: flex;
  margin-bottom: 10px;
}
.MainStructure .TopBar {
  display: inline-block;
  margin-top: 0;
  text-align: justify;
  width: 100%;
  min-height: 50px;
  position: relative;
}
.MainStructure .ContentBanner {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.MainStructure .ContentBanner .bg-black {
  background: #fff;
}
.MainStructure .ContentBar1 {
  text-align: justify;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
}
.MainStructure .LeftBar1 {
  text-align: justify;
  vertical-align: top;
  padding-right: 5px;
  padding-top: 10px;
}
.MainStructure .MainContent {
  background: none repeat scroll 0 0 #eee;
  /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
  display: inline-table;
  /* margin: 0 auto; */
  vertical-align: top;
  width: 1296px;
  min-height: 50px;
}
.MainStructure .LeftBar {
  padding: 35px 15px 15px 15px;
  text-align: justify;
  vertical-align: top;
}
.MainStructure .ContentBar {
  text-align: justify;
  vertical-align: top;
  padding: 10px 0;
}
.MainStructure .FooterBanner {
  background: var(--bg-blue);
  min-height: 180px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
}
.MainStructure .LeftBar1 .bg-blue-5 {
  background-color: #dbeef8;
  padding: 10px 12px;
  display: block;
  border-radius: 0.5rem;
}
.MainStructure .FooterBar {
  display: inline-block;
  text-align: justify;
  width: 1296px;
  position: relative;
  background: url(https://storage-vnportal.vnpt.vn/vnportal-tw/themes/default/panelstylesheet/top-twocolumn-footer/images/bg-footer.png)
    no-repeat center;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #6c757d59;
}
.UIScriptEmbed_Default {
  display: none !important;
}
.MainStructure .LeftBar1 .bg-white-5 {
  background-color: #fff;
  padding: 10px 12px;
  display: inline-flex;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .MainStructure .TopBanner {
    margin: 0;
  }
  .MainStructure .MainContent {
    max-width: 100%;
  }
  .MainStructure .FooterBar {
    padding: 10px !important;
    padding-top: 10px !important;
  }
  .MainStructure .ContentBar {
    padding: 0px;
  }
  .MainStructure .LeftBar1 .bg-blue-5,
  .MainStructure .LeftBar1 .bg-white-5 {
    padding: 10px 0;
  }
  .MainStructure .ContentBar1 {
    padding: 0px;
  }
  .MainStructure .FooterBar {
    background-size: cover;
  }
}
