:root {
  --main-color: #193a8d;
  --border-color: #c2c2c2;
  --blue-title: #0293d6;
  --light-color: #f8f9fa;
  font-size: 14px;
}

body {
  font-family: "OpenSans", 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0px auto;
  color: #15181b;
}

header {
  width: 100%;
  margin: 0px auto;
}

.cover-banner {
  /* background-position: 29px; */
  /* background-size: cover; */
  /* min-height: 80px; */
  background-color: #f8f9fa;
}

header .banner {
  margin: 0px auto;
  padding-top: 5px;
  padding-left: 31px;
  padding-bottom: 5px;
  display: flex;
  background: url("../images/Banner.png") no-repeat;
  background-position: -21px;
}

.logo-section {
  flex-basis: 50%;
  display: flex;
  text-transform: uppercase;
}

.logo-section .logo-image {
  margin-right: 10px;
}

.logo-section .logo-image img {
  width: 70px;
}

.logo-section .logo-title {
  padding-top: 10px;
}

.info-user-section {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.info-user {
  position: relative;
  /* width: 210px; */
  margin-right: 10px;
}

.info-user img {
  padding: 1px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  cursor: pointer;
}

.info-user h4 {
  position: absolute;
  top: 10px;
  left: 70px;
  width: 300px;
  font-size: 16px;
  font-family: "OpenSansBold";
}

.info-user span {
  position: absolute;
  top: 30px;
  left: 70px;
  width: 300px;
  color: var(--main-color);
}

.info-user span a {
  text-decoration: none;
  color: var(--main-color);
}

.info-user span a:hover {
  text-decoration: underline;
}

.info-user-section .profile-user {
  text-align: right;
  width: 180px;
  z-index: 1;
}

.info-user-section .profile-user i {
  padding: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #af7201;
  border-radius: 50%;
  cursor: pointer;
  color: var(--main-color);
  font-size: 20px;
}

.info-user-section .profile-user label {
  font-size: 16px;
  font-family: "OpenSansBold";
  margin-left: 5px;
  cursor: pointer;
  line-height: 40px;
}

.info-user-section .profile-user label:hover {
  text-decoration: underline;
}

.button-section {
  text-align: right;
  flex-basis: 50%;
  /* margin: auto; */
}

.button-section .button-dangnhap,
.button-section .button-dangky {
  width: 48%;
  height: 30px;
  font-family: "OpenSansBold";
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.2em;
}

.button-section .button-dangky {
  margin-left: 5px;
}

.second-menu {
  height: 40px;
  background-color: var(--main-color);
  display: none;
  text-align: right;
  font-size: 26px;
  padding-right: 10px;
}

.sticky {
  position: fixed;
  right: 0px;
  top: 0px;
}

.second-menu .menu-home {
  border-right: 2px solid white;
  padding: 0px 8px;
  color: whitesmoke;
  z-index: 10;
  position: relative;
}

.second-menu .show-menu {
  color: whitesmoke;
  cursor: pointer;
  z-index: 10;
  position: relative;
  font-size: 0px;
}

.menu-show-toggle {
  font-size: 26px;
  transition: all 0.5s;
}

#overlay-menu {
  display: none;
}

.overlay-menu-toggle {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 7;
}

.menu-section {
  min-height: 40px;
  background-color: var(--main-color);
  font-size: 14px;
  font-family: "OpenSansSemiBold";
}

.menu-section ul {
  margin: 0px;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.menu-section ul li {
  float: left;
  list-style: none;
  text-align: center;
  padding-top: 10px;
}

.menu-section ul li:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.menu-section ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 15px 0px;
}

.menu-section .menu-active {
  font-family: "OpenSansExtra";
}

.main-body {
  margin: 30px auto;
  min-height: 60vh;
}

.footer-section {
  border-top: 1px solid #af7201;
  padding-top: 25px !important;
  padding-bottom: 10px !important;
}

.footer-section ul {
  margin: 0px;
  padding: 0px;
}

.footer-section ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footer-section ul li i {
  color: var(--main-color);
}

.footer-section ul label {
  text-transform: uppercase;
  font-size: 17px;
  color: var(--main-color);
  font-family: "OpenSansBold";
}

.footer-section ul span {
  font-family: "OpenSansBold";
}

.footer-section ul.contact a {
  text-decoration: none;
  color: var(--main-color);
}

.footer-section ul.support a {
  text-decoration: none;
  color: inherit;
}

.footer-section ul.support a:hover {
  color: #193a8d;
}

.footer-section .contact-button {
  width: 280px;
  height: 55px;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  padding: 5px;
  position: relative;
  font-family: "OpenSansBold";
}

.footer-section .support {
  padding-left: 20%;
}

.footer-section .support li {
  list-style: none;
}

.footer-section .support li img {
  margin-right: 6px;
  margin-bottom: 3px;
}

.contact-button .circle-button {
  width: 43px;
  height: 43px;
  background-color: var(--main-color);
  border-radius: 50%;
  border: none;
}

.contact-button .circle-button:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.contact-button .hotline {
  position: absolute;
  top: 3px;
  left: 60px;
  font-size: 15px;
  font-family: "OpenSansSemiBold";
}

