#header {
  box-shadow: 2px 1px 5px 0px #d1d1d1;
}
#header .border-topheader {
  background: #446084;
  padding: 5px 0;
}
#header .border-topheader .contact-top-bar li {
  display: flex;
  color: #fff;
  align-items: center;
  margin-right: 20px;
  font-weight: bold;
}
#header .border-topheader .contact-top-bar li i {
  margin-right: 5px;
}
#header .border-topheader .contact-top-bar li a {
  color: #fff;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.nav-item-menu .navbar-nav {
  flex-direction: row;
}
.nav-item-menu .navbar-nav .nav-item {
  margin-left: 45px;
}
.nav-item-menu .navbar-nav .nav-item .nav-link {
  color: #1e2b57;
  font-weight: bold;
}

#footer {
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}

.footer-top {
  background-color: #1e2b57;
}
.footer-top .title-menu-ft, .footer-top .contact-us-ft {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 20px;
}
.footer-top .menu-bottom li {
  margin-bottom: 15px;
}

.social-button {
  display: inline-grid;
  position: fixed;
  bottom: 15px;
  right: 45px;
  min-width: 45px;
  text-align: center;
  z-index: 9999;
}
@media (max-width: 767px) {
  .social-button {
    bottom: 22px;
    min-width: 45px;
    text-align: center;
    z-index: 9999;
    left: 25px;
  }
}
.social-button .social-button-content {
  display: inline-grid;
}
@media (max-width: 767px) {
  .social-button .social-button-content {
    text-align: left;
  }
}
.social-button .social-button-content .call-icon {
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}
.social-button .social-button-content .call-icon i {
  width: 50px;
  height: 50px;
  background: #11b2ec;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 2.6;
  position: relative;
  z-index: 999;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: tada;
}
.social-button .social-button-content .call-icon i.icon-red {
  background: red;
}
.social-button .social-button-content .call-icon .fa-phonea {
  background: url(/images/phone-icon.png?b2ed2e3a5ef94823bb0dc48aae88ad2a) no-repeat center;
}
.social-button .social-button-content .call-icon .fa-facebooks {
  background: url(/images/messenger-icon.png?573b28b75addad593f4f21743e23a507) no-repeat center;
}
.social-button .social-button-content .call-icon .fa-zalo {
  background: url(/images/zalo-icon-1.png?d9f01a82835bea563c84bc104d957892) no-repeat center;
}
@media (max-width: 767px) {
  .social-button .social-button-content .call-icon .user-support {
    display: none;
  }
}
.social-button .social-button-content .call-icon span {
  border-radius: 2px;
  text-align: center;
  background: #11b2ec;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 9px;
  right: 55px;
  transition: all 0.2s ease-in-out 0s;
  animation: headerAnimation 0.7s 1;
}
.social-button .social-button-content .call-icon span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #11b2ec;
  position: absolute;
  right: -10px;
  top: 10px;
}
.social-button .social-button-content .call-icon span:hover {
  display: block;
}
@media (max-width: 767px) {
  .social-button .social-button-content .call-icon span {
    display: none;
  }
}

.alo-circle {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  width: 60px;
  height: 60px;
  top: 3px;
  right: -4px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-color: #3aac0b;
  opacity: 0.5;
}

.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
  width: 70px;
  height: 70px;
  top: -2px;
  right: -8px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #11b2ec;
  opacity: 0.75;
}

#navigation-menu {
  display: none;
}

.moby .moby-inner .head-menu-mobile {
  display: flex;
  justify-content: space-between;
}
.moby .moby-inner .head-menu-mobile img {
  align-self: center;
  max-width: 200px;
  padding: 0 10px;
}
.moby .moby-inner .head-menu-mobile .moby-close {
  background: none;
  padding: 14px 0;
  color: #fff;
}
.moby .moby-inner .head-menu-mobile .moby-close .moby-close-icon {
  margin-right: 7px;
}
.moby .moby-inner .moby-wrap .moby-menu nav ul {
  padding: 10px;
}
.moby .moby-inner .moby-wrap .moby-menu nav ul li a {
  color: #333333;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
}
.moby .moby-inner .moby-wrap .moby-menu nav ul li a > i {
  margin-right: 5px;
}
.moby .moby-inner .moby-wrap .moby-menu nav ul li a img {
  margin-right: 8px;
  max-width: 25px;
}
.moby .moby-inner .moby-wrap .moby-menu nav ul li a .moby-expand {
  width: auto;
  padding: 10px 0;
  color: #333333;
}
.moby .moby-inner .moby-wrap .moby-menu nav ul li a .moby-expand span i {
  font-size: 16px;
}

.breadcrumb {
  margin-top: 15px;
}

.box-head-body {
  background-color: #446084;
  padding: 40px 0;
}
.box-head-body .title-page {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.title-page {
  margin-bottom: 30px;
}

.content-page .img-article {
  margin-bottom: 15px;
}
.content-page .title-article {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #128DCD;
}

.box-right {
  margin-bottom: 40px;
}
.box-right .title-right {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
