﻿img {
  max-width: 100%;
}

.subpage-bg {
  min-height: initial;
}

.bg-white {
  background-color: white;
}

.module-content {
  padding: 0;
}
.module-content .container-fluid > .panel:first-child {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.form-signin {
  max-width: inherit;
  margin-left: 20px;
  background: #fff;
  border: 1px solid #c8cee2;
  outline: none;
  border-radius: 5px;
  color: #000;
  padding: 43px 20px;
}
.form-signin .form-control {
  border: 1px solid #c8cee2;
  border-radius: 3px;
  padding: 8px 15px;
  padding-left: 65px;
  box-shadow: none;
}
.form-signin .form-control:focus {
  outline: none;
  border-color: #09d;
  box-shadow: none;
}
.form-signin .username-box-form-control {
  margin-bottom: 20px;
}
.form-signin input[type=password] {
  margin-bottom: 20px !important;
}
.form-signin .position-relative {
  position: relative;
}
.form-signin .position-relative:before {
  width: 50px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  background: #eef2f3;
  display: block;
  content: "";
  z-index: 8;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #c8cee2;
}
.form-signin .position-relative svg {
  position: absolute;
  left: 15px;
  top: 6px;
  z-index: 9;
}
.form-signin .form-signin-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #09d;
  margin: 0 0 20px !important;
}
.form-signin .btn-primary {
  height: 44px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
.form-signin .btn-primary:focus {
  outline: none;
}
.form-signin .forgot-password {
  padding-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.form-signin .forgot-password a {
  color: #09d;
  cursor: pointer;
}
.form-signin .forgot-password a:hover {
  color: #ff6600;
  text-decoration: none;
}
.form-signin #Captcha {
  position: relative;
  padding-left: 165px;
  font-size: 0;
}
.form-signin #Captcha br {
  display: none;
}
.form-signin #Captcha #CaptchaImage {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 150px;
  height: 55px;
}
.form-signin #Captcha a {
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}
.form-signin #Captcha #CaptchaInputText {
  font-size: 14px;
  border: 1px solid #c8cee2;
  border-radius: 3px;
  padding: 4px 15px;
  max-width: 100%;
}
.form-signin #Captcha #CaptchaInputText:focus {
  outline: none;
  border-color: #09d;
  box-shadow: none;
}

#carousel-ADS .carousel-inner {
  border-radius: 5px;
}
#carousel-ADS .carousel-control.left {
  border-radius: 5px 0 0 5px;
}
#carousel-ADS .carousel-control.right {
  border-radius: 0 5px 5px 0;
}

.modal-dialog .modal-content {
  border: 0;
}

.layout-anonymous {
  background-color: white;
}
.layout-anonymous .logo {
  padding: 30px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.layout-anonymous section.default-header {
  margin-bottom: 30px;
  height: 110px;
  line-height: 110px;
  background: url(images/banner.jpg) no-repeat center bottom;
  background-size: cover;
}
.layout-anonymous .row-logo-vna {
  margin-top: 50px;
  border-top: 1px solid #c8cee2;
  padding: 20px 0;
  text-align: center;
}
.layout-anonymous .row-logo-vna .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-anonymous .row-logo-vna .container img {
  margin: 0 15px;
}
.layout-anonymous .banner-footer {
  border-bottom: 10px solid #a1c7a2;
  background: #fff;
  padding-top: 20px;
  text-align: center;
}
.layout-anonymous footer {
  background: none;
  border-top: 0;
}
.layout-anonymous .country-select {
  z-index: 999999;
}

footer {
  font-size: 13px;
  margin-top: 0;
  background: none;
  padding: 20px 0px;
  background: #fff;
  border-top: 1px solid #c8cee2;
}
footer .email {
  color: #09d;
}
footer .hotline {
  color: #ff6600;
}

.row-frm-search {
  background: url(../images/banner.jpg) no-repeat top center;
  min-height: 550px;
  padding-bottom: 5px;
  overflow: hidden;
}
.row-frm-search .bx-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  top: 0;
}
.row-frm-search .bx-wrapper .bx-viewport {
  height: 100% !important;
}
.row-frm-search .bx-wrapper .bx-viewport img {
  height: 100%;
  width: 100%;
  height: 550px;
  top: 0;
  left: 0;
  width: 100% !important;
}
.row-frm-search .container {
  min-height: 545px;
  position: relative;
  z-index: 99999;
}

@media screen and (min-width: 1024px) {
  body.subpage-bg {
    min-height: 100vh;
    position: relative;
    padding-bottom: 81px;
    box-sizing: border-box;
  }
  body.subpage-bg > footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .layout-anonymous .banner-footer img img {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .layout-anonymous {
    padding-top: 0 !important;
  }
  .layout-anonymous section.default-header {
    margin-bottom: 15px;
    text-align: center;
  }
  .layout-anonymous section.default-header img {
    max-width: 75%;
  }
  .layout-anonymous .row-logo-vna {
    display: none;
  }
  .layout-anonymous .banner-footer {
    border-top: 1px solid #c8cee2;
    margin-top: 20px;
  }
  .layout-anonymous .logo {
    padding: 10px 0;
  }
  .row-frm-search {
    background: url(images/banner.jpg) no-repeat top center;
    background-size: cover;
    height: inherit;
  }
  .row-frm-search .bx-wrapper {
    display: none;
  }
  .form-signin {
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;
  }
  .subpage-bg {
    padding-top: 44px;
  }
  footer .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
#ModalForgotPassword {
  z-index: 99999;
}
#ModalForgotPassword .modal-backdrop {
  bottom: 0;
}
#ModalForgotPassword .modal-dialog {
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
}
#ModalForgotPassword .modal-content {
  min-width: 340px;
}
#ModalForgotPassword .modal-header .modal-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}
#ModalForgotPassword:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: RGB(0 0 0/0.15);
  content: "";
  z-index: -1;
}
#ModalForgotPassword #user-name {
  margin-bottom: 15px !important;
}
#ModalForgotPassword .form-control {
  height: initial;
  padding: 8px 10px;
}