.contact-button .phone {
  text-decoration: none;
  position: absolute;
  top: 25px;
  left: 60px;
  font-size: 15px;
  font-family: "OpenSansBold";
  color: var(--main-color);
}

.contact-button .phone .phone-child {
  text-decoration: none;
  font-family: "OpenSansBold";
  color: red;
}

.tooltip-map {
  position: relative;
}

.tooltip-map:hover>iframe {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s 0.3s;
}

.tooltip-map iframe {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 17px;
  left: 0px;
  width: 350px;
  height: 200px;
  border-radius: 5px;
}

/* Custom UI pagination */
ul.pagination {
  justify-content: end;
}

ul.pagination .page-link {
  color: var(--main-color);
}

ul.pagination .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--border-color);
}

.user-responsive {
  display: none;
}

.user-pc {
  flex-basis: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 1920px) {

  .banner,
  .footer-section {
    max-width: 1410px !important;
  }

  body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1200px;
    /* padding-left: 1px; */
  }

  body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 992px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .footer-section .right-footer {
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
  }

  .footer-section .support {
    padding-left: 0px;
  }

  .footer-section {
    padding: 20px 0px 10px 0px !important;
  }
}

@media only screen and (max-width: 992px) {
  .menu-section {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: -280px;
    bottom: 0px;
    width: 280px;
    transition: all 0.3s;
  }

  #overlay-menu {
    display: block;
  }

  .menu-toggle {
    left: 0px;
    transition: all 0.3s;
  }

  .menu-section ul {
    flex-direction: column;
    padding: 0px 15px;
  }

  .menu-section ul li {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
  }

  .second-menu {
    display: block;
  }

  .main-body {
    margin: 25px auto;
  }

  .tooltip-map iframe {
    bottom: 17px;
    left: -32vw;
    width: 60vw;
    height: 140px;
  }

  .menu-top {
    width: 100% !important;
  }

  .user-responsive {
    display: initial !important;
  }

  .user-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-left-mobile {
    text-align: left !important;
  }

  .m-0-mobile {
    margin: 0 !important;
  }

  .footer-section .contact-button {
    margin: 15px 0px;
    float: none !important;
  }

  header .banner {
    flex-direction: column;
  }

  .banner .button-section {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
  }

  .info-user-section {
    justify-content: flex-start;
    margin: 10px 0px;
  }

  .icon-menu {
    color: white;
  }

  .logo-title a h2 {
    font-size: 16px !important;
  }

  header .banner {
    margin: 0px auto;
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-bottom: 5px !important;
    background-position: -40px 0 !important;
  }

  .button-section .button-dangnhap, .button-section .button-dangky {
    font-size: 12px !important;
  }

  .user-pc {
    display: none !important;
  }

  .button-section {
    text-align: center !important;
  }

  .button-red {
    border: 1px solid white !important;
    color: var(--main-color);
    margin: 10px 0;
  }

  .button-white {
    margin: 10px 0;
    width: 45% !important;
  }

  .menu-top {
    width: 100% !important;
  }

  .user-name span {
    max-width: 180px !important;
    color: #fff !important;
  }

  .user-responsive {
    display: initial !important;
  }

  .info-user img {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  .text-left-mobile {
    text-align: left !important;
  }

  .m-0-mobile {
    margin: 0 !important;
  }

  .menu-top {
    width: 100% !important;
  }

  .footer-section {
    padding: 10px 15px !important;
  }

  .main-body {
    margin: 15px auto;
  }

  .user-responsive {
    display: initial !important;
  }
}

.title-login {
  background-color: var(--main-color);
  color: #fff;
}

.btn-login {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.menu-top {
  width: 65%;
  margin-left: initial !important;
}

.username {
  position: relative;
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-menuUser {
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 190px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  display: block;
  border: none;
}

.height-auto {
  opacity: 1;
  transform: rotateX(0deg);
  transform-origin: top;
  border: none;
}

.menu-element {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 0 !important;
  color: inherit;
  text-decoration: none;
}

.user-name i {
  cursor: pointer;
  top: 25%;
  position: absolute;
}

.menu-element:first-child:hover {
  background-color: #328cd7;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.menu-element:last-child:hover {
  background-color: #328cd7;
  color: #fff;
  border-radius: 0 0 4px 4px;
}

.hr-profiles {
  border-bottom: 1px solid var(--border-color);
}

.title-text {
  height: 100px;
  background-color: #5b6d99;
  padding: 30px 20px;
  border-radius: 4px;

}

.title-text p {
  font-size: 20px;
  color: #fff;
}

.div-info-title {
  font-weight: 700;
  font-size: 28px;
}

.div-info-title p {
  margin-bottom: 0px;
}

.div-info span {
  position: absolute;
  left: 30%;
  font-weight: 700;
}

/* style-login */
.info-reset p:not(:first-child) {
  margin-bottom: 5px
}

.info-reset {
  color: red;
}


@media only screen and (min-width: 834px) and (max-width: 1024px) {
  .button-section .button-dangnhap, .button-section .button-dangky {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-device-width: 1366px) {
  .button-section .button-dangnhap, .button-section .button-dangky {
    font-size: 13px !important;
  }
}